/*  
Theme Name: Realwd Corporate
Theme URI: http://www.realwd.com/wordpress-themes/
Description: One of paid themes from <a href="http://www.realwd.com">Realwd</a> collection.
Author: Realwd
Author URI: http://www.realwd.com/
*/

/* globals */

*{
	margin:0;
	padding:0;
	border:none;
}

body {
    min-width:940px;
	background:#e0e0e0;
	font-family:Arial;
	font-size:12px;
    }

a:link, a:visited, a:active {
	color:#1b598d;
	}

a:hover {
	color:#e78200;
	}

p {
	color:#59636c;
	line-height:18px;
	}

h1, h2, h3, h4, h5 {
	font-family:Georgia;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.inner {
	width:940px;
	margin:auto;
	}

/* header */

div#header {
	text-align:center;
	height:103px;
	background-color:#FFFFFF;
	vertical-align:middle;
	}

div.title {
	width:auto;
	float:left;
	}

div.title h1 {
	font-size:30px;
	font-weight:normal;
	margin:20px 0 0 0;
	padding:0;
	}

div.title a:link, div.title a:visited, div.title a:active {
	color:#1b598d;
	text-decoration:none;
	}

div.title a:hover {
	color:#e78200;
	}

p.description {
	color:#666666;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	padding:0px;
	}

/* searchform */

div.search {
	width:auto;
	float:right;
	}

div.searchform {
	width:auto;
	text-align:right;
	margin:0;
	padding:0;
	}

form#searchform {
	background-color:#ffffff;
	padding:3px;
	width:auto;
	text-align:right;
	margin:8px 0px 0px 0px;
	}

input#s{
	height:13px;
	font-size:12px;
	font-family:Arial;
	border:1px solid #e0e0e0;
	margin:0;
	padding:3px;
	background-color:#ffffff;
	}

input#searchsubmit {
	background: transparent url(images/searchsubmit.gif) no-repeat;
	border:0;
	margin:0px 0px 0px 3px;
	padding:0;
	cursor:pointer;
	height:21px;
	width:70px;
	}
	
/* navbar */

div#navbar {
	text-align:center;
	height:48px;
	background:url(images/navbar-bg.gif) repeat-x;
	}
	
div#navbar ul {
	list-style:none;
	}

div#navbar li {
	display:inline;
	}

div.menu {
	width:auto;
	float:left;
	}

ul#mainmenu {
	margin:0;
	}

ul#mainmenu li{
	padding:0;
	margin:0;
	background-position:top;
	display:inline;
	}

ul#mainmenu li a:link, ul#mainmenu li a:visited, ul#mainmenu li a:active{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	
	margin:0px 1px 0px 0px;
	padding:14px 15px 14px 15px;
	float:left;
	border:0px;
	vertical-align:middle;
		
	color:#999;
	display:block;

	height:20px;
	
	background-image:url(images/nav-bg.gif);
	background-position:100% 0px;
	}

ul#mainmenu li a:hover{
	background-position:0% -48px;
	color:#666;
	}

ul#mainmenu li.current_page_item a:link, ul#mainmenu li.current_page_item a:visited, ul#mainmenu li.current_page_item a:active {	
	color:#666;
	background-position:0% -96px;
	}
	
/* topbar */

div#topbar {
	background:#1b588e url(images/topbar-bg.gif) repeat-x;
	padding:35px 0px 35px 0px;
	}

ul#leftBlock, div#centerBlock, ul#rightBlock {
	float:left;
	width:280px;
	display:inline;
	margin:auto;
	}

div#centerBlock {
	margin:0px 50px 0px 50px;
	}

div#topbar h2.widgettitle{
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	padding:3px 3px 3px 20px;
	background:url(images/widget-title2.gif) left no-repeat;
	margin-bottom:2px;
	}
	
div#topbar li.widget {
	list-style-type:none;
	list-style-position:outside;
	}

	
div#topbar li.widget ul li {
	list-style-type:none;
	list-style-position:outside;
	color:#82adcf;
	padding:0px;
	margin-bottom:2px;
	}

div#topbar li.widget ul li ul li {
	list-style-type:none;
	list-style-position:outside;
	background:#1b588e;
	color:#82adcf;
	padding:7px 3px 0px 10px;
	margin-bottom:2px;
	}
	
div#topbar li ul li a:link,
div#topbar li ul li a:visited,
div#topbar li ul li a:active {
	text-decoration:none;
	color:#82adcf;
	padding:7px 3px 7px 26px;
	width:249px;
	background:url(images/topbar-li.gif) left no-repeat;
	border:1px solid #20639a;
	display:block;
	}

