/*
Theme Name: TSIC April 2010
Theme URI: http://www.attitudedesign.co.uk
Description: Bespoke Theme for TSIC (Updated April 2010).
Version: 1.2
Author: Attitude Design Ltd
Author URI: http://www.attitudedesign.co.uk

*/

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

CREATOR DETAILS

Author: 
Company: Attitude Design Ltd
Web Address: www.attitudedesign.co.uk
Date:

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

/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
p,h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:158.5%; 
	margin: 0 0 4px 0;
	display: inline;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:143.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:128%;  
}
h2,h3,h4 {
	/* top & bottom margin based on font size */
	margin: 1em 0 0.3em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color:#3c3c3c;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
	margin-left:35px;
	/*giving UL's LIs generated disc markers*/
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;

}

li {
	color: #4C4C4C;
}

a:link		{ color: #007070; text-decoration: none;}
a:visited	{ color: #007070; text-decoration: none;}
a:hover		{ color: #4d4d4d; text-decoration: underline;}
a:active	{ color: #007070; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: Calibri, Helvetica, Arial, Verdana, Lucida Grande,  sans-serif;
    background-color: #fff;
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}


/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------- 
Header
---------------------------------------------------------------------------------*/

#header h1
{
	background:url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/global/logo.gif') 0 0 no-repeat;
	width:366px;
	height:63px;
	text-indent:-10000px;
	float:left;
	margin:0;
	padding:0;
}

h1 a
{
	display:block;
	width:366px;
	height:63px;
}

p.strap
{
	float:right;
	color:#9ca085;
	font-weight:bold;
	font-size:1.2em;
	margin:10px 0 0 0;
}

p.strap a
{
	color:#9ca085;
}

p.strap a:hover
{
	color:#007070;
}

p.strap span
{
	font-size:0.7em;
	letter-spacing:-2px;
}

/*--------------------------------------------------------------------------------- 
Headings
---------------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------------- 
Links
---------------------------------------------------------------------------------*/

a
{
	color:#fff;
}

a:hover
{
	text-decoration:none;
}

p
{
	margin-bottom:10px;
	font-size:110%; 
	color:#4c4c4c;
}

li
{
	font-size:110%; 

}
/*--------------------------------------------------------------------------------- 
Main Navigation
---------------------------------------------------------------------------------*/

#global-navigation
{
	width:940px;
	float:right;
	padding:27px 0 0 0;
	margin:0;
	background: url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/buttons/nav_bg.gif') bottom left repeat-x;
	display: block;
	float: left;
}

#global-navigation ul /*-- Navigation List--*/
{
	width:940px;
	list-style:none;
	margin:0;
	padding:0;
}

#global-navigation ul li
{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	border-right: solid 7px #FFFFFF;
}



#global-navigation ul li a
{
	display:block;
	margin:0;
	padding: 0 25px 8px 0;
	background: url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/buttons/nav_list_bg.gif') bottom left repeat-x;
	font-weight:bold;
	font-size:1em;
	color:#9ca085;
}

#global-navigation ul li a:hover
{
	background: url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/buttons/nav_list_select.gif') bottom left repeat-x;
	font-weight:bold;
	font-size:1em;
	color:#007070;
}

#global-navigation .current_page_item a{
	background: url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/buttons/nav_list_select.gif') bottom left repeat-x;
	font-weight:bold;
	font-size:1em;
	color:#4d4d4d;
}


#global-navigation .current_page_ancestor a{
	background: url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/buttons/nav_list_select.gif') bottom left repeat-x;
	font-weight:bold;
	font-size:1em;
	color:#4d4d4d;
}

#global-navigation .current_page_parent a{
	background: url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/buttons/nav_list_select.gif') bottom left repeat-x;
	font-weight:bold;
	font-size:1em;
	color:#4d4d4d;
}







/*--------------------------------------------------------------------------------- 
Sub-List Navigation
---------------------------------------------------------------------------------*/

#col-full #col-640 ul, .col-300_ ul
{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	color:#007070;
	width:100%;
	font-size:1em;
	border-top:1px solid #e8e9e1;
}

#col-full #col-640 ul li, .col-300_ ul li
{
	list-style:none;
	padding:5px 0;
	margin:0 0 0 10px;
	border-bottom:1px solid #e8e9e1;
}

#col-full #col-640 ul li a, .col-300_ ul li a{
	color:#007070;
	font-weight:bold;

}
#col-full #col-640 ul li a:hover
{
	text-decoration:underline;
}






#sidebar ul
{
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	color:#007070;
	width:100%;
	font-size:1em;
}

