/*  
Theme Name: Daniel Abraham	
Theme URI:  http://www.danielabraham.com/
Description:  Custom theme for author Daniel Abraham
Version: 1.0
Author:  Jeremiah Tolbert
Author URI: http://www.clockpunkstudios.com/

TABLE OF CONTENTS
 
  Inherited Styles
  Eric Meyer Reset
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/
@import url('css/nav.css');
@import url('css/posts.css');
@import url('css/colorbox.css');

/* RESET RELOADED by Eric Meyer */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------- @ HTML Tags -----------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body, html {
	height: 100%;
}
body {
	background: #616161;
	color: #111;
}
body, select, input, textarea {
	font: 100% Georgia, "Times New Roman", Times, serif /*Global font-size reset*/ ;
}
p {
	margin-bottom: 1.4em;
	line-height: 160%;
	font-size: 16px;
}
a, a:visited {
	color: #137F8C;
}
a:hover, a:active {
	color: #06203c;
}
hr {
	display: block;
	height: 1px;
	background: #4d1411;
	border: 0;
	color: #4d1411;
	margin: 20px auto;
	width: 250px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}
td {
	padding: 4px 6px;
	border-top: 1px solid #CCC;
}
tr {
	background: #e3e3e3;
}
table caption {
	background: #FFF;
	padding: 2px 0;
}
blockquote {
	color: #0e474d;
	padding: 0 18px 0 38px;
	margin: 25px 25px;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .03em;
	background: url(images/quote.png) top left no-repeat;
}

/* ---------- @ Structure -----------*/
body {
	background: url(images/page-background.jpg) repeat-x #000;
}
#main {
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	z-index: 4;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #eae4de;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
}
#nav_wrapper {
	background: #205E69;
	border-top: 1px solid #000;
	border-bottom: 1px solid #031b26;
	position: relative;
	z-index: 100;
}
#nav_inner {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
#nav_inner h1 {
	display:inline-block;
	float:right;
	width:46%;
	text-transform: uppercase;
	color:#FFF;
	margin: 0;
	font-size:18px;
	vertical-align: middle;
	text-align: right;
}

#nav_inner .ui-tabs-panel {
	display: inline-block;
	vertical-align: middle;
	width:53%;
	padding-top:10px;
}


#branding {
	height: 151px;
}
#content {
	width: 600px;
	float: left;
	padding-left: 20px;
	overflow: hidden;
}
#sidebar {
	width: 300px;
	float: right;
	margin-left: 20px;
	padding-right: 10px;
	position: relative;
	z-index: 10;
	padding-top: 190px;
}
#sidebar.nopadding {
	padding-top: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.read_more {
	text-align: right;
}

/*Header Area*/
#masthead {
	width: 960px;
	position: relative;
	background: #000;
	height: 314px;
	z-index: 3;
	margin-bottom: -40px;
}
#masthead.abraham {
	background: url(images/abraham-header-4.jpg) no-repeat;
}
#masthead.corey {
	background: url(images/corey-header-4.jpg) no-repeat;
}
#masthead.hanover {
	background: url(images/hanover-background.jpg) no-repeat;
}
#masthead.blog {
	background: url(images/blog-header.jpg) no-repeat;
}
.blog #logo {
	position: absolute;
	text-indent: -9999em;
	width: 462px;
	height: 63px;
	top: 220px;
	left: 15px;
}
.blog #description {
	position: absolute;
	text-indent: -9999em;
}
.abraham #logo {
	position: absolute;
	text-indent: -9999em;
	background: url(images/daniel-logo-2.png);
	height: 62px;
	width: 630px;
	left: 22px;
	top: 30px;
}
.abraham #description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	top: 91px;
	right: 314px;
	text-shadow: 1px 2px 5px #000;
}
.corey #logo {
	position: absolute;
	text-indent: -9999em;
	background: url(images/corey-logo.png);
	height: 133px;
	width: 351px;
	left: 35px;
	top: 100px;
}
.corey #description {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	bottom: 44px;
	left: 181px;
	text-transform: uppercase;
}
.hanover #logo {
	background: url(images/hanover-logo.png);
	height: 43px;
	width: 557px;
	text-indent: -9999em;
	position: absolute;
	left: 20px;
	top: 60px;
}
.hanover #description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	top: 110px;
	left: 378px;
}
#searchfield {
	width: 190px;
	background-color: #FFF;
	font-size: 10px;
	padding: 4px;
	border: 1px solid #205E69;
	outline: none;
	margin-right: 15px;
}
#searchsubmit {
	vertical-align: top;
	border: 1px solid #101f2f;
	background: #205E69;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 2px;
}
#sword {
	background: url(images/spider-book.png) no-repeat;
	height: 423px;
	width: 280px;
	position: absolute;
	right: 10px;
	top: 50px;
	z-index: 4;
}
#leviathan {
	background: url(images/leviathan-book.png);
	height: 423px;
	width: 280px;
	position: absolute;
	right: 10px;
	top: 50px;
	z-index: 9;
	text-indent: -9999em;
}
#coreysidebar {
	background: url(images/nemesis-book.png);
	height: 427px;
	width: 280px;
	position: absolute;
	right: 10px;
	top: 50px;
	z-index: 9;
	text-indent: -9999em;
}


