/* 
Theme Name: Stream:20 Theme v2
Description: Stream:20 WordPress Theme v2
Author: Nick Obiajulu
Author URI: http://www.nowdesign.co.uk
Version: 2.0
		
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #000000;
	font: normal 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	padding-bottom: 0px; /* force scrollbars */
}
#wrap {
	background: #FFFFFF;
	width: 100%;
	text-align:left;
	margin: 0px auto 0px;
	padding: 0px;
	}
/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color:#C01414;letter-spacing:-1px;}
h2 {font: normal 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color:#C01414;letter-spacing:-1px;}
h3 {font: normal 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color:#C01414;letter-spacing:-1px;}
h4 {font: normal 1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#C01414;letter-spacing:-1px;}
h5 {font: normal 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;letter-spacing:-1px;}
h6 {font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;letter-spacing:-1px;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #F6F6F2 url('img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background-color:#000000;
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background-color:#D9D9D9;
	border: 1px solid #DDC;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background-color:#000000;
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background-color:#D9D9D9;
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a:link,a:visited	{ color:#C01414; text-decoration:none; outline:none;}
a:hover,a:active	{ color:#C01414; text-decoration:underline; outline:none;}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background-color:#D9D9D9;
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background-color:#000000;
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   img 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 960px;
}

#headerholder_news{float:left;width:100%; height:269px; background-image:url(img/headernews.jpg);background-repeat:repeat-x;background-color: #ffffff;background-position:center top;}

#headerholder .header,#headerholder_services .header,#headerholder_tv .header  {width:960px; height:269px;text-align:left;}


#menuholder {float:left;width:100%; height:36px;}

#menu { text-align:left; width:960px;margin-left:0px; height:36px; margin-top:0px;margin-bottom:0px; }
#menu a{text-indent: -9999px; display: inline-block;outline:none;float: left;background-color: transparent; background-image: url(img/menu.png); background-repeat: no-repeat;  height:36px;width:990px;}

#menu a#home{margin-left:0px;width: 325px; background-position: 0px 0px; }
#menu a#home:hover{margin-left:0px;width: 325px;background-position: 0px -40px; }
#menu a#webdesign{width: 134px; background-position: -325px 0px; }
#menu a#webdesign:hover{width: 134px;background-position: -325px -40px;}
#menu a#whoarewe{width: 136px; background-position: -459px 0px; }
#menu a#whoarewe:hover{width: 136px;background-position: -459px -40px;}
#menu a#ourwork{width: 114px; background-position: -595px 0px; }
#menu a#ourwork:hover{width: 114px;background-position: -595px -40px;}
#menu a#ourblog{width: 108px; background-position: -709px 0px; }
#menu a#ourblog:hover{width: 108px;background-position: -709px -40px;}
#menu a#getintouch{width: 143px; background-position: -817px 0px; }
#menu a#getintouch:hover{width: 143px;background-position: -817px -40px;}



#submenu {text-align:left; width:634px;margin:0px; height:28px;margin-top:0px; margin-left:326px;display:none; background-image: url(img/submenu.jpg);}
#submenu a{text-indent: -9999px; float: left;background-color: transparent; background-image: url(img/submenu.jpg); background-repeat: no-repeat;  height:28px;width:634px;}
#submenu a#webdev{width: 146px; background-position: 0px 0px; }
#submenu a#webdev:hover{width: 146px;background-position: 0px -40px; }
#submenu a#cms{width: 168px; background-position: -146px 0px; }
#submenu a#cms:hover{width: 168px;background-position: -146px -40px;}
#submenu a#seo{width: 48px; background-position: -314px 0px; }
#submenu a#seo:hover{width: 48px;background-position: -314px -40px;}
#submenu a#ecommerce{width: 101px; background-position: -362px 0px; }
#submenu a#ecommerce:hover{width: 101px;background-position: -362px -40px; }
#submenu a#ea{width: 116px; background-position: -463px 0px; }
#submenu a#ea:hover{width: 116px;background-position: -463px -40px; }
#submenu a#moreweb{width: 55px; background-position: -579px 0px; }
#submenu a#moreweb:hover{width: 55px;background-position: -579px -40px; }


/* Toplinks */
#toplinks {
margin:6px 10px 0px 0px;
	background-color: #CDD2E0;
	color: #C01414;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 261px;
}
#toplinks_inner {
	padding-top: 6px;
	text-align: center;
}
#toplinks a:link, #toplinks a:active, #toplinks a:visited {color: #000000;}
#toplinks a:hover {color: #C01414;}

/* Site title */
#site_title {
	color: #998;
	padding: 0 0 16px;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {background: #958573 url('img/backgrounds.gif') repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}


/* Main */
#main_wrapper_outer {background-color:#ffffff}
#main_wrapper_inner {
	background: url('img/main_wrapper_inner.gif') repeat-x left top;
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 710px;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	color: #000000;
	width: 245px;
	border-left: 0px solid #CCB;
}
#sidebar_content {padding-left: 20px;}
#sidebar a {color: #000000;}
#sidebar a:hover {color: #C01414;}


/* Dashboard */
#dashboard {
	background-color: #D9D9D9;
	border-top: 1px dashed #131853;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #666666;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #131853;}
#dashboard li a,#dashboard li a:active,#dashboard li a:link,#dashboard li a:visited{
	color: #000000;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #C01414;
	text-decoration: underline;
}


#footerholder { width:100%; height:388px; background-image:url(img/footerbg.jpg); background-repeat:repeat-x; background-color:#C01414; line-height:112%; background-position:center top;}

#footerholder .footernav {width:960px; height:27px; text-align:left; font-size:0.80em; color:#333333;margin-bottom:12px; }
#footerholder .footernav a {color:#ffffff; text-decoration:none; font-weight:100;}
#footerholder .footernav a:hover {color:#ffffff; text-decoration:underline;  font-weight:100;}

#footerholder .footernav .link {float:left; margin-top:7px; line-height:80%}
#footerholder .footernav .divider {float:left; width:1px; margin:1px 7px 0px 8px; height:25px;background-image:url(img/subnav_divider.gif)}

#footerholder .footer {width:960px;  text-align:left; font-size:0.9em; color:#333333; height:275px}
#footerholder .footer .col1 {float:left; width:225px; margin:0px 20px 0px 0px; color:#ffffff;line-height:150%;  }
#footerholder .footer .col2 {float:left; width:225px; margin:0px 20px 0px 0px; color:#ffffff;line-height:150%;  }
#footerholder .footer .col3 {float:left; width:225px; margin:0px 20px 0px 0px; color:#ffffff;line-height:150%;  }
#footerholder .footer .col4 {float:left; width:225px; margin:0px 0px 0px 0px; color:#ffffff;line-height:150%;  }
#footerholder .footer .col1 a ,#footerholder .footer .col2 a,#footerholder .footer .col3 a,#footerholder .footer .col4 a{color:#ffffff;  font-weight:100 }
#footerholder .footer .col1 a:hover ,#footerholder .footer .col2 a:hover,#footerholder .footer .col3 a:hover,#footerholder .footer .col4 a:hover{color:#ffffff;  font-weight:100; text-decoration:underline }
#footerholder .footer .col1 li {line-height:190%;list-style:none; margin-left: 0px;height:26px;border-bottom:1px dotted #ffffff;}
#footerholder .footer .col1 li.last{line-height:190%;list-style:none; margin-left: 0px;height:26px;border-bottom:0px dotted #ffffff;}

#footerholder .footer .col2 li {line-height:190%;list-style:none; margin-left: 0px;height:26px;border-bottom:1px dotted #ffffff;}
#footerholder .footer .col2 li.delicious{ line-height:190%;background-image: url(img/bookmark_delicious.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.digg{ line-height:190%;background-image: url(img/bookmark_digg.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.reddit{ line-height:190%;background-image: url(img/bookmark_reddit.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.facebook{ line-height:190%;background-image: url(img/bookmark_facebook.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.google{ line-height:190%;background-image: url(img/bookmark_google.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.twitter{ line-height:190%;background-image: url(img/bookmark_twitter.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.linkedin{ line-height:190%;background-image: url(img/bookmark_linkedin.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.favourites{line-height:190%;background-image: url(img/bookmark_favourites.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;}
#footerholder .footer .col2 li.favourites2{line-height:190%;background-image: url(img/bookmark_favourites.png); padding-left: 23px; background-repeat: no-repeat;background-position: -1px 4px;border-bottom:0px dotted #ffffff;}

#footerholder .footer .col3 li {line-height:190%;list-style:none; margin-left: 0px;height:26px;border-bottom:1px dotted #ffffff;}
#footerholder .footer .col3 li.last{line-height:190%;list-style:none; margin-left: 0px;height:26px;border-bottom:0px dotted #ffffff;}

#footerholder .footer .col4 .holder { float:right; padding:6px;background-color:#ffffff;margin:15px 0px 10px 0px;}
#footerholder .footer .col4 .holder .tel_title {color:#000000; font-size:1.5em}
#footerholder .footer .col4 .tel_image {float:left; width:40px; height:34px; background-image:url(img/phone.png); margin:15px 0px 0px 0px}
#footerholder .footer .col4 .holder .email_title {color:#000000;font-size:0.95em; margin:0px 1px 0px 1px}
#footerholder .footer .col4 .holder .email_title a{color:#000000;}
#footerholder .footer .col4 .email_image {float:left; width:40px; height:34px; background-image:url(img/email.png); margin:10px 0px 0px 0px}
#footerholder .footer .col4 .topholder { padding:6px;background-color:#ffffff;margin:15px 0px 10px 0px; width:115px}
#footerholder .footer .col4 .topholder .title, #footerholder .footer .col4 .holder .title { font-size:1.25em; line-height:110%;color:#000000;font-weight:normal; margin:0px 0px 0px 0px;}
#footerholder .footer .col4 .info { font-size:1.25em; letter-spacing:-1px; line-height:110%;color:#ffffff;font-weight:normal; margin:0px 0px 0px 0px;}



.footertitle {margin:15px 0px 6px 0px; color:#ffffff; font-weight:bold;font-size:1.4em;letter-spacing:-1px}

#footerholder .footerinfo {width:960px;  text-align:left; font-size:1.05em}
#footerholder .footerinfo .left{float:left; width:960px; font-size:0.75em; line-height:110%;color:#333333;font-weight:normal; }
#footerholder .footerinfo .right{float:right; width:400px; text-align:right;}
#footerholder .footerinfo .right .nowd{float:right; text-align:right;}
#footerholder .footerinfo a {color:#333333; }
#footerholder .footerinfo a:hover {color:#000000; }

/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
	background-color:#D9D9D9;
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #000000;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {

	float:left; height:38px; width:32px; background-image:url(img/dateholder.png); background-repeat:no-repeat; color:#ffffff; text-align:center; line-height:21px; margin:-1px 9px 0px -2px;
}
.archive_post_date .montholder{margin-top:2px;*margin-top:-6px;margin-bottom:-8px;height:1px;}
.archive_post_month{font-size:12px; font-weight:bold; color:#ffffff;letter-spacing:-1px; }
.archive_post_day{margin-top:2px;font-size:16px;font-weight:bold;color:#ffffff ;letter-spacing:-1px;}




/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background-color:#000000;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background-color: #C01414;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 8px;
	font-size:1.2em
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #C01414;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #000000;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}