#sidebar ul li
{
	list-style:none;
	margin:0;
	padding:5px 0;
	font-size: 100%;
}

#sidebar ul li ul
	{
	border-top:1px solid #e8e9e1;
}

#sidebar ul li ul li
	{
	border-bottom:1px solid #e8e9e1;
}

#sidebar ul li a, .col-300_ ul li a {
	color:#007070;
	font-weight:bold;
}

#sidebar ul li a:hover
{
	text-decoration:underline;
}

#sidebar ul li h2 {
color: #333;
font-size: 120%;
}

#subnav, #section_list
{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	color:#007070;
	width:100%;
	font-size:1em;
}

#subnav li, #section_list li
{
	list-style:none;
	margin:0;
	padding:5px 0;
	border-top:1px solid #e8e9e1;
}

#subnav li a, #section_list li a{
	color:#007070;
	font-weight:bold;
}

#subnav li a:hover, #section_list li a:hover
{
	text-decoration:underline;
}



/*--------------------------------------------------------------------------------- 
Homepage Specific
---------------------------------------------------------------------------------*/
.home_page_entry p{
	font-weight: bold;
	font-size: 120%;
}

.sub-right h3.home_title_spacing {
	padding-top: 12px;
}

#home_holder {			background:url(http://www.tsiconsultancy.com/wp-content/themes/tsic/images/global/home_holder_bg.gif) 0 0 repeat-y!important;
	float: left;
	display:block;
	width: 100%;
}
.col2 {	
	background:url('http://www.tsiconsultancy.com/wp-content/themes/tsic_apr/images/homeholderbg2.gif') top left repeat-y; 
	width:100%;
	float:left;
	padding-top:10px;
}
ul#helpyou {
	padding: 7px 0 0 0;
}

.home_nopad {
	margin-top:0;
	padding-top: 0;
}

/*--------------------------------------------------------------------------------- 
Containing Elements 
---------------------------------------------------------------------------------*/
#wrapper					/*--Full Frame Container--*/
{
	margin:0 auto 0 auto;
	padding: 0;
	width:940px;
	padding:0 20px 0 20px;
	background:#fff;
}

#wrapper-top				/*--Header Container--*/
{
	border-top:9px solid #4d4d4d;
	background:#fff;
	float:left;
	width:940px;
}	

#wrapper-inner				/*--Inside Content Container--*/
{
	width:940px;
	float:left;
	padding:25px 0 10px 0;
}	


/*--------------------------------------------------------------------------------- 
Homepage Banners
---------------------------------------------------------------------------------*/


#hero_container						/*--Main Masthead Image --*/
{
	width:940px;
	float:left;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 4px solid #F3F4EF;
}


#hero						/*--Main Masthead Image --*/
{
	width:940px;
	float:left;
	background:#f3f4ef;
	margin: 0;
	padding: 0;
}

#hero img {
	float: left;
	width: 623px;
	height: 248px;
}

#hero .caption
{
	width:305px;
	float:right;
	padding:10px 0 0 0;
}

#hero h2
{
	color:#4c4c4c;
	margin:0;
	padding:0;
	font-size: 280%;
	letter-spacing:-1px;
	line-height:105%;
}

#hero p
{
	color:#007070;

}

#hero p a
{
	float:left;
	display:block;
	margin:15px 0 0 0;
	padding:4px 6px;
	font-size:1em;
	font-weight:bold;
	background:#007070;
	color:#fff;
}

#hero p a:hover
{
	text-decoration:none;
	background-color:#4c4c4c;

}

/*--------------------------------------------------------------------------------- 
Icons
---------------------------------------------------------------------------------*/

span.alt
{
	font-size:0.7em;
	letter-spacing:-2px;
}

/*--------------------------------------------------------------------------------- 
Inner Page Specific
---------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------- 
Sub Features Containers
---------------------------------------------------------------------------------*/

#sub-sect
{
	width:940px;
	float:left;
	border-bottom:5px solid #f3f4ef;
	padding: 0 0 20px 0;
	margin: 0 0 18px 0;
}

.sub-left
{
	width:623px;
	float:left;
	display:inline;
}

.sub-right
{
	float:right;
	width: 300px;
	padding: 0;
	display:inline;
	margin: 0;
}

.sub-right h3
{
	font-size:143.1%;
	margin: 0;
}

.sub-right ul
{
	margin: 4px 0 0 0;
}

.sub-right li
{
	margin: 0 0 10px 15px;
	font-size:120%;
	font-weight: bold;	
}

