/*
#container
	#header-wrapper
		#header
			#logo
			#tagline
	#page-wrapper
		#menu-wrapper
			ul#menu
		#page
			#posts-wrapper
				#posts
		#sidebar-wrapper
			#sidebar
	#footer-wrapper
		#footer
*/

/* ---------- Body / HTML ---------- */

	body {
		background: #ffffff;
		color: #4d4d4d;
		}
	
	.width270 {
		width: 270px;
		}
	
	.homeboxes {
		border-left:1px dotted #BFBFBF;
		height:100px;
		margin:6px 0;
		padding:0 10px;
		width:161px;
		float: left;
		}

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

	a {
		color: #0088cc;
		text-decoration: none;
		}
		a:hover {
			color: #33bbff;
			text-decoration: underline;
			}


/* ---------- Headlines ---------- */

	h1, h2, h3 {
		color:#000000;
		}
	h4, h5, h6 {
		color:#000000;
		}
	b, strong {
		color:#000000;
		}
		
/* ---------- Container ---------- */

	#container {
		width: 800px;
		margin: 0 auto;
		}
			
/* ---------- Header ---------- */

	#header-wrapper {
		}
		#header {
			height:130px;
			position:relative;
			width:800px;
			}
			#logo a {
				display: block;
				width: 186px;
				height: 80px;
				position: absolute;
				top: 30px;
				left: 0px;
				/* line-height: 100px; */ /*if you want to center the text vertically */
				text-indent: -9999px;
				background:transparent url(../../images/logos/logo.png) no-repeat scroll 0 0;
				}
			#tagline {
				bottom: 10px;
				left: 270px;
				position: absolute;
				display: none;
				}
			#address {
				font-size: 11px;
				line-height: 13px;
				color: #999999;
				bottom: 10px;
				left: 600px;
				position: absolute;
				}
				#address p {
					margin: 6px 0;
					}
			
/* ---------- Main Navigation Drop Down ---------- */
	
	#menu-wrapper {
		margin-bottom: 40px;
		background: #000000;
		position: relative;
		z-index: 99;
		}

		/* Javascript */
		ul.menu { /* Top level */
			list-style: none;
			margin: 0;
			padding: 0;
			}
		ul.menu * { /* Top level */
			margin: 0;
			padding: 0
			}
			ul.menu a { /* All links */
				display: block;
				background: #000000;
				color: #ffffff;
				text-decoration: none;
				padding: 10px 8px;
				margin-right: 1px;
				}
				ul.menu a:hover {
					background: #33bbff;
					}
			ul.menu li { /* All sub-level list items */
				position: relative;
				float: left;
				background: #ffffff;
				}
				ul.menu ul { /* Drop-down, first level */
					position: absolute;
					top: 35px;
					left: -1px;
					display: none;
					opacity: 0;
					list-style: none;
					}
					ul.menu ul li {
						position: relative;
						width: 160px;
						margin: 0;
						}
						ul.menu ul li a {
							display: block;
							padding: 7px 7px 7px;
							border: 1px solid #ffffff;
							margin-top: -1px;
							margin-right: 0;
							}
							ul.menu ul li a:hover {
								background: #33bbff;
								}
							ul.menu ul ul { /* Drop-down, second level and beyond */
								left: 159px;
								top: 0px;
								}
		
		ul.menu li.current_page_ancestor > a,
		ul.menu li.current_page_parent > a,
		ul.menu li.current_page_item > a { background: #0088cc; }
		
		ul.menu li.current_page_ancestor > a:hover,
		ul.menu li.current_page_parent > a:hover,
		ul.menu li.current_page_item > a:hover { background: #33bbff; }
		
		/* CSS Fallback */
		ul.menu li:hover > ul { display: block; opacity: 1;	}
		
		ul.menu li.home_icon a {
			background-image:url(../../images/elements/home.png);
			background-position:center center;
			background-repeat:no-repeat;
			text-indent:-9999px;
			width:20px;
			}
		
		/* clearfix - If ul.menu this is needed so wrapping element background doesn't collapse. */
		/* ul.menu:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } */

				
/* ---------- Sidebar ---------- */

	#sidebar-wrapper {
		width: 200px;
		float: right;
		}
		#sidebar {
			margin-bottom: 15px;
			}
			
