/*
Theme Name: inferno
Author URI: http://www.hilightprojects.com/
Version: 1.0
Author: mikei
Description: 2 columns, fixed, content goes first, left menu, top dropdown menu, flash banner, widget ready theme
The CSS, XHTML and design are released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body  {
	margin:0;
	padding:0;
	text-align: left;
	color: #000000;
	background-color: #000099;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 80%;
	background-image: url(img/border_wrap.jpg);
	background-repeat: repeat-y;
	background-position: 1152px top;
}

body,h1,h2,h3,h4,h5,h6,hr,blockquote,p,form {
margin:0;
padding:0;
}

h1 {
	font-size:24px;
	padding:0 0 10px 0;
	color: #000000;
}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#6F8199;
}

p {
padding: 10px 0 0 0;
}



#wrapper {
	width: 1150px;
	margin:0;
	text-align: left;
	background-color: #DCDAE7;
	border-left: 2px solid #000099;
	border-right: 0px solid #000099;
	padding: 0;
}

#feature {
	text-align: center;
	background-color: #000000;
	line-height: 30px;
	font-size: large;
	padding: 0;
	margin: 0;
	border: 0px solid #999;
	height: 64px;
	color: #66FF99;
	width: 100%;
	background-image: url(img/bg_feature_950x70.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #333333;
	border-top: 0px dotted #CBFE00;
float:left;


}


#feature .textwidget{
	text-align: center;
	background-color: #000000;
	line-height: 30px;
	font-size: large;
	padding: 0;
	margin: 0;
	border: 0px solid #999;
	height: 64px;
	color: #66FF99;
	width: 100%;
	background-image: url(img/bg_feature_950x70.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #333333;
	border-top: 0px dotted #CBFE00;
float:left;

}

#feature li{
margin:0;
padding:0;
list-style-type:none;

}


#feature .textwidget:hover {
	color: #CCFF00;
	background-image: url(img/bg_feature_hover.jpg);
	background-repeat: no-repeat;
}


#contact {
	text-align: center;
	background-color: #09147E;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #333333;
	font-size: 12px;
	height: 60px;
	padding-top: 4px;
	color: #FFFFFF;
	width: 100%;
	border-top: 0px dotted #CBFE00;
}
#contact a {
	margin:0;
	padding:0 0 2px 0;
	color: #66FE99;
	background-image: url(img/contact_button.gif);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 26px;
}
#contact a:hover {
	color: #09147E;
	background-image: url(img/contact_hover.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #09147E;
}

#contact:hover {
	color: #FFFFFF;
}


#header {
	padding: 0;
	background-color: #000099;
	margin: 0;
	height: 250px;
	float: left;
	border-top: 2px solid #000099;
	border-bottom: 1px dashed #999;
} 
#header h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	display: none;

}

#header h2 {
	margin: 0;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	z-index: 1;
	position: absolute;
	top: 2px;
	left: 320px;
	letter-spacing: 0.1em;
}

#banner{
	margin:0;
	padding:0;

}



#menu {
	margin: 0;
	padding: 0;
}

#lang {
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	padding: 10px 0;
	background-color: #DCDAE7;
}
#lang a {
	color: #FF0000;
	display: inline;
	padding: 0px;
	padding-left: 5px;
}

#lang a:hover {
	color: #000099;
	background: none;
	}

#lang img {
	padding:0 0 0 9px;

}

#maincontent{
	border-left: 1px dashed #999;
	background-color: #DCDAE7;
	float: right;
	border-right: 0px solid #999;
	background-image: url(img/bg_800_900.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 929px;
	background-position: 0;
}
#maincontent p {
	padding:10px 20px;
	text-align:justify;
}
#maincontent h1,#maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5,#maincontent h6 {
color:#0000ff;
padding:10px 20px;
}

#maincontent pre {
padding-left:60px;
}
.post {
	padding: 10px 0;
	border-right: 2px solid #999;
	border-left: 0px dashed #999;
}
.post h2 {
	font-size:14px;
	padding:0;
	color: #999;
	text-align: left;
}
.entry {
	line-height: 18px;
	border-left: 0px solid #999;
}
.entry img {
	padding:0;
	border: 2px solid #999;
	margin: 8px 8px;
float: left;
display: inline;
}

.photos {
	width: 210px;
	float: right;
	padding: 0px;
	margin: 0 20px;
display: inline; /*IE6 double margin bug*/
}