#leviathan a {
	display: block;
	height: 423px;
	width: 280px;
}
#hanover {
	background: url(images/hanover-book.png);
	height: 430px;
	width: 300px;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 9;
	text-indent: -9999em;
}
#hanover a {
	text-indent: -9999em;
	display: block;
	height: 430px;
	width: 300px;
}

/* ---------- @ Headers -----------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4a1603;
}
#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4a1603;
}
h1.pagetitle {
	margin-bottom: 20px;
}
h1, h2 {
	margin-bottom: 15px;
	font-size: 32px;
}
h3 {
	font-size: 23px;
	margin-bottom: 15px;
}
h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
h6 {
	font-size: 16px;
	margin-bottom: 15px;
}
h2.posttitle, h1.posttitle {
	margin: 0 0 15px 0;
	font-size: 29px;
	width: 410px;
}
h2.posttitle a, h1.posttitle a, h2.posttitle a:visited, h1.posttitle a:visited {
	color: #394D5C;
	text-decoration: none;
}
h2.posttitle a:hover, h1.posttitle a:hover {
	text-decoration: underline;
}
#respond h3, h3#comments, h3#trackbacks {
}
h3#comments {
}
h2.posttitle.single_title {
	margin: -2px 0;
}
p.postmetadata.single_meta {
	padding-top: 0;
	margin-bottom: 15px !important;
}
#twitter_header {
	background: url(images/twitter-header-icon.png) top left no-repeat;
	padding-left: 45px;
	line-height: 30px;
}
#blogtitle {
	margin-bottom: 15px 0 30px;
	border-bottom: 1px solid #c14b1c;
	padding-bottom: 10px;
	text-align: center;
}

/* ---------- @ Content Styles -----------*/

/* Home Page */

#next_book {
	margin-right: 20px;
}
.copy_column, .video_column {
	width: 300px;
	float: left;
}
.video_column {
	margin-left: 20px;
}
.post_content, .post {
}
.post {
	border-bottom: 1px solid #1C94C0;
	margin-bottom: 20px;
}
#sidebar .post_content {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.side_box {
	padding-bottom: 30px;
	margin-bottom: 15px;
}
#featured_illo {
	width: 145px;
	margin-right: 15px;
	height: 100%;
}
#featured_illo img, #featured_author_image {
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}
#featured_copy {
	float: left;
	width: 460px;
}
.video_column p {
	text-align: center;
	margin-top: 10px;
}
#order_button, #site_button {
	margin-right: 15px;
	display: block;
	float: left;
}
#order_button {
	margin-left: 34px;
}
.button, .comment-reply-link {
	border: none;
	-moz-box-shadow: 0 1px 0 #000000;
	-webkit-box-shadow: 0 1px 0 #000;
	border: 1px solid #101f2f;
	background: #205E69;
	color: #FFF !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 2px 10px;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button:hover, .comment-reply-link:hover {
	color: #000;
	cursor: pointer;
	background-color: #900;
}

/* books and series */
.book_sidebar {
	float: left;
	width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.book_copy {
	width: 440px;
	float: left;
}
.book_read_more {
	text-align: center;
	margin-top: 15px;
}
#book_page_sidebar {
	float: left;
	width: 220px;
}
#book_copy {
	float: left;
	margin-left: 20px;
	width: 360px;
}
.attribution {
	text-align: right;
	font-size: 14px;
}
#praise blockquote {
	margin: 0 0 10px 0;
}
.attachment-book_page_cover {
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
	margin-bottom: 15px;
}
#jump_menus {
	font-size: 14px;
}
#jump_menus select {
	float: right;
	padding: 3px;
	margin-bottom: 10px;
	width: 120px;
	display: block;
	font-size: 12px;
}
#jump_menus label {
	display: block;
	float: left;
	width: 80px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}