/* ---------- Page ---------- */

	#page-wrapper {
		border-right:1px solid #D9D9D9;
		float:left;
		padding-right:25px;
		width:550px;
		}
		#page {
			}

			/* ---------- Posts ---------- */
			
				#posts-wrapper {
					}
					#posts {
						margin-bottom: 15px;
						}
				
/* ---------- Footer ---------- */

	#footer-wrapper {
		margin: 15px 0;
		}
		#footer {
			border-top:1px dotted #bfbfbf;
			font-size:10px;
			padding-top:10px;
			margin-top: 30px;
			}
					
/* ---------- Breadcrumb ---------- */

	#breadcrumb-wrapper {
		margin-bottom: 20px;
		}
		ul#breadcrumb {
			display: block;
			margin: 0;
			}
			#breadcrumb li {
				display: block;
				float: left;
				margin: 0 8px 0 0;
				padding: 0;
				}
				#breadcrumb li a {
					margin-right: 5px;
					text-decoration: none;
					}
				#breadcrumb li.current_page_item a,
				#breadcrumb li.current_page_ancestor a {
					color: #f5f5f5;
					}
					#breadcrumb li a:hover {
						}

/* ---------- Post / Page Admin Links ---------- */

	.post-toolbar {
		bottom:4px;
		position:absolute;
		right:4px;
		z-index:1;
		}
		.post-toolbar a {
			background: #ffffff;
			border: 1px solid #d9d9d9;
			display: block;
			font-size: 10px;
			font-weight: bold;
			padding: 2px 6px;
			text-decoration: none;
			text-transform: uppercase;
			white-space: nowrap;
			float: right;
			margin-left: 4px;
			}
			.post-toolbar a:hover {
				color: #ffffff;
				background-color: #0088cc;
				}
		a.post-edit-link {
			padding-right: 20px;
			background: #ffffff url(../../images/navigation/edit-dark.png) no-repeat scroll right center;
			}
			a.post-edit-link:hover {
				background: #0088cc url(../../images/navigation/edit-light.png) no-repeat scroll right center;
				}
		a.post-delete-link {
			padding-right: 20px;
			background: #ffffff url(../../images/navigation/delete-dark.png) no-repeat scroll right center;
			}
			a.post-delete-link:hover {
				background: #0088cc url(../../images/navigation/delete-light.png) no-repeat scroll right center;
				}
		
/* ---------- Post and Page ---------- */
	
	.post, .attachment {
		margin-bottom: 40px;
		position: relative;
		}
		.thumbnail {
			float:left;
			margin-right:15px;
			}
			.thumbnail img {
				display:block;
				}
			.staff-excerpt .thumbnail {
				width:180px;
				text-align: center;
				}
		.post-teaser {
			margin-bottom: 10px;
			}
			.post-thumbnail a {}
			.post-thumbnail img {
				/* border: 1px #d9d9d9 solid; */
				}
		.mini-post {
			border:1px solid #d9d9d9;
			margin:0 0 10px;
			padding:15px;
			}			
			.mini-post .post-header {
				display: block;
				font-size: 1.2em;
				}	
		.post-date {
			font-size: .9em;
			line-height: 1em;
			margin: 0 0 .8em 0;
			display: block;
			}
	.page {
		margin-bottom: 15px;
		position: relative;
		}
		.page-teaser {
			width: 280px;
			}
			.page-teaser.odd {
				float: left;
				}
			.page-teaser.even {
				float: right;
				}	
	.comments-wrapper {
		margin-bottom: 15px;
		}
		
		/* ----- post title ----- */
		
		.post-header {
			margin:0 0 10px;
			text-transform:none;
			}
			.post-header a {
				text-decoration: none;
				}
				.post-header a:hover {
					}
		.mini-post .post-header {
			display: block;
			font-size: 1.2em;
			}
		
		/* ----- post footer block ----- */
		
		.post-footer {
			font-size: .9em;
			line-height: 1em;
			margin: .8em 0 0 0;
			}
			.post-footer a {
				}
				
		span.post-comments a {
			display:inline-block;
			padding-right:13px;
			background:transparent url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right center;
			display:inline-block;
			font-size:10px;
			font-weight:bold;
			padding:2px 20px 2px 6px;
			text-transform:uppercase;
			white-space:nowrap;
			border:1px dotted #d9d9d9;
			text-decoration: none;
			}
			span.post-comments a:hover {
				color: #f5f5f5;
				background:#0088cc url(../../images/navigation/comment-arrow-right-light.png) no-repeat scroll right center;
				}
				
		/* ----- post interior formatting ----- */
		
		.post-inside {
			position: relative;
			overflow: hidden;
			}
			.post-inside ul {
				list-style-image: url(../../images/elements/tick-right-black.png);
				list-style-position: outside;
				list-style-type: none;
				}
			.post-inside ul, .post-inside ol {
				/* A root-level list. Not nested. */
				display: block;
				margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
				margin-left: 20px; /* Indent it so it stands out. */
				}
				.post-inside ul li ul, .post-inside ol li ol {
					/* A nested list. */
					margin-top: 4px;
					margin-bottom: -4px; /* Remove bottom margin. */
					margin-left: 0; /* Remove extra left margin. */
				}
				.post-inside li {
					margin-top: 0;
					margin-bottom: 0;
					margin-left: 15px; /* Amount of indentation */
					padding-bottom: 4px;
					padding-top: 6px;
					}
			a.more-link {
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				white-space: nowrap;
				display: block;
				overflow: hidden;
				text-align: right;
				}

