@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	ManeGain
	
    ---------------------------------------  */


/*  ---------------------------------------
	Global Reset
	- - - - - - - - - - - - - - - - - - - -  */

		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }

		ul { list-style: none; }
		
		

/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
			background-color: #000;
			color: #fff;
			font-family: Arial, sans-serif;
			margin: 0 auto;
			text-align: center;
		}
		
		#container {
			width: 941px;
			margin: 0 auto;
		}
		
		.hidden { display: none; }
		.clear { height: 1%; clear: both; }
		.left { float: left; }
		.right { float: right; }
		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.clearfix {display: inline-block;}
		.no-background { background: none !important; }
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
			
		a {
			background-color: transparent;
			color: #EDE800;
		}
		
		a:hover {
			background-color: transparent;
			color: #ccc;
			text-decoration: underline;
		}


/*  ---------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - -  */
	
		#header {
			height: 148px;
			text-align: left;
			position: relative;
		}
			#header h1 {
				width: 293px;
				height: 57px;
				text-indent: -999em;
				background: transparent url(../images/logo_manegain.gif) top left no-repeat;
				color: inherit;
				position: absolute;
				top: 60px;
				left: 0;
			}
				#header h1 a {
					display: block;
					width: 293px;
					height: 57px;
					background: transparent url(../images/logo_manegain.gif) top left no-repeat;
					color: inherit;
				}
			
			#contact-info {
				position: absolute;
				top: 18px;
				right: 0;
				width: 461px;
				font-size: 14px;
				background-color: transparent;
				color: #ccc;
				padding-bottom: 16px;
				border-bottom: 1px solid #ccc;
			}
				#contact-info #phone {
					float: left;
					width: 60%;
				}
					#contact-info #phone a { color: #ccc; text-decoration: underline; }
				#contact-info #find-location {
					float: right;
					text-align: right;
					width: 30%;
					font-size: 13px;
				}
					#find-location a {
						background: url(../images/icon_triangle_right.gif) no-repeat top right;
						padding-right: 13px;
					}
					
				#tagline {
					display: block;
					position: absolute;
					top: 40px;
					text-align: right;
					right: 0;
					width: 461px;
					font-size: 14px;
					font-weight: bold;
					color: #EDE800;
				}
			
				#header ul#nav-main {
					position: absolute;
					top: 84px;
					left: 0;
				}
					#nav-main li {
						display: inline;
						float: left;
						margin-left: 20px;
					}
						#nav-main li.page-item-2 {
							margin-left: 0;
						}
						#nav-main li.current_page_item a {
							background-color: transparent;
							color: #ccc;
							text-decoration: none;
						}


/*  ---------------------------------------
	Content
	- - - - - - - - - - - - - - - - - - - -  */
	
		#content {
			text-align: left;
			font-size: 13px;
			margin-bottom: 50px;
			position: relative;
		}		
			#content p {
				margin-bottom: 1.75em;
			}
			#content .wp-caption {
				position: absolute;
				top: 0;
				left: 0;
				width: 400px;
				font-size: 13px;
				background-color: transparent;
				color: #434343;
				border-top: 1px solid #434343;
				padding-top: 30px;
			}
			#content .wp-caption img {
				border: 1px solid #444;
				margin-bottom: 5px;
			}
			#content #sl_div {
				position: absolute;
				top: 0;
				left: 0;
				width: 400px;
				font-size: 13px;
				background-color: transparent;
				color: #434343;
				border-top: 1px solid #434343;
				padding-top: 30px;
			}
			



/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
	
		#sidebar {
			float: left;
			width: 400px;
			border-top: 1px solid #434343;
			padding-top: 30px;
		}
			#sidebar ul#nav-secondary {
				float: right;
				width: 256px;
				font-size: 17px;
			}
				#nav-secondary li {
					margin-bottom: 12px;
					padding-bottom: 13px;
					border-bottom: 1px solid #434343;
					padding-left: 78px;
				}
					#sidebar.blog #nav-secondary {
						width: 178px;
					}
						#sidebar.blog h3 {
							font-size: 16px;
						}
						#sidebar.blog #nav-secondary li {
							margin-bottom: 11px 0;
						}
							#sidebar.blog #nav-secondary li a {
								min-height: 18px;
								height: auto !important; /* "Min-Height Fast Hack" by Dustin Diaz */
							  height: 18px; /* for IE 6 */
							}
					#sidebar.blog #nav-secondary li {
						padding-left: 0;
					}
					#nav-secondary li.page-item-18 {
						background: transparent url(../images/icon_sidebar_1.jpg) no-repeat 0 3px;
					}
					#nav-secondary li.page-item-20 {
						background: transparent url(../images/icon_sidebar_2.jpg) no-repeat 0 3px;
					}
					#nav-secondary li.page-item-22 {
						background: transparent url(../images/icon_sidebar_3.jpg) no-repeat 0 3px;
					}
					#nav-secondary li.page-item-24 {
						background: transparent url(../images/icon_sidebar_4.jpg) no-repeat 0 3px;
					}
					#nav-secondary li.page-item-26 {
						background: transparent url(../images/icon_sidebar_5.jpg) no-repeat 0 3px;
					}
					#nav-secondary li a {
						background: transparent url(../images/icon_arrow_right.gif) no-repeat 0 7px;
						color: #ccc;
						padding-left: 13px;
						display: block;
						min-height: 36px;
						height: auto !important; /* "Min-Height Fast Hack" by Dustin Diaz */
					  height: 36px; /* for IE 6 */
					}
						#nav-secondary li a:hover {
							background-color: transparent;
							color: #EDE800;
							text-decoration: none;
						}
						#nav-secondary li.current_page_item a, #nav-secondary li.current-cat a {
							background-color: transparent;
							color: #EDE800;
							text-decoration: none;
						}
			