.sub-right p
{
	font-size: 140%;
	line-height: 1.2em;
}

.sub-left .top
{
	width:630px;
	background:url(http://www.tsiconsultancy.com/wp-content/themes/tsic/images/panels/panel_top.png) 0 0 no-repeat !important;
	background:url(http://www.tsiconsultancy.com/wp-content/themes/tsic/images/panels/panel_top.gif) 0 0 no-repeat;
	text-indent:-100000px;
	float:left;
}

.sub-left .mid
{
	width:590px;
	padding:0 20px;
	background:url(http://www.tsiconsultancy.com/wp-content/themes/tsic/images/panels/panel_bottom.png) 0 100% no-repeat !important;
	background:url(http://www.tsiconsultancy.com/wp-content/themes/tsic/images/panels/panel_bottom.gif) 0 100% no-repeat;
	float:left;
}

.sub-left h3
{
	float:left;
	color:#4c4c4c;
	font-size:1.6em;
	margin:10px 0 0 0;
}

#sub-sect .sub-left ul 
{
	float:left;
	list-style:none;
	font-size:1.09em;	
	width:300px;
	padding-bottom:20px;
}

.sub-left ul li
{
	list-style:none;
	background:url('http://www.tsiconsultancy.com/wp-content/themes/tsic/images/icons/arrow.gif') 0 4px no-repeat;
	padding:0 0 10px 25px;
	font-size: 120%;
}

#sub-sect .sub-left ul li a
{
	color:#007070;
	font-weight:bold;
}

#sub-sect .sub-left ul li a:hover
{
	color:#007070;
	text-decoration:underline;
}


.sub-left span
{
	color:#007070;
}

/*--------------------------------------------------------------------------------- 
Body Headings
---------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------- 
Body Links
---------------------------------------------------------------------------------*/

#col-640 a, .col-300 a, .col-300_ a
{
	color:#007070;
	font-weight:bold;
}

#col-640 a:hover, .col-300 a:hover, .col-300_ a:hover
{
	text-decoration:underline;
}


/*--------------------------------------------------------------------------------- 
Body Content Containers
---------------------------------------------------------------------------------*/

#col-full {
	width:940px;
	float:left;
	padding:0;
}

#col-640
{
	width:610px;
	float:left;
	display:inline;
	padding-right:30px;
}

#col-640 .homemarg, .col-300_ .homemarg 
{
	margin-left: 10px;
}



/*--------------------------------------------------------------------------------- 
Body Content Right Hand Home Container
---------------------------------------------------------------------------------*/

.col-300, .col-300_
{
	width:300px;
	float:left;
	display:inline;
	margin: 0 0 0 0;
}
#home_holder .sub-right {
	margin-right:6px;
}
.col-300_ {
	width:295px;
	margin-left:-15px;
}
.col-300_, #col-640 {
	font-size:110%;
	font-weight:bold;
}
.col-300_ ul , .col-300_ ul li  {
	border:0;
}
.col-300 {
	margin: 25px 0 0 0;	
}


.hr {
	height: 1px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-bottom:4px solid #F3F4EF;
}

/*--------------------------------------------------------------------------------- 
Body Content Footer Container
---------------------------------------------------------------------------------*/

#footer
{
	width:940px;
	font-size:0.85em;
	float:left;
	color:#babca2;
	margin:20px 0 0 0;
	padding:20px 0 80px 0;
}

#footer ul
{
	float:left;
	margin:0;
	padding:0;
}

#footer ul li
{
	float:left;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	list-style:none;
	background:url(http://www.tsiconsultancy.com/wp-content/themes/tsic/images/buttons/divide.gif) 100% 2px no-repeat;
}

#footer ul li.end
{
	background:none;
}

#footer p
{
	float:right;
	color:#6485a2;
	margin:0;
	padding:0;
	text-align: right;
	color:#babca2;
}

#footer a
{
	color:#babca2;
}

#footer a:hover
{
	color:#007070;
	text-decoration:underline;
}	

/*---------------------------------------------------------------------------------
Wordpress -*/
.blog h2{
	display: block;
	padding: 0;
	margin: 10px 0 4px 0;
	width: 100%;
	color: #333;
	float: left;
}

.date {
	text-align: right;
	width: 140px;
	float: right;
	margin: 10px 0 4px 0;
	font-size: 80%;
}

.commentmetadata {
	font-size: 80%;
}

.postlink {
	margin: 25px 0 0 0;

}

.postmetadata{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 80%;
}






.post{
	margin: 0 0 30px 0;
}

.category a {
	color: #B2C7D3;
}

.category a:hover {
	color: #E44044;
}

#content .post_title a{
	color: #5C6E87;
	text-decoration: none;
}

.post_title a:hover{
	color: #E44044;	
}

.post h3 {
	font-size:100%;
	border-bottom: none;
	margin-bottom: 2px;
}

form #comment {
width: 100%;
}

