/*
Theme Name: USB Insert
Theme URI: http://www.usbinsert.com/
Description: A custom theme designed and developed for U.S. Branding Group, LLC by Nashville Interactive.
Author: Nashville Interactive
Version: 1.0
Tags: custom theme
*/

body {
	background: #f98735 url(images/bg_page.jpg) top center repeat-y;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #565656;
	line-height:1.25;
	font-size: .9em;
	word-wrap: break-word;
}


/***    layout    ***/

.main_content.container {
	background: transparent url(images/bg_main_content.png) left top no-repeat;
}

#header {
	position: relative;
	height: 100px;
	overflow: visible;
}


#header h1#logo {
	width: 270px;
	height: 65px;
	background: url(images/logo.png) 50% 50% no-repeat;
	text-indent: -9999px;
	float: left;
	position: absolute;
	left: 0;
	margin: 30px 0 0 30px;
	z-index: 223;
}

#header h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}


#sidebar {
	float: left;
	width: auto;
	height: auto;
	margin: 0 0 15px 0;
}

.case_studies_wrap {
	border-bottom: #454545 1px dashed;
	padding: 5px 0 15px 0;
}


.case_studies_wrap.single_view {
	border: none;
}
	
.attachment-thumb {
	border: #999 1px solid;
}

#left_col_home_wrap {
	padding: 0 20px 0 15px;
}

.content_feed {
border-left:1px dashed #999999;
margin:10px 0 10px 40px;
padding:5px 0 5px 40px;
}


.featured_sentence {
	border-bottom:1px solid #999999;
	display:block;
	font-size:2em;
	line-height:1.1em;
	margin:5px auto 15px;
	padding:0 0 20px;
}

li.content_feed_item {
	margin-bottom: 30px;
}

.home_item_image_wrap {
	width: 100%;
	position: relative;
}

.home_item_image_wrap img {
	position: relative;
	display: block;
	margin: 0 auto!important;
}

/***  HOME ROTATOR  ***/

#home_rotator_bg {
	position: absolute;
	overflow: hidden;
	top: 170px;
	width: 1150px;
	height: 320px;	
    left: 50%;
    margin-left: -575px;
	background: transparent url(images/bg_home_rotator.png) top center no-repeat;
}

#home_rotator {
	height: 440px;
	position:relative;
	overflow:hidden;
	width: 100%;
}

#home_rotator_copy {
	border-right:1px dashed #FFFFFF;
	color:#FFFFFF;
	height:200px;
	margin-right:10px;
	margin-top:110px;
	overflow:hidden;
	padding:20px 25px 20px 0;
}

#home_rotator_copy p {
	line-height: 1.35em;
}

#home_rotator_image {
	position: relative;
	padding: 15px 0 0 0;
	z-index: 14;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#home_rotator .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items .rotator_item_wrap {
	float:left;
	margin: 0 200px 0 0;
	position:relative;
}

.rotator_nav {
	bottom:25px;
	display:block;
	float:right;
	position:absolute;
	right:0;
	width:210px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.browse {
	cursor: pointer;
}

.no-margin-top-bottom {
	margin-top: 0!important;
	margin-bottom: 0!important; 
}

.video_wrap {
	position: relative;
	margin: 10px auto 0 auto;
	text-align: center;
	width: 530px;
}

.video_wrap object, .video_wrap embed {
	display: block;
	max-width: 530px;
	max-height: 315px;
	margin: 0 auto 0 auto; 
}

.video_wrap embed {
}

#embed_video {
	display: none;
	width: 601px;
	height: 338px;
	margin: 3px auto 0 auto; 
}

#home_embed_video {
	display: none;
}


.contact_wrap {
	border-left:1px solid #999999;
	float:left;
	margin:0 0 30px;
	padding:5px 0 5px 20px;
	width:30%;
}


div.spacer {
	clear: both;
	height: 50px;
}


.post_wrap {
	margin: 0 0 25px 0;
	padding: 0px 0 20px 0;
	border-bottom: #999 1px solid;
}

.post_wrap img {
	display: block;
	margin: 0 auto!important;
}

.home_item_lower {
	border-left: #999 1px dashed;
}

.home_item_holder {
	padding-left: 45px;
}

/***    footer  ***/


#footer {
	position: relative;
	color: #999999;
	margin-top: 25px;
	padding-top: 16px;
	font-size: .85em;
	border-top: #c6c6c6 1px solid;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
}

