/*******
Theme Name: mrclean
Theme URL: http://www.younggogetter.com/
Description: The fourth version of YGG, second with Wordpress
Version: 4.0
© 2007 YoungGoGetter.com
********/

* {
  	margin: 0;
  	padding: 0;	
}
body {
	background: #272e30;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 67.5%;	
}
textarea {
  	font-family: Arial, Helvetica, sans-serif;
}
blockquote {
	border:1px solid #b1c5ca;
	color:#707070;
	text-align:justify;
	margin:13px 0;
	padding:0px 15px;
}
#wrapper {
  	margin: 0 auto;
  	width: 948px;
}
.clear { 
  	clear:both; 
}

/* Top Navigation
---------------------------------------------------------------------------------------------------- */
#nav {
  	float: left;
  	list-style-type: none;	
  	font-size:12px;
}
#nav a {
	color:#9ba9ad;
	text-decoration:none;
	display: block;	
  	padding:15px 0;	
}
#nav a:hover {
	color:#fff;
}
#nav a img {
	border:none;
}
#nav li {
  	float: left;
  	vertical-align:middle;
  	text-align:center;
}
#nav .current {
	color:#fff;
}
#nav #blog {
	width: 62px;
}
#nav #forum {
	width: 66px;
}
#nav #directory {
	width:82px;
}
#nav #network {
	width:108px;
}
#nav #advertise {
	width:80px;
}
#nav #about {
	width:66px;
}
#nav #contact {
	width:72px;
}
#nav #forumactive {
	width:66px;
	color:#fff;
}
#nav #forumactive a {
	color:#fff;
}

/* Main
---------------------------------------------------------------------------------------------------- */
#main {
  	background: url(images/background.gif) repeat-y;
  	float: left;	
  	width: 100%;	
}

/* Container
---------------------------------------------------------------------------------------------------- */
#container {
  	background: url(images/contentgradient.gif) repeat-x;
  	clear: left;
  	color: #2c2c2c;
  	float: left;
  	width: 548px;
  	padding-top:10px;	
}
#container .post {
  	padding: 15px 30px 5px 30px;
}
#container h1, #container h2, #container h3 {
  	clear: left;
  	color: #2c2c2c;
  	font-weight: bold;	
}
#container h1 a, #container h2 a, #container h3 a {
	color:#539fcf;
	text-decoration:none;
}
#container h1 a:hover, #container h2 a:hover, #container h3 a:hover {
	text-decoration:none;
	color:#b4c24b;
}
#container h1 a:visited, #container h2 a:visited, #container h3 a:visited {
	text-decoration:none;
}
#container h1 {
  	font-size: 2.4em;	

}
#container h2 { 
  	font-size: 1.8em;

}
#container h3 {
  	font-size: 1.6em;
}
#container h1.underline {
   	border-bottom:1px solid #b1c5ca;
   	padding-bottom:3px;
}
#container h2.underline {
   	border-bottom:1px solid #b1c5ca;
   	padding-bottom:5px;
}

#container h3.underline {
   	border-bottom:1px solid #b1c5ca;
   	padding-bottom:3px;
}
#container h1.normal {
	line-height:1.0em;
	padding:3px 0 5px 0;
}

/* Paragraph, Link, and List Formatting
---------------------------------------------------------------------------------------------------- */
#container p {
  	font-size: 1.2em;
  	line-height: 1.4em;
  	margin: 15px 0;	
}
#container p a {
  	color: #52a0d0;
}
#container p a:hover {
  	text-decoration: none;	
}
#container p a:visited {
  	color: #2c2c2c;	
}
#container p img {
  	border:#d8d6ce solid 1px;
  	padding:10px;
	background-color:#f2f2f2;
}
#container a img {
	border:#b1c5ca solid 1px;
}
#container a:hover img {
  	border:#d8d6ce solid 1px;
}
#container .post ul, #container .related ul {
	list-style:url(images/arrow.png);
	margin:15px 0px 15px 20px;
	padding:0;
}
#container .post li, #container .related li {
	border-bottom:1px dotted #b1c5ca;
	margin:0 0 8px;
	padding-bottom:8px;
	font-size:1.2em;
}
#container .post ol, #container .related ol {
	margin:0 0 15px 25px;
	padding:0;
}

/* Style of Date above Post's Headline
---------------------------------------------------------------------------------------------------- */
#container .date {
  	font-size: 1.0em;
  	text-transform:uppercase;
  	font-weight: normal;	
}

