/*
Theme Name: Business KIT
Theme URI: http://www.boltonwebdesign.co.uk
Description: Business KIT Front End & Blog
Version: 1.0
Author: Shaun Barnes of Jigsaw Internet Solutions
*/
* { padding:0; margin:0;}

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000; }
#container { 
	width: 762px;  
	background: #fff;
	margin: 0 auto; 
	text-align: left;} 
	
a:link,a:visited { color: #005696; text-decoration: none;}	
a:hover, a:active { text-decoration: underline;}
	
/* HEADER */	

#header { 
	background: #3B8CC9; 
	position: relative;
	width: 732px;
	padding: 10px 10px 10px 20px; } 
#header h1 {
	margin: 0; 	
	padding: 0 0 10px 0; 
	text-indent: -9999px;
	height: 88px;
	background: url(images/logo.jpg) no-repeat;}
div#login { 
	width:160px;
	position: absolute; 
	bottom: 10px; 
	right: 0;}
div#login a {
	background: url(images/arrow-header.jpg) no-repeat 0% 50%;
	padding-left: 10px;		
	color: #9DC357;
	text-decoration: none;}
div#login a:hover { 
	text-decoration: underline; }
#login h4, #login p {
	font-size: 11px;
	color: #fff;}
#login p { 
	margin: 5px 0;
	color: #fff;}


/* NAV */

#nav { 
	color: #fff;
	background-color: #004188;
	font-size: 13px;
	height: 22px;
	padding-top: 8px;
	letter-spacing: 1px;}	
#nav li {
	display: inline;
	border-right: 1px solid #fff;}
#nav li a {   
	color: #fff; 
	text-decoration: none; 
	padding: 0 10px;  }
#nav a:hover { 
	color: #C1D72E; }
a#first { 
	margin-left: 10px;}

body.front #nav #first,
body.about #nav #about,
body.tool-kit #nav #tool,
body.service-kit #nav #service,
body.information-kit #nav #info,
body.blog #nav #blog {
	color: #C1D72E; 
}




/* MAIN */

#mainContent { 
	float: left;
	width: 570px;
	padding: 0 15px; }
#mainContent h3 { 
	font-size: 15px;
	margin-top:10px;
	padding-bottom: 10px; 
	margin-bottom: 10px;
	width: 560px;
	background: url(images/main-divide.jpg) bottom no-repeat;}
#banner {
	width: 560px;
	height: 100px;
	display: block;
	margin: 30px 0 30px 0;}	

/* HOMEPAGE JIGSAW BOXES */

#jigsaw { 
	width: 564px;
	height: 308px;
	background-image: url(images/jigsaw.jpg);}	
#jigsaw a {
	text-decoration: none; }
div.jigsaw-piece { 
	width: 249px; 
	height: 130px; 
	float: left; 
	font-size: 11px; 
	padding: 25px 0 0 30px;}
#mainContent div.jigsaw-piece h2 { 
	font-size: 18px; 
	margin-top: 0;
	margin-bottom: 10px;}
div.jigsaw-piece p { 
	margin-bottom: 10px;}
a.more { 
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold; }
#jigsaw a:hover { 
	text-decoration: underline;}
.front #mainContent div.green p, #mainContent div.green h2 { 
	color:#252525;}
.front #mainContent div.blue p, #mainContent div.blue h2 { 
	color:#fff;}
div.green a.more {
	background: url(images/arrow-more-blue.jpg) no-repeat 100% 50%;
	color: #005696; }
div.blue a.more {
	background: url(images/arrow-more-green.jpg) no-repeat 100% 50%;
	color: #C1D72E; }

div#supported { margin-top: 30px;}

/* SIDEBAR */

#sidebar {
	float: right; 
	width: 160px; 
	background: #fff;
	padding-bottom: 20px; }
#sidebar a, #footer a { 
	color: #005696;
	text-decoration: none;}
#sidebar a:hover, #footer a:hover { 
	text-decoration: underline; }
#sidebar a.arrow-link { 
	font-weight: bold;
	padding-left: 10px;
	background: url(images/arrow.jpg) no-repeat 0% 50%;}
#sidebar p, .blog #sidebar ul li { 
	font-size: 12px;
	margin-bottom: 5px;
	color: #151414; }
#sidebar h3 { 
	font-size: 14px;
	margin-top:20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #252525;
	background: url(images/sidebar-divide.jpg) no-repeat bottom;}

#sidebar small { margin:0; padding: 0; font-size: 10px; font-weight: normal;}

#sidebar h4 { font-size: 13px; font-weight: bold; margin: 0; padding: 0; color: #005696;}

/* FOOTER */

#footer { 

	padding: 0 1px 0 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff url(images/footer-top.jpg) no-repeat top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	clear: both;
	color: #8A8989; } 
#footer p {
	margin: 0; 	
	padding: 10px 0; }

#footerleft {
	text-align: left;}
#footerright { 
	float: right; 
	text-align: right;}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div.column { 
	width: 252px;
	float: left;
 }
div.col1 {
	margin-right: 20px;}
div.column h2, #mainContent h2 { 
	font-size: 14px;
	color: #005696;
	margin: 10px 0 10px 0;
	}
