/*
File:			custom.css
Description:	Custom styles for Sean Martinez
Author:			Mary Codd
Author URI:		http://www.marycodd.com/
Distributor:	http://growminds.com/
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
img {border:1px; border-style:solid; border-color:#333;}
a img {border:1px;}

html {height:100%; margin-bottom:1px;}

/* custom.css */

#FlashSwf {margin: 0em 1.5em .5em 0em;}

/* Not using this Twitter button right now
.custom div.tweetbutton { float:right; padding-left: 5px; }
*/
.info { background:#fafcfc; }
.borderTop { border-top: 1px solid #eee;}
.append-0 {padding-right:20px;}
/* Container */

/* typography.css */
body {
	color:#363832;
	background-color:#000000;
	background-image: url("images/body-background.jpg");
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#333;}
h1 {font-size:1.6em;line-height:1.6;margin-bottom:0.5em;}
h2 {font-size:1.4em;line-height:1.4;margin-bottom:0.5em;}
h3 {font-size:1.3em;line-height:1.3;margin-bottom:1em;}
h4 {font-size:1.1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {
	margin:0 0 1.5em 0em;
	line-height:1.65em;
	font-size: .8em;
}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {
	color:#06C;
	text-decoration:underline;
}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:13px 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.0em 1.5em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
ol.alpha {list-style:upper-alpha;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;}
table  {background-color: #BFDCA6; font-size: 1.3em; font-weight:bold; margin-top:0.0em; }
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 9px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.85em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.center {text-align:center;}
/*---:[ Header Search Widget ]:---*/
/* positions the search widget on the right hand side of the header */
#SiteSearch .widget_search {
	float: left;
	width: 235px;
	clear:right;}
.custom .search_form p {
	margin-bottom: .5em;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom:0px;
	}
/* formats the search input and button */
.search_form .text_input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;}
.search_form #searchsubmit {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding: 4px;
	background-color: #090;
}
.search_form #searchsubmit:hover {	color:#000; background-color:#FC0;}
/* forms.css */
label {font-weight:normal;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff; border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.0em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:290px;height:150px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative; top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
/* Thesis styles modified */
div #contact  {
	background-color:#e3eef9;
	padding:.25em 1em 1em 1.5em;
	border-style:solid;
	border-color:#666;
	border-width: 1px;
	margin-bottom: 1em;
	}
	
div #piano-contact  {
	background-color:#e3eef9;
	padding:.25em 1em 1em 1.5em;
	border-style:solid;
	border-color:#666;
	border-width: 1px;
	margin-bottom: 1em;
	}
div #piano-contact2  {
	width:300px;
	background-color:#e3eef9;
	padding:.5em .5em 1em .5em;
	border-style:solid;
	border-color:#666;
	border-width: 1px;
	margin: 0 auto 1em auto;
	float: right;
	}
	
#recent-posts-3 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #050; 
	text-align:center;
	margin-bottom: .5em;}
#footerPagesList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FC3;
	margin-bottom: .5em;}
#footerCatList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FC3;
	margin-bottom: .5em;}
/*---:[ core layout elements ]:---*/
#header {  clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-style: dotted; border-color: #bbb; clear: both; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none; }
		#sidebars { 
			border-color: #666;
			background-color: #326291;
			background-image: url("images/sidebar-bg3.png");
			background-repeat: repeat-y;

}
.home_items p {color:#EEE;}
.home_items p a {color:#CFF; text-decoration:underline;}
.home_items p a:hover {color:#FF9;}
#sidebar_1 {
	border-color: #666;
	background-color: transparent;}
#sidebar_2 {
	border-color: #666;
	/* background-color: #326291; */
	background-color: transparent;}
#sidebar_1 .textwidget img{
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;}
#footer {
	border-style: double;
	border-color: #666;
	border-width: 0.3em 1px 1px 1px;
	text-align: center;
	clear: both;
	background-color: #000000;
	min-height: 420px;  
	width: 958px;
	margin:0 auto;
}
.landing #footer {
	border-style: double;
	border-color: #666;
	border-width: 0.3em 1px 1px 1px;
	text-align: center;
	clear: both;
	background-color: #000000;
	min-height: 50px !important;
	max-height: 150px !important;
	width: 958px;
	margin:0 auto;
}