/* Written by: line
---------------------------------------------------------------------------------------------------- */
#container .authorline {
	font-size:1.0em;
	padding:0 0 5px 0;
	color:#4f4f4f;
  	border-bottom:1px solid #b1c5ca;
}
#container .authorline a {
	text-decoration:underline;
	color:#4f4f4f;
}
#container .authorline a:hover {
	text-decoration:none;
	color:#4f4f4f;
}

/* Pullquote Style
---------------------------------------------------------------------------------------------------- */
#container .pullquote {
	border-top:4px solid #707070;
	border-bottom:4px solid #707070;
	color:#707070;
	font-size:18px;
	margin:5px 0 10px 15px;
	padding:5px 0;
	float:right;
	width:35%;
	text-align:right;
	line-height:120%;
}

/* Image Floats in Content (Remember to add align=right to right aligned <img> tags)
---------------------------------------------------------------------------------------------------- */
#container img.right {
	margin:5px 0 10px 15px;
}
#container img.left {
	float:left;
	margin:5px 15px 10px 0;
}

/* Highlight class in Posts
---------------------------------------------------------------------------------------------------- */
#container .highlight {
	background-color:#cedee3;
	padding:3px;
}

/* ID for File Download Links in Posts
---------------------------------------------------------------------------------------------------- */
#container #download {
	border:1px solid #b1c5ca;
	padding:0 15px 0 82px;
	font-size:16px;
	background:url(images/download-icon.png) no-repeat left;
}

/* Continue Reading Post Link
---------------------------------------------------------------------------------------------------- */	
#container a.more-link {
	background:url(images/more-arrow.gif) no-repeat right;
	padding:6px 25px 6px 8px;
	width:200px;
	height:25px;
	border:1px solid #b1c5ca;
	text-decoration:none;
}
#container a:hover.more-link {
	text-decoration:underline;
}

/* Byline - Bottom of each Post
---------------------------------------------------------------------------------------------------- */
#container .byline {
  	background: url(images/byline-bar.gif) repeat-x;
  	padding: 12px 15px 8px 15px;
  	font-weight:bold;
  	height:22px;
}
#container .byline a {
	color:#4f4f4f;
	text-decoration:none;
}
#container .byline a:hover {
	text-decoration:underline;
}
#container .byline a:visited {
  	color: #4f4f4f;
}
#container .byline img {
	border:none;
	padding:0px;
	background:none;	
}
#container #commentcount {
	font-size:18px;
	float:left;
	display:block;
}
#container #sharethis {
	float:right;
	display:block;
}

/* Related Posts
---------------------------------------------------------------------------------------------------- */	
#container .related {
	margin:15px 30px 0px 30px;
	padding-bottom:5px;
}
#container .related h3 {
	padding-bottom:3px;
  	border-bottom:1px solid #b1c5ca;
	margin-bottom:8px;
}
#container .related a {
  	color: #52a0d0;
  	text-decoration:none;
}
#container .related a:hover {
  	text-decoration: underline;	
}
#container .related a:visited {
  	color: #52a0d0;	
}

/* Next and Previous Navigation
---------------------------------------------------------------------------------------------------- */
#container #post-nav {
  	float: left;
  	margin: 0px 30px 20px 30px;
  	width:485px;	
}
#container #post-nav .prev {
  	float: left;
  	display: block; 
}
#container #post-nav .next {
  	float: right;
  	display: block;
}

/* Comments
---------------------------------------------------------------------------------------------------- */
#comments {
  	margin: 0 30px;
}
#comments ol {
  	border-top: 1px solid #c4c4c4;
  	float: left;
  	list-style-type: none;
  	margin:5px 0 15px 0;
  	width:488px;
}
#comments li {
  	border-bottom: 1px solid #c4c4c4;
  	clear: left;
  	float: left;
  	margin-right: 30px;
  	width: 100%;
}
#comments #bar {
	background-color:#ebeae5;
	padding:8px;
	z-index:1;
}
.author #bar {
	background-color:#e2eff7;
	background:url(images/author-bar.gif) repeat-x;
	z-index:2;
}
#comments p {
  	padding: 0 10px;
  	margin-top:0px;
}
#comments #warning {
  	background-color: #e2eff7;
  	border-bottom: 1px solid #c4c4c4;
  	border-top: 1px solid #c4c4c4;
  	font-size: 0.9em;
  	margin: 20px 10px;
  	padding: 10px 10px 0 10px;
}
#comments #warning strong {
  	color: #539fcf;
  	font-size: 1.2em;
}
#comments #author, #comments #email, #comments #url, #comments #comment {
  	border: 1px solid #c4c4c4;
}
#comments textarea {
  	width: 465px;
}

