img { 
	behavior: url('iepngfix.htc') 
}

* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */

html {
	border: 0; height: 100%;
}

body {
	background: #fff url('images/bg.jpg') no-repeat;
	background-position: 660px 0;
	font-family: Georgia, serif;
}

/* ============================================================================= Fonts === */

a {
	color: #07b2f3;
}

a:hover {
	color: #000;
}


/* ============================================================================= home post fonts  === */

h1 {
	font-size: 48px;
	font-weight: normal;
	margin: 10px 0;
	margin-bottom: 20px;
	color: #011d30;
	line-height: 52px;
	width: 500px;
}

.date {
	font-size: 9px;
	color: #999;
	font-family: arial, verdana, sans-serif;
}

.date a {
	color: #000;
	text-decoration: none;
}

.date a:hover {
	color: #000;
	text-decoration: underline;
}

.author {
	font-weight: bold;
	font-size: 12px;
	color: #999;
	margin-bottom: 30px;
	display: block;
}

.author i {
	color: #bbb78b;
}

.author a {
	font-family: arial, verdana, sans-serif;
	color: #07b2f3;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.author a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

#more-posts-wrapper p {
	color: #fff;
}
		
h2 {
	font-size: 21px;
	color: #a1a176;
	font-weight: normal;
	margin: 15px 0;
}

a.more-link {
	text-transform: uppercase;
	font-size: 12px;
}


/* ============================================================================= Header bar + main nav === */

#headernav {
	width: 100%;
	height: 36px;
	background-color: #011d30;
}

#headernav ul {
	margin-left: 98px;
	list-style: none;
	letter-spacing : -1000em;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body #headernav ul { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */ 

#headernav li {
	float: left;
	display: inline;
}

#headernav li.home a {
	display: block;
	height: 36px;
	width: 63px;
	background-image: url('images/home-btn.gif');
}

#headernav li.home.active a, #headernav li.home a:hover {
	background-image: url('images/home-btn-active.gif');
}

#headernav li.articles a {
	display: block;
	height: 36px;
	width: 86px; 
	background-image: url('images/articles-btn.gif');
}

#headernav li.articles.active a, #headernav li.articles a:hover {
	background-image: url('images/articles-btn-active.gif');
}

#headernav li.about a {
	display: block;
	height: 36px;
	width: 68px; 
	background-image: url('images/about-btn.gif');
}

#headernav li.about.active a, #headernav li.about a:hover {
	background-image: url('images/about-btn-active.gif');
}

#headernav li.contact a {
	display: block;
	height: 36px;
	width: 86px; 
	background-image: url('images/contact-btn.gif');
}

#headernav li.contact.active a, #headernav li.contact a:hover {
	background-image: url('images/contact-btn-active.gif');
}

#headernav li.rss a {
	display: block;
	height: 36px;
	width: 86px; 
	background-image: url('images/rss-btn.gif');
}

#headernav li.rss.active a, #headernav li.rss a:hover {
	background-image: url('images/rss-btn-active.gif');
}

/* ============================================================================= First post on home page === */

#first-post {
	width: 565px;
	min-height: 640px;
	float: left;
	padding-left: 98px;
	padding-top: 35px;
	background: url('images/creative-technology-smart-design.gif') top left no-repeat;
}

#first-post p {
	margin: 10px 0;
}

.first-post-footer {
	height: 45px;
	background-color: #011d30;
	font-family: arial, verdana, sans-serif;
	border-bottom: solid 1px #fff;
	margin-top: 40px;
}

.first-post-footer p {
	padding-left: 98px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	float: left;
	line-height: 14px;
	padding-top: 8px;
}

.first-post-footer a {
	color: #a1a176;
	text-decoration: none;
	text-transform: capitalize;
}

.first-post-footer a.prev {
	margin-left: 530px;
	display: block;
	height: 25px;
	padding: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-right: solid 1px #fff;
	font-size: 20px;
}

.first-post-footer a.next {
	display: block;
	height: 25px;
	padding: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 20px;
}

.first-post-footer a:hover {
	text-decoration: underline;
}

/* ============================================================================= archive post === */

.archive-post {
	padding-bottom: 10px;
	margin: 5px 0;
	border-bottom: 4px #DFDFDF solid;		
}

.archive-post h2 {
	font-size: 24px;
	color: #a1a176;
	font-weight: normal;
	margin: 5px 0;
}

