/*
Theme Name: the blue mango
Theme URI: http://thebluemango.com
Description: the blue mango 'blue' theme
Version: 1.0
Author: the blue mango
Author URI: http://thebluemango.com/
Tags: blue, fixed width, widgets
*/



/* Begin Typography & Colors */
body {
	background-color: #002738;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
	margin: 20px 0 0 0;
}

a {
	color: #0095d6;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 1.5em;
}

h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	margin: 0 0 0 0;
	padding: 3px 0 6px 0;
	font-size: 16px;
	font-weight: normal;
	color: #ffd36b;
	border-bottom: 2px solid #0095d6;
}

h4 {
	margin: 0 0 0 0;
	padding: 3px 0 6px 0;
	font-size: 24px;
	font-weight: normal;
	color: #ffd36b;
	border-bottom: 2px solid #0095d6;
}

h5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #0095d6;
	font-weight: normal;
	font-size: 28px;
}

.clearboth {
	clear: both;
}

.error {
	background-color: #ae1004;
	border: 1px solid #ffb1ab;
	padding: 20px;
}

#container {
	width: 922px;
	margin: auto;
}

/*HEADER*/

#header {
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	width: 922px;
	height: 94px;
}

#headertop {
	width: 922px;
}

#logo {
	float: left;
	padding: 12px 0 0 12px;
}

#phoneno {
	float: right;
	font-size: 14px;
	text-align: right;
	padding: 20px 20px 0 0;
}

#topnav {
	width: 912px;
	margin: auto;
	text-transform: uppercase;
	font-size: 11px;
	padding: 12px 0 0 0;
}

#topnav a {
	color: #838383;
	text-decoration: none;
}

#topnav a:hover {
	color: #0095d6;
}

#topnav ul {
	list-style: none;
}

#topnav ul li {
	display: inline;
	padding: 0 20px 0 0;
}

/*CONTENT*/

#contentarea {
	background-image: url(images/bg_contenttile.gif);
	background-repeat: repeat-y;
}

#portfolio {
	margin: auto;
	width: 920px;
	height: 420px;
	background-image: url(images/bg_portfolio.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

/*IE6*/
*html #portfolio {
	margin: auto;
	width: 920px;
	height: 420px;
	padding: 0 0 0 0;
	margin-bottom: -5px;
}
/*IE6*/

/*columns*/

#cols {
	width: 920px;
	background-image: url(images/bg_contentarea.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin: auto;
	padding: 12px 0 0 0;
}

#leftcols {
	float: left;
	width: 616px;
	margin: 0 0 0 20px;
}

/*IE6*/
*html #leftcols {
	float: left;
	width: 616px;
	margin: 0 0 0 10px;
}
/*IE6*/

/*POSTS*/

/*case studies*/

.posts {
	width: 616px;
	margin: 0 0 6px 0;
}

/*IE6*/
*html .posts {
	width: 616px;
	margin: 0 0 0px 0;
}
/*IE6*/

.posts h3 {
	margin: 0 0 0 0;
	padding: 3px 0 6px 0;
	font-size: 18px;
	font-weight: normal;
	color: #ffd36b;
	border: 0px solid #FFFFFF;
}

.posts h3 a {
	color: #ffd36b;
	text-decoration: none;
}

.posts h3 a:hover {
	color: #FFFFFF;
}

.poststop {
	background-image: url(images/bg_posttop.gif);
	background-repeat: no-repeat;
	width: 616px;
	height: 10px;
}

/*IE6*/
*html .poststop {
	background-image: url(images/bg_posttop.gif);
	background-repeat: no-repeat;
	width: 616px;
	height: 10px;
	margin: 0 0 -5px 0;
}
/*IE6*/

.postsmid {
	/*background-color: #1a2e41;*/
	background-color: #183b52;
	background-image: url(images/bg_postmid.jpg);
	background-repeat: no-repeat;
	width: 616px;
	border: 0px solid #FF0000;
}

.postscontent {
	width: 600px;
	margin: auto;
}

.postsbottom {
	background-image: url(images/bg_postbottom.gif);
	background-repeat: no-repeat;
	width: 616px;
	height: 10px;
}

.postscontentbox {
	width: 580px;
	padding: 10px 0 0 0;
	margin: auto;
	line-height: 18px;
	/*height: 70px;
	overflow: hidden;*/
}

.postsbottomline {
	border-top: 2px solid  #0095d6;
	padding: 10px 0;
}

.poststhumb {
	float: left;
}

.posts img {
	border: 3px solid #FFFFFF;
}

.posthead {
	padding: 0 0 0px 0;
}