/* Author Bio Box
---------------------------------------------------------------------------------------------------- */
#container #authorbox {
	border-top: 1px solid #fff;
	line-height: 1.4em;
	height:90px;
	border-bottom:1px solid #b1c5ca;
	margin-top:-15px;
}
.abitabout {
	font-size:14px;
	font-weight:bold;
	color:#539fcf;
}
#container #authorpic {
	float:left;
	margin:10px 15px 10px 10px;
	border:#d8d6ce solid 1px;
  	padding:10px;
  	background-color:#f2f2f2;
}
#container #authorbio {
	vertical-align:middle;
	margin:12px 10px 10px 0;
}
#container #authorbio a {
	color:#52a0d0;
}
#container #authorbio a:hover {
	text-decoration:none;
}
#container #authorbio a:visited {
	color:#2c2c2c;
}
#container #authorname {
	font-size:1.4em;
	padding-bottom:5px;
	font-weight:bold;
}
#container #authorwebsite {
	padding-bottom:3px;
}

/* Syntax Formatting for Posts
---------------------------------------------------------------------------------------------------- */
.wp_syntax {
  	color: #100;
  	background-color: #f9f9f9;
  	border: 1px solid silver;
  	margin: 0 0 1.5em 0;
  	overflow: auto;
}

/* Internet Explorer Fix
---------------------------------------------------------------------------------------------------- */
.wp_syntax {
  	overflow-x: auto;
  	overflow-y: hidden;
  	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  	width: 100%;
  	font-size:12px;
}
.wp_syntax table {
  	border-collapse: collapse;
}
.wp_syntax div, .wp_syntax td {
  	vertical-align: top;
  	padding: 2px 4px;
}
.wp_syntax .line_numbers {
  	text-align: right;
  	background-color: #def;
  	color: gray;
  	overflow: visible;
}

/* Potential overrides for other styles
---------------------------------------------------------------------------------------------------- */
.wp_syntax pre {
  	margin: 0;
  	width: auto;
  	float: none;
  	clear: none;
  	overflow: visible;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar {
  	color: #fff;
  	float: right;
  	font-size: 1.1em;
  	width: 400px;	
}
#sidebar #logo {
  	height: 219px;
  	width: 385px;	
  	margin-left:15px;
}
#sidebar #logo a img {
	border:none;
}
#sidebar #submit-mug {
	width:365px;
	background-color:#3f4a4d;
	padding:5px 10px;
	margin-left:15px;
}
#sidebar .column {
  	float: left;
  	margin-bottom: 20px;
  	width: 185px;
}
#sidebar-left {
	background-color:#3f4a4d;
	margin:15px 15px 15px 15px;
}
#sidebar-right {
	background-color:#3f4a4d;
	margin:15px 0 5px 0;
}
#sidebar h2, #sidebar h3 {
  	font-size: 1.2em;
  	height: 15px;
  	margin:15px 20px 0px 20px;
 	padding-bottom:5px;
  	border-bottom:1px dotted #9ba9ad;
}
#sidebar h2 {
  	color: #fff;
}
#sidebar h2 a {
  	color: #fff;
}
#sidebar h3 {
  	color: #b5d954;
}
#sidebar h3 a {
  	color: #b5d954;
}
#sidebar ul {
  	list-style-type: none;
  	padding: 0 20px 10px 20px;	
}
#sidebar #forumfix ul {
	list-style-type:none;
	padding:0 20px 10px 0;
}
#sidebar li {
  	padding:5px 3px;
  	list-style-type:none;
  	border-bottom:1px dotted #9ba9ad;
}
#sidebar li:hover {
	border-bottom:1px dotted #fff;
}
#sidebar a {
  	color: #9ba9ad;
  	text-decoration: none;
  	display:block;	
}
#sidebar a:hover {
	color:#fff;
  	text-decoration: none;
}
#sidebar p {
  	color: #fff;
  	font-size: 1.1em;
  	margin: 0 20px;
}