/* ============================================================================= tag cloud */

#tagcloud {
}

#tagcloud a {
	padding: 10px 5px;	
	
}

#tagcloud a:hover {
	color: #fff;
	
}

/* ============================================================================= detail post footer === */

.detail-post-footer-extra-line {
	height: 1px;
	background-color: #999;
	margin-top: 40px;
}


.detail-post-footer {
	height: 45px;
	background-color: #fff;
	font-family: arial, verdana, sans-serif;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	margin-top: 5px;
	
}

.detail-post-footer p {
	padding-left: 98px;
	text-transform: uppercase;
	color: #999;
	font-size: 11px;
	float: left;
	line-height: 14px;
	padding-top: 8px;
}

.detail-post-footer a {
	color: #a1a176;
	text-decoration: none;
	text-transform: capitalize;
}

.detail-post-footer a.prev {
	margin-left: 530px;
	display: block;
	height: 25px;
	padding: 10px;
	float: left;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	border-right: solid 1px #999;
	font-size: 20px;
}

.detail-post-footer a.next {
	display: block;
	height: 25px;
	padding: 10px;
	float: left;
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 20px;
}

.detail-post-footer a:hover {
	text-decoration: underline;
}
/* ============================================================================= first post right col === */ 

#right-col {
	float: left;
	width: 265px;
	padding: 45px 0 0 70px;
}

#search {
	margin-bottom: 310px;
}

#company-description {
	font-style: italic;
	width: 210px;	
}

#company-description p {
	font-size: 12px;
}

/* ============================================================================= more posts on home page === */ 

#more-posts-wrapper {
	float: left;
	background-color: #011d30;
	width: 100%;
}

#more-posts {
	float: left;
	background-color: #011d30;
}

#more-posts a.more-link:hover {
	color: #fff;
	
}

#more-posts .author a:hover {
	color: #07b2f3;
	text-decoration: underline;
}

#more-posts .post {
	width: 565px;
	float: left;
	padding: 40px 30px 20px 98px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#more-posts .post h2 a {
	font-size: 32px;
	color: #fff;
	text-decoration: none;
}

#more-posts .post a:hover {

	color: #fff;

}

#more-posts .post h2 a:hover {
	background-color: #fff;
	color: #011d30;
	text-decoration: underline;
}


#more-posts .post h2 {
	font-size: 32px;
	color: #fff;
}

#more-posts .post p {
	color: #fff;
	margin: 10px 0;
}

#more-posts .post .date a {
	color: #FFF;
	text-decoration: none;
}

#more-posts .post .date a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ============================================================================= styles for both post sections === */

#first-post ul, #more-posts ul {
	color: #fff;
	list-style: inside;
	margin-left: 10px;
}

#first-post ul, #more-posts ul {
	color: #fff;
}

#first-post ol, #more-posts ol {
	color: #fff;
	font-size: 13px;
	margin: 10px 30px;
}

#first-post ol li, #more-posts ol li {
	margin: 10px 0;
	color: #fff;
	line-height: 20px;
}

#first-post ol li {
	margin: 10px 0;
	color: #000;
	line-height: 20px;
}

#first-post .archive-post ol li, #first-post .archive-post ul li{
	color: #000;	
}
/* ============================================================================= home more posts footer === */

.post-footer {
	height: 45px;
	background-color: #011d30;
	font-family: arial, verdana, sans-serif;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 693px;
}

.post-footer p {
	padding-left: 98px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	float: left;
	line-height: 14px;
	padding-top: 8px;
}

.post-footer a {
	color: #a1a176;
	text-decoration: none;
	text-transform: capitalize;
}

.post-footer a.prev {
	margin-left: 530px;
	display: block;
	height: 25px;
	padding: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-right: solid 1px #fff;
	font-size: 20px;
	margin-right: 10px;
}

.post-footer a.next {
	display: block;
	height: 25px;
	padding: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 20px;
}

.post-footer a:hover {
	text-decoration: underline;
}



/* ============================================================================= home second right col === */

#lower-right-col {
	width: 265px;
	float: left;
	background-color: #011d30;
	padding: 45px 0 0 30px;
}

#lower-right-col .author a:hover {
	color: #07b2f3;
	text-decoration: underline;
}

#lower-right-col a.read-more:hover {
	color: #fff;
}