div#topbar li ul li a:hover {
	text-decoration:none;
	color:#ffffff;
	padding:7px 3px 7px 26px;
	background:#20639a url(images/topbar-li-hover.gif) left no-repeat;
	border:1px solid #82adcf;
	}

/* rss field */

div.rss {
	width:280px;
	float:right;
	background:#20639a url(images/rssbg.gif) top center no-repeat;
	vertical-align:middle;
	text-align:center;
	}

div.rss p {
	font-size:11px;
	color:#84accd;
	padding-right:65px;
	margin:22px 0px 0px 0px;
	float:right;
	text-align:left;
	}

div.rss p span {
	background:url(images/rss-span-bg.gif) left no-repeat;
	padding:0px 0px 0px 15px;
	}

a.rss:link, a.rss:active, a.rss:visited {
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	}

a.rss:hover {
	text-decoration:none;
	}
	
/* subscribe */

div.subscribe {
	width:280px;
	margin-top:95px;
	text-align:center;
	background-color:#20639a;
	}

div.subscribeform {
	width:auto;
	text-align:right;
	margin:0;
	padding:20px 0px 20px 0px;
	background-color:#20639a;
	}

form#subscribe {
	background-color:#ffffff;
	padding:3px;
	width:auto;
	text-align:right;
	margin:0px 20px 0px 20px;
	}

input#s2{
	height:13px;
	font-size:12px;
	font-family:Arial;
	border:1px solid #e0e0e0;
	margin:0;
	padding:3px;
	width:141px;
	background-color:#ffffff;
	}

input#searchsubmit2 {
	background: transparent url(images/subscribesubmit.gif) no-repeat;
	border:0;
	margin:0px 0px 0px 3px;
	padding:0;
	cursor:pointer;
	height:21px;
	width:81px;
	}

/* about author area */

div.about {
	background-color:#20639a;
	padding:10px;
	}

div.author { 
	float:left;
	width:auto;
	text-align:center;
	}

div.author img {
	border:3px solid #dee0dd;
	margin-bottom:5px;
	}
	
a.author-more:link, a.author-more:active, a.author-more:visited {
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#e78200;
	padding:0px 3px 0px 3px;
	}

a.author-more:hover {
	background-color:#ffffff;
	text-decoration:none;
	color:#1b598d;
	}

div.bio { 
	width:auto;
	}
	
div.bio p {
	margin-left:70px;
	color:#84adcd;
	}
	
/* wrapper and main*/

div#wrapper {
	width:980px;
	margin:0 auto;
	background:url(images/wrapper.gif) center repeat-y;
	border:5px solid #d6d6d6;
	border-top:none;
	}

div#main {
	width:980px;
	text-align:left;
	}

/* content */

div#content {
	width:680px;
	float:left;
	margin:40px 0 0 0px;
	padding:0 20px 0 0px;
	}

.content-info {
	float:left;
	width:70px;
	text-align:center;
	padding-right:20px;
	}

.date {
	font-size:36px;
	font-family:Georgia;
	color:#1b598d;
	}

.month, .year {
	font-size:11px;
	font-family:Arial;
	color:#666666;
	text-transform:uppercase;
	}

.comments a:link, .comments a:visited, .comments a:active{
	background:url(images/comments.gif) left no-repeat;
	padding:5px 0px 5px 20px;
	line-height:25px;
	color:#608dbc;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
	}

.comments a:hover{
	background:url(images/comments-hover.gif) left no-repeat;
	color:#000000;
	text-decoration:none;
	}

/* -------------------- */

.content-main {
	float:right;
	width:590px;
	}

div.post {
	margin-bottom:40px;
	}

.post-title h2{
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	font-family:Georgia;
	}

.post-title h2 a:link, .post-title h2 a:visited, .post-title h2 a:active {
	color:#1b598d;
	text-decoration:none;
}
	
.post-title h2 a:hover{
	color:#e78200;
	text-decoration:none;
	}

h3.archive {
	color:#1b588e;
	font-size:18px;
	font-family:Georgia;
	font-weight:normal;
	padding:0;
	margin:0 0 40px 90px;
	}

p.four0hFour {
	padding:0 0 40px 90px;
	}

div.post-title h3 {
	margin-bottom:5px;
	background:url(images/separator.gif) bottom repeat-x;
	padding:2px 0px 7px 2px;
	}

div.post-title h3 span{
	padding:0;
	}

div.post-title h3 span.edit{
	background-image:none;
	padding:0px 5px 0px 5px;
	}
	
div.post-title h3 span.edit a{
	padding:2px 5px 2px 5px;
	background-color:#ff9900;
	color:#FFFFFF;
	}

div.post-title h3, h3 a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	}

