/* @override http://www.theagitator.com/wp-content/themes/wp-content/themes/TheAgitator/theagitator.css */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: white url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/background-bluegray_stripe.gif) repeat-y 20px;
}

* { margin: 0; padding: 0; }
h1, h2, h3, h4 {
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

a {
	color: #4E5C7E;
	text-decoration: none;
}
a:hover	{
	/*color: #660000;*/
	/*color: white;
	background-color: #06c;*/
	color: #06c;
}


#page {	
	margin: 0;
	padding: 0;
	
	/*width: 720px;*/
	width: 983px;
	border: none;
	float: left;
	background-color: transparent;
}

#sidebar {
	display: inline;
	position: relative;
	width: 200px;
	margin: 0 10px 0 10px;
	float: left;
}

#content {
	position: relative;
	width: 560px;
	margin: 0;
	padding: 0;
	float: left;
}

#content.searchresults {
	position: absolute;
	width: 840px !important;
	height: 2000px;
	margin-left: 220px;
	background: #ffffff;
}

.navigation {
	display: block;
	margin: 0;
	height: 2em;
}

#footer {
	margin: 30px 0 20px 0;
	padding: 15px 0 15px 0;
	width: 500px;
	border-top: 3px double #ddd;
	border-bottom: 1px solid #ddd;
	clear: all;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 1em;
	text-align: center;
}

#footer p img {
	margin-bottom: 5px;
}




#header {
	display: none;
}


#googleAdsTop {
	width: 728px;
	height: 90px;
	margin: 10px 0 112px 0;
}




#googleAdsRight {
	margin-top: 213px;
	margin-left: 30px;
	float: left;
	height: 1250px;
	width: 160px;
}

/*#adsRight {
	display: inline;
	position: relative;
	
	margin: 300px 0 0 15px;
	
	width: 236px;
	height: 432px;
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/right_ad_bg.png);	
	float: left;
}*/

/*#googleAdsRight #amazon {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 100px;
	background-color: red;
}*/






#sidebar #theagitatorLogo {
	top: 0px;
	width: 200px;
	height: 260px;
	margin: 0px 0 40px 0;
	text-indent: -666em;
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/TheAgitator-logo.gif) no-repeat 0px 0px;
}


@media print {
	#sidebar #theagitatorLogo img {
		display: block;
		text-indent: 0em;
	}
}


#sidebar #theagitatorLogo a {
	display: block;
	width: 100%;
	height: 100%;
}






/* @group Sidebar Category Titles */

#sidebar ul li h2 {
	width: auto;
	height: 28px;
	text-indent: -6666px;
}

#sidebar ul li#text-1 h2 {
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/sidebar_titles/sitefeatures.gif) no-repeat 0 -4px;
}

#sidebar ul li#categories-1 h2 {
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/sidebar_titles/categories.gif) no-repeat 0 -4px;
}

#sidebar ul li#archives-2 h2 {
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/sidebar_titles/archives.gif) no-repeat 0 -4px;
}

#sidebar ul li#text-3 h2 {
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/sidebar_titles/contribute.gif) no-repeat 0 -4px;
}

#sidebar ul li#text-4 h2 {
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/sidebar_titles/sitecredits.gif) no-repeat 0 -4px;
}

/* @end */







#sidebar ul a:hover {
	font-weight: bold;
}

#sidebar ul h3 {
	margin-bottom: 3px;
	text-decoration: underline;
	text-transform: uppercase;
}

#sidebar ul {
	margin-bottom: 20px;
	list-style: none;
}

#sidebar ul li {
	font-size: 12px;
	margin-bottom: 15px;
}

#sidebar ul li ul {
	margin: 6px 0 0 6px;
}

#sidebar ul li ul li {
	margin: 0 0 2px 0;
}


#sidebar ul li#search-2.widget.widget_search {
	text-align: left;
	margin: 0px 0 30px 0;
	padding: 0;
	padding-top:  28px;
	background: url(http://cloudfront-assets.theagitator.com/wp-content/themes/TheAgitator/sidebar_titles/search.gif) no-repeat 0 -4px;
}

#sidebar ul li#search.widget.widget_search form#searchform div {
	padding: 0px;
	text-align: left;
}

#sidebar ul li#search.widget.widget_search form#searchform div input#s {
	width: 160px;
	margin-bottom: 5px;
}






h2.postdategrouping {
/*	color: #929292; */
	color: #606060;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1.5em;
	padding: 5px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #dadada;
}





.post {
	text-align: left;
	margin-bottom: 46px;
}

.post h2 {
	color: #4E5C7E;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	
	margin-bottom: 0.8em;
	
}

.post h2 a {
	color: #4e5c7e;
}

.post h2 a:hover {
	/*color: #660000;*/
	color: #06c;
	text-decoration: underline;
}


.post small {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dotted #9e9e9e;
}


.post #socialbookmarking {
	font: .8em Helvetica, Arial,Geneva, sans-serif;
	margin-top: 2em;
	margin-bottom: 4em;
	width: 16em;
	padding-top: 5px;
	border-top: 1px dotted #d0d0d0;
}