/* ============================================================================= editors choice  === */

#editors-choice {
	background: url('images/editors-choice.png') top left no-repeat;
	float: left;
	padding-top: 20px;
	margin: 20px 0;
}

#editors-choice h3 {
	margin: 10px 0;
}

#editors-choice h3 a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

#editors-choice h3 a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #011D30;
}

#editors-choice .author {
	margin: 10px 0;
}

#editors-choice p {
	color: #fff;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	margin: 5px 0;
}

/* ============================================================================= editors choice section page (inherits editors choice) === */

#right-col #editors-choice {
	background: url('images/editors-choice-green.png') top left no-repeat;
	margin: 40px 0 20px 0;
}

#right-col #editors-choice h3 a {
	color: #011d30;
}

#right-col #editors-choice h3 a:hover {
	background-color: #011d30;
	color: #fff;
}

#right-col #editors-choice p {
	color: #000;
}

/* ============================================================================= latest comments === */

#latest-comments {
	background: url('images/latest-comments.png') top left no-repeat;
	float: left;
	padding-top: 20px;
	margin: 40px 0 20px 0;
}

#latest-comments a {
	text-decoration: none;
	color: #07b2f3;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}

#latest-comments a:hover {
	text-decoration: underline;
}

#latest-comments p {
	color: #999;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	margin: 10px 0;
}

#latest-comments .name {
	text-transform: uppercase;
}

/* ============================================================================= links === */

#links {
	background: url('images/links.png') top left no-repeat;
	float: left;
	padding-top: 20px;
	margin: 40px 0 20px 0;
}

#links p {
	color: #999;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	margin: 10px 0;
}

#links p.published {
	text-transform: uppercase;
	color: #666;
}

#links a {
	text-decoration: none;
	color: #07b2f3;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}

#links a:hover {
	text-decoration: underline;
}

#links img {
	margin-top: 10px;
}

/* ============================================================================= section page links (inherits links) === */

#right-col #links {
	background: url('images/links-green.png') top left no-repeat;
	margin: 30px 0 20px 0;
}

/* ============================================================================= authors on home page === */

#authors-wrapper {
	background-color: #0480af;
	height: 280px;
	width: 100%;
	position: relative;
	top: -1px;
	border-top: 1px #fff solid;
}

#authors {
	background: url('images/authors.png') top left no-repeat;
	margin: 30px 30px 20px 98px;
	padding-top: 20px;
	float: left;
	width: 565px;
}

#authors a {
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	width: 160px;
	padding: 5px;
	
}

#authors a:hover {
	background-color: #00759F;
}

#authors a img {
	float: left;
	margin-right: 5px;
	border: 1px #666 solid;
}

#authors a .name {
	color: #fff;
}

#authors a .title {
	color: #000;
	margin: 5px 0;
}

/* ============================================================================= disclaimer === */

#disclaimer {
	background: url('images/disclaimer.png') top left no-repeat;
	float: left;
	width: 265px;
	margin: 30px 0 0 30px;
	padding-top: 30px;
}

#disclaimer p {
	color: #000;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	line-height: 16px;
}

/* ============================================================================= comments === */

#comments {
	background: url('images/comments.png') top left no-repeat;
	margin: 30px 30px 20px 98px;
	padding-top: 20px;
	float: left;
	width: 840px;
}

.comment {
	margin: 30px 0;
	border-bottom: 1px #fff solid;
	padding-bottom: 30px;
}

.comment p {
	color: #fff;
}