.footer_info {
	position: relative;
	clear: both;
	display: block;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 3px;
}

#social_icons img {
	display: inline;
	float: right;
	margin: 5px 0 0 5px;
}

ul#menu-footer-nav {
	position: relative;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

ul#menu-footer-nav li {
	display: inline;
	padding: 0 6px 0 2px;
	border-right: #999 1px solid;
}

ul#menu-footer-nav li:last-child {
	border-right: none;
}

ul#menu-footer-nav li:first-child {
	padding-left: 0;
}

ul#menu-footer-nav a:link, ul#menu-footer-nav a:visited {
	text-decoration: none;
}

div.border {
	border-right:1px solid #CCC;
}


.shadow {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#000000');
}

.rotator_link {
	display: block;
	margin: 0 10px 0 0;
	float: right;
	clear: both;
}

.rotator_link a:link, .rotator_link a:visited {
	color: #FFF;
	font-size: 1.2em;
}

.rotator_link a:hover {
	color: #999;
}

ul#site_map {
	width: 50%; 
	margin: 10px 0 0 40px;
}

ul#site_map li {
	margin: 5px 0 5px 0;
}	
	
/***  NAV STYLES  ***/



/* main nav hover/dropdown styles  */

#nav ul {
	float: right;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul#menu-main-nav li.menu-item {
	background: transparent url(images/bg_main_nav.png) left top repeat-x;
	height: 52px;
	padding: 0;
	font-weight: bold;
	letter-spacing: .01em;
	font-size: 1em;
	position:relative;
	
}

#nav ul#menu-main-nav li.menu-item:first-child {
	background: transparent url(images/bg_main_nav_left.png) left top no-repeat;
	padding-left: 25px;
}

#nav ul#menu-main-nav li.menu-item:last-child {
	background: transparent url(images/bg_main_nav_right.png) right top no-repeat;
	padding-right: 25px;
	border-right: none;
}


#nav ul#menu-main-nav li.menu-item:hover {
	/*background: transparent url(images/bg_main_nav_over.png) left top repeat-x;*/
}

#nav ul#menu-main-nav li.menu-item:first-child:hover {
	/*background: transparent url(images/bg_main_nav_left_over.png) left top repeat-x;*/
}

#nav ul#menu-main-nav li.menu-item:last-child:hover {
	/*background: transparent url(images/bg_main_nav_right_over.png) right top repeat-x;*/
}

#nav ul#menu-main-nav li.current-menu-item a, #nav ul#menu-main-nav li.current-menu-parent a {
	background: transparent url(images/bg_main_nav_over.png) left top repeat-x;	
}

#nav ul#menu-main-nav li.current-menu-item a, #nav ul#menu-main-nav li.current-menu-parent a {
	color: #5b320c!important;
}


#nav ul#menu-main-nav ul.sub-menu li.current-menu-item  {
	background: #676767;
}

#nav ul#menu-main-nav li.menu-item li:hover a {
	color: #5b320c;
	
}
#nav ul#menu-main-nav li.menu-item a, #nav ul#menu-main-nav li.menu-item a:visited {
	display: block;
	height:100%;
	padding:0;
	color: #FFF;
	padding: 13px 12px 0 12px;
}

#nav ul#menu-main-nav li.menu-item a:hover {
	color:#5b320c;
	background: transparent url(images/bg_main_nav_over.png) left top repeat-x;
}

#nav ul#menu-main-nav li.current-menu-item a { 
	color:#5b320c;
}

#nav ul#menu-main-nav li.current-menu-item .sub-menu li a {
	background: none;
}

#nav ul#menu-main-nav li ul.sub-menu {
	position:absolute;
	background: transparent url(images/bg_sub_nav.png) -1px bottom no-repeat;
	width: 190px;
	padding-bottom: 15px;
	left: -7px;
	z-index: 5000;
}

#nav ul#menu-main-nav li ul.sub-menu li.menu-item {
	height: auto;
	border-bottom: none;
	padding: 0 0 0 11px;
	width:145px;
	background: none;
}

#nav ul#menu-main-nav li ul.sub-menu li.menu-item:first-child, 
#nav ul#menu-main-nav li ul.sub-menu li.menu-item:first-child:hover {
	background: transparent url(images/bg_sub_nav_top.png) -1px 0px no-repeat;
}