div.column p, #mainContent p,.event ul li, .eventscat ul li,  .blog .post ul li {
	color: #252525;
	font-size: 12px;		
	margin-bottom: 7px;
}
.event ul, .eventscat ul, .blog .post ul { margin-left: 10px;}
.event ul li, .eventscat ul li, .blog .post ul li { margin-bottom: 3px; }

div.tool-box ul {
	background-color: #ECF3C0;
	border-top: 4px solid #C1D72E;
	margin-top: 5px;
	/*
padding-bottom: 10px;
	margin: 15px 0 30px 0;
*/}
	
div.tool-box ul li { list-style-type: none; font-size: 12px; margin-top: 3px; margin-left: 10px;}

div.tool-box h4 { font-size: 13px; margin-top: 15px; padding-left: 12px; }

div.tool-box ul li h5 { font-size: 12px; margin: 7px 0; padding-left: 12px;}


div.tool-box a { 
	color: #005696;
	text-decoration: none;
	background: url(images/arrow-link-list.jpg) no-repeat left;
	padding-left: 12px; }

div.tool-box ul li a  { 	background: url(images/arrow-link-list.jpg) no-repeat left;
}


.service-kit div.tool-box ul, .information-kit div.tool-box ul { padding-top: 10px;}

.service-kit div.tool-box ul li { 	background: url(images/arrow-link-list.jpg) no-repeat left;padding-left: 12px;
}

.service-kit div.tool-box ul li.topone, .information-kit div.tool-box ul li.topone { background: none; padding-left: 0; }

div.tool-box a:hover { text-decoration: underline;}

.tool-kit h2, .about h2, .service-kit h2, .information-kit h2, .blog h2, .newsletters h2, .events h2, .forums-networks h2, .case-studies h2, .web-links h2, .eventscat h2 { background: url(images/idea-logo.jpg) left no-repeat; height: 33px; padding: 10px 0 0 35px}

.blog h2, .newsletters h2, .events h2, .forums-networks h2, .case-studies h2, .web-links h2, .eventscat h2 { background: url(images/idea-logo-white.jpg) left no-repeat;}

div.column p.tool-link { margin-top: 10px; margin-bottom: 15px;}

 


p.postmetadata {
background:#F9F9F9;
border:1px solid #E5E5E5;
clear:both;
padding:5px;
}

/* Comments */	

ul.comment-list { 
	list-style-type: none;
		border-top: 3px solid #e5e5e5;
		margin: 20px 0; 
 }

.comment-info { 
	left:10px;
	padding:0 20px 0 0;
	position:absolute;
	top:10px;
	width:500px;
		}

.comment-body { 
	margin:0 0 0 120px;
	min-height: 60px;
	padding:0 10px 0 0;
	 }
.comment-body p { margin-top: 10px;}
li.comment { 
	border-bottom: 3px solid #e5e5e5; 
	padding: 10px 0 10px;
	position: relative;
	list-style-type: none; }


h2#comments, h2#respond { font-size: 14px; padding: 20px 0 0 0; background: none; }

p.date { font-size: 12px; margin-top: -3px; margin-left: 0;}

textarea { 	background-color:#F9F9F9;
	border: 1px solid #e5e5e5;
	padding-left: 5px;
	padding-right: 5px;
	color:#000; }
#commentform textarea {	width: 500px; }


input {
	background-color:#F9F9F9;
	border: 1px solid #e5e5e5;
	color:#000;
	height:20px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle; }
		
	#commentform input{ width:250px;
}

	
input:focus, textarea:focus, #commentform textarea:focus {
	border: 1px solid #e5e5e5;
 }	


/* BLOG SIDEBAR */

#sidebar ul li {
	list-style-type: none;}
	
input#s { margin-top: 20px;width: 100px; padding-top: 5px; height: 22px;}

input.button { width: 28px;margin-top: 23px;height: 27px; background-color: #fff; border: none;}



div.tool-box h2 a, .about div.tool-box p a, .information-kit div.tool-box p a{ background: none; padding-left: 0;}

div.tool-box { margin: 20px 0; padding: 0 10px 20px 10px; border: 1px solid #C1D72E; background: #ECF3C0;}

.information-kit div.tool-box h2 a { padding-bottom: 0;}

#pagebanner { margin-top: 20px;}

.pgee-read-more { display: block; text-align: center; font-size: 15px; margin: 10px;}

div.aboutcol { width: 120px;}

div.aboutcol2 { width: 390px;}

div.aboutcol ul li, div.aboutcol2 ul li { margin: 10px 0;}

div.aboutcol ul li { margin: 20px 0;}

.events #mainContent h3, #container .eventscat h3 { background: none; padding-bottom: 0;}


.tool-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sidebar h4 { margin-bottom: 7px;}

#sidebar .ec3_list_day { color: #C1D62F; font-size: 14px;}

#sidebar .ec3_list { margin-left: 0; }

#sidebar .ec3_list li {
font-weight: bold;
font-size:12px !important;
}




#sidebar .ec3_eventday a {
color:#C1D62F !important;
}

#sidebar #wp-calendar { font-size: 13px;}

#sidebar #wp-calendar img { border: none;}

div.textwidget { margin-top: 10px;}

div.event { margin-bottom: 20px;}