/*---:[ global elements ]:---*/
a, a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border-style: solid; border-width: 1px; border-color: #333}
blockquote {
	border-left: 1px solid #ddd;
	color: #036;
}
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }
/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #fff; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit {
	font-weight: bold;
	color: #333;
	background: url('lib/images/submit-bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	cursor: pointer;
	width: auto !important;
	overflow: visible;}
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #090; }
/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame {
	background: #eee;
	border-style: solid;
	border-color: #666;}
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
/*---:[ image captioning ]:---*/
.wp-caption { border-style: solid; border-color: #bbb; background-color: #fff; text-align: center; font-style: italic; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }
/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2 {
	font-weight: normal;
	color:#0352a2;
}
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	letter-spacing: normal;
	color: #eee;
	font-weight: normal;
	font-variant: normal;
}
/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; 	font-family: Georgia, "Times New Roman", Times, serif;}
	.headline_meta span, .headline_meta abbr {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;}
	.headline_meta a { border-bottom: 1px solid #eee; }
/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu {
	font-size: 15px ;
	font-family: Verdana, Geneva, sans-serif;
	height:45px;
	color: #fff;
	font-variant: small-caps;
	letter-spacing: normal;
}

	.menu li { position: relative; float: left; }
	.menu .tab tab-home current a:focus,
	.menu .tab tab-home current a:hover,
	.menu .tab tab-home current a:active{  background: url("images/ico-home-trans.png") no-repeat center -16px;}
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; text-transform: none; letter-spacing: normal; text-shadow:0 1px 0 #004080;}
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0; }
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }
/*---:[ nav menu styles ]:---*/
.menu, .menu a, .menu li ul { border-style: none; }
	.menu a { border-right:1px solid #666666;
color:#ffffff !important;
display:block;
font-weight:bold;
line-height:20px;
padding:12px 25px 12px;
position:relative;
text-decoration:none;
z-index:100;}
	.menu .current > a, .menu .current-cat > a, .menu .current-menu-item > a { cursor: text; }
.menu .submenu .current > a { color: #004080 !important; }
		.menu .rss { float: right; margin-right: 34px; border: none;}
		.menu .rss a, .menu .rss a:hover {
	padding-right: 10px;
	background-image: url(../lib/images/rss-20x20.png);
	background-repeat: no-repeat;
	border: none;
}

	.menu .rss a:hover { text-decoration: none; } 
/*---:[ #header styles ]:---*/
#logo { font-weight: bold; }
#tagline { font-weight: normal; }
.musicHead {position:absolute; z-index:0; visibility: visible;}
/* ---[ Audio Player ---*/
p.audioplayer_container { text-align: center; }
/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
.format_text a:hover { text-decoration: none; }
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.format_text ul { font-size: 1.0em; line-height: 1.6em; list-style: square; }

	#start  ul { margin: 0 0 1.0em 3.571em; }

.format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.format_text blockquote.right, .format_text blockquote.left { border: none; }
	.format_text blockquote.right { float: right; }
	.format_text blockquote.left { float: left; }
		.format_text blockquote.right p, .format_text blockquote.left p { margin: 0; }
	/*---:[ end pullquotes ]:---*/
.format_text .ad { float: right; clear: right; }
.format_text .ad_left { float: left; clear: left; }
/*---:[ after-post elements ]:---*/
.format_text .to_comments { color: #666; clear: both; }
	.format_text .to_comments span { color: #111; line-height: 1em; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
	.format_text .to_comments a:hover { color: #111; text-decoration: underline; }
/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: underline; }
/*---:[ feature box ]:---*/
#feature_box { background: #eee; border-style: solid; border-color: #ddd; }
/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .edit_post { letter-spacing: 1px; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }
a.more-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.571em;
	text-decoration:none;
	font-style: italic;
}
a.more-link:hover  {text-decoration:underline;}
/*---:[ archive information block ]:---*/
#archive_intro { border-style: solid; border-color: #ddd; }
/*---:[ navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 2px; color: #666; border-style: solid; border-color: #ddd; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; }
#comment_nav_2 { border-style: solid; border-color: #ddd; }

/*---:[ multimedia box ]:---*/
.image_box, .custom_box { border-style: solid; border-color: #ddd; }
	#image_box img { background: #fff; border-style: solid; border-color: #bbb; }

/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 200px; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box {
			border-radius: 8px 8px 8px 8px;
			-moz-border-radius: 8px 8px 8px 8px;
			background-color: #175591;
			border-style: solid;
			border-color: #004080;
}

		div .tagcloud {
			border-radius: 8px 8px 8px 8px;
			-moz-border-radius: 8px 8px 8px 8px;
			background: #eef3e1;
			border-style: solid;
			border-color: #363832;
			padding: 0.692em; 
			border-width: 0.077em;
}


#footer_1 .widget_box {
	background-image: url("images/body-background.jpg");
	border-style: none;
	border-width: 0; 
	border-color: #369;
	padding-top: 0;
}
#footer_1 h3{
	color:#72a7dd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: .0em auto 0.5em auto;
	padding: 0em 0 0 0;
}
#footer_1 p{color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size: .9em; line-height:1.5em; }
		/*---:[ subscriptions widget ]:---*/
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('lib/images/icon-rss.gif') 0 50% no-repeat; }
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('lib/images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #090; }
		/*---:[ calendar widget ]:---*/
		#calendar_wrap {width: 240px; padding: 0;}
			#calendar_wrap a {font-weight: bold;color: #390; background-color:#FFF;}
			#calendar_wrap a:hover { color: #000; background-color:#FFF; text-decoration: none; }
			table#wp-calendar { width: 220px; border-collapse: collapse; margin-bottom: 0em;}
				table#wp-calendar caption {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background-color: #fff;
}
				table#wp-calendar thead {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color: #FFC;
}
				table#wp-calendar tbody {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color: #FFC;
}
				table#wp-calendar tfoot {
	background-color: #fff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
				table#wp-calendar th {
	width: 14%;
	background-color: #bfdca6;
	border-bottom: 1px solid #333;
	text-align: center;
}
				table#wp-calendar td {
	width: 14%;
	background: #f5e8ba;
	color: #330;
	text-align: center;
}
				table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; background-color: #fff;}
				table#wp-calendar td#next { text-align: right; }
				table#wp-calendar td#prev { text-align: left; }
				table#wp-calendar tfoot td{background-color: #fff;}

