/*
Theme Name: Stephen Billing
Theme URI: http://www.clicksuite.co.nz/
Description: Blog theme designed by Click Suite
Version: 1.0
Author: Click Suite
Tags: Click Suite, changingorganisations, Stephen Billing
*/

/* -- -- -- -- Generic Classes -- -- -- -- */


body
{
	font-family: Verdana, sans-serif;
	background: #86aee6 url('images/elements/background-gradient.jpg') top left repeat-x;
}

a
{
	color: #c65528;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1,h2,h3
{
	margin:0;
	padding: 0;
	font-weight: normal;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
img
{
	border: 0;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.snail
{
	list-style-image: url('images/elements/snail.jpg');
	margin: 0;
	padding: 0 0 0 25px;
}

.snail li
{
	margin:0;
	padding-left: 10px;
}

.quote-wrap
{
	float: left;
	width: 195px;
	margin: 10px 20px 11px 0;
	background: #fff url('images/elements/quote-bottom.jpg') no-repeat bottom left;
	padding-bottom: 9px;
	position: relative;
}

.quote-content
{
	padding: 15px;
	border: 1px solid #e2e9f3;
}
.quote-text
{
	color: #5a83be;
	font-size: 14px;
}

.no-top-padding p
{
	margin-top: 0;
	padding: 0;
}

.quote-credit
{
	color: #b4d0ec;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	font-style: italic;
}

.quote-wrap .tape
{
	margin: 0 0 -6px 0;
}

.tape
{
	text-align: center;
	padding: 0;
}

.editor-space
{
	display: none;
}

/* -- -- -- -- Structure -- -- -- -- */

#wrap
{
	margin: 0 auto;
	width: 786px;
	background-color: #f1f5fa;
}


/* -- Header -- */


#header
{
	background: #fff;
}

#search
{
	float: right;
	margin: 36px 20px 0 0;
}

#search .input
{
	border: 1px solid #d8e1ef;
	background: #f1f5fa;
	margin-right: 10px;
	float: left; /* Fixes alignment */
}


/* -- Top navigation -- */


#top-navigation ul
{
	margin: 0;
	padding: 0 0 5px 0;
	background: #759dd5;
	width: 100%;
	overflow: hidden;
}
#top-navigation ul li
{
	float: left;
	list-style: none;
	padding: 0 0 100px 0;
	margin: 0 0 -100px 0;
	background: #759dd5 url('images/elements/navigation-blue.jpg') repeat-x top left;

}
#top-navigation a
{
	border-right: 1px solid #a6c0e5;
	display: block;
	width: 110px;
	padding: 5px 10px 1000px 10px;
	margin: 0 0 -1000px 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
}

#top-navigation ul li ul li a:hover
{
	background: #e2e9f3;
	color: #777;

}

.current_page_item a, #top-navigation a:hover
{
	background: #c65528 url('images/elements/navigation-red.jpg') repeat-x top left;
}


/* -- Left hand side -- */

#left
{
	background: #fff;
	width: 570px;
	position: relative; /* For profile picture placement */
	float: left;
}


/* Sidebar */


#sidebar
{
	margin: 10px;
	padding:0;
	float: right;
	width: 196px; /* Precise for images */
	font-size: 11px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}
#sidebar ul li
{
	margin: 0;
	padding: 0;
	list-style: none; /* For IE */	
}

#sidebar ul li div ul li
{
	margin-bottom: 10px !important;
}

#sidebar a
{
	vertical-align: top;
}

#sidebar ul li div ul a
{
	padding-left: 20px; /* To show icon */
}

#events a
{
	margin: 0 !important;
	padding: 0 !important;
}

#sidebar ul li h2
{
	font-size: 13px !important;
	color: #5a83be;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px; /* Added 5px for background */
	background: #fff url('images/sidebar/sidebar-title-divide.jpg') no-repeat bottom left;
	text-indent: 15px;
}
#sidebar ul li div ul
{
	padding: 10px 20px 10px 15px;

}
#sidebar ul li div
{
	background: #fff;
	margin: 0 0 5px 0;
	background: #fff url('images/sidebar/sidebar-bottom-divide.jpg') no-repeat bottom right;
}

#recent-posts li, .widget_meta li, .widget_links li
{
	background: #fff url('images/icons/recent-posts.jpg') no-repeat 0 0;	
}
.widget_categories li, .linkcat li
{
	background: #fff url('images/icons/categories.jpg') no-repeat 0 0;
}
#archives li
{
	background: #fff url('images/icons/archives.jpg') no-repeat 0 0;
}

.widget-wrap
{
	margin:0;
	padding: 0;
}

#tag_cloud .widget-wrap
{
	padding: 10px 10px 20px 20px;
}

#recent-posts ul li, .wplc_event_list li
{
	padding-bottom: 5px;
	border-bottom: 1px dashed #e2e9f3;
}

#sidebar ul #events div
{
	background: #fff;
	margin: 0 0 10px 0;
	background: #fff;
	background-image: none;
}

/* -- Footer -- */

#footer
{
	padding: 10px 0;
	background: #c65528;
}

#footer p
{
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

#footer a
{
	text-decoration: underline;
	color: #fff;
}


/* -- -- -- -- Posts -- -- -- -- */

#posts
{
	font-size: 18px;
}

.first-post
{
	width: 370px;
}

#posts small
{
	font-size: 10px;
	color: #999999;
}

.segment
{
	padding-right: 30px;
}

.postmetadata
{
	text-align: center;
	color: #999999;
	font-size: 11px;
}

.segment-divide
{
	margin:30px 0 15px 0; /* Taking into consideration background divider image */
	padding:0;
	height: 12px;
	border: 0;
	border-top: 1px #e0e7f2 solid;
	background: #fff url('images/elements/segment-divide.jpg') no-repeat top right;
}

/* -- Comments -- */

#comments-wrap
{
	font-size: 12px;
}

#comments-wrap h3
{
	color: #5a83be;
	font-size: 14px;
}


/* -- -- -- -- Pages -- -- -- -- */


#posts, #page
{
	font-size: 13px;
	line-height: 140%;
	margin: 10px 0px 30px 30px;
}

#posts-title h1, #page-title h1
{
	font-size: 24px !important;
}

#posts-title, #page-title
{
	margin: 0px 0px 0px -10px;
	padding: 15px 10px 15px 0 ;
	width: 570px;
	text-indent: 40px;
	color: #5a83be;
	cursor: default;
}

#page .snail
{
	line-height: 180%;
	width: 400px;
}

#posts-title
{
	background: #fff url('images/posts/posts-title-background.jpg') no-repeat top left;
}

#page-title
{
	background: #fff url('images/pages/page-title-background.jpg') no-repeat top left;
}

#posts-title-divide, #page-title-divide
{
	margin:0;
	padding:0;
	height: 12px;
}

#posts-title-divide
{
	background: #fff url('images/posts/posts-title-divide.jpg') no-repeat top left;
}

#page-title-divide
{
	background: #fff url('images/pages/page-title-divide.jpg') no-repeat top left;
}

#page h2, #posts h2
{
	color: #c65528;
	font-size: 17px;
	padding: 10px 0;
}

#page h3, #posts h3
{
	color: #5a83be;
	font-size: 14px;
}

#profile-photo
{
	position: absolute;
	top: 3px;
	right: 10px;
}

.introduction-snail
{
	width: 430px;
}


/* -- Contact -- */

#contact-right
{
	position: relative;
	width: 290px;
	margin-left: 10px;
	float: right;
	padding-bottom: 9px;
	background: #fff url('images/elements/quote-bottom.jpg') no-repeat bottom left;
}

#contact-right .tape
{
	margin: 0 0 -10px 0;
	word-spacing: 60px;
}

#contact-right-text
{
	display: block;
	font-size: 11px;
	border: 1px solid #e2e9f3;
	padding: 20px;
}

#contact-right-text p
{
	margin:0;
	padding:0;
}

#contact-right-text hr
{
	margin: 20px 0 15px 0;
	width: 90%;
	border-top: 1px dashed #e2e9f3;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	height: 1%;
}

#contact-right-text hr hr
{
	display: none;
}



/* -- Services -- */


.services-wrap
{
	margin-top: 10px;
	
}

.services-right
{
	float: right;
	width: 130px;
}


.services-left
{
	margin-right: 150px;
}

.services-right .snail
{
	width: auto !important;
}

.services-right .snail li
{
	padding-bottom: 5px;
	font-size: 11px;
}

.services-right .snail li a
{
	padding-left: 5px;
}

.services-image
{
	float: left;
	margin-right: 20px;	
}