#discuss_links li {
	text-indent: -9999em;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 8px;
}
#discuss_links a {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
}
#amazon_link {
	background: url(images/icon-amazon.png);
}
#goodreads_link {
	background: url(images/icons-goodreads.png);
}
#compuserve_link {
	background: url(images/icon-compuserve.png);
}
#bn_link {
	background: url(images/icon-bn.png);
}
#weread_link {
	background: url(images/icon-weread.png);
}
.generic_discuss {
	background: url(images/icon-generic.png);
}

/* Sidebar */
#featured_posts h4 {
	font-size: 16px;
	line-height: 1.1;
	text-transform: none;
	color: #4a1603;
	margin-bottom: 5px;
	letter-spacing: normal;
}
#featured_posts li {
	margin-bottom: 5px;
}
#featured_posts p {
	line-height: 1.1;
	margin-bottom: 7px;
}
#featured_posts img, #banners_box img {
	border: 2px solid #FFF;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
#featured_posts .side_thumbnail {
	width: 70px;
	float: left;
	margin-right: 10px;
}
#featured_posts .side_post_meta {
	width: 220px;
	float: left;
}
#featured_author_image {
	border: 1px solid #3c0f0d;
	margin-right: 8px;
	margin-bottom: 5px;
}
#featured_blog h3 {
	margin-bottom: 4px;
}
#featured_blog h4 {
	margin-bottom: 5px;
}
#featured_blog h4 a {
	color: #02272b;
	text-decoration: none;
}
#featured_blog h4 a:hover {
	text-decoration: underline;
}
#featured_blog .read_more {
	margin-bottom: 0;
}
#featured_blog {
	min-height: 606px;
}
#banners img {
	border: 1px solid #3c0f0d;
}
.side_box ul {
}
.side_box li {
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 14px;
}
.side_box li small {
	font-size: 12px;
	display: block;
	margin: 4px 0;
	color: #3c0f0d;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
li.aktt_more_updates {
	list-style-image: none;
	text-align: right;
}

#excerpts {
	margin-top:20px;
}

#excerpts_inner ul {
	margin-bottom:20px;
}

#related_pages ul, #excerpts_inner {
	font-size: 16px;
}
#related_pages ul ul {
	min-height: 0;
}
#related_pages ul li, #excerpts ul li {
	margin-bottom: 12px;
}
ul#other_titles {
	background: none;
	min-height: 0;
}

/* Misc */
.more-link {
	display: block;
	margin-top: 12px;
	clear: both
}

/* Author Page*/
#writer {
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 20px;
	padding: 16px;
}
#writer p {
	margin-top: 0;
}
#writer .avatar {
	margin: 4px 17px 7px 0
}

/* Search and Archives*/
.search-highlight {
	background: #FFFF00
}
#comment_pagination {
	margin-top: 22px;
	overflow: hidden;
}
#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
}
.current-numeric-page {
	padding: 5px 8px;
}
#archive_pagination a, #archive_pagination a:visited {
	border: 1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
}
#archive_pagination a:hover {
	background: #f5f5f5;
}
#archive_pagination a:active {
	background: #e6e6e6;
	border-color: #bebebe;
}
#comment_pagination div {
	float: left;
	margin-right: 10px;
}
a #icon-rss {
	border: none
}
.archive #icon-rss {
	vertical-align: middle;
	margin-left: 3px;
}

/*Sidebar and Widgets*/
.widget {
	margin-bottom: 24px;
	overflow: hidden
}
.widget li {
	list-style: none;
	border-bottom: 1px solid #CCC;
	padding: 6px 0;
	line-height: 140%;
}
.widget li a, .widget li a:visited {
	color: #111;
	text-decoration: none
}
.widget li a:hover, .widget li a:active {
	color: #6d6d6d;
}
.widget li.current_page_item a, .widget li.current_page_item a:visited, .widget li.current-cat a, .widget.current-cat a:visited {
	font-weight: bold
}
.widget li.current_page_item li a, .widget li.current_page_item li a:visited, .widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight: normal;
}
.widget li li {
	margin-left: 34px;
	border: 0;
	list-style: disc;
}
#wp-calendar tr {
	background: #f2f2f2;
}
#wp-calendar td {
	text-align: center;
	padding: 3px;
}
#recentcomments {
	color: #787878;
}
#recentcomments a, #recentcomments a:visited {
	font-style: italic
}
#recentcomments a.url, #recentcomments a.url:visited {
	font-weight: bold;
	font-style: normal;
}
a.rsswidget, a.rsswidget:visited {
	font-weight: bold
}
.rssSummary {
	line-height: 160%;
}
#wp125adwrap_2c {
	overflow: hidden
}
#wp125adwrap_2c .wp125ad {
	float: left;
	margin-right: 8px;
}
.wp125ad a img {
	border: none;
}
#wp125adwrap_2c div+div {
	margin: 0 !important;
}
#podPress_footer {
	display: none;
}
.aktt_credit {
	display: none;
}