#nav ul#menu-main-nav li ul.sub-menu li.menu-item:first-child a {
	margin-top: 3px;
} 

#nav ul#menu-main-nav li ul.sub-menu li.menu-item a, #nav ul#menu-main-nav li ul.sub-menu li.menu-item:visited {
	height: auto;
	padding: 7px 10px;
	border-bottom:1px solid #8b8b8b;
	width: 145px;
	color: #CCC!important;
	background: none;
}

#nav ul#menu-main-nav li ul.sub-menu li.menu-item a:last-child {
 
}

#nav ul#menu-main-nav li ul.sub-menu li:last-child a {
	border-bottom: none;
}

#nav ul#menu-main-nav li ul.sub-menu li.menu-item:hover {
	background: none;
	height: auto;
}

#nav ul#menu-main-nav li ul.sub-menu li.menu-item a:hover {
	background-image: none;
	background: #555!important;
	height: auto;
	color: #FFF!important;
}

.hasSubMenu a {
	padding-right: 2px!important;
}

.hasSubMenu {
	z-index: 23;
}

.hasSubMenu ul.sub-menu {
	z-index: 19;
	margin-top: -3px;
}


.top_sub_item_left, li.hasSubMenu:hover {
	background: transparent url(images/bg_top_nav_left.png) left top no-repeat!important;
}

.top_sub_item_right, .hasSubMenu a:hover {
	background: transparent url(images/bg_top_nav_right.png) right top no-repeat!important;
}







/* common styling */
#nav ul {padding:0; margin:0; list-style: none;}
#nav ul li {float:left; position:relative;}

#nav ul li ul {
	display:none;
	font-size:0.8em;
	position:absolute;
	top:46px !important;
	width: 180px;
	z-index: 434;
}

#nav ul li ul li {padding: 0; margin: 0; width: 100%; background: #3a4848; border-bottom: #a0a6a6 1px solid; line-height: 1em;}

#nav ul li ul li.current_page_item a {
	background: none!important;
}

#nav ul li ul li a {
	padding: 5px 5px;
	color: #FFF;
}

#nav ul li ul li a:hover {
	color: #3a4848!important;
}

/* specific to non IE browsers */
#nav ul li:hover a {color:#999;}
#nav ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:180px;}
#nav ul li:hover ul li a.hide {background:#999; color:#fff;}
#nav ul li:hover ul li:hover a.hide {background:#999; color:#000;}
#nav ul li:hover ul li ul {display: none; background:#999;}
#nav ul li:hover ul li a {display:block; color:#000;}

#nav ul li ul li:hover {background: #a0a6a6;}

#nav ul li:hover ul li a:hover {color: #3a4848;}
#nav ul li:hover ul li:hover ul {display:block; position:absolute; left:180px; top:0;}
#nav ul li:hover ul li:hover ul.left {left:-180px;}




/* STOP MAIN NAV STYLES  */



#menu-footer-utility-nav li {
	display: inline;
	margin-left: 5px; 
}


#user_nav {
	text-align: center;
	padding: 20px 0;
}











/***   Text elements    ***/


p {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #454545;	
}

	
h2 {
	font-size: 1.6em;
	line-height: 1.1em;
}

#home_rotator_copy h2 {
	font-size:1.6em;
	line-height: 1.1em;
	font-weight:bold;
	padding-bottom:0;
	color: #FFF;
	margin-bottom: .4em;
}

h3 {
	border-bottom:1px solid #BBBBBB;
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:0.2em;
	clear: both;
}


h3.feed_link {
	font-size: 1.3em;
	margin-bottom: 0px;
	border: none;
	padding: 0;
}

h3.feed_link a:link, h3.feed_link a:visited {
	font-weight: normal;
	color: #454545;
	margin-bottom: 0px;
}

h3.feed_link a:hover {
	color: #964000;
}

.home_item_holder h3.feed_link {
	margin-top: 15px;
	margin-bottom: 15px;
}


span.post_date {
	display:block;
	font-size:0.8em;
	margin-bottom:15px;
}

span.more_link {
	position: relative;
	display: block;
	float: right;
	margin: 15px 0 0 0;
}


input[type="text"],
textarea {
	padding: 2px;
	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);
}



a:link {
	color:#964000;
	text-decoration: none;
}
a:visited {
	color:#964000;
	text-decoration: none;
}
a:active,
a:hover {
	color: #000;
}


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





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

#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	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 {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

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