div.post-title h3 a:link,
div.post-title h3 a:active,
div.post-title h3 a:visited{
	color:#1b598d;
	text-decoration:underline;
	}
div.post-title h3 a:hover{
	color:#e78200;
	}

div.post-content {
	color:#666666;
	font-size:12px;
	}

div.post-content p, div.post-content ul, div.post-content ol{
	margin:0px 0px 10px 0px;
	padding:0;
	}

div.post-content br {
	line-height:10px;
	}

div.post-content li {
	padding-left:10px;
	}

div.post-content p.tags {
	font-size:11px;
	margin:5px 0px 5px 0px;
	background:url(images/separator.gif) top repeat-x;
	padding:7px 2px 5px 2px;
	}
	
div.post-content img {
	background-color:#f5f5f5;
	padding:3px;
	border:1px solid #eeeeee;
	}

div.post-content blockquote {
	margin:5px 0 5px 0;
	padding:20px 10px 20px 45px;
	color:#5b636e;
	font-size:12px;
	font-weight:normal;
	background:#f5f5f5 url(images/blockquote.gif) top left no-repeat;
	border:1px solid #eeeeee;
	}

div.post-content blockquote blockquote {
	background-color:#eeeeee;
	border-right:2px solid #CCCCCC;
	padding:10px;
	background-image:none;
	} 

div.post-content a:link,
div.post-content a:active,
div.post-content a:visited {
	color:#1b598d;
	text-decoration:underline;
	}

div.post-content a:hover {
	color:#e78200;
	text-decoration:underline;
	}

div.post-content ul {
	} 

div.post-content ul li {
	list-style-position:inside;
	}

div.post-content ol {
	} 
	
div.post-content ol li {
	list-style-position:inside;
	}
	
div.post-navigation {
	padding:10px 0px 10px 0px;
	margin:0px 0px 40px 90px;
	}

div.post-navigation a:link,
div.post-navigation a:active,
div.post-navigation a:visited {
	background-color:#1b588e;
	padding:2px 10px 2px 10px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	}

div.post-navigation a:hover {
	background-color:#f5f5f5;
	padding:2px 10px 2px 10px;
	color:#1b588e;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	border:1px solid #eeeeee;
	}

p.postmetadata {
	background-color:#f5f5f5;
	padding:10px;
	color:#1b588e;
	border:1px solid #eeeeee;
	margin-top:40px;
	}

/* read more link */

a.more-link:link,
a.more-link:active,
a.more-link:visited {
	padding:0px 5px 0px 5px;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	}

a.more-link:hover {
	background-color:#ffffff;
	}
		
/* comments */

h3#comments {
	color:#1b588e;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia;
	background-color:#FFFFFF;
	margin:0px 0px 20px 90px;
	}

div#reply {
	margin:0 0 40px 90px;
	background-color:#f5f5f5;
	border:1px solid #eeeeee;
	padding:10px;
	}

h3#respond {
	font-size:18px;
	font-weight:normal;
	color:#1b588e;
	padding:0 0 0 25px;
	background:url(images/comment_add.gif) left no-repeat;
	margin:0px 0px 20px 0px;
	font-family:Georgia
	}

ol.commentlist {
	margin:0px 0px 0px 90px;
	}

ol.commentlist li {
	list-style-type:none;
	list-style-position:inside;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	padding:10px;
	margin-bottom:20px;
	}

ol.commentlist li.alt {
	background-color:#f5f5f5;
	border:1px solid #eeeeee;
	}

ol.commentlist li img {
	float:left;
	background-color:#FFFFFF;
	padding:1px;
	border:2px solid #ebebeb;
	}

ol.commentlist li cite {
	font-style:normal;
	padding:0px 0px 0px 10px;
	margin-bottom:10px;
	}

span.commentmetadata,
span.commentmetadata a:link,
span.commentmetadata a:visited,
span.commentmetadata a:active {
	font-size:10px;
	color:#5b626e;
	text-decoration:none;
	padding-left:5px;
	}

ol.commentlist li cite a:link,
ol.commentlist li cite a:visited,
ol.commentlist li cite a:active {
	color:#1b588e;
	}

ol.commentlist li cite a:hover {
	color:#ff9900;
	}

ol.commentlist li p {
	clear:left;
	margin-top:10px;
	color:#666666;
	}

input#author, input#email, input#url, textarea#comment {	
	padding:3px;
	border:1px solid #cccccc;
	color:#000;
	margin-bottom:3px;
	}

input#submit {
	padding:3px;
	color:#ffffff;
	background-color:#1b588e;
	font-size:11px;
	font-weight:bold;
	margin-top:17px;
	cursor:pointer;
	}
		
