/* =Structure
-------------------------------------------------------------- */


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}


#footer-widget-area .widget-area ul.xo {
	margin:0;
	padding:0;
}

#footer-widget-area .widget-area h3.widget-title {
	font-size:14px;
}

#footer-second-row {
	padding-top:18px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	width: 958px;
	display:block;
	bottom:0;
	left:0;
	height:43px;
	overflow:hidden;
	background-color: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-bottom:none;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	font-style:bold;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	width:100%;
	display:table;
}
#access .menu-header li,
div.menu li {
	display:table-cell;
	text-align:center;
	position: relative;
	z-index:200;
	white-space:nowrap;
	*float:left;
}

#access a {
	display:block;
	text-decoration:none;
	padding:0 10px;
	line-height:43px;
}

#access ul ul {
	position:absolute;
	display:none;
	top:26px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}

#access ul ul li {
	display:block;
	float:none;
}

#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a,
#access ul ul ul a,
#access ul li.current_page_item ul a,
#access ul li.current_page_ancestor ul a,
#access ul li.current_page_parent ul a,
#access ul ul li.current_page_ancestor ul a
{
	line-height:26px;
	padding:0 10px;
	width: inherit;
	min-width:130px;
	margin: 0px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background:#fff;	
}

#access li a:hover,
#access li.current_page_item a,
#access li.current_page_ancestor a,
#access ul ul li.current_page_ancestor a,
#access li.current_page_parent a,
#access ul li ul li.current_page_item a,
#access ul li.current_page_item ul a:hover,
#access ul li.current_page_ancestor ul a:hover,
#access ul li.current_page_parent ul a:hover {
	color:#fff;
}

#access ul li:hover > ul {
	display:block;
}

/* =Utility Menu
-------------------------------------------------------------- */

#branding_commission {
	float:left;
	margin-left:4px;
}

#utilmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#utilmenu div, #utilmenu ul, #utilmenu ul li, #utilmenu #searchform-header {
	display:inline;
}

#utilmenu {
	text-align:right;
	margin-right:-25px;
	margin-bottom: 2px;
}

#searchform-header #sh {
	height:21px;
	width:222px;
	font-size:18px;
	background:#fff;
}

#searchform-header #search-headersubmit {
	margin:0;
	padding:0;
	position:relative;
	left:-28px;
	vertical-align:bottom;
	bottom:2px;
}

#utilmenu a:link, #utilmenu a:visited {
	text-decoration:none;
}

#utilmenu a:hover {
	text-decoration:underline;
}

/* =Alert Box
-------------------------------------------------------------- */

#alert {
	position:relative;
	top:-300px;
	background-color:#ffba39;
	padding:5px 18px;
	margin-top:2px;
	font-size:120%;
	text-transform:uppercase;
	z-index:1000;
}

#alert span {
	font-weight:bold;
}


.sticky {
	background: #F2F7FC;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.archive .hentry {
	clear:left;
}



.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #51656C;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.sticky .page-link a {
	background: #D9E8F7;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a:link,
.entry-utility a:link,
.entry-meta a:visited,
.entry-utility a:visited {
	color: #888;
}

.thumbnail img {
	display:block;
}


#content .video-player {
	padding: 0;
}

/* =Subpages list
-------------------------------------------------------------- */

#subpages .page {
	margin-top:11px;
	margin-bottom:0px;
	clear:both;
}

#subpages .page h4 {
	margin-bottom:0px;
	clear:right;
	padding:4px 0;
}

#subpages .page .entry-summary {
	padding-top:0px;
	clear:right;
}

/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}

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

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul li {
	line-height:16px;
}

.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-title {
	margin-bottom:0px;
	font-weight: bold;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 5px 0;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
	font-size:12px;
	line-height:12px;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area h3.widget-title {
	margin-bottom:5px;
}

#main .widget-area ul li a {
	display:block;
}

/* Contextual menus */

#main .widget-area #page_menu ul li ul,
#main .widget-area #categories ul li ul {
	display:none;
}

#main .widget-area #page_menu ul li.current_page_ancestor > ul,
#main .widget-area #page_menu ul li.current_page_item > ul,
#main .widget-area #categories ul li.current-cat > ul,
#main .widget-area #categories ul li.current-cat-ancestor > ul,
#main .widget-area #categories ul li.current-cat-parent > ul {
	display:block;
}

#main .widget-area #page_menu ul li, 
#main .widget-area #categories ul li {
	position:relative;
}

#main .widget-area ul li.current_page_item > a, 
#main .widget-area ul li.current-cat > a {
	font-weight:bold;
}


/* IE6 crap */

* html #main .widget-area #page_menu ul li ul,
* html #main .widget-area #categories ul li ul {
	display:none;
}

* html #main .widget-area #page_menu ul li.current_page_ancestor ul,
* html #main .widget-area #page_menu ul li.current_page_item ul,
* html #main .widget-area #categories ul li.current-cat ul,
* html #main .widget-area #categories ul li.current-cat-ancestor ul,
* html #main .widget-area #categories ul li.current-cat-parent ul {
	display:block;
}

* html #main .widget-area ul li.current_page_item a, 
* html #main .widget-area ul li.current-cat a {
	font-weight:bold;
}

* html #main .widget-area ul li.current_page_item ul li a, 
* html #main .widget-area ul li.current-cat ul li a {
	font-weight:normal;
}

/* =Footer
-------------------------------------------------------------- */

#site-info {
	width: 100%;
	margin: 20px auto;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color:#aaa;
}

#site-info a:link, #site-info a:visited {
	color:#F5F5F5;
	text-decoration: none;
}

/* Clearfix utility class: I'm sorry... */

.clearfix:after {
	content: ".";
	display: block;
	width:auto;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0;
	font-size:0px;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
	display: inline-block;
}




/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.widget_search label,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border:none;
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#branding {
		height:auto;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	#site-title a {
		padding:0;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	#superheader {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
		border: none;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.sticky {
		border: none;
	}
	
	#header, #main, #footer {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	
}