/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* globals */
body
{
	background-color: #FFFFFF;
	color: #555;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	min-height: 100%;
}
a:link, a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #136;
}

a:hover { color: #F30; }
#branding				{ width: 940px; margin: 0 auto; padding: 0 0 20px; }


p						{ line-height: 1.5em; margin: 0 0 1.25em; }


h1, h2, h3, h4, h5, h6 {
	color: #ff6600;
	font-weight:normal;
	letter-spacing:-0.05em;
	font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

/* header */
#header					{ width: 980px; background: #FFFFFF; border-bottom: 5px solid #FFFFFF; padding: 0; }
#branding
{
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
.logo					{ max-width: 390px; float: left; margin: 21px 0 0 10px; }
.ads					{ max-width: 590px; float: left; margin: 21px 0 0 80px; }
.blog-name				{ font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 22px; margin: 0 0 3px; line-height: 1em; display: block; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; }
.blog-name a:link, .blog-name a:visited	{ color: #FFF; text-decoration: none; }
/*.blog-name a:link, .blog-name a:visited	{  text-indent: -9000px; background: url(../../images/icons/logo.png) no-repeat; width: 450px; height: 22px; display: block; }*/
.blog-description		{ font-family: 'Segoe UI', Arial, Helvetica, sans-serif; line-height: 1em; display: block; font-size: 11px; font-weight: bold; color: #7d716d; margin: 0; padding: 3px 0 0; text-transform: uppercase; }
.icinenews { color: #309; }

/* navigation */
#nav					{ zoom: 1; max-height: 32px; background: url(../../images/postbar.jpg) repeat-x top #e5e5e5; border: 1px solid #CCC; }
#nav-content			{ margin: 0 auto; width: 978px; }