/* sidebar */

div#sidebar {
	width:280px;
	float:right;
	margin:40px 0 0 0;
	}

/* ad blocks */

.ad1 {
	list-style:outside;
	list-style-type:none;
	vertical-align:middle;
	width:100%;
	height:103px;
	}

.ad1 img { 
	margin:6px 0 0 0;
	}

.ad2 {
	list-style:outside;
	list-style-type:none;
	width:280px;
	text-align:center;
	}

.ad2 img { 
	margin:0 0 40px 0;
	}
	
/* widgets */

ul.sidebar li{
	list-style-type:none;
	list-style-position:outside;
	width:auto;
	padding:0px;
	}

ul.sidebar li.widget{
	margin:0px 0px 40px 0px;
	}

ul.sidebar li h2.widgettitle{
	font-size:18px;
	font-weight:normal;
	font-family:Georgia;
	color:#ffffff;
	padding:3px 3px 3px 25px;
	background-color:#e78200;
	border-left:3px solid #cd7100;
	margin:0px 1px 10px 0px;
	}

/* menu item */
ul.sidebar li.widget ul li{
	width:auto;
	padding:0px;
	}

ul.sidebar li.widget ul li a:link,
ul.sidebar li.widget ul li a:visited,
ul.sidebar li.widget ul li a:active {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	font-size:12px;
	background:url(images/itembg.gif) left no-repeat;
	padding-left:30px;
	padding-right:30px;
	line-height:30px;
	display:block;
	width:219px;
	}
	
ul.sidebar li.widget ul li a:hover {
	text-decoration:none;
	color:#1b598d;
	background:#f3f3f3 url(images/itembg2.gif) left no-repeat;
	}

/* menu item child */
ul.sidebar li.widget ul li ul li{
	width:auto;
	padding:0;
	}

ul.sidebar li.widget ul li ul li a:link,
ul.sidebar li.widget ul li ul li a:visited,
ul.sidebar li.widget ul li ul li a:active {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
	font-size:12px;
	background:url(images/childbg.gif) left no-repeat;
	padding-left:45px;
	padding-right:45px;
	line-height:30px;
	display:block;
	width:189px;
	}
	
ul.sidebar li.widget ul li ul li a:hover {
	text-decoration:none;
	color:#1b598d;
	background:#f3f3f3 url(images/childbg2.gif) left no-repeat;
	}
	
/* recent comments widget */

ul.sidebar li.widget ul li.recentcomments {
	background:#f3f3f3 url(images/comment_add.gif) left no-repeat;
	background-position:5px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	font-size:12px;
	padding:10px 10px 10px 30px;
	display:block;
	width:239px;
	line-height:20px;
	vertical-align:middle;
	margin-bottom:2px;
	}

ul.sidebar li.widget ul li.recentcomments a:link,
ul.sidebar li.widget ul li.recentcomments a:visited,
ul.sidebar li.widget ul li.recentcomments a:active {
	width:auto;
	padding:0;
	display:none;
	background:none;
	color:#1b598d;
	line-height:normal;
	}
ul.sidebar li.widget ul li.recentcomments a:hover {
	color:#333333;
	}

/* calendar widget */

table#wp-calendar caption {
	padding:5px 0px 5px 0px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	}

table#wp-calendar {
	width:280px;
	color:#666666;
	font-weight:bold;
	}

table#wp-calendar tr {
	width:auto;
	}

table#wp-calendar th {
	width:auto;
	background-color:#FFF;
	text-align:center;
	}

table#wp-calendar td {
	width:auto;
	padding:5px;
	text-align:center;
	border:1px solid #CCCCCC;
	}

td#today {
	background-color:#FFFFFF;
	}

table#wp-calendar td a:link,
table#wp-calendar td a:active,
table#wp-calendar td a:visited {
	padding:4px;
	background-color:#1b598d;
	color:#FFFFFF;
	}

table#wp-calendar td a:hover {
	background-color:#FFFFFF;
	color:#1b598d;
	}

/* footer */

div#footer {
	padding:50px 0 50px 0;
	color:#a3a3a3;
	text-align:left;
	margin:0;
	font-size:11px;
	}

div#footer a:link, div#footer a:visited, div#footer a:active {
	color:#7c9cb5;
	text-decoration:underline;
	}
	
div#footer a:hover {
	color:#1b598d;
	}
	
div#footer a.validate:link, div#footer a.validate:visited, div#footer a.validate:active {
	background-color:#f5f5f5;
	padding:2px 5px 3px 5px;
	margin:0px 0px 0px 5px;
	text-decoration:none;
	}
	
div#footer a.validate:hover {
	background-color:#ffffff;
	}