/* ---------- @ Form Elements -----------*/
#author, #email, #comment, #url {
	background: #FFF !important;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
}
#author, #email, #url {
	width: 220px;
}
#commentform textarea {
	width: 98%;
	height: 250px;
}

/* ---------- @ Footer -----------*/
#footer {
	border-top: 1px solid #0C4A5C;
	border-bottom: 1px solid #0C4A5C;
	background: #DAE5EF;
	font-size: .8em;
	overflow: hidden;
	width: 940px;
	color: #333;
	padding: 1px 0 0 20px;
	min-height: 269px;
	font-size: 14px;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:40px;
}
#footer a, #footer a:visited {
	color: #3c1306;
}
#footer a:hover, #footer a:active {
	color: #d46f50;
}
#footer .left {
	float: left;
	width: 50%;
}
#footer.right {
	float: right;
	width: 50%;
	text-align: right
}
#footer #icon-rss {
	vertical-align: middle;
	margin-right: 5px;
}
#footer .footer_box {
	float: left;
	padding-top: 15px;
}
#footer .footer_box ul li {
	margin-bottom: 8px;
}
#footer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #0C4A5C;
	font-size: 24px;
	margin-bottom: 10px;
	font-variant: small-caps;
}
#footer #archives {
	width: 140px;
	margin-right: 20px;
}
#footer #categories, #footer #recent_posts {
	width: 220px;
	margin-right: 20px;
}
#footer ul li small {
	display: block;
	font-size: 12px;
	margin-top: 4px;
}
#footer #recent_comments {
	width: 280px;
}

/*  main slider */
.anythingSlider {
	width: 160px;
	height: 275px;
	position: relative;
	margin: 0 80px;
}
.anythingSlider .wrapper {
	width: 160px;
	overflow: hidden;
	height: 275px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	top: 0;
	left: 0;
	margin: 0 !important;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 10px;
	height: 255px;
	width: 140px;
	margin: 0;
	position: relative;
}
.large_image img, .sidebar_pic, .post_meta_sidebar img {
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
	border: 1px solid #205E69;
}
.featured_info {
	position: absolute;
	width: 410px;
	height: 300px;
	right: 60px;
	top: 10px;
	background-color: rgba(255, 255, 255, .34);
	padding: 10px 10px 10px 40px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .7);
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-bottom-left-radius: 30px;
}
.featured_info p {
	font-size: 14px;
	color: #250101;
}
.featured_info .read_more a, .featured_info .read_more a:visited {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(62, 116, 100, .74);
	display: inline-block;
	padding: 5px 7px;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #c5c5c5;
	letter-spacing: 1px;
}
.featured_info h3 {
	font-family: "BitstreamVeraSerifRoman", Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	font-size: 28px;
	color: #330101;
	text-shadow: -1px -2px rgba(255, 255, 255, .2);
	line-height: 1;
}
.featured_info h4 {
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #c5c5c5;
	margin: 0 0 15px 0;
}
.comments_box {
	width: 65px;
	height: 65px;
	padding: 5px;
	background-color: rgba(255, 255, 255, .34);
	color: #651313;
	position: absolute;
	bottom: -5px;
	right: 15px;
}
.comments_box a {
	color: #651313;
}
.comments_box .number {
	display: block;
	text-align: center;
	font-size: 42px;
	font-family: "BitstreamVeraSerifRoman", Arial, Helvetica, sans-serif;
}
.comments_box small {
	display: block;
	letter-spacing: 1px;
	font-size: 11px;
}
.anythingSlider .arrow {
	cursor: pointer;
}
.anythingSlider .arrow:hover {
	opacity: .9;
}
.anythingSlider .thumbNav {
	display: none;
}
.anythingSlider #start-stop {
	display: none;
}
.arrow.forward {
	position: absolute;
	right: -50px;
	top: 100px;
	height: 38px;
	width: 34px;
}
.arrow.back {
	position: absolute;
	left: -50px;
	top: 100px;
	background: url(images/back-button.png) no-repeat;
	height: 38px;
	width: 34px;
}
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
.no_thumbnail {
	width: 120px;
	height: 110px;
	border: 2px solid #205E69;
	padding: 50px 10px 10px;
	color: #205E69;
	text-align: center;
}

