/*
Generated for the ThemeEngine.NFL 1.0, a theme for BlogEngine.net by GravityCube.net.
*/
/* generic html elements */
a { color: #00132b; }
a:hover { color: #00132b; }
body { background: #00132b none; color: #00132b; background-image: none; } /* #71738E is the default color of all the text in the posts. */
	code { background: #ffffff; border: 1px solid #eeeeee; border-left: 6px; color: #666666; }
	blockquote { background: url(../images/quote.gif) no-repeat; }
h1,h2,h3,h4,h5 { color: #00132b; }

/* structure */
/* This is the outer border color, and the color in the gaps behind the different elements on the page. 
	To change the border size, change the padding attribute.
	Use this with the content and sidebar classes to change the widths.
*/
.container { background: #ffffff none; padding: 10px; width: 780px; } 

/* header & title */
.header { background: #00132b url(header.jpg); height: 160px; }
.header .title { color: #df6208; }
.header .title .sitename a { color: #df6208; }
.header .title .sitenameshadow { color: #df6208; }

/* menu - the horizontal navigation under the header #008DC2  */
.menu { background: #00132b; color: #df6208; border: solid 1px #df6208; }
.menu a { color: #df6208; }
.menu a:hover { color: #df6208; }

/* main - main is the main content area of the site */
.main { background: inherit; color: inherit; } /* This is the default background color of the main content area.  If it is not specified, the background comes from container */
.main a { color: inherit; }
.main a:hover { color: inherit; }

/* sidebar */
.sidebar { float: left; } /* Use this with the content class to change which side the sidebar is on. */
.sidebar { background: #df6208; border: solid 1px #00132b; width: 190px; } /* Use this with the container and content classes to change the widths. */
.sidebar h2 { color: inherit; }
.sidebar li { color: #00132b; }
.sidebar li a { color: inherit; }
.sidebar li a:hover { color: inherit; }

/* content */
.content { float: right; } /* Use this with the sidebar class to change which side the sidebar is on. */
.content { width: 548px; } /* Use this with the container and sidebar classes to change the widths. */
.content .descr { color: #df6208; }

/* posts */
.post .info{ background: #df6208; border: solid 1px #00132b; }




/* comments */
.comment { border: solid 1px #df6208; background: inherit; }
.self { background: #df6208; border: inherit}

/* Search page */
.searchresult span.url { color: #df6208; }
	.searchpage ul.paging li { border: 1px solid #cccccc; background: #f1f1f1; }
	.searchpage ul.paging li.active { background: #f1f1f1; border: 1px solid #000000;}

/* footer */
.footer { background: #00132b; color: #df6208; }
.footer a { color: #df6208; }
.footer a:hover { color: #df6208; }
/*----------------------------
Opinion pool
----------------------------*/
.OpinionPool h5
{
    margin-top: 0px;
    font-size: 100%;
}

.OpinionPool a
{
    color: #666666;
    text-decoration: none;
}

.OpinionPool li
{
    list-style-type: square;
    margin-left: 20px;
    padding-bottom: 5px;
}

.OpinionPool .small
{
    font-size: 75%;
}

.OpinionPool .Rating
{
    height: 10px;
    vertical-align: middle;
}

.OpinionPool .RatingPercent
{
    padding-left: 5px; 
}