.comments_colomn_left{
	width: 320px;
	float: left;
	padding: 0 30px 0 0;
}

.comments_colomn_right{
	width: 350px;
	float: right;
}

.archivelist li{
	border-bottom: 1px solid #D2D2D2;
	padding: 5px 0 5px 0;
}

.C2A {
	margin: 10px 0 10px 0;
}

.commentlist p{
	font-size: 90%;
	padding: 2px 0 0 0;
}

.commentlist li{
	padding: 5px 0 2px 0;
}

.commentlist li .commentmetadata {
	padding: 0 0 6px 0;
}


#C2A_long{
	text-align: center;
	margin: 0 auto 0 auto;
}

#searchform {
	padding: 10px 0 10px 0; 
}

#searchform #s{
	width: 100%;
	margin: 0 0 6px 0;
}

#content .post .entry p object{
	padding: 10px 0 10px 0;
}

.postheader {
	margin: 30px 0 10px 0;
}

.postheader h2{
	margin: 0;
	padding: 0;
}

.underheaderinfo p{
	font-size: 70%;
	color: #9C9C9C;
}

.underheaderinfo .left{
	width: 49%;
	float: left;
}

.underheaderinfo .right{
	width: 49%;
	float: right;
	text-align: right;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li{
	padding: 0;
	margin: 0 0 0 30px;
}

.comment_date {
	font-size: 90%;
	color: #9C9C9C;
	margin: 0 0 4px 0;
}

.navigation {
	font-size: 100%;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}



.alignleft {
	width: 49%;
	float: left;
}

.alignright {
	width: 49%;
	float: right;
	text-align: right;
}

.blog h2 {
	width: 520px;
	margin: 0 0 15px 0;
}



.button {
	padding: 5px 7px;
	background-color: #AEDEE4;
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle; /* or top */
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible; /* IE6 form button fix */ 
}

#hero .darkbutton {
	padding: 5px 7px;
	color: #FFFFFF;
	background-color: #00688A;
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle; /* or top */
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible; /* IE6 form button fix */ 
}

#hero .darkbutton:hover {
	color: #AEDEE4;
}

.cta {
	display: block;
	width: 100%;
	border-bottom:7px solid #4D4D4D;
	border-top:5px solid #F3F4EF;
	float:left;
	margin: 20px 0 0 0;
	padding:4px 0 8px 0;
	color: #FFFFFF;
}

.cta p{
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

#wrapper .cta p a {
	color: #FFFFFF;
	padding: 15px;
	background:#007070 none repeat scroll 0 0;
	font-size: 200%;
	letter-spacing:-0.5px;
	line-height:105%;
	display: block;
	line-height: 1.5em;
	margin:0;
	font-weight: bold;
}

#wrapper .cta p a:hover {
	background: #333333;
	color: #FFFFFF;
}


.col-205 {
	width: 205px;
	float: left;
}


.col-700 {
	width: 700px;
	float: right;
}

.col-450left {
	width: 450px;
	float: left;
}

.col-450right {
	width: 450px;
	float: right;
}

iframe {
	float: left;
	padding: 0 18px 20px 0;
}

.entry ul{
	border: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: disk;
	padding: 8px 0 8px 10px;
	margin: 2px 0 2px 0;
}

.entry li{
	border: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: disk;
	padding: 0 0 0 3px;
	margin: 2px 0 2px 10px;
}

#col-full p img{
	padding: 5px;
}



.greybox {
	width: 96%;
	float: left;
	padding: 2%;
}

.greybox h2{
	margin: 0 0 5px 0;
}
.linksholder {
	width:770px;
	font-size:90%;
}
.rss_link p a {
	float: left;
	padding: 7px 0 0 0;
	font-weight: bold;
}

.rss_link a{
	float: left;
}

.rss_link {
	float: left;
	width:205px;
	margin: 20px 10px 0px 10px;
}
.rss_link img {
	padding-right:10px;
}

.latest_posts {
	margin: 0 0 15px 0;
	float: left;
	width: 100%;
}




.client_logos {
	margin: 22px 0 0 0;
	text-align: center;
	float: left;
	}
.client_logos img{
	margin: 10px;
	}