/* Tabs
----------------------------------*/
.ui-tabs {
	position: relative;
	zoom: 1;
	margin-top: 0px;
	z-index: 5;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: -25px;
	z-index: 5;
}
.ui-tabs .ui-tabs-nav li {
	border-top: 0 !important;
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	top: 1px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 4px 10px;
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-top: 1px;
	postion: relative;
	top: -1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	background: #205E69;
	color: #FFF;
	padding-bottom: 6px;
	padding-top: 5px;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	background: none;
	border-width: 0;
	display: block;
	width: 960px;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
#spacer {
	background:#000;
	width:100%;
	padding: 3px 0;
}
#spacer h1 {
	display:none;
	width:960px;
	margin:0 auto;
	text-align: center;
	color:#D2D2D2;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}


.newsletter_shim {
	width: 100%
}
.newsletter_signup {
	position: fixed;
	width: 100%;
	z-index: 10000;
	background: #222020;
	top: 0;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #353434
}
.logged-in .newsletter_signup {
	top: 32px
}

.newsletter_signup a.close_signup {
  color: #FFF;
  
  text-indent: -9999em;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(images/close-icon.png) no-repeat;
  margin-right: 20px;
  vertical-align: middle;
}
.newsletter_inner {
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 10px
}
.newsletter_inner:before, .newsletter_inner:after {
	content: " ";
	display: table
}
.newsletter_inner:after {
	clear: both
}
.newsletter_inner:before, .newsletter_inner:after {
	content: " ";
	display: table
}
.newsletter_inner:after {
	clear: both
}
.newsletter_inner:before, .newsletter_inner:after {
	content: " ";
	display: table
}
.newsletter_inner:after {
	clear: both
}
.newsletter_inner:before, .newsletter_inner:after {
	content: " ";
	display: table
}
.newsletter_inner:after {
	clear: both
}

.newsletter_inner {
	padding: 20px;
	color:#FFF;
	width:940px;
}


.newsletter_signup p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0
}

.newsletter_signup form {
	font-size: 14px;

	text-align: center
}


.newsletter_signup .form-group, .newsletter_signup .submit_button {
	display: inline-block
}
.newsletter_signup .form-control {
	
}

.newsletter_signup .form-control {

}

.newsletter_signup input[type='submit'] {
	display: inline-block;
	height: 20px;
	font-size: 14px
}



.newsletter_signup input:-webkit-autofill {
	color: transparent !important
}
.newsletter_signup input:focus {
	outline: 0
}

.newsletter_signup .newsletter_inner {
	padding: 10px;
}
.newsletter_signup .close_signup {
	margin-left: 3%
}

.newsletter_signup .close_signup:hover {
	opacity: .7;
}


.newsletter_signup p {
	float: none;
	margin-bottom: 8px;
	text-align: center
}

.newsletter_signup {
	text-align: center;

}
.newsletter_signup .close_signup {
	float: none;
	margin-right: 1%;
	position: relative;
	top: 3px;
	display: inline-block;
}
.newsletter_signup p {
	display: inline-block;
	width: 45%;
	vertical-align: middle;
	padding-right: 2%;
	text-align: left;
	text-transform: uppercase;
	font-size:16px;
	line-height:1.2;
	margin:0;

}
.newsletter_signup form {
	display: inline-block;
	width: 45%;

	vertical-align: middle
}
.newsletter_signup .form-group, .newsletter_signup .submit_wrap {
	margin-bottom: 8px
}

.newsletter_signup .input_wrapper {
	display: inline-block;
	width:68%;
	vertical-align: top;
}

.input_wrapper input[type=email] {
	width:100%;
	margin-bottom:6px;
	padding:4px;
	box-sizing:border-box;
	height:28px;
	
	outline:0;
}

.newsletter_signup input[type=submit] {
	display: inline-block;
	vertical-align: top;
	background-color:#205E69;
	border:0;
	outline:0;
	color:#FFF;
	padding:4px;
	box-sizing:border-box;
	height:28px;
	text-transform: uppercase;
	cursor:pointer;
}

.newsletter_signup input[type=submit]:hover {
	background:#4D0F09;

}

.hide {
	display: none;
}

.nowrap {
	min-width:110%;
}

.textred {
	color:#EA2C19;
}

.dan_signup_header {
	font-size:22px !important;
}