#content {
	margin-bottom: 22px;
	position: relative;
}


#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	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;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	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 h1.entry-title {
	color: #f26622;
	font-size: 3em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing:-0.05em;
}

#content h2.entry-title {
	color: #f26622;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing:-0.05em;
}

#content .case_studies_wrap h2.entry-title {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: .75em;
}

.entry-title a:link,
.entry-title a:visited {
	color:#454545;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #F26622;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.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: 12px 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:#444;
	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;
}
.page .edit-link {
	clear: both;
	display: block;
}
#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,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}

ul  {
	list-style-type:none;
}

ul, ol {
	margin:0;
}

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

#content img {
	margin: 0;
	max-width: 926px;
}


#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;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#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;
}



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

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.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;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	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;
}
.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 {
	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 {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags 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;
}







/***  IN-LINE BUTTON STYLES  ***/

.button span, a.button span, a.button:link span, a.button:visited span {
	background:transparent url(images/bg_btn_right.png) no-repeat scroll right top;
	height:50px;
	padding:0 30px 0 0;
}


/* BUTTON HOVER STYLES  */

a.button:hover {
	color: #999;
}

button span:hover, a.button span:hover, a.button:hover span {
	background:transparent url(images/bg_btn_right.png) no-repeat scroll right -51px; /*  -41px for hover  */
}

button span span:hover, a.button span span:hover, a.button:hover span span {
	background:transparent url(images/bg_btn_left.png) no-repeat scroll left -51px!important; /*  -41px for hover  */
}


button span span, a.button span span, a.button:link span span, a.button:visited span span {
	background:transparent url(images/bg_btn_left.png) no-repeat scroll left top;
	height:50px;
	line-height:51px;
	padding: 0 0 0 30px;
}

button, a.button, a.button:link, a.button:visited {
	color:#FFF;
	font-size:1.1em;
	height:50px;
}

button, a.button, a.button:link, a.button:visited {
	cursor:pointer;
	display:block;
	position: relative;
	bottom: -15px;
	float:right;
	margin:5px 3px 15px 3px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	overflow:visible;
	padding:0;
	text-decoration:none;
	white-space:nowrap;
	border: 0;
	background: transparent;
}


button span, a.button span, a.button:link span, a.button:visited span {
	display:block;
}






/***  IN-LINE PDF BUTTON STYLES  ***/

.button-pdf span, a.button-pdf span, a.button-pdf:link span, a.button-pdf:visited span {
	background:transparent url(images/bg_btn_right.png) no-repeat scroll right top;
	height:50px;
	padding:0 30px 0 0;
}


/* BUTTON HOVER STYLES  */

a.button-pdf:hover {
	color: #999;
}

button span:hover, a.button-pdf span:hover, a.button-pdf:hover span {
	background:transparent url(images/bg_btn_right.png) no-repeat scroll right -51px; /*  -41px for hover  */
}

button span span:hover, a.button-pdf span span:hover, a.button-pdf:hover span span {
	background:transparent url(images/bg_btn_left_pdf.png) no-repeat scroll left -51px!important; /*  -41px for hover  */
}


button span span, a.button-pdf span span, a.button-pdf:link span span, a.button-pdf:visited span span {
	background:transparent url(images/bg_btn_left_pdf.png) no-repeat scroll left top;
	height:50px;
	line-height:51px;
	padding: 0 0 0 50px;
}

button, a.button-pdf, a.button-pdf:link, a.button-pdf:visited {
	color:#FFF;
	font-size:1.1em;
	height:50px;
}

button, a.button-pdf, a.button-pdf:link, a.button-pdf:visited {
	cursor:pointer;
	display:block;
	position: relative;
	bottom: -15px;
	float:right;
	margin:5px 3px 15px 3px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	overflow:visible;
	padding:0;
	text-decoration:none;
	white-space:nowrap;
	border: 0;
	background: transparent;
}


button span, a.button-pdf span, a.button-pdf:link span, a.button-pdf:visited span {
	display:block;
}




/*** stop buttons  ***/




/* for outlining of Flash elements on click.  */
a:focus, object:focus { 
	outline: none; 
	-moz-outline-style: none; 
}



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

@media only screen and (max-device-width: 480px) {

	#main_nav ul {
		float: left;
		width: 800px;
		font-size: 1.3em;
		letter-spacing: -.1em;
		display: block;
		margin: 60px 0 100px 0;
	}

    
}


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