.clear-picture img{
	padding-left:30px;
	padding-bottom:10px;
}
#maincontent a:link, a:visited {
	text-decoration:none;
	color:#0000ff;
text-indent:0;
}
#maincontent a:hover {
	text-decoration:underline;
	color:#000066;
}


p.postmetadata {
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0; /* IE6 double-margin bug */
	background-color: #DCDAE7;
	border-top: 0px solid #999;
	margin: 0;
}

.sidebar h3, #sidebar p {
	margin-left: 10px;
	margin-right: 0px;
}

.sidebar ul {
	list-style-type:none;
	margin:0 10px;
	padding:0;
		
}
.sidebar ul ul {
	border: 0px solid #999;
	background-color: #DCDAE7;
	margin-bottom: 30px;
	background-image: url(img/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
.sidebar ul ul ul {
	border: 0;
	background-color: #09147E;
}

.sidebar h2 {
	padding:6px 0 2px 0;
	font-size:14px;
	color: #35389E;
	text-align: center;
	margin: 0 10px;
	background-color: #E4E3EB;
	background-image: url(img/menu_top.gif);
	width: 180px;
	border: 0px solid #999;
	background-repeat: repeat-x;
	background-position: top;
}


.sidebar ul ul li {
	padding:0;
	font-size: 14px;
	font-weight:normal;
	
}

.sidebar li li li{
	padding:0;
	font-weight:normal;
	font-size: 90%;
}
.sidebar li li{
	background-color: #C2BFD2;
	background-image: url(img/menu_li_li.gif);
	background-repeat: repeat-x;
	border-bottom: 1px dashed #999;
	}
.sidebar a {
	color:#000033;
	display: block;
	line-height: 16px;
	padding: 8px 0 4px 12px;
}
.sidebar ul a {
	width: 168px;
}


.sidebar a:hover {
	color:#CCCCCC;
	background-color: #3A3CA2;
}
.sidebar img {
	text-align: center;
	padding: 4px 0 4px 18px;
}

table#wp-calendar {

width:80%;

}

.sidebar .textwidget {
width:168px;
background-color: #000099;
border: 2px solid #fff;
color:#ccc;
margin-left:10px;
margin-bottom:30px;
padding:4px;
}


#s {
margin-left:10px;
margin-bottom:20px;
background-color:#ddd;

}




.navigation {
padding:10px 0 0 0;
font-size:14px;
font-weight:bold;
line-height:18px;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}



.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	color:#fff;
	padding:0 40px;
}
.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	background-color:#ccc;
}

#author, #email, #url {
background-color:#ccc;
}



#footer {
	padding: 4px 10px;
	clear:both;
	color:#2F54EB;
	background-color: #DCDAE7;
	background-image: url(img/wave.jpg);
	background-repeat: no-repeat;
	height: 250px;
	margin: 0;
	border-right: 2px solid #999;
} 

#footer p {
	font-size:90%;
	margin: 0;
	padding: 2px;
	text-align: center;
}

#footer img {
	border:2px solid #999;
	margin-left: 30px;
	padding: 2px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;

}

#footer a:hover {
	color:#375CF2;

}




/* Miscellaneous classes for reuse */



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}



.statcounter img{

margin-top:16px;

margin-left:12px;

}

.stat a{

margin:0;

padding:0;

font-style:italic;

font-size:smaller;

}