.commenter {
	background: url('images/comment-bubble.png') top left no-repeat;
	float: right;
	width: 180px;
	margin-left: 40px;
	padding-left: 30px;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

.commenter .date {
	font-size: 11px;
	margin-top: 5px;
	text-transform: uppercase;
	line-height: 24px;
}


.commenter a.url {
	background-color: #011D30;
}


.commenter a:hover {
	color: #fff;
}

.commenter img {
	float: right;
}

.comment-body {
	width: 540px;
}

/* ============================================================================= inputs + forms === */

input {
	float: left;
	width: 177px;
	height: 14px;
	border: 1px #dddad1 solid;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 3px;
}

input.search-btn {
	padding: 0;
	padding-left: 6px;
	width: 32px;
	height: 21px;
	border: none;
}

select {
	width: 189px;
	height: 24px;
	border: 1px #dddad1 solid;
	margin-bottom: 30px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 3px;
}


label.browse-by-category {
	display: block;
	background: url('images/browse-by-category.png') top left no-repeat;
	height: 13px;
	width: 188px;
	letter-spacing : -1000em;
	margin-bottom: 20px;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body label.browse-by-category  { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

label.browse-by-month {
	display: block;
	background: url('images/browse-by-month.png') top left no-repeat;
	height: 13px;
	width: 162px;
	letter-spacing : -1000em;
	margin-bottom: 20px;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body label.browse-by-month  { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

label.browse-by-author {
	display: block;
	background: url('images/browse-by-author.png') top left no-repeat;
	height: 13px;
	width: 170px;
 	letter-spacing : -1000em;
	margin-bottom: 20px;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body label.browse-by-author  { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

/* ========================================================================= comment form === */

.form { 
	float: left;
	width: 540px;
}

.form label {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 240px;
	display: block;
	float: left;
	margin: 10px;
}  

.form input {
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0;
	width: 230px;
	float: left;
	margin: 10px;
}

.form textarea {
	font-family: arial, verdana, sans-serif;
}

.form #textareainfo {
	font-weight: normal;
	font-style: italic;
	color: #8E1922;
}

.form input[type='text'], .form input[type='password'], .form input[type='file'], .form textarea {
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0;
	width: 230px;
	float: left;
	margin: 10px;
}

.form input[type='text']:hover, .form input[type='password']:hover, .form input[type='file']:hover, .form input[type='submit']:hover, form input[type='button']:hover, .form textarea:hover {
	border-color: #888;
}

.form input[type='text']:focus, .form input[type='password']:focus, .form input[type='file']:focus, .form textarea:focus {
	background: #FFF;
	color: #333;
}

.form .req input, .form .req select, .form .req select, .form .req textarea {
	border: red 1px solid; 
	background: #FFF5BF;
}

.form textarea {
	width: 490px;
	height: 200px;
}

input.radio {
	width: 10px;
	margin-bottom: 20px;
}

.radio-label {
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

p.check-box {
	float: left;
	margin-left: 280px;
}

.form input.check-box {
	width: 20px;
	height: 10px;
	padding: 0;
	margin: 0;
	margin-top: 3px;
}

.form input.button {
	clear: both;
	float: right;
	border: none; 
	height: auto;
	width: auto;
	margin: 0;
	margin-right: 25px;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #336699;
	color: #FFF;
}

.form input:hover.button {
	background-color: #881C1A;
	color: #FFF;
}

.form input#submit {
	clear: both;
	float: right;
	border: none; 
	height: auto;
	width: auto;
	margin: 0;
	margin-right: 25px;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: normal;
	background-color: #0378A5;
	color: #FFF;
}

.req {
	color: #8E1922;
}

/* ============================================================================= Contact Form */

form.wpcf7-form {
	
	
}

form.wpcf7-form input {
	font-size: 14px;
	height: 18px;
	float: none;
	padding: 5px 3px;
	background: #F7F7F7;
	width: 230px;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	margin-top: 5px;
}

form.wpcf7-form textarea {
	font-size: 14px;
	float: none;
	padding: 3px;
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	font-family: arial;
	color: #666;
	margin-top: 5px;
}

.send-btn input, .send-btn input[type='submit'] {
	clear: both;
	display: block;
	padding: 0;
	width: 109px;
	height: 43px;
	background: #000 url('images/send-btn.gif') top left no-repeat;
	border: none;
	text-indent: 999px;
	cursor: pointer;
}

.send-btn input:hover, .send-btn input[type='submit']:hover {
	background: #000 url('images/send-btn-hover.gif') top left no-repeat;
}



/* ============================================================================= Footer  === */

#footer, .push {
	height: 58px; /* .push must be the same height as .footer */
}

#footer {
	width: 100%;
	background: #000;
	color: #9d9b9b;
	font-family: arial, verdana, serif;
	padding-top: 10px;
}

#footer p {
	margin-left: 98px;
	font-size: 10px;
	line-height: 10px;
	color: #9d9b9b;
	height: 40px;
}

#footer a {
	color: #07b2f3;
	margin: 0 0 0 40px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.rss {
	position: relative;
	top: 5px;
}

/* ============================================================================= PNG fix === */

img, div, label { behavior: url('iepngfix.htc'); }



.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;
}