/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
	
		#main {
			float: right;
			width: 461px;
			border-top: 1px solid #EDE800;
			padding-top: 30px;
			line-height: 19px;
		}
			#main h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
			}
			#main h4 {
				margin-bottom: 16px;
				font-size: 16px;
			}
			#main h5 {
	margin-bottom: 5px;
	font-size: 13px;
	color: #edecb2;
			}
#main h6 {
	font-size: 10px;
	line-height: 1.25em;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #434343;
	margin-left: 0px;
	padding-top: 30px;
	padding-left: 0em;
}
			#main p.lead {
	font-size: 14px;
	border-bottom: 1px solid #434343;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: 1.5em;
			}
#main p {
	color: #CCCCCC;
}
#main ul {
	padding-left: 1em;
	list-style-type: disc;
	padding-bottom: 1.75em;
	color: #CCCCCC;
	margin-left: 1em;
}
#main ol {
	padding-left: 1em;
	padding-bottom: 1.75em;
	color: #CCCCCC;
	margin-left: .5em;
}
#main li {
	padding-bottom: .5em;
}
			#main a {
				text-decoration: underline;
			}
#main br {
	padding-bottom: 1em;
}
						
			/* blog */
			#main .post {
				margin-bottom: 1.5em;
				padding-bottom: 1em;
				border-bottom: 1px solid #434343;
			}
			#main ol.commentlist {
				list-style-type: none;
			}
			#main .feedback, #main .commentlist li {
				font-size: 12px;
			}
			#main .avatar {
				display: none;
			}
			#main h3.storytitle {
				margin-bottom: 5px !important;
				padding-bottom: 0 !important;
				line-height: 1.25em;
			}
			#main h3#comments, #respond h3 {
				font-size: 14px;
			}
			#main p.meta {
				font-weight: bold;
			}
			#main #commentform textarea {
				width: 300px !important;
				height: 130px !important;
				background-color: #ccc;
				color: #fff;
				border: 1px solid #fff;
				padding: 3px;
				font-family: Arial, sans-serif;
				font-size: 12px;
			}
			#main #commentform #submit {
				background-color: #ccc;
				color: #fff;
				border: 1px solid #fff;
				padding: 3px;
				font-size: 12px;
				font-weight: bold;
			}
#main hr {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
			


/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
	
		#footer {
			text-align: left;
			font-size: 12px;
			background-color: transparent;
			color: #ccc;
			margin-bottom: 2em;
		}
			#footer #copyright {
				float: left;
				width: 400px;
				padding-top: 17px;
				font-size: 11px;
			}
			#footer ul#nav-utility {
				float: right;
				width: 461px;
				padding-top: 17px;
				border-top: 1px solid #434343;
			}
				#nav-utility li {
					display: inline;
					float: left;
					margin-left: 18px;
				}
					#nav-utility li.first {
						margin-left: 0;
					}
					#nav-utility a {
						background-color: transparent;
						color: #ccc;
					}
						#nav-utility a:hover {
							background-color: transparent;
							color: #EDE800;
						}
			
			#social {
				display: block;
				padding: 25px 0 0 0;
				float: right;
				clear: right;
				width: 461px;
			}
				#social li {
					display: block;
					width: 40px;
					float: left;
				}
					#social a {
						display: block;
						width: 40px;
						height: 40px;
						text-indent: -999999px;
						background-repeat: no-repeat;
					}
					#social #facebook a { background-image: url(../images/ico-fb.png); }
					#social #digg a { background-image: url(../images/ico-digg.png); }
					#social #twitter a { background-image: url(../images/ico-twitter.png); }