.postdate {
	background-image: url(images/bg_date.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 40px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #5d5d5d;
	padding: 5px 0 0 0;
	line-height: 18px;
}

.posttitle {
	float: right;
	width: 540px;
}

.navigation {
	width: 606px;
	padding: 10px 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.postmeta {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 11px;
	line-height: normal;
	padding: 10px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 130px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #0095d6;
	color: #FFFFFF;
	border: 1px solid #0095d6;
}

#commentform textarea {
	width: 604px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #0095d6;
	background-color: #F2F2F2;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color: #333333;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/*END POSTS*/

/*latest news & from the blog*/

#col1 {
	float: left;
}

#box1top {
	background-image: url(images/bg_boxtop1.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 10px;
}

/*IE6*/
*html #box1top {
	background-image: url(images/bg_boxtop1.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 10px;
	margin: 0 0 -5px 0;
}
/*IE6*/

#box1mid {
	background-color: #1a2e41;
	background-image: url(images/bg_boxmid1.jpg);
	background-repeat: no-repeat;
	width: 258px;
	border: 0px solid #FF0000;
	/*height: 460px;
	overflow: hidden;*/
}

/*IE7*/
*:first-child+html #box1mid {
	background-color: #1a2e41;
	background-image: url(images/bg_boxmid1.jpg);
	background-repeat: no-repeat;
	width: 258px;
	border: 0px solid #FF0000;
	/*height: 463px;
	overflow: hidden;*/
}
/*IE7*/

#box1content {
	width: 248px;
	margin: auto;
}

#box1bottom {
	background-image: url(images/bg_boxbottom1.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 10px;
}

.bottomlink {
	float: right;
	padding: 10px 5px;
}

.tabcontent {
	width: 230px;
	padding: 10px 0 0 0;
	margin: auto;
	line-height: 18px;
}

.newspiece {
	padding: 0 0 20px 0;
}

.dateline {
	background-image: url(images/bg_date.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #5d5d5d;
	padding: 5px 0 0 0;
}

.detail {
	float: right;
	width: 170px;
}

.detail p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*about us & contact us*/

#col2 {
	float: right;
	font-size: 13px;
}

#box2top {
	background-image: url(images/bg_boxtop2.gif);
	background-repeat: no-repeat;
	width: 352px;
	height: 10px;
}

/*IE6*/
*html #box2top {
	background-image: url(images/bg_boxtop2.gif);
	background-repeat: no-repeat;
	width: 352px;
	height: 10px;
	margin: 0 0 -6px 0;
}
/*IE6*/

#box2mid {
	background-color: #1a2e41;
	background-image: url(images/bg_boxmid2.jpg);
	background-repeat: no-repeat;
	width: 352px;
	border: 0px solid #FF0000;
	/*height: 460px;
	overflow: hidden;*/
}

/*IE7*/
*:first-child+html #box2mid {
	background-color: #1a2e41;
	background-image: url(images/bg_boxmid2.jpg);
	background-repeat: no-repeat;
	width: 352px;
	border: 0px solid #FF0000;
	/*height: 463px;
	overflow: hidden;*/
}
/*IE7*/

#box2content {
	width: 346px;
	margin: auto;
}

#box2bottom {
	background-image: url(images/bg_boxbottom2.gif);
	background-repeat: no-repeat;
	width: 352px;
	height: 10px;
}

.tabcontent2 {
	width: 320px;
	padding: 0px 0 0 0;
	margin: auto;
	line-height: 18px;
}

.btns {
	width: 295px;
	margin: auto;
	padding: 10px 0;
}

/*column 3*/

#col3 {
	float: right;
	margin: 0 20px 0 0;
	width: 258px;
}

/*IE6*/
*html #col3 {
	float: right;
	margin: 0 10px 0 0;
}
/*IE6*/

/*case studies*/

.casestudies {
	width: 258px;
	margin: 0 0 6px 0;
}

/*IE6*/
*html .casestudies {
	width: 258px;
	margin: 0 0 0px 0;
}
/*IE6*/

.casetop {
	background-image: url(images/bg_casetop.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 10px;
}

/*IE6*/
*html .casetop {
	background-image: url(images/bg_casetop.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 10px;
	margin: 0 0 -5px 0;
}
/*IE6*/

.casemid {
	/*background-color: #1a2e41;*/
	background-color: #183b52;
	background-image: url(images/bg_casemid.jpg);
	background-repeat: no-repeat;
	width: 258px;
	border: 0px solid #FF0000;
}

.casecontent {
	width: 235px;
	margin: auto;
}

.casebottom {
	background-image: url(images/bg_casebottom.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 10px;
}

.casecontentbox {
	width: 230px;
	padding: 10px 0 0 0;
	margin: auto;
	line-height: 18px;
	/*height: 70px;
	overflow: hidden;*/
}

.thumb {
	width: 72px;
	height: 72px;
	float: left;
}

.thumb img {
	border: 3px solid #FFFFFF;
}

.thumbdetail {
	float: right;
	width: 145px;
}

.thumbdetail p {
	margin: 0 0 0 0;
}

.bottomlink3 {
	float: right;
	padding: 10px 5px 3px;
}

/*FOOTER*/

#footer {
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
	width: 922px;
	height: 80px;
	margin: 0 0 20px 0;
	color: #767676;
}

#footer a {
	color: #767676;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .fcontent {
	width: 880px;
	margin: auto;
	padding: 30px 0 0 0;
}

#footer .fleft {
	float: left;
}

#footer .fright {
	float: right;
}

/*RSS icon*/

.rssicon {
	background-image: url(images/feed.gif);
	background-repeat: no-repeat;
	padding: 0 0 5px 20px;
	margin: 0 0 0 10px;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */