/*
Theme Name: ADF 2010
Theme URI: clutchmedia.com
Description: Based on Twenty Ten.
Author: Mike Hondel
Version: 1.0
*/


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

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;
}
body { line-height: 1; }
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; }



/* GLOBAL ELEMENTS
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body { background: #68686a; }
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
/* 
p { margin-bottom: 18px; }
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; }
dt { font-weight: bold; }
dd { margin-bottom: 18px;}
strong {font-weight: bold; }
cite,
em,
i { font-style: italic; }
big { font-size: 131.25%; }
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	font-size: 1.1em;
	padding: 0 0 0 2em;
	border-left: 15px solid #DDD;
}
blockquote cite,
blockquote em,
blockquote i { font-style: normal; }
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link { color: #52a5cb; }
a:visited { color: #52a5cb; }
a:active,
a:hover { color: #444; }

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



/* UTILITY 
-------------------------------------------------------------- */

.clearing { clear:both; height:0; font-size: 1px; line-height: 0px; }

a:focus, a.no_outline:focus { outline: none; }
a::-moz-focus-inner, a.no_outline::-moz-focus-inner { border: none; }

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

a.more-link,
a.more-link-big,
input.submit { 
	cursor:pointer;
	clear:left;
	/* display:block;
	width: 50px; */
	margin: 5px 0 0 0;
	padding: 5px 10px 5px 10px;
	text-transform:uppercase; 
	text-decoration:none;
	font-size:15px;
	line-height:13px;
	color:#FFF;
	background-color:#AAA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.more-link:hover { background-color:#52a5cb; }
a.more-link-big { margin-bottom:10px; padding: 5px 15px 5px 15px; background-color:#52a5cb;}
a.more-link-big:hover { background-color:#666; }
input.submit { background-color:#52a5cb; }
input.submit:hover { cursor:pointer; background-color:#222; }



/* FONTS
-------------------------------------------------------------- */

/*
font-family:'AlternateGothicW01-No3';
font-family:'BodoniW01-PosterItalic';
font-family:'DigiGroteskSLTW01-Light';
font-family:'Bodoni W01 Bold Italic';
*/

body,
input.text,
textarea,
td,
th, 
blockquote,
#content,
#content h3,
#content blockquote.lecture_specs,
.entry-meta,
#sponsors_content,
.sb_panel p.event em
{ font-family: 'DigiGroteskSLTW01-Light',Helvetica,Arial,sans-serif; }

body,
a.more-link,
a.more-link-big,
input.submit,
#nav_primary,
#nav_supplementary,
#content h2,
#content h4,
#content h5,
#content h6,
#content em,
.captionfull .boxcaption h3,
#content .Payment h3,
#content blockquote.lecture_specs strong,
.sb_panel h3,
.sb_panel strong
{ font-family: 'AlternateGothicW01-No3',Helvetica,Arial,sans-serif; }

#content h1,
#upcoming_events h3,
#nav_posts h3
{ font-family: 'BodoniW01-PosterItalic',Helvetica,Arial,sans-serif; }


	
/* HEADER
-------------------------------------------------------------- */

#header_wrap {
	background:#464749;
}
#header {
	width:980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align:left;
}

#nav_supplementary { float:right; padding: 0 30px 0 0; font-size:16px; }
#nav_supplementary ul { margin: 0 0 20px 0; list-style: none outside none; }
#nav_supplementary li { display:inline; margin: 0 0 0 20px; }
#nav_supplementary li a { color:#85bdba; text-decoration:none; }

.boxgrid { 
	width:980px;
	float:left;
	position:relative; 
	height:132px;
	overflow:hidden;
	color:#FFF;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	padding: 15px 30px;
	width: 100%; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfull .boxcaption { top: 132px; left: 0; }
.captionfull .boxcaption h3 { 
	padding: 0 0 4px 0;
	font-size:17px;
	line-height: 19px;
	color:#FFF;
}
.captionfull .boxcaption p { font-size:12px; color:#AAA; }
.captionfull .boxcaption a { color:#52a5cb; }
.captionfull .boxcaption a:hover { color:#FFF; }

#nav_primary { float:right; padding: 0 30px 0 0; font-size:20px; }
#nav_primary ul { margin: 20px 0 22px 0; list-style: none outside none; }
#nav_primary li { display:inline; margin: 0 0 0 45px; }
#nav_primary li a { text-decoration:none; text-transform:uppercase; color:#52a5cb; }

#nav_primary li a:hover,
#nav_supplementary li a:hover { color:#FFF; text-decoration:underline; }
#nav_primary li a.current,
#nav_supplementary li a.current { color:#FFF; }



/* SEARCH
-------------------------------------------------------------- */

#search { /* }
form#searchform { */
	width: 210px;
	padding: 18px 0 0 10px;
	float:left;
}
#search-label { /* The 'Search for:' label */
	display: none;
}
#s { /* The actual search input field */
	/* position: relative; */
	float:left;
	width: 188px;
	padding: 3px 6px;
	font-size: 14px;
	line-height: 15px;
	color:#777;
	background: #333; /*none repeat scroll 0 0 transparent;*/
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#s:focus {
	color:#FFF;
	background:#222;
	border-color: #999;
}
#search .submit { 
	z-level:2;
	float:right;
	position:relative;
	margin:-20px 15px 0 0;
	height:18px;
	width:22px;
	background: url("images/btns/search_icon.png") no-repeat scroll left top transparent;
	border:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search .submit  { margin-top:-21px; }
}
#search .submit:hover { cursor:pointer; background-position: 0 -20px; }



/* FRAMING
-------------------------------------------------------------- */

#main_wrap { background-color:#EEE; }

/* The main theme structure */
#access .menu-header,
div.menu,
#main {
	margin: 0 auto;
	width: 980px;
}
#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#container {
	width: 740px;
	float: left;
	/* margin: 0 -240px 0 0;*/
}
#content {
	float:right;
	width: 500px;
	overflow:hidden;
	margin-bottom: 30px;
}