/*---:[ comment styles ]:---*/
	.comments_intro p { color: #666; }
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #111; line-height: 1em; }
		.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; }
			dl#comment_list dt a:hover { text-decoration: underline; }
			dl#comment_list dt .comment_author { font-weight: bold; }
			.avatar img { float: right; }
			.comment_time, .edit_comment { color: #888; }
				.comment_time { white-space: nowrap; }
				.comment_time a, .edit_comment a { color: #888; }
				.comment_time a:hover, .edit_comment a:hover { color: #888; }
		.comment_num { float: right; }
			dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }
			dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
	dl#comment_list .bypostauthor { background: #000; }
	dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	dl#comment_list dl { border-top: 0; }
		dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		dl#comment_list dl dd { border-bottom: 0; }
		dl#comment_list dl .bypostauthor { background: none; }
		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #ddd; }
		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }
		a.comment_link:hover { color: #111; border-bottom-color: #111; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
#trackback_list { border-top: 1px dotted #bbb; }
		#trackback_list a { color: #111; }
		#trackback_list a:hover { color: #111; text-decoration: underline; }
	#trackback_list span { color: #888; }
	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }
/*---:[ comment form styles ]:---*/
	#respond_intro p {color: #303; margin-bottom: 1em; }
		#respond_intro p a { font-weight: bold; }
		#respond_intro p a:hover { text-decoration: underline; }
		#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #fff; background: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; }
		.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { border-top: 1px dotted #bbb; }
	#commentform p { margin-bottom: .5em; }
		#commentform p a { text-decoration: underline; }
		#commentform p a:hover { text-decoration: none; }
		#commentform p .required { color: #d00; }
	#commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; border-style: dotted; border-color: #bbb; }
		#commentform span.allowed span { display: block; }
		/* Support for the highly-recommended Subscribe to Comments Plugin */
		#commentform p.subscribe-to-comments label { font-size: 1em; }
/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* other floats */
.left {float:left;margin:0.0em 1.5em 1.0em 0;padding:0;}
.right {float:right;margin:0.0em 1.5em 1.0em 0;padding:0;}
/*--[ Social Media Icons Above Blog Posts ]--*/
/* share buttons */
#social_buttons {
	clear:both;
	margin-bottom:1.5em;
}
.custom_share_button_box {
	display:block;
	float:right;
	width:110px;
}
.facebook_button.custom_share_button_box {
	width:150px;
}
.google_one_button.custom_share_button_box {
	width:90px;
}

.custom #content {
    background-color: #FFFFFF;
    clear: left;
    float: left;
    margin: 1.5em 1.5em 0;
    padding: 0.5em 1em 1em;
    width: 600px;
}
.custom .no_sidebars #content {
    background-color: #FFFFFF;
    clear: left;
    float: left;
    margin: 1.5em 1.5em 0;
    padding: 0.5em 1em 1em;
    width: 876px;
}
/* .landing #header { background-image: none; } */

/* .landing .page { padding: 0 2.2 2.2 2.2em; margin: 0px auto !important;} */

/* .landing #header, .landing .headline_area, .landing #footer { text-align: center; } */
