/*
Theme Name: BaseLayer Three
Theme URI: http://wordpress.org/
Description: BaseLayer Three is based on the Twenty Ten theme developed by the WordPress team. I have adapted the dimensions to use the 960 CSS grid written by Nathan Smith.                                                           This theme features many typography options under Appearance > Font Options including tracking, line spacing and elegant font stacks. Posts and Pages can use tags such as &lt;h3&gt; to access the styles. Columns of type can be created by using the 960 grid system and a div tag. For example - &lt;div class="grid_4"&gt; will restrict type to a 4 column grid.

Author: Bryan Leister
Version: 3.26
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("css/960.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a.external, a:hover.external, a:visited.external{
	background:transparent url(images/external2.gif) no-repeat scroll top right;
	padding-right:11px;
	margin-right:2px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#primary,
#secondary {
	float: right;
	overflow: hidden;
}
#secondary {
	clear: right;
}


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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	width:1000px;
}

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

#site-info {
	float: left;
}
#site-generator {
	float: right;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}

p:last-of-type{
	margin-bottom:5px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}

dd {
	margin-bottom: 18px;
}

cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i, blockquote p code {
	font-style: normal;
}

.blockquote .entry-content code, .code{
	display:block;
	width:auto;
	margin: 10px 30px;
	font-style: normal;
	padding:10px;
	border: 1px solid;
}
pre {
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1em;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], select,
textarea {
	border: 1px solid #e6e6e6;
	padding: 2px;
}

#content a:link, #content a:visited, #content h1 a:hover, #content h2 a:hover
{
	text-decoration: none;
}

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

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


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-style: normal;
}


#site-title a {
	text-decoration: none;
}
/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
	z-index:0;
}


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

div#access {
	text-transform: lowercase;
/*	margin:87px 20px 0 0;*/
	float:right;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;

}
#access .menu-header li,
div.menu ul li {
	float: right;
	position: relative;

}

div.menu ul ul li {
	float: left;
}

#access ul a, #site-description {
	font-size:1.15em;
}
#access ul a {
	display: block;
/*	font-size:1.15em;*/
	height:1.7em;
	padding: 0 0 0 20px;
	text-decoration: none;
	border: 1px dotted rgba(255,255,255,0.0);
}
#access .children a{
	font-size:1em;
}

#access ul ul {
	display: none;
	position: absolute;
	float: left;
	width: 160px;
}

#access ul ul.children{
	padding-top:5px;
}

#access ul ul.children ul.children {
	padding-top:0px;
}

#access ul ul li {
	min-width: 70px;
}
#access ul ul ul {
	left: 120px;
	top: 0px;
}
#access ul ul a {
	width: 120px;
	height: 1.7em;
	white-space:nowrap;
}

#access ul li:hover > ul {
	display: block;
	z-index:200;
}

/* =Content
-------------------------------------------------------------- */

#main {
/*	clear: both;
	overflow: hidden;*/
	padding: 50px 0 0 0;
	margin: 0 20px;
	height : 600px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
/*	color: #333;*/
/*	line-height: 1.7em;*/
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
/*	line-height: 21px;*/
}

/*#content dt,
#content th {
	color: #000;
}*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
/*	color: #000;*/
	line-height: 18px;
}

h1 {
	margin-bottom:.4em;
}

h3{
	margin: 1.4em 0 .4em 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
/*	color: #888;*/
/*	font-weight: 500;*/
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

.home .sticky {

	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

#content .page-title, #content h2.entry-title {
	font-style:normal;
	margin: 0 0 20px 0;
}

.page-title a:link,
.page-title a:visited {
	text-decoration: none;
}

#content div h2{
	margin:10px 0px 10px 0px;
}

#content .entry-title, .blog #content .entry-title {
	font-style:normal;
	line-height: 18px;
}

.page-template-onecolumn-page-php #content{
	width:960px;
}

.home .entry-title{
	display:none;
}

.blog #content .entry-title{
	display:block;
}
.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	font-size: .9em;
	text-transform: uppercase;
	line-height: 18px;
/*	font-weight:300;*/
	margin-bottom:.4em;
}

.entry-date{
/*	font-size: .9em;
	font-weight:800;*/
	text-transform: uppercase;
	margin:0 0 8px 0;
}

.entry-utility {
	clear: both;
/*	color: #888;*/
/*	font-size: .9em;*/
/*	margin-top:10px;*/
	line-height: 18px;
	font-weight:200;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-utility-prep, .comments-link a{
/*	font-weight:600;*/
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
/*	padding: 12px 10px 0 0;*/
/*	text-align:justify;*/
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
/*	background: #fff;
	color: #000;*/
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 24px 0;
}

.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%;
}

.entry-content strong{
/*	font-size:15px;*/
/*	font-weight:600;*/
/*	color: #ff4b33;*/
}

.entry-content p > span:first-of-type, #main > div:first-of-type > div:first-of-type, .page-template-onecolumn-page-php .entry-content > div:first-of-type {
	margin-left:0px;
	margin-bottom:18px;
}

.entry-content p > span:last-of-type{
	margin-right:0px;
	margin-bottom:18px;

}

.entry-content span{

}

.page-template-onecolumn-page-php .gallery-caption{
	display:none;
}

.page-link {
/*	color: #000;*/
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
/*	background: #f1f1f1;
	color: #333;*/
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-template-onecolumn-page-php h1{
/*	font-size:1.15em;*/
}

body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
/*	background: #f2f7fc;*/
	border-top: 4px solid #000;
	clear: both;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
/*	background: #fff;*/
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
/*	color: #000;*/
	margin-bottom: 0;
}

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

#content .post{
	margin-bottom:20px;
	padding-bottom:10px;
}



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

