/*

Theme Name: professor toilet

Theme URI: http://professortoilet.com

Description: WordPress theme for professor toilet warning this theme is NOT portable.

Version: 1.0

Author: Antidote X

Author URI: http://antidotex.com

Tags:



*/



/* Removes browser weirdness to create a standard view across browsers */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 

	margin:0;

	padding:0;

}

table {

	border-collapse:collapse;

	border-spacing:0;

}

fieldset,img { 
        
	border:0;

}

address,caption,cite,code,dfn,em,th,var {

	font-style:normal;

	font-weight:normal;

}

strong {

font-weight:bold;

}

ol,ul {

	list-style:none;

}

caption,th {

	text-align:left;

}

body,h1,h2,h3,h4,h5,h6 {

	font-size:100%;

	font-weight:normal;

}

q:before,q:after {

	content:'';

}

abbr,acronym { border:0;

}



/* -- Fix FireFox image Link outline */

a:active, a:focus {

   outline: 0;

}



.clearB {clear:both;}

.floatL {float:left;}

.floatR {float:right;}

.displayN {display: none;}

.displayB {display: block;}


/* ------------------------  Site Styles ----------------------*/



body{

	background: transparent url(./images/pagebackground.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
        width:980px;
        margin: 0 auto;

}

a {

	text-decoration:none;

	color:#be2727;

}



a:hover {

	text-decoration:underline;

}



#mainContent{
	width:100%;
	margin-left:1px;
	min-height:760px;
	/*background:transparent url(./images/mainbackground.jpg) top left no-repeat;*/
	/*margin-top: 1px;*/
	
}



#header {
        width:100%;
	height:230px;
	position:relative;

}



#header #siteName{

	position:absolute;

	top:56px;

	left:110px;

	width:220px;

	height:243px;

}

#header #mainNav {

	float:right;

	margin:40px 145px 0 0;

}



* html #header #mainNav{

	margin-right:70px !important;

}

#header #mainNav ul li{

	margin:-4px 0 0 0;

	padding:0;

}



#header #mainNav a,

#header #mainNav img

{

	margin:0;

	padding:0;

}



#bodyContent{

	/*margin-left:70px;
	width:760px;*/
        border-left:2px solid #B7E6ED;
        border-right:2px solid #B7E6ED;
        border-bottom:2px solid #B7E6ED;

        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        -webkit-border-radius-bottomright: 8px;
        -webkit-border-radius-bottomleft: 8px;
        -khtml-border-radius-bottomright: 8px;
        -khtml-border-radius-bottomleft: 8px;
         border-radius: 8px;

	background:transparent url(./images/contentColumnBackground.jpg) left top repeat-y;

}



#bodyContent .bodyContentTopImg{

	display: block;

}



#bodyContent #bodyContentInner{

	padding:20px;
        background:#f1fbfd;
	min-height:700px;

}

#bodyContentInner #leftCol,

#bodyContentInner #rightCol{

	float:left;
	margin:0;

}

#bodyContentInner #leftCol{

	width:270px;
        margin-top: 20px;	

}



#bodyContentInner #rightCol{

	border-left:1px solid #b7e6ed;

	padding-left:20px;

}



* html #bodyContentInner #rightCol{

	padding-left:10px !important;

}





#leftCol #searchBox{

	background:transparent url(./images/searchbackground.png) top left no-repeat;

	width:265px;

	height:51px;

	position:relative;

	z-index:50;

	margin-bottom:20px;

}



* html #leftCol #searchBox{

	background:none;

	height:51px;

	position:relative;

	z-index:50;

	margin-bottom:12px;

}



#leftCol #searchBox input#s{

	margin:20px 0 0 90px;

	width:100px;

	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;

	font-size:12px;

	color:#5c5d5d;

	border:none;

	padding:4px;

	background:transparent;

	display:block;

	float:left;

}



* html #leftCol #searchBox input#s{

	margin:15px 0 0 45px;

	border:1px solid #048c9f;

	background: #ffffff;

	padding: 2px;

}



#leftCol #searchBox .formSubmit{

	display:block;

	float:right;

}



#leftCol .smallProf{

	float:right;	

}



#leftCol p{

	font-size:10px;

	line-height:14px;

	margin-top:10px;

	padding-right:20px;

}



/* --------- main post styling ---*/

#rightCol .homeBlock,

#rightCol #displayPage,

#rightCol #searchResults,

#rightCol .single

{

	width: 600px;
        float: right;
        margin-left: 40px;

}



#rightCol .homeBlock

{

	/*padding:20 0;*/

	border-top: 1px solid #b7e6ed;
        width:600px;
	margin-top:40px;
     

	/*clear: both; */

}



#rightCol h1{

	font-size:24px;

	text-transform: uppercase;

	color:#000000;

	font-weight: 200;

	margin-bottom:0;
  
       position: relative;
       float: left;
       left: 45px;
       top: 20px;
}



