/*
Theme Name: Qwidget based on WP Default
*/

*{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	background: #2c2c2c url('images/site_background.jpg') ;
}


img, a img {

	border: 0px;

}

a:link, a:visited{
	color: #ff4800;
	text-decoration: none;
}

a:hover, a:active{
	color: #ff4800;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 24px;
}

h2 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 21px;
}

h3 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 18px;
}

h4 {
	font-size: 14px;
	line-height: 18pxl
	margin-bottom: 14px;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 13px;
}


p {
	margin-bottom: 18px

}

ol, ul{
	margin: 18px 18px;
}

hr {
	display: none;
	}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
        font-size: 11px;

	}

/* Begin Structure */
#bg_top {
/*	position: relative;
	top: 0px;
	left: 0px; height: 138px;*/
	background: url('images/site_background_top.jpg') repeat-x;
	
}

#bg_bottom {
	display:none;	
	background: url('images/site_background_bottom.jpg') repeat-x;
	margin: 0px;
	height: 688px;
}

#page {
	position: relative;/*
	top: -140px;*/
	left: 0px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background:  url('images/qwidget_bg.jpg') 0px 100px repeat-y ;
	width: 856px;
	height: 100%;
	
}


#logo{
	margin-top: 22px;
	margin-left:24px;
	height: 84px;
	width: 400px;
	background: url('images/logo.png') no-repeat;
}

*html #logo{
	background: url('images/logo.gif') no-repeat;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0 20px;
	height: 115px;
	width: 856px;
	background: url('images/qwidget_header_bg.jpg') no-repeat top left;
}

#headerimg {
	width: 100%;
	}


#nav {
	
	padding: 0px;
	margin: 6px 0px 6px 22px;
	vertical-align: bottom;
	list-style: none;
	height: 38px;
}

#nav li {
	height: 37px;
	list-style: none;
	float:left;
}

*html #nav{
	margin-bottom: 0px;
}

#mainDiv
{	
	margin-left: 24px;
	width: 808px;
	background: url('images/background_mid.png') repeat-y top right;
}

#content-top{
		background: url('images/background_top.png') no-repeat top right;
		height: 11px;

}


#content-bottom{
		background: url('images/background_bottom.png') no-repeat bottom right;
		height: 11px;
}


#content {
	
	float: left;
	margin: 10px 0px 25px 25px;
	width: 430px;
	font-size: 13px;
	line-height: 22px;
	color: #363636;
	
}

*html #content {
	margin-left: 0px;
	padding-left: 20px;
}


#content ol{
	list-style: decimal;
	margin: 18px 18px;
}


#content ul{
	list-style: circle;
	margin: 18px 18px;
}



#sidebar{
	float: right;
	margin-right: 12px;
	width: 296px;
	
}

*html #sidebar {
	margin-left: 0px;
	margin-right: 6px;
	padding-left: 10px;
}

#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	margin-bottom: -20px;
	text-align: center;
	}
	
#comment {
	width: 400px;
}
/* End Structure */

.clear {
	clear: both;
}

.post {
	
	width: 430px;

}



.post h2 {
	margin-bottom: 14px;
}

.post h2 a:link, .post h2 a:visited {
	
	color: #0c9cff;
	
}

.post img{ 
	margin: 15px 18px 5px 0px; 
        padding: 2px; 
	float: left;
}

.post img.right{
	float: right;
}


.post img.center{
	margin-left: auto;
        margin-right: auto;

}

.post ul{
	margin-left: 18px;
	list-style: circle;
}

.narrowcolumn .entry {
	width:426px;

}


.narrowcolumn .postmetadata {
	text-align: left;
	width: 426px;
	padding-top: 8px;
	border-top:  1px solid #ababab;
	padding-bottom: 8px;
	border-bottom:  1px solid #ababab;
	font-weight: bold;
}

.post_date {

	display: block;
	width: 426px;
	padding-top: 8px;
	font-size: 11px;
	border-top:  1px solid #ababab;
}


.post_date .divider {
	margin: 0px 10px;
}

.post_date a {
	font-weight: bold;
}
	
.alt {

	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Start widget Text */

#sidebar ul
{
	margin: 0px;
	list-style-type: none;
}

#sidebar li
{
	margin-bottom: 28px;
}

#sidebar h2.widgettitle{

	color: #12376a;
	font-size: 18px;
	font-family: Georgia;
	font-weight:normal;
	display: none;
	margin-bottom: 8px;
	
}

#sidebar .textwidget{
	
	color: #363636;
	font-size: 12px;
	line-height: 18px;
}

#sidebar .textwidget .sidebar_headline
{
	color: #12376a;
	font-size: 18px;
	font-family: Georgia;
	display: block;
	margin-bottom: 8px;
}



#sidebar .textwidget ul, #sidebar #recent-posts ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
}

#sidebar .textwidget ul li, #sidebar #recent-posts ul li
{
	margin-bottom: 2px;
	padding: 0px;
}

#sidebar .textwidget ul li a, #sidebar #recent-posts li a{
	
	color: #363636;
	
}


#sidebar #recent-posts h2
{
	display: block;
}

#tagline{
	
	position: absolute;
	top: 44px;
	left: 450px;
}