/* ---------- Page Navigation ---------- */

	.page-navigation {
		background:#d9d9d9 none repeat scroll 0 0;
		margin:10px 0 15px;
		padding:6px 3px 5px 6px;
		text-align:right;
		}
		.page-navigation a {
			font-weight: normal;
			background: #0088cc;
			color: #f5f5f5;
			margin:0 2px;
			padding:3px 6px;
			text-decoration: none;
			}
			.page-navigation a:hover {
				background: #33bbff;
				}

/* ---------- Post Navigation ---------- */

.post-navigation {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 30px;
	}
	.post-navigation a {
		text-decoration: none;
		}
		.post-navigation a:hover {
			background-color: #33bbff;
			}
	.post-navigation .nav-both {
		text-align: left;
		}
	.post-navigation .nav-back {
		}
		.post-navigation .nav-back a {
			background:transparent url(../../images/navigation/older.png) no-repeat scroll left 0;
			display:block;
			float:left;
			height:25px;
			line-height:25px;
			overflow:hidden;
			padding:0 10px 0 30px;
			}
			.post-navigation .nav-back a:hover {
				background-position: left -25px;
				}
	.post-navigation .nav-next {
		}
		.post-navigation .nav-next a {
			background:transparent url(../../images/navigation/newer.png) no-repeat scroll right 0;
			display:block;
			float:right;
			height:25px;
			line-height:25px;
			overflow:hidden;
			padding:0 30px 0 10px;
			}
			.post-navigation .nav-next a:hover {
				background-position: right -25px;
				}

/* ---------- Section Title ---------- */

	
.section-title {
	/*background: #f5f5f5;*/
	/*padding: 10px;*/
	margin-bottom: 15px;
	margin-top: 0;
	}
	.section-title strong {
		font-weight: bold;
		}
	.section-title span {
		float: right;
		}

/* ---------- Comments ---------- */

form#comment-form label {
	display:block;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
	}
form#comment-form textarea {
	width: 95%;
	}
form#comment-form input[type="text"] {
	width: 50%;
	}
.form-wrapper {
	background:#ffffff;
	border:5px solid #d9d9d9;
	margin:10px 0 0;
	padding:15px;
	}
	
ol.commentlist {
	list-style:none;
	margin:40px 0 0;
	}
	ol.commentlist li {
		border:1px solid #d9d9d9;
		margin:0 0 15px;
		padding: 10px 10px 10px 60px;
		position:relative;
		background: #ffffff;
		}
		ol.commentlist li.pingback comment-author {
			padding:0 170px 0 0;
			}
		ol.commentlist li div.vcard {
			font-weight:bold;
			margin-bottom: 5px;
			}
			ol.commentlist li div.vcard cite.fn { font-style:normal; }
			ol.commentlist li div.vcard cite.fn a.url {}
			ol.commentlist li div.vcard cite.fn a.url:hover {}
			ol.commentlist li div.vcard img.avatar {
				background: #f5f5f5;
				border:1px solid #d9d9d9;
				padding: 5px;
				left:7px;
				position:absolute;
				top:7px;
				}
		ol.commentlist li div.comment-meta {
			font-size: 10px;
			font-weight:normal;
			position:absolute;
			right:10px;
			text-align:right;
			top:9px;
			}
			ol.commentlist li div.comment-meta a { color: inherit; }
	
