/*
Theme Name: Professional
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: red, fixed width, two columns, widgets
*/


body {
	margin: 0px;
	padding: 10px;
	background: #579EC8;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1em;
	line-height: 160%;
}

a {
	color: #579EC8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	background: #FFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
}

/* Logo */

#logo {
	float: left;
	margin-top: 10px;
}

#logo a {
	display: block;
	background: url(images/logo.gif) no-repeat;
	width: 254px;
	height: 85px;
	text-indent: -9999px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #045D7B;
	color: #fff;
}

#menu .active a {
	background: #045D7B;
	color: #fff;
}

#menu .current_page_item a {
	background: #045D7B;
	color: #FFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(images/panel01.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: right;
	width: 570px;
}

#content input {
	background:#045D7B; 
	color:white;  
	border:none; 
	font: 13px Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

.post {
	margin: 0px 0px 30px 0px;
	/*border: 1px solid #BCBCBC;*/
}

.post .title {
	margin: 0px;
	background: #045D7B;
	padding: 6px 10px;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF;
}

.post h4.top_title a {
	color: #045D7B;
	margin-left:10px;
	font-size:1.3em;
	display:block;
}

.post .entry {
	padding: 0 10px 10px 10px;
}

.post .entry ol {
	margin-bottom: 10px;
}

.post .entry h3 {
	margin: 10px 0;
	padding: 0;
}

.post .entry img {
	margin: 0 10px 10px 0;
	float:left;
}

.post .entry img.alignright {
	float: right;
	margin: 25px 0 20px 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 8px;
}

/* Members */

.post .members {
	margin: -10px 10px 10px 10px;
}

.post .members .name{
	font-weight: bold;
	display:block;
	margin-left:170px;
	margin-bottom:-10px;
}

.post .members p{
	display:block;
	margin-left:170px;
}

.post .members .member_content{
	display:block;
}

.post .members .member_content img {
	margin: -19px 20px 10px 0;
	float:left;
	width:150px;
	height:125px;
}


.post .byline {
	margin: 0px;
	padding-left: 8px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(images/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) 0 6px no-repeat;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #045D7B;
	padding: 9px 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul li ul {
	margin-bottom: 0;
	list-style: none;
}

#sidebar ul li ul li p{
	line-height:normal;
}

#sidebar ul li ul li p.lefttitle {
	padding: 0
	margin-bottom: 6px !important;
	text-align:left;
}

#sidebar ul li ul li p.lefttitle a {
	font-weight: bold;
}

#sidebar ul li ul li p {
	margin-bottom: 6px !important;
	text-align:left;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 0.85em;
}

#footer a {
	color: #FFFFFF;
}

hr {
	display: none;
}

.pagetitle {
	color: #045D7B;
}

#comment {
	width: 540px;
	height: 100px;
}

#respond {
	color: #045D7B;
}

.clear{
	clear:both;
}