#rightCol h2{

	clear:both;

	font-weight:bold;

	font-size:18px;

	line-height:22px;

	margin-bottom: 10px;
        margin-top: 20px;

}



#rightCol h3{

	color:#9fa4a5;

	font-size:12px;

	font-weight:bold;

	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;

	text-transform:uppercase;

	margin-bottom:20px;

	padding-top:20px;

}



#rightCol h4{

	color:#000000;

	font-size:14px;

	font-weight:bold;

	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;

	text-transform:uppercase;

	margin-bottom:10px;

	padding-top:10px;

}



#rightCol h4#comments{

	margin-top:40px;

}



#rightCol .homeBlock .category{

	float:left;

	width:70%;

}



#rightCol .homeBlock .date{

	float:right;	

}



#rightCol h2 a {

	color:#048c9f;

}



#rightCol h2 a:hover {

	color:#000000;

	text-decoration: none;

}



#rightCol p,

#rightCol .moreLink

{

	font-size:11px;

	line-height: 16px;

	margin-bottom:10px;

}



#rightCol .moreLink{

	clear:both;

	margin-bottom:20px;

	padding-top:20px;

}



#rightCol .homeBlock img,

#rightCol .single img

{

	border:1px solid #048c9f;

	float:left;

	margin-right:10px;

}



#rightCol .homeBlock .moreLink{

	color:#be2727;

}



#rightCol .homeBlock a.moreLink:hover{

	text-decoration:underline;

}



#rightCol .postmetadata{

	border-top: 1px solid #b7e6ed;

	margin-top:20px;

	font-size:10px;

	line-height: 14px;

	color:#9fa4a5;

}



#footerLeft,

#footerRight {

	margin-top:20px;

	margin-bottom:20px;

	font-size:10px;

	line-height:14px;

	color:#4fadbf;

}



#footerLeft{

	margin-left:40px;

	width:30%;

	float:left;

}



* html #footerLeft{

	margin-left:35px;

}



#footerRight{

	float:right;

	text-align: right;

	margin-right:70px;

	width:50%;

}



* html #footerRight{

	margin-right:35px;

}



#footerRight span{

	display:block

	float:right;

}



#footerRight li{

	display:block;

	float:right;

	margin-left:5px;

}









/* Begin Comments*/

.commentlist{

	padding-top:10px;

	border-top: 1px solid #b7e6ed;

}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	border: 1px solid #b7e6ed;

	color:#666666;

	}

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

	border-bottom: 1px solid #b7e6ed;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 0;

	background: #fff;

	}

.commentlist .comment-author{

	font-size:12px;

}



.comment-body em{

	font-style: italic;

	font-size:11px;

	color:#333333;

}

.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	font-size:10px;

	}





h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}





#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	background-color:#be2727;

	color:#ffffff;

	border:1px solid #ffffff;

	}



.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;

	}

/* End Comments */





/* twitter feed styles */

.twitterBlock {

	margin: 20px 20px 20px 0px;

	padding-top: 20px;

	border-top: solid 1px #b7e6ed;

	

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	color: #5f696a;

}



.twitterBlock a {

	color: #c03f3f;

}



.twitterBlock .twitterFeed {

	background: url(./images/twitterBackground.jpg) repeat-y;

	

}



.twitterBlock .twitterFeed #twitter_div {

	margin: 0px 23px 0px 30px;

}



#leftCol .twitterBlock .twitterFeed #twitter_div #twitter_update_list {

	margin: 0px;

	padding: 0px;

}



#leftCol .twitterBlock .twitterFeed #twitter_div #twitter_update_list li {

	padding-bottom: 10px;

}



/* New Left Nav 2010 */



.leftNav{

	margin-bottom: 20px;

	margin-left: -5px;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #B7E6ED;

	border-bottom-color: #B7E6ED;

	padding-top: 10px;

	padding-bottom: 10px;
}

.leftNav ul{

	padding: 0px;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

.leftNav ul li{

	margin: 0px;
        
	/*float: left;*/

	display: block;

	font-size: 12px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 4px;

	padding-left: 5px;

}

/*.leftNav a{

	background-image: url(images/left_nav_clogged_toilets.gif);

	background-repeat: no-repeat;

	background-position: left top;

	height: 23px;

	width: 192px;

	text-indent: -9999px;

	float: left;

}*/

.leftNav a:hover{

	background-position: -192px top;

}

.leftNav a.clogged-toilets{

	background-image: url(images/left_nav_clogged_toilets.gif);

}

.leftNav a.saving-water{

	background-image: url(images/left_nav_saving_water.gif);

}

.leftNav a.toilet-humor{

	background-image: url(images/left_nav_toilet_humor.gif);

}

.leftNav a.toilet-repair{

	background-image: url(images/left_nav_toilet_repair.gif);

}

.leftNav a.toilet-replacement{

	background-image: url(images/left_nav_toilet_replacement.gif);

}
#wrap {
    position:relative;
    width:100%; height:100%;
    margin: 0 auto;
}

#archive {
   width:915px;
}


  
