/*
Global CSS rules for www.michaelpstone.net
	
	Chnage log:
		11/24/09 - Created Michael Stone
		12/11/09 - Add footer CSS
		
*/


#joke{
	display: none;	
}

*{
	outline: none;
	padding: 0;
	margin:0;
}

a img{
	border:none;
}

img,input{
	outline:none;
}


a{
	color:#06C;
	text-decoration:none;
}

h5{
	font-size: 22px;
	color:#0099FF;
	
}



span.term{
	font-weight:bold;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	top:0;
	background-color:#333;
}
/*top section*/
#headerWrap{
	clear: both;
	width:100%;
	background-color:#333;
	height: 250px;
}
/*start header content section*/
#headerCont{
	margin:0 auto;	
	width:960px;
	height:185px;
	padding-top:5px;
}

/*logo and icon section*/
#headerLogo{
	float: left;
	width:400px;
	clear:left;
	margin-left:12px;
}

#headerInfoP{
	float: right;
	clear:right;
	width:420px;
	padding-top:5px;
}

#headerInfoP h3{
	color:#FFF;
	margin-bottom:10px;
}

#headerInfoP p{
	color: #FFF;
	line-height:1.5em;
	width:400px;
}


h1.logoTop{
	font-size:66px;
	font-family:Mistral;
	color: #09a3da;
	margin-bottom:3px;
}

.logoBottom{
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	color:#84f784;
	font-style:oblique;
}

#webSocialIcons{
	float: left;
	clear:both;
	height:80px;
	margin-bottom:3px;
	margin-top:15px;
}

#webSocialIcons ul{
	list-style-type:none;
}

#webSocialIcons li{
	display: inline;
	float:left;
	width:70px;
}

#webSocialIcons ul li a img{
	outline:none;
	border:none;
}

#topSearch{
	padding-top:20px;	
}

#topSearch form div{
	background-image: url('../assets/site-images/searchBar.png');
	background-repeat:no-repeat;
	width:205px;
	height:21px;
}

#topSearch input{
	width:170px;
	background-color:transparent;
	margin-left: 5px;
	border:none;
	color:#000;
	height:17px;
}

#topSearch #searchButton{
	-moz-border-radius:15px;
	width:auto;
	margin:0;
	background-image:url('../assets/site-images/search.png');
	background-repeat:no-repeat;
	height:20px;
	width:26px;
	background-position:center;
}


/*end logo and icon secton*/

/*end header content section*/

/*start navigation section*/
#navWrap{
	width: 100%;
	float: left;
	height: 60px;
	background-color:#333;
	vertical-align: middle;
}

.nav{
	list-style-type: none;
	height: 60px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.nav li{
	display: inline;	
	width: auto;
	height: 60px;
	float: left;
	margin-left:1px;
	line-height: 2.45em;
	text-align:center;

}
.nav li a{
	font-size: 20px;
	color:#ccc;
	text-transform: uppercase;
	height: 60px;
	display: block;
	text-decoration:none;
	padding-right:20px;
	padding-left:20px;
}	
.nav a:hover{
	background-color: #fff;
	color: #333;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
}

.nav a.active{
	background-color: #fff;
	color: #333;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
}

#navWrap .nav li.noleft{
	margin-left:0;	
}

/*end navigation section*/
/*end top section*/

/*body section*/

/*top section*/
#bodyWrap{
	clear: both;
	width:100%;
	float:left;
	background-color:#666;
}

#bodyCont{
	clear: both;
	margin:0 auto;
	width:960px;
}

#rightCont{
	float:right;
	width:300px;
	clear:right;
	padding-top:48px;	
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	background-color:#FFF;
	border-bottom:1px #666 solid;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}

#leftCont{
	float: left;
	width:630px;
	clear:left;
	padding-top:35px;
	background-color:#FFF;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
}
/*left container css*/

#leftCont .title{
	border-bottom:#09F solid 2px;
	margin:0 0 19px 0;
	color:#06C;
	font-size:26px;
}

#leftCont .title a{
	color: #06C;
}
#leftCont .title a:hover{
	color: #F93;
}

#leftCont .content{
	font-size:16px;
	padding:0 0 15px 0;
	padding-bottom: 5px;
	color:#000;
	line-height:2.5em;
	float: left;
}


.date{
	font-size: 10px;
	margin-bottom: 5px;
	clear: left;
}

.actions{
	margin-top: 10px;	
	margin-bottom: 10px;
}

.actions a{
	font-size:12px;
	color:#06C;
}



/*right container css*/
.mnuRight{
	clear:both;
	width:100%;
}

.mnuRight h4{
	color:#333;
	border-bottom:1px #000 groove;
	width:293px;
	padding-left: 7px;
}

.mnuRight ul{
	list-style-type:none;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom:5px;
}

.mnuRight ul li{
	padding-top:15px;
}

.mnuRight ul li a{
	color:#06C;
	text-decoration:none;
}

.mnuRight .grav{
	width:30px;
	clear:left;
	float:left;
}

.mnuRight .comText{
	font-size:12px;
	font-style:oblique;
}

.mnuRight .external a{
	background-image:url(../assets/site-images/url-globe.png);
	background-repeat:no-repeat;
	padding-left:24px;
	color:#060;
	height:18px;
	display:block;
	line-height:1.1em;
}

.mnuRight .rightAds{
	padding-left: 25px;
	padding-top:20px;
	border-top:1px #000 groove;
}

/* blog page controls */


#contLoopCont{
	width:490px;
	clear:right;
	float:right;
	margin-right:45px;
}


#contLoopCont code{
	width:500px;
	float:left;
	background-color:#333;
	color:#fff;
	margin-left:0;
	padding:5px;
}

#contLoopCont ul, #contLoopCont ol{
	list-style-position:inside;
}

