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

#mc_signup_form {
	background-color: transparent !important;
	border: 0 none !important;
	padding: 0 !important;
	float: right !important;
	width: auto !important;
	}
	.mc_signup_submit {
		padding: 10px 0 0 0 !important;
		}
		#mc_signup_form .mc_var_label, #mc_signup_form .mc_input {
			margin-left: 0 !important;
			}

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

	body {
		background: #ffffff;
		color: #00000;
		}

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

	a {
		color:#262626;
		color:#2b7591;
		text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
			}


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

	h1, h2, h3 {
		color:#000000;
		}
	h4, h5, h6 {
		color:#000000;
		}
	b, strong {
		/* font-family: "American Typewriter", Rockwell, Georgia, serif; */
		/* font-size: 90%; */
		}
	a strong, a b {
		color: inherit;
		}
		
/* ---------- Container ---------- */

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

	#header-wrapper {
		margin-bottom: 50px;
		}
		#header {
			width: 800px;
			height: 160px;
			background: #ffffff;
			position: relative;
			}
			#logo a {
				background: transparent url(../../images/logos/articulation.gif) no-repeat scroll right center;
				display: block;
				width: 363px;
				height: 57px;
				position: absolute;
				left: 230px;
				bottom: 0px;
				text-indent: -9999px;
				}
			#tagline {
				background: transparent url(../../images/logos/bubbles.gif) no-repeat scroll right center;
				display: none;
				width: 104px;
				height: 53px;
				position: absolute;
				left: 0px;
				bottom: 0px;
				text-indent: -9999px;
				}
			
/* ---------- Main Navigation Drop Down ---------- */
	
	#menu-wrapper {
		width: 960px;
		margin: 20px auto;
		background: #ffffff;
		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: #ffffff;
				text-decoration: none;
				padding: 10px 8px;
				margin-right: 1px;
				}
				ul.menu a:hover {
					background: #edede6;
					}
			ul.menu li { /* All sub-level list items */
				position: relative;
				float: left;
				background: #E5E5E5;
				}
				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 #E5E5E5;
							margin-top: -1px;
							margin-right: 0;
							}
							ul.menu ul li a:hover {
								}
							ul.menu ul ul { /* Drop-down, second level and beyond */
								left: 159px;
								top: 0px;
								}
		/* ul.menu .sub { background:transparent url(../../images/arrow.gif) 136px 8px no-repeat; } */
		
		ul.menu li.current_page_ancestor > a,
		ul.menu li.current_page_parent > a,
		ul.menu li.current_page_item > a { background: #2b7591; color: #ffffff; }
		
		/* CSS Fallback */
		ul.menu li:hover > ul { display: block; opacity: 1;	}
		
		/* 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; } */

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

	#page-wrapper {
		}
		#page {
			width: 800px;
			}

			/* ---------- Posts ---------- */
			
				#posts-wrapper {
					float:left;
					margin-left:50px;
					width:570px;
					}
					#posts {
						text-align: left;
						}
					
			/* ---------- Sidebar ---------- */
			
				#sidebar-wrapper {
					float: left;
					width: 180px;
					}
					#sidebar {
						text-align: right;
						}
		
/* ---------- Fold ---------- */
		
	#fold-wrapper {
		width: 800px;
		margin-bottom: 20px;
		}
		#fold {
			width:590px;
			background: url("../../images/elements/dotted.png") repeat-x scroll center top transparent;
			padding-top: 20px;
			}
				
/* ---------- Footer ---------- */

	#footer-wrapper {
		width: 800px;
		}
		#footer {
			font-size: 11px;
			margin-left: 230px;
			background: #ffffff;
			}
			#copyright {}
			#location {}
					
/* ---------- Breadcrumb ---------- */

	#breadcrumb-wrapper {
		overflow: hidden;
		margin-bottom: 20px;
		text-align: right;
		}
		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: #ffffff;
					}
					#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 #E5E5E5;
			display: block;
			font-size: 12px;
			font-weight: bold;
			padding: 0 8px;
			text-decoration: none;
			white-space: nowrap;
			float: right;
			margin-left: 4px;
			}
			.post-toolbar a:hover {
				color: #ffffff;
				background-color: #2b7591;
				}
		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: #2b7591 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: #2b7591 url(../../images/navigation/delete-light.png) no-repeat scroll right center;
				}
		
