/*
Theme Name: Jay's Theme
Description: My Special Blend
Version: 1
Author: Jay Shelanskey


*/




/* ------------------------- Stage Styles ---------------------------- */

html, body {
	margin:0px;
    padding:0px;
    height:100%;
    text-align:center;
	}

body {
	background-color: #adadad;
	background-image: url('images/Backgrounds/Background.gif');
	background-repeat: repeat-x;
	background-position: top;
	}
	
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}


#container {
	background-color: #000000;
	margin: 0px auto;
	height: 100%;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	}

/* -------------------------- Header ------------------------------- */

#header {
	height: 112px;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position: ;
	background-position: 20px center;
	}

#nav {
		width: 350px;
		height: 40px;
		margin-left: 420px;
		margin-top: 40px;
	}
		#nav ul{
			list-style:none;
			text-align:center;
		}
			#nav li{
				list-style:none;
				display:block;
				float:left;
			}
				#nav li a{
					display:block;
					float:left;
				}
					#nav li a span{
						display:none;
					}
					#nav li a:hover{
						text-decoration:none;
					}
				#nav li a.home{
					background:url('images/home.jpg') no-repeat;
					width:69px;
					height:40px;
				}
					#nav li a:hover.home{
						background:url('images/home_h.jpg') no-repeat;
					}
				#nav li a.about{
					background:url('images/about.jpg') no-repeat;
					width:71px;
					height:40px;
				}
					#nav li a:hover.about{
						background:url('images/about_h.jpg') no-repeat;
					}
				#nav li a.blog{
					background:url('images/blog.jpg') no-repeat;
					width:81px;
					height:40px;
				}
					#nav li a:hover.blog{
						background:url('images/blog_h.jpg') no-repeat;
					}
				#nav li a.contact{
					background:url('images/contact.jpg') no-repeat;
					width:79px;
					height:40px;
				}
					#nav li a:hover.contact{
					background:url('images/contact_h.jpg') no-repeat;
					}
				
/*#nav ul{
	margin-left: 0;
	margin-top: 0;
	display:inline;

	}

#nav.home a{
	background-image: url('images/navigation/home_nav.jpg');
	background-repeat: no-repeat;
	height: 28px;
	width: 58px;
	list-style: none;
	display: inline;
	margin-left: 0;
	margin-top: 0;
	}

#nav.home a:hover {
	background-image: url('images/navigation/home_nav.jpg');
	background-repeat: no-repeat;
	height: 28px;
	width: 58px;
	list-style: none;
	display: inline;
	margin-left: 0;
	margin-top: 0;
	}*/
	
/* -------------------------- Sub Header -------------------------- */
#subheader {
	width: 780px;
	height: 94px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	
	}

#subheaderAbout {
	width: 800px;
	height: 148px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-image:url('images/Backgrounds/blog.jpg');
	}



/* ----------------------- Content ------------------------------- */	

	
#contentAbout {
	width: 780px;
	padding-top: 10px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: left;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	}


/* ------------------------- Footer ------------------------------ */

#footer, .push {
	height: 150px;
	width: 800px;
	background-color: #000000;
	margin-left: -13px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	background-image: url('images/Backgrounds/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	}

#footer .links {
	height: 120px;
	width: 340px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-top: 10px;
	padding-left: 10px;
	}

#footer .copyright {
	height: 10px;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	}

#footer .soc {
	height: 120px;
	width: 440px;
	margin-left: 365px;
	margin-top: -120px;	
	}


.soc ul{
			list-style:none;
			text-align:center;
		}
			.soc li{
				list-style:none;
				display:block;
				float:left;
				padding-right: 10px;
			}
				.soc li a{
					display:block;
					float:left;
				}
					.soc li a span{
						display:none;
					}
					.soc li a:hover{
						text-decoration:none;
					}
				.soc li a.rss{
					background:url('images/socialbuttons_rss.jpg') no-repeat;
					width:100px;
					height:30px;
				}
				
				.soc li a.facebook{
					background:url('images/socialbuttons_facebook.jpg') no-repeat;
					width:100px;
					height:30px;
				}
					
				.soc li a.linkedin{
					background:url('images/socialbuttons_linkedin.jpg') no-repeat;
					width:100px;
					height:30px;
				}
					




#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	}


#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #999999;
	}
	
/*---------------------------- About Page------------------------------*/

#spacer{
	height: 20px;
	}

#spacer2{
	height: 500px;
	}


#AboutIntro {
	height: 200px;
	width: 520px;
	margin-top: 10px;
	border: 1px solid #999999;
	}
	
#AboutIntro h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin-left: 220px;
	margin-top: -170px;
	}
	
#AboutIntro a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: underline;
	}
	
#AboutContent {
	height: auto;
	width: 550px;
	border: 1px solid #999999;
	
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	}
	
#AboutContent ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}

#AboutContent ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}
	
#AboutContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-top: -60px;
	}
	

#AboutContent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;

	}
	
#AboutContent h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #CCCCCC;
	
	margin-top: -60px;
	text-decoration:none;
	}
		
Blockquote {
	background-image:url(images/blockquote.gif);
	background-position:bottom;
	background-repeat: no-repeat; 
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#CCCCCC;
	padding-left:10px;
	padding-bottom:40px;
	padding-right:10px;
	width:470px;


	}

#time {
	background-image: url('images/date.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 70px;
	z-index: 1;
	position: relative;
	margin-left: -75px;
	margin-right: -10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#time h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	text-align: center;
	margin-top: -20px;
	
	}
#time h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	
	}

#entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: underline;
	}

#AboutContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}

#AboutContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	}
	
#SideBar {
	height: 100%;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 50px;
	position: relative;
	text-align: left;
	float: right;
	}
	
#SideBar ul li {
	list-style-type: none;	
	}	
	
#SideBar ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}
	
#SideBar ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	
}

#SideBar ul li li{
	list-style-position: inside;
	list-style-image: url('images/checkmark.gif');
	list-style-type: none;
}

#SideBar ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;


}
	
#SideBar .quote {
	width: 210px;
	height: 250px;
	background-image: url('images/Backgrounds/quoteBG.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#SideBar .quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
	}

input {
	height: 28px;
	width: 137px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}

#searchsubmit {
	background-image: url('images/icon-spyglass.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 33px;
	font-size: 0%;
	background-position: center center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}