#contLoopCont ul li, #contLoopCont ol li{
	padding-bottom: 10px;
}
#blogActions{
	width:80px;
	clear:left;
	float:left;
	text-align:center;
	border-right: 1px #666 solid;
	padding-right:5px;
}

#loginInc{
	display:none;
}


/*comments*/


#newComment{
	display:none;
}

#newComment p{
	font-size:14px;
}

#newComment a{
	color:#09F;	
}

#newComment div{
	margin-top:5px;
	width:inherit;
}

#newComment label{
	float: left;
	clear:left;
	width:150px;
}

#newComment input{
	clear:right;
	width:180px;
}

#newComment input#checkreg{
	width:auto;
}

#newComment .submit{
	float: left;
	clear:both;
}

#newComment .submit input{
	width: auto;
}	
				
#blogComments{
	width: 620px;
	clear:both;
	margin-top:20px;
	padding-top:5px;
	border-top:1px #666 solid;
}

#blogComments h3{
	color:#09F;
	margin-bottom:5px;
	padding-bottom:5px;
}

#blogComments ul{
	list-style-type:none;
}

#blogComments ul li{
	padding: 5px;
	margin-bottom: 5px;	
}

.gravatar{
	float: left; 
	clear: left;
	margin-right: 10px; 
	margin-bottom: 5px;	
}
				
#blogComments label{
	width: 110px;
	float: left;
}

#blogComments div{
	margin-top: 3px;
}
#blogComments span{
	clear: right;
}


.disComment{
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 5px;
	line-height:1.8em;
}

.added{
	background-color:#f4f4fe;
}

p.error{
	font-size: 18px;
	color:#FFF;
	padding:5px;
	height:48px;
	border: 2px #900 solid;
	background-color:#999;
	background-image:url(../assets/site-images/warning-error.png);
	background-position:right center;
	background-repeat:no-repeat;
}




/*end blog controls */

	
	
	
/*end body section*/

/*begin footer css section*/
#footerWrap{
	clear: both;
	float: left;
	width:100%;
	background-color:#333;
	height:200px;
}

#footer{
	margin:0 auto;
	width:960px;
	padding-top:10px;
}

#rightFooter{
	float: right;
	width:225px;
}

#footer h3{
	font-size: 18px;
	color:#CCC;
	padding-bottom:5px;
}

#footer .sub{
	color:#FFF;
	font-size:16px;
}

#footer p{
	color:#fff;
	line-height:1.5em;
	font-size:14px;
}

.spacer{
	background-image: url('../assets/site-images/spacer.png');
	background-repeat:no-repeat;
	width:475px;
	height:17px;
	margin-top:5px;
	margin-bottom:5px;
}

#footer p.ftSmall{
	margin-top:5px;
	font-size:10px;
}

#footer p.ftSmall a{
	font-size: 10px;
	color:#0CF;
}


/*end footer css section*/


/*error handling styles */
div.error{
	margin-bottom:10px;
	background-color:#333;
	padding:5px;
}

div.error p.errorTitle{
	font-size:26px;
	border-bottom: 1px #FFF solid;
	color:#C00;
	line-height:1.8em;
}

div.error p.errorMessage{
	color:#fff;
	line-height:1.5em;
}
/*******************/

/*search handling styles*/


#blogCont{
	float: left;
	width:620px;
}

#searchTop{
	width:100%;
	border-bottom:2px #666 double;
	padding-bottom:5px;
	clear: both;
	margin-top:25px;
	padding: 0;
}

#blogTop .recent{
	clear: left;
	float:left;
	width: 500px;
	font-weight:600;
	font-size:16px;
}

.recentComs{
	width:620px;
	border-bottom: 1px #666 solid;
	padding-bottom:5px;
}

.recentCont{
	width: 620px;
	padding-top:10px;
	float: left;
	clear:left;
	border-bottom:1px #666 solid;
	padding-bottom:5px;
}

.recentCont p{
	height:50px;
	line-height:3em;
}

.recentCont p a{
	text-decoration:none;
	color: #206ca2;
	font-weight:700;
	font-size:18px;
}

#summPreviews{
	display: none;
}

.searchLink {
	font-size:12px;
	font-style:italic;
	margin-top:0;
	padding-top:0;
}

/*pagination*/
.pag{
	clear: both;
	width:250px;
	margin:0 auto;
	padding-top:75px;
}
/*end pagination*/

/*contact form*/

h3.contTitle{
	color: #06C;
}

.message{
	font-size:18px;
	color:#333;
	padding: 7px;
	border:2px #333 solid;
	background-color:#CCC;
}

#contactForm .contactTop{
	clear: both; 
	width:550px;	
}


#contactForm .contactTop .right{
	float: right;
	width: 250px;
}

#contactForm .contactTop .left{
	float: left;
	width:250px;
}

#contactForm div{
	margin-top: 10px;
	float:left;
	width:250px;
	
}

#contactForm label{
	width:140px;
	clear: left;
	color:#000;
	font-weight:bold
}

#contactForm input{
	clear: left;
	width:250px;
	height:25px;
	padding-top:3px;
	border:none;
	color:#000;
	overflow:hidden;
	padding-left:2px;
	border:1px solid #141414
}

#contactForm p{

	width:550px;
	height:150px;
	padding-top:2px;
}

#contactForm textarea{
	border:none;
	color:#000;
	width:550px;
	height:150px;
	padding-top:3px;
	padding-left:2px;
	overflow:auto;
	border:1px solid #141414
}


#contactForm .contactSub{
	clear: both;	
}

#contactForm .contactSub input{
	width:75px;
	margin-top:10px;
	display:inline-block;
	color:#000;
	border:1px solid #141414;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 5px
}
/*end contact form*/
