/*
Theme Name: Corporate
Theme URI: http://www.flythemes.com
Description: Premium Wordpress Theme
Version:
Author: FlyThemes
Author URI: http://www.flythemes.com
*/

/* globals */

*{
	margin:0;
	padding:0;
	border:none;
}

body {
    min-width:940px;
	background:#ffffff;
	font-family:Arial;
	font-size:12px;
    }

a:link, a:visited, a:active {
	color:#1b598d;
	}

a:hover {
	color:#e78200;
	}

p {
	color:#59636c;
	line-height:18px;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.center {
	margin:auto;
	}

.inner {
	width:940px;
	margin:auto;
	}

/* header */

div#header {
	text-align:center;
	height:111px;
	background-color:#ffffff;
	vertical-align:middle;
	padding-top:10px;
	}

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;
	}
	
/* topbar */

div#topbar {
	height:44px;
	background-color:#228cc0;
	width:940px;
	margin:auto;
	margin-bottom:10px;
	text-align:left;
	padding:0px;
	}

div.search {
	padding:8px 0px 8px 10px;
	float:left;
	}

div#topbar img{
	float:left;
	margin:0px;
	border:none;
	}
	
/* 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.about p {
	margin-left:10px;
	color:#84adcd;
	}
	
/* wrapper and main*/

div#wrapper {
	width:940px;
	margin:0 auto;
	}

div#main {
	width:685px;
	text-align:left;
	float:left;
	padding: 0 0 0 10px;
	}

/* categories */

div.cats {
	float:left;
	width:140px;
	}

div.cats span {
	color:#999999;
	font-size:10px;
	}


div.cats a{
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	text-decoration:underline;
	color:#0000ff;
	}

.index-adsense {
	width:120px;
	padding-left:10px;
	float:left;
	}

ul.cats {
	padding:0 10px 10px 0;
	list-style-position:outside;
	margin-left:10px;
	float:left;
	}

li.categories {
	list-style-type:none;
	list-style-position:outside;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
	}

li.cat-item {
	list-style-type:none;
	list-style-position:outside;
	font-weight:normal;
	text-transform:none;
	padding:0;
	margin:0;
	}

/* content */

div#content {
	width:685px;
	float:left;
	margin:0 0 0 12px;
	padding:0px;
	text-align:left;
	}

div#content-cat {
	width:555px;
	float:left;
	margin:0 0 0 12px;
	padding:0px;
	text-align:left;
	}
	
div#content-index {
	width:398px;
	float:right;
	margin:0 0 0 12px;
	padding:0px;
	text-align:left;
	}

.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 {
	width:423px;
	float:left;
	}

.content-main-index {
	width:398px;
	float:right;
	}

.content-main-page {
	width:398px;
	float:left;
	}

.page-adsense {
	width:120px;
	float:right;
	}

.page-adsense2 {
	width:140px;
	float:left;
	}
	
div.indexad {
	width:340px;
	margin-bottom:20px;
	}

div.post {
	margin-bottom:20px;
	}

.post img {
	margin-right:10px;
	border:1px solid #999999;
	}

.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 0px;
	}

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:#1B588E;
	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 0px;
	}

div#reply {
	margin:0 0 20px 0px;
	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 0px;
	}

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 {
	float:left;
	margin:0;
	}

div#sidebar img {
	border-bottom:2px solid #FFFFFF;
	}

div#fix {
	background-color:#228cc0;
	border:2px solid #006599;
	margin-bottom:10px;
	padding:0 5px 10px 5px;
	}
	
#fix a:link, #fix a:visited, #fix a:active {
	color:#ffff66;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 20px;
	background:url(images/menu-link.gif) no-repeat left;
	}

#fix a:hover {
	color:#ffffff;
	padding:0 0 0 20px;
	background:url(images/menu-link2.gif) no-repeat left;
	}

#fix img {
	margin-bottom:8px;
	}

div#buy {
	background-color:#228cc0;
	border:2px solid #006599;
	margin-bottom:10px;
	padding:0 5px 10px 5px;
	}

#buy a:link, #buy a:visited, #buy a:active {
	color:#ffff66;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 20px;
	background:url(images/menu-link.gif) no-repeat left;
	}

#buy a:hover {
	color:#ffffff;
	padding:0 0 0 20px;
	background:url(images/menu-link2.gif) no-repeat left;
	}

#buy img {
	margin-bottom:8px;
	}
	
div#extra {
	background-color:#228cc0;
	border:2px solid #006599;
	margin-bottom:10px;
	padding:10px 5px 10px 5px;
	}

#extra a:link, #extra a:visited, #extra a:active {
	color:#ffff66;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 20px;
	background:url(images/menu-link.gif) no-repeat left;
	}

#extra a:hover {
	color:#ffffff;
	padding:0 0 0 20px;
	background:url(images/menu-link2.gif) no-repeat left;
	}

/* 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;
	}
	
h2{
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	font-family:Georgia;
	}

h2 a:link, h2 a:visited, h2 a:active {
	color:#1b598d;
	text-decoration:none;
}
	
h2 a:hover{
	color:#e78200;
	text-decoration:none;
	}
	
.pagination {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}
.pagination a{
text-align:center;
padding:5px 10px;
margin:0 2px 0 2px;
border:1px solid #6C7388;
}
.pagination a:hover{
background:#f1f1f1;
}
