/*
Theme Name: Nova
Description: Just another WordPress theme.
Version: 1.0.1
Author: A1ex
Tags: flexible-width, two-columns, right-sidebar, white, light, blue
*/

body {
	font: 11px arial;
	margin: 0 auto;
	width: 100%;
	background-color: #ffffff;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Header */

.header {
	float:left;
	background: url('images/header.jpg') repeat-x;
	width: 100%;
	height: 111px
}

.header h1 {
	margin-left: 20px;
	margin-top: 20px;
	color: #50aafe;
	font-weight: normal;
	letter-spacing: -1px;
}

.header h1 a {
	color: #50aafe;
	text-decoration: none;
}

.header h1 a:hover {
	text-decoration: underline;
	color: #50aafe;
}

.header h2 {
	margin-left: 20px;
	margin-top: -20px;
	color: #50aafe;
	font-weight: normal;
}

/* Top Menu */

.menu {
	float: left;
	background: url('images/menu1.gif') repeat-x;
	width: 100%;
	height: 36px;
	font: 14px arial;
	font-weight: bold;
}
.menu ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align: left;
}

.menu li {
	float:left;
	background: url(images/menu2.gif) no-repeat right top;
	line-height: 36px;
	padding: 0 20px 0 20px;
}	

.menu a {
	color: #e2e2e2;
	text-decoration:none;
	text-transform: uppercase;
}

.menu .current_page_item a {
	background:none;
	color: #ffffff;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Search*/

.search {
	background: #055183 url(images/search1.gif);
	height: 36px;
	width: 250px;
	position: absolute;
	right: 0px;
}

.searchsubmit {
	background-color: #05395b;
	float: right;
	color: #ffffff;
	margin-top: 8px;
	margin-right: 10px;
	font: 12px arial;
	background-image:url(images/search2.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	height:20px;
	width:59px;
	border:none;
}

.searchform {
	background-color: #b0c8d8;
	margin-top: 8px;
	margin-left: 45px;
	float: left;
	border: 1px solid #144a69;
}
#searchform {
	padding-top: 4px;

}
#searchform label {
	color: #055183;
	font-size: 17px;
	padding-left: 10px;
	font-weight: normal;
}
#s {
	width: 120px;
}
#searchsubmit {
	margin-top: 15px;
}

h1 {
	font-size: 3em;}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

/* Content */
.content	{
	clear: left;
	width: 100%;

}

.main	{
	width: 100%;
}

.post {
	padding-bottom: 10px;
}

.post .title {
	margin: 0;
	border-bottom: 1px dashed #D6C9BF;
	margin-top: 15px;
	font-size: 20px;
	color: #737373;
}

.post h2.title {
	height: 40px;
	font-size: 2.4em;
	margin-left: 20px;
	margin-right: 20px
}

.post p {
	font-size: 12px;
	color: #2b4457;
}

.post .title a:hover {
	text-decoration: none;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px
}

.post .meta {
	margin-left: 20px;
	color: #a2a2a2;
	clear: both;
}

.post .pages {
	margin-left: 20px;
	color: #a2a2a2;
}


.post .tags {
	margin-left: 20px;
	color: #a2a2a2;
	padding: 0;
}.post a {
	color: #31363B;
}

.post a:hover {
	color: #31363B;
	text-decoration: none;
}

blockquote, pre {
	background: #f4f5f7 url(images/blockquote.gif) 3px 3px no-repeat;
	border: 1px dashed #CCC;
	padding: 8px 12px 8px 36px;
	margin: 5px 0;
}
/* sidebar*/

.sidebar {
	padding-bottom: 10px;
	padding-right: 10px;
}

.sidemenu {
	width: 200px;
	background: url(images/sidemenuhead.gif) no-repeat;
	background-color: #f4f5f7;
	font: 12px;
	color: #737373;
	border-bottom: 1px solid #dddddd;
	margin-top: 10px;
	padding-left: 35px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.sidemenu h2 {
	color: #055183;
	font-size: 17px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
}

.sidemenu ul {
	margin: 0;
	padding: 0;
}

.sidemenu li {
	margin-top: 10px;
}

.sidemenu a {
	text-decoration: none;
	color: #000000;
}

.sidemenu a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Navigation */

.navigation {
	color: #737373;
	font-size: 11px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	height: 20px;
}

.navigation a {
	color: #31363B;
	font-size: 11px;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* Footer */

.footer {
	height: 80px; 
	width: 100%;
	background: url(images/footer.jpg) no-repeat center top; 
	margin-top: 20px; 
	padding-top: 10px;
	text-align: center;
}

.footer p {
	font: 11px arial;
	margin-top:10px;
	color: #737373;
	text-align: center;
}

.footer a {
	font: 11px arial;
	color: #737373;
	text-decoration: none;
}

.footer a:hover {
	color: #737373;
	text-decoration: underline;
}

/* Begin Comments */
.alt {
	background-color: #f4f5f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	margin-right: 10px;
}

.commentlist p {
}

.commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 1em;

}

/* Alignments */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