/*
Sidebar Search Form
---------------------------------------------------------------------------------------------------- */
.searchbar {
	width: 140px;
	height: 22px;
	margin-top:5px;
}
.searchform {
	width: 140px;
	height: 20px;
	text-align: left;
	background:#4d4d4d;
}
input#s {
	width: 130px;
	height: 20px;
	padding: 5px 0 0 6px;
}

/*
Democracy Weekly Poll Plugin
---------------------------------------------------------------------------------------------------- */
#sidebar .democracy {
	padding:5px 0 0 0;
	margin-bottom:-8px;
}
#sidebar .democracy .poll-question {
  	font-weight: normal;
  	color:#9ba9ad;
}
#sidebar .democracy .dem-results {
  	padding-top: 8px;
}
#sidebar .democracy input {
  	margin-bottom: 3px;
}

/*
Sidebar Misc. Banner Images
---------------------------------------------------------------------------------------------------- */
#mt a img {
	border:none;
	padding:10px 0;
}
#technorati a img {
	border:none;
	padding:10px 0;
}

/* Advertisement Formatting
---------------------------------------------------------------------------------------------------- */
#blogad img {
	margin-top:10px;
	}
#blogad a img{
	text-decoration:none;
	border:2px solid #262523;
}
#blogad a:hover img{
	text-decoration:none;
	border:2px solid #b4c24b;
}
#blogad a:visited img {
	text-decoration:none;
}
#bannerad {
	text-align:center;
	border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
	padding:10px 0px;
	margin:15px 30px 20px 30px;
}

/* Text Link Ads
---------------------------------------------------------------------------------------------------- */
#tla ul {


}

/* MyBlogLog Formatting
---------------------------------------------------------------------------------------------------- */
#mybloglog {
	margin-top:10px;
	}
body table#MBL_COMM td.mbl_join_img { 
	background-color:#3F4A4D;
	color: #FFF;
}
body table#MBL_COMM td.mbl_join { 
	background-color:#3F4A4D;
	color: #FFF;
}
body table#MBL_COMM td.mbl_join a { 
	color:#9ba9ad;
	font-size:8px;
}
body table#MBL_COMM td.mbl_join a:hover {
	color:#fff;
}
body table#MBL_COMM td.mbl_fo_hidden {
	display:none;
}

/* Top Commentors Plugin
---------------------------------------------------------------------------------------------------- */
#topcom {
	display:block;
}
#topcom ul {
	display:block;
}

/* Custom Feed Count Display
---------------------------------------------------------------------------------------------------- */
.feedcountdiv {
	text-align:left;
	margin-left:-20px;
	font-size:11px;
	width:185px
}
.feedcountdiv p{
	margin:0;
	padding:0;
	text-align:left;
}
.feedcount {
	padding:0 auto;
	margin:0 auto;
}
.subscribers {
	padding:0 auto;
	margin:0 auto;
	text-align:left;
}

/* Footer
---------------------------------------------------------------------------------------------------- */
#footer {
  	clear: both;
  	color: #9ba9ad;
  	float: left;
  	padding: 0 0 20px 0;
  	width: 100%;
  	padding-bottom:30px;	
}
#footer div {
  	margin: 0 auto;
  	width: 948px;
}
#footer p.left {
  	float: left;
  	font-size: 1.1em;
  	padding-left:10px;
  	padding-top:20px;
}
#footer p.right {
  	float: right;
  	font-size: 1.1em;
  	padding-right: 30px;
  	text-align: right;
  	padding-top:20px;
}
#footer a {
  	color: #9ba9ad;
  	text-decoration: none;	
}
#footer a:hover {
	color:#fff;
  	text-decoration: underline;	
}
#footer a img {
	border:none;
}

/* Douche
---------------------------------------------------------------------------------------------------- */
img.douche {
  	border:none !important;
  	padding:none !important;
	background:none !important;
	float:right;
	margin-left:5px !important;
}


/* Miscellaneous
---------------------------------------------------------------------------------------------------- */
#container ul.right {
	margin:5px 0 10px 15px;
	width:160px;
}


/* No Posts Found Response 
---------------------------------------------------------------------------------------------------- */
#sorry {
	padding:30px 30px;
}

/* Contact Page Contact Form
---------------------------------------------------------------------------------------------------- */
#CFContainer {
	margin:25px 30px 0 30px;
}
#CFContainer p.CFError {
	color:#52a0d0;
}