@charset "utf-8";
/* CSS Document */

body {
background-color: white;
}

div#header{
	background-image: url(./images/anatowind2.jpg);
	/*height: 181px;*/
}

form#searchform {
	display: none;	
}

div#header #taglines {
	float: right;
	text-align: right;
	margin:50px 1em 0 0;
	line-height:normal;
	/*width: 400px;
	height: 100px;*/
}

div#header h1 {
text-transform: lowercase;
font-size:200%;
font-weight: normal;
width: 500px;
clear: both;
display: block;
float: none;

}

div#header h2, div#header p.description {
	text-transform: lowercase;
	font-weight: normal;
	font-size:110%;
	color: #4d4d4d;
	float: none;
	margin: 0;
}


#nav {
	background-image: none;
	text-align: center;
	background-color:#BF0000;
	margin-top: 3px;
	height: 39px;
}

#nav a { 
	clear:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#nav li.current_page_item a, #nav a:hover  { 
color:#FFFFFF;
}

#nav li:hover { 
	background-image:url(./images/navsep.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#nav li a {
	color: white;
}

#nav li.current_page_item { 
background-image:url(./images/navsep.gif);
background-position:center bottom;
background-repeat:no-repeat;
height:22px;
}



div.wrapper {
	background-color: white;
	background-image: none;
}
div.cornertop {
	background-image: none;
}
div.cornerbot {
	background-image: none;
}

div.wrapper div#sidebar {
	display: none !important;
}

div.posts {
	width: auto;
}

#content {
	width: 780px;
}

#content p img {
	margin: 1em 1em 1em -275px;
	float: left;
	width: 275px;
}

div.alignnone {
	float: left;	
}

#contentwrapper img {

}

div.posttopbg {
	background: none;
	border-top: 1px solid black;
	width: 800px;
}
div.postwrapper {
	background: none;	
	width: 800px;
}
div.postwrapper, div.postbotbg {
	background: none;	
}

blockquote p  {
font-size:15px;
color: #4D4D4D;
color: #BF0000;
font-style: italic;
float: left;
clear: both;
margin: 0;
text-align: left;
display: block;
width: 200px;
margin-left: -260px;
}
blockquote p  em {
	font-style: normal;
	font-size: 12px;
}

#content h2 {
	margin-left: 275px;
}

#content p {
	padding-left: 275px;
}

h1 {
	float: left;
	width: 200px;
}

h3 {
font-family: Arial,Helvetica,sans-serif; font-size: small; color: #ec2412;
float: left;
	width: 200px;
	clear: both;
	color: #BF0000;
}

div#footer {
	height: 100px;	
}
div#footer { 
	background:transparent url(./images/footer.gif) repeat-x scroll center bottom;
}

div.footertext {
background: url(images/footer-bg.gif) repeat-x;
}

div.footertext small {

}
div.footertext small a {

}
div.footertext img {
	width: 25%;
	height: 25%;
}

/* Plugin tweaks */
body .cform fieldset {
	background: none;
	border: none;
	border-color: none;
}

body .cform {
	margin: 3em 0 3em 275px;
}

body p.linklove {
	display: none;
}

body input#sendbutton {
	margin: 0 0 0 100px;
}

body #content p.wp-caption-text {
	float: left;
	padding-left: 0px;
	font-size: 80%;
	font-style: italic;
}