/* ---------- Post and Page ---------- */
	
	.post, div.attachment { /* not p.attachment */
		background:#ffffff url(../../images/elements/dotted.png) repeat-x scroll center bottom;
		margin-bottom:45px;
		padding-bottom:45px;
		position: relative;
		}
		.post-thumbnail {
			margin: 20px auto;
			}
			.post-thumbnail a {}
			.post-thumbnail img {
				/* border: 1px #E5E5E5 solid; */
				}		
		.post-teaser {
			margin-bottom: 10px;
			}
			.post-thumbnail a {}
			.post-thumbnail img {
				/* border: 1px #E5E5E5 solid; */
				}
		ul.post-list {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			}
			ul.post-list li {
				border:1px solid #E5E5E5;
				margin:0 0 10px;
				padding:15px;
				}				
				.post-date {
					font-size: .9em;
					line-height: 1em;
					margin: 0 0 .8em 0;
					display: block;
					}
	.page {
		margin-bottom: 15px;
		padding-bottom: 35px;
		background: #ffffff;
		position: relative;
		}
		.page-teaser {
			width: 280px;
			}
			.page-teaser.odd {
				float: left;
				}
			.page-teaser.even {
				float: right;
				}	
	.comments-wrapper {
		background:#ffffff;
		margin-bottom: 10px;
		}
		
		/* ----- post title ----- */
		
		.post-header {
			margin:0 0 10px;
			text-transform:none;
			}
			.post-header a {
				background: transparent url(../../images/elements/underline.png) repeat-x scroll center bottom;
				text-decoration: none;
				color: #262626;
				}
				.post-header a:hover {
					background-image: url(../../images/elements/underline-hover.png);
					color: #2b7591;
					}
		.post-list .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 {
			background:transparent url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right top;
			display:inline-block;
			font-family: "American Typewriter", Rockwell, Georgia, serif;
			font-size:14px;
			padding:2px 25px 0 0;
			white-space:nowrap;
			}
			span.post-comments a:hover {
				}
				
		/* ----- post interior formatting ----- */
		
		.post-inside {
			position: relative;
			}
			.post-inside ul {
				list-style-image: url(../../images/elements/dot.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:#E5E5E5 none repeat scroll 0 0;
		margin:10px 0 15px;
		padding:6px 3px 5px 6px;
		text-align:right;
		}
		.page-navigation a {
			font-weight: normal;
			background: #2b7591;
			color: #ffffff;
			margin:0 2px;
			padding:3px 6px;
			text-decoration: none;
			}
			.page-navigation a:hover {
				background: #ff5a06;
				}

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

.post-navigation {
	background: #ffffff;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	}
	.post-navigation a {
		text-decoration: none;
		}
		.post-navigation a:hover {
			background-color: #ff5a06;
			}
	.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: #ffffff;
	margin-bottom: 20px;
	margin-top: 0;
	}
	.section-title strong {
		font-weight: bold;
		}
	.section-title span {
		float: right;
		}

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

form#comment-form label {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
form#comment-form textarea {
	width: 330px;
	}
form#comment-form input[type="text"] {
	width: 180px;
	}


.form-wrapper {
	background:#ffffff;
	border:5px solid #E5E5E5;
	margin:5px 0 0;
	padding:15px;
	}	
ol.commentlist {
	list-style:none; margin:0;
	}
ol.commentlist li {
	border:1px solid #E5E5E5;
	margin:0 0 5px;
	padding: 10px 10px 10px 60px;
	position:relative;
	background: #EDEDE6;
	}
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: #ffffff;
	border:1px solid #E5E5E5;
	padding: 5px;
	left:7px;
	position:absolute;
	top:7px;
	}
