/*
Theme Name: Insight Bridge
Theme URI: http://www.insightbridge.co.uk
Description: WordPress Custom Theme for Insight Bridge
Version: 1
Author: Realising Designs
Author URI: http://www.realisingdesigns.com

*/

.clr {
	clear: both;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 175%;
	background-color: #FFF;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #FF7415;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
a:hover, a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #FF7415;
}
a.external {
	background-image: url(../images/ext_link.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 14px;
}
a.no_border {
	border-bottom-width: 0px;
}

p,li,table,form {
	color: #555;
}

#page {
	text-align: left;
	margin: 0 auto 10px auto;
	padding: 6px 16px;
	width: 950px;
}

#header {
	margin: 0;
	padding: 0;
	height: 117px;
	background-image: url(images/header.jpg);
	background-color: #FFF;
	text-align: left;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

h1 a:link, h1 a:visited {
	height: 95px;
	width: 366px;
	display: block;
	border-bottom: none;
	float: left;
}
h1 a:hover, h1 a:active {
	border-bottom: none;	
}
h1 span, .description {
	display: none;
}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#sidebar h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #222;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #000;
	text-decoration: none;
}
#sidebar h2 {
	color: #555;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.postmetadata {
	line-height: 170%;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #262d5d;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 0 0;
	margin: 0;
	width: 725px;
}

.post, .page {
	margin: 10px 10px 30px 10px;
	text-align: justify;
	padding: 2px 0 1px 0;
	clear: both;
}
.post .entry, .page .entry {
	padding: 0 15px 0 15px;
	margin-left: 5px;
}
.post_thumb {
	margin: 10px;
	border: 5px solid #DDD;
	padding: 0;
	display: block;
/*	clear: both;*/
}
.post_left {
	margin: 10px 10px 10px 10px;
}
.post_right {
	margin: 10px 10px 10px 10px;
}
.post .post-title, .page .post_title {
	margin: 0 0 0 43px;
	padding: 10px 0 0 10px;
	width: 725px; /* 560 */
	height: 35px; /* 45 */
	font-weight: bold;
}
.post h2, .page h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #222;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
}
.post h2 a, .page h2 a {
	color: #444;
	border: none;
}
.post h2 a:hover, .page h2 a:hover {
	color: #ff7415;
}
.post h3 {
	margin-bottom: 3px;
}
.post h4 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.post ul {
	padding-left: 10px;
}
.post ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #666;
}

.narrowcolumn .postmetadata {
	padding: 10px;
	border: 1px dashed #DDD;
	background-color: #EFEFEF;
	margin: 15px 0 15px 5px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 30px 0 0 0;
	margin: 0;
	clear: both;
	background-image: url(images/footer_dots.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #777;
}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
/*	margin-top: 30px;
	text-align: center;*/
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/
/*
.entry ul li:before, 
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol, .entry ul {
	padding: 15px 0 15px 0;
	margin: 0;
}

.entry ol li, .entry ul li {
	margin: 0 0 0 25px;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
/*
#searchform {
	margin: 10px auto;
	padding: 15px 3px 5px 3px;
}

#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: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 10px;
	padding: 5px;
}
#commentform textarea {
	width: 580px;
	padding: 5px;
}
#respond h3 {
	margin-left: 15px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 10px; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
/*	float: right;*/
	}
	
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	border: 1px solid #AAA;
	background-color: #F9F9F9;
	color: #333;
}
/* End Form Elements */



/* Begin Comments*/

#comments {
	margin: 0 0 0 10px;
	padding: 0;
}

.alt {
	margin: 10px;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 10px 10px 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color: #FAFAFA;
	border: 1px solid #DDD;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar {
	padding: 10px;
	margin: 0 0 15px 725px;
	width: 205px;
	background-color: #EFEFEF;;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
/*	display: block;*/
	text-align: center;
	margin: 20px 10px 1px 10px;
}
.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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: 5px 4px 5px;
	margin: 0;
	color: #444;
}
/* End captions */


#insight {
	width: 725px;
	height: 150px;
	background-image: url(images/insight.jpg);
}
#intro {
	color: #FFF;
	padding: 10px 20px;
/*	border-bottom: 1px solid #FAFAFA;*/
	background-color: #8a898d;
	margin: 0 0 20px 0;
}

/* Navigation */
#link_bar {
	margin: 0;
	padding: 0 11px;
	display: block;
	float: right;
}
#link_bar li {
	float: left;
	margin: 0;
	padding: 0 10px 0 14px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 30px;
}
#link_bar a {
	display: block;
	float: left;
	padding: 5px 0 0 15px;
	margin: 0 0 5px 5px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
}
#link_bar a:link, #link_bar a:visited {
	background-image: url(http://www.insightbridge.co.uk/images/li_link0.gif);
	color: #444;
/*	border-bottom-width: 0px;*/
}
#link_bar a:hover, #link_bar a:active {
	background-image: url(http://www.insightbridge.co.uk/images/li_link1.gif);
	color: #FF7415;
/*	border-bottom-width: 0px;*/
}
#link_bar a.link_on {
	color: #FF7415;
	background-image: url(http://www.insightbridge.co.uk/images/li_link1.gif);
}