.post #socialbookmarking.indexpage {
	margin-top: 2em;
	margin-bottom: 0em;
	padding-top: 0px;
	border-top: none;
}

.post p.postmetadata {
	/*margin-top: 12px;*/
	text-align: left;
	font-size: 0.85em;
}

.post p.postmetadata .metablock {
	padding-top: 4px;
	border-top: 1px solid #d0d0d0;
	font-size: 0.85em;
}





/* @group entry: image align */

p img {
	padding: 0;
	max-width: 100%;
	}

.alignright { float: right; }
.alignleft { float: left }

img.aligncenter {
	display: block;
	margin: 15px auto;
}

img.alignright {
	padding: 0px;
	margin: 4px 11px 10px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 4px 15px 10px 0px;
	display: inline;
	}

.entry img { border: 1px solid black; }
.entry img.noborder { border-style: none; }

/* @end */



.entry {
	font-family: Georgia, serif;
}



#commentsContainer {
	border-top: 3px double #ddd;
	background-color: #f8f8f8;
	
	clear: both;
	margin: 20px 0 0;
	padding: 10px 0 40px 10px;
}

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

#commentsContainer #commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentsContainer #commentform #submit {
	margin: 5px 0 0 0;
	float: left;
	}

#




ol.commentlist span.count a {
	color: #777;
}

ol.commentlist span.count a:hover {
	color: #06c;
}

ol.commentlist cite {
	display: inline;
}

li.authorcomment {
	border: 1px solid #9b9b9b;
	border-bottom: 4px solid #9b9b9b;
}





small.commentmetadata {
	display: inline;
}


.alt {
	background-color: #f1f1f1;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/*#commentkarma {
	width: 5.5em;
	padding: 4px 5px 1px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	margin-bottom: 5px;
}*/

#commentkarmaContainer {
	margin-top: 1.3em;
	margin-bottom: .8em;
}

#commentkarma {
	display: inline;
	/*width: 5.2em;*/
	padding: 5px 5px 1px;
	
	border: 1px solid #e5e5e5;
	background-color: #fff;	
	/*background-color: red;*/
}

#commentkarma small {
	vertical-align: 0.2em;
}




/*.narrowcolumn div#pagetitleblock {
	display: block;
	
	height: 2em;
	width: 100%;
	background-color: blue;
}*/


.narrowcolumn h2.pagetitle {
	display: block;
	position: relative;

	color: #929292;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	
	margin-bottom: 1.5em;
	padding:5px;
	
	background-color: #f2f2f2;
	border-bottom: 1px solid #dadada;
}

.narrowcolumn h2.pagetitle strong {
	color: #606060;
	text-transform: uppercase;
}

/*.narrowcolumn h2.pagetitle em {
	font-size: .8em
}*/

.narrowcolumn h2.pagetitle em {
	display: block;
	
	font-size: .7em;
	text-transform: uppercase;
	font-style: normal;
}


/*.narrowcolumn h2.pagetitle em {
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-style: normal;

	display: block;
	
	position: absolute;
	top: 0;
	right: 0;
	
	height: 100%;
	padding: 0 1em;
	
	color: white;
	background-color: #4e5c7e;
}*/



.widecolumn .navigation,
.narrowcolumn .navigation {
	font-size: 0.75em;

}

.widecolumn .post h2,
.narrowcolumn .post h3 {
	margin: 0;
	padding: 10px 0 0px 0;
	
	
	text-align: left;

	/*background-color: red;*/
	clear: both;
}

.widecolumn .post small,
.narrowcolumn .post small {
	padding-bottom: 8px;
	border: 0;
}

.widecolumn .post .entry p.postmetadata.alt small,
.narrowcolumn .post .entry p.postmetadata.alt small {
	margin: 0;
	padding: 0;
	border: 0;
}

.widecolumn .post .entry blockquote,
.narrowcolumn .post .entry blockquote {
	padding: 0 0 0 15px;
	font-variant: normal;
	font-style: normal;
	font-size: 1em;
	margin: 20px 0 20px 15px;
	border-left: 2px solid #ebebeb;
	line-height: 1.5em;
}


.widecolumn .post p,
.narrowcolumn .post p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.5em;
}


div.entry ul {
	margin: 0;
	margin-top: 0em;
	margin-bottom: 1em;
}

div.entry ul li {
	margin: 0 0 1em 0;
	padding-left: 0.5em;

	list-style-position: inside;
	list-style-type: disc;
	list-style-image: none;
}

/* PUBLICATIONS */

.narrowcolumn .post h3 {	
	margin: 2em 0 1em 0;
	padding: 5px;

	color: #606060;
	font-size: 1em;
/*	font-weight: normal;*/
	text-transform: uppercase;

	background-color: #f2f2f2;
	border-bottom: 1px solid #dadada;
}

.narrowcolumn .post h3#pubfirstcat {
	margin-top: 0;
}




