/*
	Theme Name: Live Connection
	Theme URL: http://www.circularcube.co.uk
	Description: Live Connection Theme
	Author: Vali Hutchison
	Author URI: http://www.circularcube.co.uk
	Version: 1.0
	Tags: blue, white, two-columns, fixed-width
*/

/******************************************************
						LAYOUT
*******************************************************/

/* img, div { behavior: url(iepngfix.htc) }  png transparency support for IE 5.5 and 6.0 */

body {
	background: #fff;
}

#wrapper {
	padding:0px;
}

#container {
	background: #96BFFD url(images/blue-fade-long.png) repeat-x 0px 200px;
	}

/******************************************************
						HEADER
*******************************************************/

#header {
	background: #fff url(images/banner.jpg) no-repeat bottom left;
	z-index: -1;
	height: 200px;
	}

#header-title {
	background: transparent url(images/live-connection.png) no-repeat 36px 46px;
	z-index: 0;
	height: 200px;
	}	


/******************************************************
						CONTENT
*******************************************************/

#content {
	/*background: #96BFFC url(images/background.png) repeat-x top left;*/
	margin: 0;
	padding: 18px 36px 36px 36px;
	/*border: 1px solid;*/
	}

.noscript-email {
	color: #00347F;	
	text-decoration: underline;
	
}

#content a {
	color: #00347F;	
	
}



#content a:hover {
	color: #BD8B6E;
	
}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #000; */
}

.post p {
	margin-bottom: 10px;
}

h2.pagetitle, h2.title {			/* main page title */ 
	margin-bottom: 1em;
	line-height: 22px;
	text-transform:capitalize;
	font-weight: bold;
	color: #666666;	
	font-family: Helvetica, Arial, sans-serif;
}

h2, h3 {
	margin-top: 36px;
	clear: both;
	color: #2B518B;
}

h4, h5 {
	color: #666666;
}

.title a {
	text-decoration: none;
	color: #555;
}

.title a:hover {
	text-decoration: underline;
}

.postdate {
	font-size: 90%;
	padding: 2px 4px;
}

.postmeta {
	font-size: 90%;
	padding: 2px 4px;
}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 0px;
}
.navigation {
	padding: 10px 0;
}

#content p, #content ol, #content ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #444;
}


#content blockquote {
	overflow: hidden;
	padding-left: 30px;
	padding-right: 60px;
	padding-bottom: 18px;
	margin-bottom: 0;
	font-style: italic;
	color: #666;
	font-weight: bold;
	font-size: 100%;
	/*border-left: 3px solid #3F6398;*/
	background: transparent url(images/quotes-blue2.png) no-repeat 0 2px;
}
	
#content blockquote p {
	display:inline;
	color: #666;	
	padding-right: 34px;
	padding-bottom: 18px;
	background: transparent url(images/quotes-blue2.png) no-repeat right top;
}

.post img {
	max-width: 680px;
}


img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}


#content img {
	margin-bottom: 0px;
}

#content img.hands {
	margin: 36px 32px 36px 30px;		
}

#content img.strip {
	margin: 18px 18px 36px 18px;		
}

#content img.strip2 {
	margin: 0px 18px 36px 36px;		
}

#content a.post-edit-link {
	clear: both;
	display: block;	
}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/* for cases where not enough text so section below not enough top margin - ie 'what we offer page' */
#content .alignleftgap {
   float: left;
   margin-right: 10px;
   margin-bottom: 18px;
}
	
.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright {
   float: right;
   margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   font-size: 10px;
   text-align: left;
   background-color: #f3f3f3;
   padding: 10px 0 10px 10px;
   margin-bottom: 0;
   /* optional rounded corners for browsers that support it */
   -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: 10px 0 0 0;
   margin: 0;
	}
	
/******************************************************
			SIDEBAR(S)
*******************************************************/

#sidebar {
	/*background: #96BFFC url(images/background.jpg) no-repeat top;*/
	margin-right: 36px;
	padding-top: 46px;
	}
	
#sidebar a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #2B518B;	
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 10px 0 0px 0;
	}

#sidebar a:hover {
	
	background: transparent url(images/menu-fade8.png) repeat-y top left;
	width: 100%;
	display: block;
	}
	
#sidebar a:active
{
  outline: none;
}
	
	
#search input {
	border: 1px solid #fff;
	}
	
#search label {
	margin: 10px 0;
	padding: 4px 8px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	display: block;
	}
	
#s {
	width: 100px;
	padding: 2px;
	}

#sidebar h2 {
	margin: 10px 0 0 0;
	padding: 2px 0px;
	/*background: #eee;*/
	border-bottom: 2px solid #fff;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
	color: #666;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 54px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	padding: 0px 0px 3px 15px;
	margin: 0px;
	/*background: url(images/star-arrow.gif) no-repeat top left;*/
	}
	
#sidebar ul li ul li {
	/*background: #FFFFFF /*url(images/star-arrow.gif) no-repeat top left*/;
	padding: 0px 0px 0px 0px;
	margin: 0px 0;
	border-bottom: 2px solid #fff;
	}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/******************************************************
						FOOTER
*******************************************************/

#footer {
	font-family: Helvetica, Arial, sans-serif;
	background: transparent;
	padding: 10px;
	border-top: 1px solid #3F6398;
	text-align: center;
	color: #444;
	}

#footer a {
	color: #444;
	} 

#footer a:hover {
	color: #00347F;
	} 
	
/******************************************************
						COMMENTS
*******************************************************/

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

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

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.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;
	}
	
/******************************************************
						MISC (WP GENERATED)
*******************************************************/

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