ol.commentlist li ul { list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply a { 
	display:inline-block;
	padding-right:13px;
	background:#f5f5f5 url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right center;
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	padding:5px 21px 3px 7px;
	text-transform:uppercase;
	white-space:nowrap;
	border:1px solid #d9d9d9;
	text-decoration: none;
	}
	ol.commentlist li div.reply a:hover {
	color: #f5f5f5;
	background:#0088cc url(../../images/navigation/comment-arrow-right-light.png) no-repeat scroll right center;}
	
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
	ol.commentlist li ul.children li.depth-1 { background:#ffffff; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-2 { background:#f5f5f5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-3 { background:#ffffff; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-4 { background:#f5f5f5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-5 { background:#ffffff; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-6 { background:#f5f5f5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-7 { background:#ffffff; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-8 { background:#f5f5f5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-9 { background:#ffffff; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-10 { background:#f5f5f5; margin: 0 0 5px; }

ol.commentlist ul.children li.odd {}
ol.commentlist ul.children li.even {}
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

/* ---------- Widgets ---------- */

.widget {
	margin-bottom: 40px;
	}	
	.widget-title {
		margin-top: 0;
		}
		.widget a {
			}
			.widget a:hover {
				}

		.widget ul {
			list-style-image: none;
			list-style-position: inside;
			list-style-type: none;
			}
		.widget>ul, .widget>ol, .textwidget>ul, .textwidget>ol {
			/* A root-level list. Not nested. */
			display: block;
			margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
			margin-left: 0; /* Indent it so it stands out. */
			}
			.widget ul li ul, .widget ol li ol {
				/* A nested list. */
				margin-top: 4px;
				margin-bottom: -4px; /* Remove bottom margin. */
				margin-left: 0; /* Remove extra left margin. */
			}
			.widget li {
				margin-top: 0;
				margin-bottom: 0;
				margin-left: 0; /* Amount of indentation */
				margin-right: 0;
				padding: 3px 0;
				}


	.widget_subpages {
		}
		.widget_subpages .widget-title {
			}
		.widget_subpages a {
			color: #000000;
			}
			.widget_subpages a:hover {
				color: #33bbff;
				}
	.widget_subpages ul li ul {
		display: none;
		}
		.widget_subpages ul li ul li {
			background:transparent url(../../images/elements/tick-left-black.png) no-repeat scroll right 7px;
			margin-right:5px;
			padding-right:15px;
			}
		.widget_subpages ul li.current_page_item ul,
		.widget_subpages ul li.current_page_ancestor ul {
			display:block;
			margin:0;
			padding:8px 0 6px;
			}
	
		.widget_subpages .current_page_ancestor .current_page_item > a {
			font-weight:bold;
			}
		
		.widget_subpages .current_page_item > a,
		.widget_subpages .current_page_ancestor > a,
		.widget_subpages .current_page_parent > a {
			font-weight: bold;
			}

	

	.widget select {
		font-size: 10px;
		margin: 0;
		padding: 0;
		}
	.widget p {
		margin-bottom: .6em;
		}

.share-posts {
	}
	.share-posts li {
		float: left;
		margin: 0 5px;
		display: block;
		}
		.share-posts a:hover img {
			opacity: .5;
			}
	
.widget_tag_cloud {
	}
	.widget_tag_cloud > div {
		text-align: justify;
		line-height: 2em;
		}
		.widget_tag_cloud > div a {
			vertical-align: baseline;
			}
	
.about-author img.avatar {
	float: left;
	margin: 0 10px 10px 0;
	}

#searchform {
	overflow: hidden;
	}
#searchform #s {
	border:1px solid #d9d9d9;
	color:black;
	cursor:text;
	display:block;
	float:left;
	font-size:12px;
	line-height:14px;
	margin:0 10px 0 0;
	padding:5px 5px 4px;
	width:178px;
	}
#searchsubmit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#33332E url(../../images/elements/nav-right.png) no-repeat scroll right center;
	border:0 none;
	color:#f5f5f5;
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin:0;
	padding:4px 20px 4px 7px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:bottom;
	width:80px;
	float: right;
	}
	#searchsubmit:hover {
		background-color: #0088cc;
		color: #f5f5f5;
		}

