/*  

Theme Name: Squint Book

Version: 1.0

Author: Colin Sweeney

*/



@import url("960/960.css");

@import url("960/reset.css");

@import url("960/text.css");





/*----- GLOBAL -----*/





body{

	font-family: Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	margin-top: 15px;

	background-color: #1f110e;

	background-repeat: repeat-x;

	background-position: bottom;

	background-image: url(images/body_BK.png);

}





h1{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 17px;

	color: #aea196;

	margin-top: 10px;

	margin-right: 0;

	margin-bottom: 10px;

	margin-left: 0;

	font-variant: small-caps;

}





h2{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	color: #FFFFFF;

	margin-top: 5px;

	margin-right: 0;

	margin-bottom: 10px;

	margin-left: 0;

}





p{

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 10px;

	margin-left: 0;

	line-height: 20px;

}





blockquote{

	color: #aea196;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	font-style: italic;

	line-height: 18px;

	margin-top: 20px;

	margin-right: 5px;

	margin-bottom: 20px;

	margin-left: 40px;

	border-left-width: 1px;

	border-left-style: dotted;

	border-left-color: #aea196;

	padding-left: 20px;

}





a{

	color: #fdcc53;

	text-decoration: none;

}





a:hover{

	color: #fdcc53;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #fdcc53;

}





hr{

	background-color: #4c2d24;

	height: 3px;

	margin-top: 15px;

	margin-right: 5px;

	margin-bottom: 15px;

	margin-left: 0;

	color: #4c2d24;

	border: none;

}





.small-italics{

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: italic;

	font-weight: bold;

}





div.right{

	text-align: right;

}





div.spacer{

	height: 10px;

}





div.border {

	background-color: #fdcc53;

	height: 4px;

	padding: 0;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 10px;

	margin-left: 0;



}





/*----- HEADER / NAV -----*/





#header{

	height: 250px;

	background-image: url(images/header_BK.png);

	background-repeat: no-repeat;

	background-position: center top;

	margin: 0;

	padding: 0;

}





#header ul{

	list-style: none;

	float: right;

}





#header ul li{

	display: inline;

	margin: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: bold;

	padding-right: 12px;

	line-height: 30px;

}





#header ul li a{

	color: #fdcc53;

	text-decoration: none;

}





#header ul li a:hover{

	color: #FFFFFF;

	border-top-width: 1px;

	border-top-style: dotted;

	border-top-color: #fdcc53;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #fdcc53;

}





/*----- MAIN -----*/





#content{

	margin-left: 0;

	margin-right: 40px;

}





/*----- SIDEBAR -----*/





#sidebar{

	margin-left: 0;

	margin-right: 0;

}





#sidebar p{

	color: #aea196;

}





#sidebar h1{

	color: #FFFFFF;

}





#sidebar h2{

	color: #aea196;

}





#sidebar hr{

	margin-top: 10px;

	margin-right: 5px;

	margin-bottom: 10px;

	margin-left: 0;

	border-top-width: 2px;

	border-top-style: dotted;

	border-top-color: #4c2d24;

	background-color: #1f110e;

	color: #1f110e;

}





/*----- SEARCHBAR -----*/





/*

#search form{

	line-height: 45px;

}





#search form input{

	line-height: 26px;

	padding: 0 6px;

	border: 1px solid #676767;

	background-color: #fde09a;

}

*/



#searchform{

    margin-bottom: 10px;

    padding: 0;

    margin-top: 10px;

}

#searchform fieldset{

    padding: 7px 13px 2px 13px;

    position: relative;

    top: -3px;

}

#searchform label{

    margin: 0 0 .5em 0;

    display: block;

    color: #fff;

}

#searchform fieldset #s{

    border: 1px solid #333;

    color: #aaa;

    margin-bottom: 10px;

}

#searchform fieldset #searchsubmit{

    border: 2px solid #666;

    background: #444;

    padding: 3px 6px;

    color: #fff;

    line-height: 1.5em;

    vertical-align: top;

}

#searchform fieldset #searchsubmit:hover{

    border: 2px solid #777;

    background: #555;

}







/*----- FOOTER -----*/





#footer{

	margin: 0;

	padding: 0;

}





#footer p{

	color: #aea196;

	margin-bottom: 30px;

	font-size: 10px;

	line-height: 15px;

}





#footer a{

	color: #FFFFFF;

	text-decoration: none;

}





#footer a:hover{

	color: #FFFFFF;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #FFFFFF;

}





/*----- WP -----*/


textarea#comment{ 
	width: 400px; padding: 5px; 
}


.commentmetadata{ 
	font-size: 10px; 
}


img#promo {
	width: 500px;
	height: 364px;
	border: 1px solid #FFFFFF;
}