/* SIDEBARS
-------------------------------------------------------------- */

#sidebar_left_wrap { 
	float:left;
	width:220px;
	margin-bottom: 30px;
}
#sidebar_left { }
#sidebar_right_wrap { 
	float:right;
	width:220px;
	margin-bottom: 30px;
}
#sidebar_right { }

#nav_secondary,
#upcoming_events { background: #FFFFFF url('images/general/bg_panel_lower_white.png') left bottom no-repeat scroll; }
#time_and_place,
#email_signup { color:#CCC; background: #666666 url('images/general/bg_panel_lower_dkgray.png') left bottom no-repeat; }
#nav_posts,
#sponsors { background: #DDDDDD url('images/general/bg_panel_lower_DDD.png') left bottom no-repeat; }

#nav_posts h3 { text-transform:lowercase; color:#999; }
#upcoming_events h3 { padding-bottom: 15px; text-transform:none; color:#ae95b1; }
#sponsors h3 { font-size:16px; line-height:17px; }

#sponsors_content,
#time_and_place_content,
#email_signup_content,
#upcoming_events #ue_content,
#sponsors_content { display:none; }
#sponsors_content p { font-size:13px; }

.sb_panel_bright { color:#777; background: url('images/general/bg_panel_upper_white.png') left top no-repeat scroll; }
.sb_panel_dim { 
	color:#777; background:url('images/general/bg_panel_upper_DDD.png') left top no-repeat scroll; 
}
.sb_panel_dark { background:url('images/general/bg_panel_upper_dkgray.png') left top no-repeat scroll; }
.sb_panel_bright,
.sb_panel_dim,
.sb_panel_dark { position:relative; margin:0 0 15px 0; padding:10px 30px 5px 30px; }

.sb_panel_bright a:hover { background:#EEE; }
.sb_panel_bright a.more-link { background:#9ad2d0; /* c9accd; */ }
.sb_panel_bright a.more-link:hover { background:#52a5cb; }

.sb_panel_dim h3 a { color:#999; }
.sb_panel_dim h3 a span { color:#666; }
.sb_panel_dim h3 a:hover span,
.sb_panel_dim h3 a:hover { color:#333; background:none; }
.sb_panel_dim a span.open,
.sb_panel_dim a span.close { color:#666; }
.sb_panel_dim a span.close { display:none; }

.sb_panel_dark a { color:#74c6f3; }
.sb_panel_dark a:hover { color:#000; background-color:#666; }
.sb_panel_dark h3 a span { color:#FFF; }
.sb_panel_dark h3 a:hover span,
.sb_panel_dark h3 a:hover { color:#FFF; background:none; }
.sb_panel_dark a span.open,
.sb_panel_dark a span.close { color:#CCC; }
.sb_panel_dark a span.close { display:none; }

.sb_panel { position:relative; font-size:16px; }
.sb_panel p { 
	padding-bottom:20px;
	line-height:15px;
}
.sb_panel_bright p.event { font-size:14px; text-transform:lowercase; line-height:16px; color:#777; }
.sb_panel_bright p.event strong { font-size:16px; font-weight:normal; text-transform:uppercase; color:#444; }
.sb_panel_bright p.event em { font-style:normal; font-size:12px; text-transform:uppercase; color:#AAA; }
.sb_panel_bright p.event a { font-size:16px; text-transform:uppercase; }

.sb_panel h3 {
	padding:10px 0 5px 0;
	font-size:20px;
	line-height: 1.1em;
	text-transform:uppercase;
}
.sb_panel h3.btn { padding-bottom:15px; }
.sb_panel ul {
    list-style-type: none;
	border-bottom: 1px solid #EEE;
	margin-bottom:15px;
}
.sb_panel li { 
	padding: 6px 0 4px;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	color:#768188;
	border-top: 1px solid #EEE;
}
.sb_panel ul ul { 
	margin: 0 0 0 20px;
	padding:0;
	border-bottom: none;
}
.sb_panel li li { 
	margin: 4px 0 0 0;
	padding:6px 0 0 0;
}
.sb_panel h3 a,
.sb_panel li a { text-decoration:none; }
	
li.current_page_item a { color:#000; }
li.current_page_item li a { color:#52a5cb; }
li.view_all { text-transform:lowercase; text-align:right; }

#recent_comments li { text-transform:none; }
#recent_comments li a { text-transform:uppercase; }
.comment_date { font-size:10px; text-transform:uppercase; color:#999; }

.sb_panel .form { display:block; position:relative; margin: 0 0 15px 0; background:#777; }
.sb_panel .form li { color:#CCC; border:none; }
.sb_panel .form fieldset { display:block; position:relative; }
.sb_panel .form legend {
	font-weight:normal; 
	font-size:18px; 
	color: #888;
}
.sb_panel .form ol {
	margin:0;
    list-style-type: none;
}
.sb_panel .form li {
    padding: 0 0 18px 0;
	line-height:24px;
	background-image:none;
}
.sb_panel .form li.button {
	padding:0;
} 
.sb_panel .form input.itext, 
.sb_panel .form input[type="text"] {
	width:155px;
}
.sb_panel .form input.submit { border:none; }
.sb_panel .form span.label { } 
.sb_panel .form span.multiple span { display:block; padding-top:4px; } 
.sb_panel .form span.multiple { float:left; line-height:12px; } 

#sidebar_right .fbLike { padding: 20px 8px 0 12px; }
#sidebar_right .fbLike iframe { width:200px; height:200px; border:none;  }


/* CONTENT
-------------------------------------------------------------- */

#content {
	color: #555;
}

#content,
#content input.text,
#content textarea {
	font-size: 15px;
	line-height: 21px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-style:normal; 
	font-weight:normal;  
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1 { padding-top:15px; font-size:32px; line-height:36px; }
#content h2 { font-size:23px; line-height: 25px; margin-top: -10px; color:#777; }
#content .listview h2.entry-title { text-transform:uppercase; font-size:23px; }
#content .listview .sticky h2.entry-title a { color:#000; }
#content .listview h2 { margin-top:0px; font-size:21px; color:#000; }
#content h3 { font-size:18px; text-transform:uppercase; }
#content h3#reply-title { font-size:20px; color:#999; text-transform:lowercase; }
#content h4 { margin-bottom:10px; font-size:18px; color:#666; text-transform:uppercase; }
#content h4#comments-title {  font-size:20px; text-transform:lowercase; color:#999; line-height:1em; }
#content h5 { font-size:15px; color:#666; }
#content h5 em { font-style:normal; color:#000; }
#content em { font-size:1.1em; font-style:normal; }

#content a:hover { text-decoration:none; color:#52a5cb; background:#FFF; }

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr,
.entry-utility {
	padding-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content li { 
	padding-left: 28px; padding-bottom: 10px;	
	line-height:17px;
    background: url(images/general/bullet2_12px.png) no-repeat 5px 2px;
}
#content ul.Bright li { background: url(images/general/bullet1_12px.png) no-repeat 5px 6px; }
#content ul.tight li { padding-bottom: 6px; }

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content img.alignright { margin: 10px 0 20px 20px; }

.listview { padding-top:5px; }
.listview .post {
	margin-top:0 !important;
	border-top: 1px solid #DDD;
	padding: 17px 0 0 0;
}
#content .listview h3 { padding-bottom:0; margin-bottom:0; }
.listview .sticky {
	margin-bottom:0 !important;
	padding: 17px 10px 0 10px;
	background:#F5F5F5; 
}

#content blockquote.lecture_specs { 
	margin:0 0 24px 0; 
	padding:15px 20px 4px 20px; 
	font-size: 14px;
	line-height: 16px;
	background:#FFF;
	border-top:1px solid #CCC; 
	border-bottom:1px solid #CCC; 
	border-left:none; border-right:none;
}
#content blockquote.lecture_specs p { 
	margin-bottom:12px; padding-bottom:0;
	font-style:normal;
}
#content blockquote.lecture_specs strong { 
	text-transform:uppercase;
	font-weight:normal;
	font-size: 15px;
}
#content blockquote.lecture_specs em { 
	display:block;
	font-style:normal;
	font-size:13px;
	text-transform:uppercase;
	color: #999;
}

#content .fb_edge_widget_with_comment { padding: 5px 0 10px 0; }

#wp_pagenavi_lower { margin-top:24px; padding-top:24px; border-top:1px solid #DDD; }
#content .wp-pagenavi {
	clear:both;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	/* text-align:right; */
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
}
#content .wp-pagenavi span.pages {
	padding-left:0;
	padding-right: 5px;
	margin-left:0;
	color: #666;
	/* background-color: #FFF; */
	border:none;
}
#content .wp-pagenavi span.current {
	font-weight:normal;
	color: #333;
	background-color: #FFF;
	border:1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .wp-pagenavi a {
	text-decoration:none;
	color: #FFF;
	background-color: #666;
	border:1px solid #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .wp-pagenavi a.page {
	color: #FFF;
	background-color: #AAA;
	border:1px solid #666;
}
#content .wp-pagenavi a.previouspostslink,
#content .wp-pagenavi a.nextpostslink {
	background-color: #888;
}
#content .wp-pagenavi a:hover {
	color: #FFF;
	background-color: #52a5cb;
	border:1px solid #333;
}

.PayPalBuyNow {
	float:right;
	width: 180px;
	text-align:right;
}

#content .InfoTable { margin-bottom: 24px; border-top: 1px solid #CCC; }
#content .InfoTable td, 
#content .InfoTable th {
	padding: 8px 8px 8px 8px;
	font-size: 14px;
	line-height: 18px;
	color:#444;
	background:#F6F6F6;
	border-bottom: 1px solid #CCC;
}
#content .InfoTable th { width: 72px; }
#content .InfoTable td p { line-height: 16px; padding-bottom: 0; margin-bottom:15px; color:#777; }


#content .HistoryTable { margin-bottom: 24px; border-collapse:collapse; border-top: 1px solid #CCC; }
#content .HistoryTable td,
#content .HistoryTable th {
	margin:0;
	padding: 4px 8px;
	font-size: 14px;
	color:#444;
	background:#F6F6F6;
	border-bottom: 1px solid #CCC;
}
#content .HistoryTable th { 
	width: 140px; 
	font-weight:normal; 
}
#content .HistoryTable td { width: 340px; padding-left: 25px;  color:#777; }
#content .HistoryTable td p { line-height: 14px; padding-bottom: 0; margin-bottom:15px; }

#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-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/* border-top: 1px solid #e7e7e7; */
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	/* margin: 0 0 48px 0; */
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 24px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #666;
	/*font-size: 16px;
	font-style: italic; */
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}



#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.0em;
	margin:0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #52a5cb;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-meta {
	font-size: 12px;
	color: #888;
	margin-bottom:12px;
}
.single .entry-meta { margin:-24px 0 24px 0; }
.entry-meta span { text-transform:uppercase; }
.entry-meta span.author,
.entry-meta span.author a { text-transform:none; }
.entry-meta a { text-transform: uppercase; }

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#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;
	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: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	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;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: .85em;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}



/* PAGE-SPECIFIC
-------------------------------------------------------------- */

#pay_corporate,
#pay_individual { display:none; }

.Payment {
	padding: 20px 20px 0 20px;
	margin: 0 0 18px 0;
	text-align:center;
	background:#FFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Payment form { padding-bottom:24px; }
.Payment table { margin: 0 0 15px 0; background:#EEE; }
.Payment td { padding: 5px 0; }
.Payment p { margin: 0; font-size:14px; text-align:left; line-height:15px; color:#777; }
.Payment label { font-size:14px; text-transform:uppercase; }


/* FOOTER
-------------------------------------------------------------- */

#footer {
	clear: both;
	width:980px;
	margin:0 auto;
	padding:25px 10px;
	font-size: 14px;
	text-align:left;
	line-height: 17px;
	color:#222;
}
#footer a { color:#444; text-decoration:none; }
#footer a:hover { color:#AAA; text-decoration:underline; }
#soc_med { float:left; width:240px; padding: 0 0 0 0; }
#soc_med ul { float:left; list-style: none outside none; }
#soc_med li { float:left; margin: 0 0 0 18px; text-indent:-9000px; }
#soc_med li a { 
	display:block;
	width:40px;
	height:40px;
	background: url("images/btns/icons_social_media.png") no-repeat scroll left top transparent;
}
#soc_med li.badge_RSS a { background-position:0 0; }
#soc_med li.badge_RSS a:hover { background-position:0 -50px; }
#soc_med li.badge_Facebook a { background-position:-50px 0; }
#soc_med li.badge_Facebook a:hover { background-position:-50px -50px; }
#soc_med li.badge_Twitter a { background-position:-100px 0; }
#soc_med li.badge_Twitter a:hover { background-position:-100px -50px; }
p.support { float:left; width:740px; }
p.support img { float:right; margin: 0 0 20px 20px; }
p.credits { clear:both; text-align: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 .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-utility {
	padding-top: 4px;
}


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

.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
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#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 img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#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: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/* COMMENTS
-------------------------------------------------------------- */
#comments {
	clear: both;
	/* margin-top:12px; */
	padding-top:24px;
	border-top: 1px solid #ddd;
}
#comments em {
	font-family: "Gill Sans"; font-style:normal; color:#000;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: norrmal;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
#content .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 12px 0;
	color:#888;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	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;
}
p.form-allowed-tags { display:none; }
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	/* color: #333; */
}
#respond {
	/* border-top: 1px solid #ddd; */
	margin:0 0 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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
	height:84px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