/* ---------- Tables ---------- */


table {
	border-collapse: collapse;
	margin-bottom: .4em;
	// border: 1px solid #B8D2E5;
	}
	caption {
		padding: .6em .8em;
		text-align: left;
		vertical-align: top;
		// border: 1px solid #B8D2E5;
		}
	th {
		font-size:0.9em;
		font-weight:bold;
		width:120px;
		}
	th, td {
		line-height:1em;
		// border:1px solid #B8D2E5;
		padding:3px 6px 3px 0;
		text-align:left;
		vertical-align:text-top;
		}
		
		
	.widget_calendar h3 {
		display: none;
		}
	table#wp-calendar {
		border: 1px #989891 solid;
		width: 280px;
		margin: 0 auto;
		}
		table#wp-calendar caption {
			border: 1px #989891 solid;
			padding: 4px 7px;
			margin-left: -1px;
			}
		table#wp-calendar th,
		table#wp-calendar td {
			border: 1px #989891 solid;
			text-align: center;
			padding:4px;
			}
		table#wp-calendar th {
			font-weight: normal;
			}
		table#wp-calendar .pad {
			}

/* ---------- Forms ---------- */
			
	fieldset {
		border: 1px solid #d9d9d9;
		}	
	legend {
		}
		
		input[type='text'],
		input[type='password'],
		textarea {
			background: #f5f5f5;
			color: #676761;
			border: 1px solid #d9d9d9;
			}
			input[type='text']:focus,
			input[type='password']:focus,
			textarea:focus {
				background: #ffffff;
				}
				
	input[type='submit'] {
		font-weight: normal;
		display: block;
		font-size:12px;
		line-height:14px;
		text-transform: uppercase;
		text-decoration:none;
		padding: 5px 20px 5px 8px;
		margin: 0;
		border: 0 none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #33332E url(../../images/elements/nav-right.png) no-repeat scroll right center;
		color: #f5f5f5;
		}
		input[type='submit']:hover {
			background-color: #0088cc;
			color: #f5f5f5;
			}

	/* ---------- Images / Captions ---------- */
	
	.wp-caption {
		background: #f5f5f5;
		border: 1px solid #d9d9d9;
		max-width: 528px;
		/* height: auto; */
		}
		.post-inside img { /* All images */
			max-width: 550px;
			/* height: auto; */
			}
		.wp-caption img { /* Images with captions */
			border: 0 none;
			max-width: 528px;
			/* height: auto; */
			}
			
	/* ---------- jQuery Slideshow ---------- */
	
	#slideshow {
		position: relative;
		width: 605px;
		margin-bottom: 10px;
		}
		#slide-large {
			position: relative;
			width: 585px;
			height: 360px;
			}
			#slide-caption {
				position: absolute;
				top: 20px;
				left: 0;
				max-width: 300px;
				background: #f5f5f5;
				font-size:1.2em;
				padding: 10px;
				}
			#slide-nav { position: absolute; top: 0; right: 0; width: 20px; height: 360px; background: #ffffff; }
				#slide-next { position: absolute; top: 0; right: 0; width: 19px; height: 179px; background: #c7c7c9 url(../../images/elements/tick-right.png) no-repeat center center; }
				#slide-back { position: absolute; top: 180px; right: 0; width: 19px; height: 180px; background: #c7c7c9 url(../../images/elements/tick-left.png) no-repeat center center; }
				#slide-next:hover, #slide-back:hover { background-color: #6a6c71; }
		#slide-thumbs { display: block; }
			.slide-thumb img { opacity: .5; cursor: pointer; }
			.slide-thumb img:hover,
			.slide-thumb img.selected { opacity: 1; }
				.slide-title { display: none; }
				.slide-caption { display: none; }
				.slide-description { display: none; }
				
	/* ---------- Gallery ---------- */
	
	#nav-images {
		}
		.previous-image {
			float: left;
			}
		.next-image {
			float: right;
			}
	
	div.gallery {
		border: 1px solid #d9d9d9;
		margin: 5px 0 10px !important;
		}
		dl.gallery-item {
			}
			dt.gallery-icon {
				}
				dt.gallery-icon a {
					}
					dt.gallery-icon img {
						border: 1px solid #d9d9d9 !important;
						}
			dd.gallery-caption {
				}