/*
File:			custom.css
Description:	Custom styles for Thesis

			blue: 	#0053a2
			green:	#6ab836
			lt green: #ECF5E3
			lt blue:  #d2d9ec
*/
/* ====================================================================== */

body 		{	

background: url(images/drake-bg.jpg) no-repeat top center fixed #000000;	
				margin: 0;

				background-color: #000000;
			}
#container	{
				border: 5px solid #000000;	
			}
#content	{
				border: 0;
			}
.format_text .wp-caption p {
				font-size: .6em;
			}
.format_text img.frame, .format_text .wp-caption {
				padding:.3em;
			}
.sidebar h3	{
				font-size:16px;
				color: #000000;
				font-variant: normal;
				font-style: normal;
				font-weight: normal;
				letter-spacing: normal;
				padding: 5px;
				margin: 0;	
				display: block;
				width: 100%;
			}
			
#sidebar_1.sidebar h3	{
				font-family: Arial, verdana, "sans serif";
				letter-spacing: .05em;
				text-transform: uppercase;
				font-size:12px;
				width: 184px;
				background-color: #ad0300;
				color: #ffffff;
				border-width: 0 0 5px 0;
				border-style: solid;
				border-color: #000000;
				margin: 0 0 10px 0;
			}								
					
/* DoubleMule Clickable Header v. 1.0 /////////////////////////////////// */

.custom #header {
			background: #ffffff;
			padding: 0;
			border: 0;
			margin: 0;
		}

.custom #header #logo a {
			display:block;
			width:960px;
			height:160px;
			background:url(http://draketinjum.com/wp-content/themes/thesis_16/custom/images/drake-header.jpg) center no-repeat;
			outline:none;
			color: #000000;
			text-indent: -9999px;
			padding: 0;
			margin: 0;
		}

.custom #header #tagline {
			color:#000000;
			text-indent: -9999px;
		}



		
/* WIDGETIZED FOOTER ///////////////////// */

#footer_setup {
			background: #EEEEEE;
			padding: 16px;
			margin-bottom: 25px;
			overflow: hidden;
		}

#footer_setup .footer_items {
			text-align: left;
			width: 210px;
			padding-right: 10px;
			color: #4b4b4b;
			display: inline-block;
			float: left;
			height: 100%;
		}

#footer_setup .footer_items h3 {
			font-size: 1em;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 0px;
			color: #000000;
			padding-bottom: 3px;
			border-bottom: 3px solid #0053a2;
			margin-bottom: 5px;
		}
#footer_setup .footer_items h3 a {
			color: #000000;
			text-decoration: none;
		}
#footer_setup .footer_items a:link {
			color: #0053a2;
		}
#footer_setup .footer_items ul li a {
			font-size: 12px;
		}		
		
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }


/* Nav //////////////////////////////////////////////// */

.menu a {	
			letter-spacing: 0;
			text-transform: none;
			font-size: 13px;
			padding: 5px 20px;
		}
/*
.menu	{	border-bottom: 1px solid #cd0e0e;	
			border-left: 1px solid #cd0e0e;	
		}
*/

/* Fancy CSS link blocks ////////////////////////////////// */
#subscribe {
		    list-style: none;
		    margin: 0px;
		}
#subscribe li {
 		   	position: relative;
		    margin-top: 0;
		    margin-right: 0;
		    margin-left: 0;
		    height: 56px;
		}
#subscribe li h4 {
		    font-style: normal;
		    font-weight: normal;
		    margin: 0 0 0 45px;
		    font-size: 18px;
		    line-height: 26px;
			color: #333333;
		    font-family: Helvetica, Arial, sans-serif;
		    display: block;
		    clear: none;
 		   border: none;
		}
#subscribe li p {
		    color: #666666;
		    margin: 0 0 0 45px;
		    font-family: Helvetica, Arial, sans-serif;
		    font-size: 13px;
		    clear: none;
		}
#subscribe li img {
 			float: left;
		    position: relative;
		    padding: 0px;
		    margin: 0px 10px 0px 0px;
		}
#subscribe li a.linkblock {
		    border-bottom-color: #e6e6e6;
		    border-left-style: none;
		    border-bottom-style: dashed;
		    border-right-style: none;
		    border-top-style: none;
		    border-bottom-width: 1px;
		    background: none;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    z-index: 50;
		}
#subscribe li:hover {
		    background-color: #EEEEEE;
		}


/* submit button ////////////////////////////////  */
/*
input.form_submit {
			border-width:3px;
		}
.format_text input.form_submit, #commentform .form_submit {
			font-size:1.143em;
			padding:0.313em 0.25em;
		}
input.form_submit {
			background:transparent url(lib/images/submit-bg.gif) repeat scroll 0 0;
			border-color:#CCCCCC #999999 #999999 #CCCCCC;
			border-style:double;
			border-width:3px;
			color:#111111;
			cursor:pointer;
			font-weight:bold;
			overflow:visible;
			width:auto !important;
		}
input, textarea {
			font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
*/