.home #content .category-asides p {
	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 .size-thumbnail img {
	margin-bottom: 0;
	margin-right:10px;
}
.category-gallery .gallery-thumb {
/*	float: left;*/
	margin-right: 20px;
/*	margin-top: -4px;*/
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


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

#content .entry-attachment .entry-title {
/*	color: #000;
	font-size: .79em;*/
/*	font-weight: 550;*/
	width:auto;
/*	float:left;*/
	line-height: 18px;

}
.attachment h1{
/*	font-size:1.15em;*/
}
#content .entry-attachment p {
	margin-bottom:1em;

}


/*.entry-caption, h3.entry-title {
	font-size: 10px;

}
*/

.attachment  .entry-caption p{
	display:inline-block;
/*	margin-left:.5em;*/
}

#content .attachment p.page-title {
	margin:0;
}
.attachment .entry-content p{
		font-weight:normal;
		line-height: 18px;
		clear:both;
}

.attachment .entry-content > p:first-of-type{
	margin-top:20px;
}
#content .entry-content {
	margin:0 auto;
}


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

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
/*	width: auto;*/
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline-block;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
/*.page-template-onecolumn-page-php #content img.alignleft {
	margin-right:0px;
}*/
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .alignleft,
#content .aligncenter,
#content .alignright,
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
.page #content .wp-caption {
/*	background: #f1f1f1;*/
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
/*	color: #888;*/
/*	font-size: 1em;*/
	margin: 5px;
}

.wp-caption-text{
	margin:0 auto;
	text-align:center;
}

#content .wp-smiley {
	margin: 0;
}
/*#content .gallery {
	margin: 0 auto 18px;
}*/
.gallery-item {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}
#content .gallery .gallery-caption {
/*	color: #888;*/
/*	margin: 0 0 12px;*/
}


/*#content .gallery dl {
	margin: 0 20px 15px 0;
}
*/
dd.gallery-caption{
	margin:0px 20px 10px 20px;
/*	width:70%;*/
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
}


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

.navigation {
/*	color: #888;*/
/*	font-size: 1em;*/
	line-height: 18px;
	height: 18px;

}
.navigation a:link,
.navigation a:visited {
/*	color: #888;*/
	text-decoration: none;
}
/*.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
*/
.nav-previous {
	margin-left:1px;
}
.nav-next {
/*	float: right;
	text-align: right;
	margin-right:1px;*/
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: none;
}

#content .nav-arrows{
	margin: 0 0 0 30px;
	display:inline-block;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	font-size:.9em;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
/*	color: #000;*/
	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;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
/*	color: #888;*/
	text-decoration: none;
}
/*.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}*/

.reply {
	padding: 0 0 24px 0;
}
/*.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}*/
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
/*	color: #888;*/
	display: block;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}

/* Comments form */
/*input[type=submit] {
	color: #333;
}*/
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	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-weight: normal;
	line-height: 18px;
}
/*#respond .required {
	color: #ff4b33;
}
#respond label {
	color: #888;
}*/
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 99%;
}
#respond .form-allowed-tags {
/*	color: #888;*/
	line-height: 18px;
}

#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
}


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

ul.xoxo >li:first-of-type {
	border-top: none;
	margin-top:0;
}

ul.xoxo ul ul li {
	margin-left:10px;

}

ul.xoxo ul ul ul ul ul li{
	list-style: square inside;
}

ul.xoxo ul ul ul ul li{
	list-style: circle inside;
}

.widget-container{
	margin:10px 0;
	padding:5px 0;
}

#searchsubmit, #submit, select{
	border: 1px solid #e6e6e6;
	text-transform: lowercase;
}

.widget-area h3{
	font-size:1.4em;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;

}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
	line-height:2.0em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}
.widget-title {
/*	color: #5A8399;*/
/*	font-weight: 500;*/
	text-transform: lowercase;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
/*	color: #222;*/
	font-weight: 500;
	padding-bottom: 4px;
	text-align: left;
}
/*#wp-calendar tbody {
	color: #aaa;
}*/
#wp-calendar tbody td {
/*	background: #f5f5f5;*/
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
/*.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}*/
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0em;
	padding: 0;
}
#primary {
/*	padding:50px 0 0 0;*/
/*	font-size:.9em;*/
}
#secondary {
/*	font-size:.9em;*/
}

/* Footer widget areas */
#footer-widget-area {
		overflow: hidden;
}

.widget_nav_menu ul li{
		display:inline;
		margin-right:10px;
}

#footer-widget-area #fourth{
	float:right;
}

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

/*#footer {
	margin: 60px 17px 20px 0;
	
}*/
#colophon {
	margin-top: -4px;
	padding: 18px 0;
}

.share_links a{
	opacity:0.5;
}

.share_links a:hover{
	opacity:1.0;
}

#site-info {
	display:none;
}
#site-info a {
/*	color: #000;*/
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
	display:none;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
/*	color: #666;*/
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


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

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

/*Vita Styling*/

/*Page ID of the Vita page hack*/

.page-id-1343 p.postmetadata, .page-id-1819 p.postmetadata {
	display:none;
}
#main div .vita-date {
	float:left;
	width:auto;
	display:inline;
	margin: 0px 0 0 10px;
	font-style:italic;
/*	font-size:90%;
	line-height:1.7em;*/
}
.vita-entry {
	margin: 0px 0 0 100px;
/*	font-size:90%;
	line-height:1.7em;*/
}

.vita-entry p{
	margin:0;
	display:inline;
}

.vita-address {
	display:none;
}

/*End Vita Styling*/

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

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}

	.entry-content {
		line-height: 1.6em;
	}

	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}


	#site-info,
	#site-generator {
		float: none;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	
}