ol.commentlist li div.comment-meta { font-size: 10px; font-weight:bold; position:absolute; right:10px; text-align:right; top:9px; }
ol.commentlist li div.comment-meta a { }
ol.commentlist li ul { list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply a { 
background:#ffffff url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right center;
border:1px solid #E5E5E5;
display:inline-block;
font-size:10px;
font-weight:bold;
padding:2px 20px 2px 6px;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap; }
ol.commentlist li div.reply a:hover {
color: #ffffff;
background:#2b7591 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:#EDEDE6; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-2 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-3 { background:#EDEDE6; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-4 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-5 { background:#EDEDE6; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-6 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-7 { background:#EDEDE6; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-8 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-9 { background:#EDEDE6; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-10 { background:#ffffff; 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 {
	background: #ffffff;
	margin-bottom: 30px;
	}
	#fold .widget {
		float:left;
		margin-bottom:0;
		margin-right:20px;
		width:275px;
		}
	#sidebar .widget {}
	
	.widget-title {
		color: #000000;
		margin: 0 0 10px;
		padding: 0;
		}
		.widget a {
			color: #595959;
			}
			.widget a:hover {
				color: #2b7591;
				}	
		#fold .widget a:hover { }
		#sidebar .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. */
			/* border-bottom: 1px #E5E5E5 solid; */
			}
			.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 {
				/* border-top: 1px #E5E5E5 solid; */
				margin-top: 0;
				margin-bottom: 0;
				margin-left: 0; /* Amount of indentation */
				padding: 3px 0;
				}


	.widget_pages {
		font-family: "American Typewriter", Rockwell, Georgia, serif;
		}
		.widget_pages .widget-title {
			display: none;
			}
	.widget_pages ul li ul {
		display: none;
		}
		.widget_pages ul li ul li {
			margin-right: 15px;
			}
		.widget_pages ul li.current_page_item ul,
		.widget_pages ul li.current_page_ancestor ul {
			background:transparent url(../../images/elements/vertical.png) repeat-y scroll right center;
			display:block;
			margin:0;
			padding:8px 0 6px;
			}
			.widget_pages ul li.current_page_item a:hover + ul,
			.widget_pages ul li.current_page_ancestor a:hover + ul {
				background-image: url(../../images/elements/vertical-hover.png);
				}
	
		.widget_pages .current_page_ancestor .current_page_item > a {
			background:transparent url(../../images/elements/arrow-right-black.png) no-repeat scroll right 4px;
			color: #000000;
			font-weight:bold;
			padding-bottom:2px;
			padding-right:18px;
			text-decoration:none;
			}
			.widget_pages .current_page_ancestor .current_page_item > a:hover {
				background-image: url(../../images/elements/arrow-right-hover.png);
				}
		
		.widget_pages .current_page_item > a,
		.widget_pages .current_page_ancestor > a,
		.widget_pages .current_page_parent > a {
			font-weight: bold;
			background: transparent url(../../images/elements/underline.png) repeat-x scroll center bottom;
			color: #000000;
			padding-bottom: 2px;
			text-decoration: none;
			}		
			.widget_pages .current_page_item > a:hover,
			.widget_pages .current_page_ancestor > a:hover,
			.widget_pages .current_page_parent > a:hover {
				color: #2b7591;
				background-image: url(../../images/elements/underline-hover.png);
				}

	.widget select {
		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 #E5E5E5;
	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:#262626 url(../../images/elements/nav-right.png) no-repeat scroll right center;
	border:0 none;
	color:#ffffff;
	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: #2b7591;
		color: #ffffff;
		}

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


table {
	}
	caption {
		}
	th, td {
		}
	th {
		}
		
		
	.widget_calendar h3 {
		display: none;
		}
	table#wp-calendar {
		color: #666666;
		background: #ffffff;
		border: 1px #989891 solid;
		width: 280px;
		margin: 0 auto;
		}
		table#wp-calendar caption {
			background: #B3B3AA;
			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 {
			background: #E5E5E5;
			font-weight: normal;
			}
		table#wp-calendar .pad {
			background: #E5E5E5;
			}

/* ---------- Forms ---------- */
			
	fieldset {
		border: 1px solid #E5E5E5;
		}	
	legend {
		}
		
		input[type='text'],
		input[type='password'],
		textarea {
			background: #ffffff;
			color: #262626;
			border: 1px solid #E5E5E5;
			}
			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: #262626 url(../../images/elements/nav-right.png) no-repeat scroll right center;
		color: #ffffff;
		}
		input[type='submit']:hover {
			background-color: #2b7591;
			color: #ffffff;
			}

	/* ---------- Images / Captions ---------- */
	
	.wp-caption {
		background: #ffffff;
		border: 1px solid #E5E5E5;
		max-width: 548px;
		height: auto;
		}
		.post-inside img { /* All images */
			max-width: 570px;
			height: auto;
			}
		.post-inside img.alignright { /* Break right frame */
			display: inline;
			margin: 10px -80px 10px 15px;
			}
		.wp-caption img { /* Images with captions */
			display: block;
			border: 0 none;
			max-width: 548px;
			height: auto;
			}
			
	/* ---------- jQuery Slideshow ---------- */
	
	#slide-large {
		}
	#slide-thumbs {
		}
			
	/* ---------- Gallery ---------- */
	
	#nav-images {
		}
		.previous-image {
			float: left;
			}
		.next-image {
			float: right;
			}
	
	div.gallery {
		border: 1px solid #E5E5E5;
		margin: 5px 0 10px !important;
		}
		dl.gallery-item {
			}
			dt.gallery-icon {
				}
				dt.gallery-icon a {
					}
					dt.gallery-icon img {
						border: 1px solid #E5E5E5 !important;
						}
			dd.gallery-caption {
				}