/*
Theme Name: Fly & Dandy Theme
Theme URI: http://www.flyanddandy.com
Description: Fly & Dandy Theme - DO NOT DELETE
Version: 1.0
Author: Arthur Tindsley
Author URI: http://www.squashandfly.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/***** General Styles *****/

body{
	background: #000000;
	font-family:Helvetica;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #afafaf;
	line-height: 20px;
}

h2{
	text-transform: uppercase;
	font-family: Geneva;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #c5c4c4;
}

h3{
	text-transform: uppercase;
	font-weight: bold;
}

h4{
	color: white;
	font-style: oblique;
}

#wrap{
	width: 760px;
	margin: 0 auto;
}

a{
	text-decoration:none;
	color: #bfa759;
	outline: none;
}

#pixelSeparator{
	background: url("style/images/fly_and_dandy_pixel_separator.jpg");
	width: inherit;
	height: 1px;
	margin: 37px 0px 37px 0px;
}

/***** Header Styles *****/
#header{
	width: 760px;
	height: 233px;
	margin: 25px 0px 0px -170px;
}

#logo{
	background: url("style/images/fly_and_dandy-logo.jpg");
	background-repeat: no-repeat;
	width: 755px;
	height: 233px;
	display: block;
	text-decoration: none;
}

/***** Footer Styles *****/
#footer{
	margin: 0px 0px 20px 29px;
	width: inherit;
	text-align: center;
	float: left;
}

/***** Post Styles *****/
#postsHolder{
	float: left;
	width: 500px;
	margin: 10px 0px 0px 29px;
}

#postDivider{
	background: url("style/images/fly_and_dandy-main_divider.jpg");
	background-repeat: no-repeat;
	width: 501px;
	height: 7px;
	margin: 11px 0px 15px 0px;
}

#postHeroImage{
	width: auto;
	height: auto;
	margin: 0px 0px 30px 0px;
}

#postFooter{
	width: inherit; 
	text-transform: uppercase;
	color: #bdbdbd;
	font-size: 11px;
	margin: 27px 0px 0px 0px;
}

/***** Single Post Styles *****/
#navigation{
	margin: 0px 0px 30px 0px;
}

/***** Search *****/
#searchHolder{
	float: left;
	width: 500px;
	margin: 10px 0px 0px 29px;
}

/***** Comments *****/
#submitBtn{
	background:#333333 ;
	color:#bfa75a;
	width:120px;
	height: 19px;
	border: 1px;
	border-color: #bfa75a;
	border-style: solid;
	vertical-align: middle;
	text-align: center;
	margin: 10px 0px 0px 0px
}

#comment{
	margin: 5px 0px 0px 0px;
	width: 500px;
	height: 100px;
}

.commentFields{
	margin: 5px 0px 5px 0px;
}

/***** Sidebar Styles *****/
#sidebarHolder{
	margin: 40px 0px 20px 560px;
	width: 224px;
	font-size: 13px;
}

#sidebarDivider{
	background: url("style/images/fly_and_dandy-sidebar_divider.jpg");
	background-repeat: no-repeat;
	width: 224px;
	height: 7px;
	margin: 0px 0px 12px 0px
}

#sidebarImage{
	background: url("style/images/fly_and_dandy-side_bar.jpg");
	background-repeat: no-repeat;
	width: 224px;
	height: 269px;
}

#sidebarContent{
}

#searchField {
	width: 120px;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

#searchsubmit {
	background:#333333;
	color:#bfa75a;
	width:80px;
	height: 19px;
	border: 1px;
	border-color: #bfa75a;
	border-style: solid;
	vertical-align: middle;
	text-align: center;
}

#intro{
	margin: 27px 0px 0px 0px;
}

#introSpan{
	color: white;
	font-style: oblique;
}

#usDefinition{
	margin: 24px 0px 0px 0px;
}
