@import "countdown.css";

/*
File:			custom.css
Description:	Custom styles for the Thesis Sharp Skin
Author URI:	http://www.thesistheme.net/thesis-sharp*/
ul,li
{
	margin:0;
	padding:0;
}

a
{
	outline:none;
}

body.custom
{
	background:transparent url(images/bg.png) repeat-x;
	line-height:1.8em;
	font-family:"Helvetica", Arial, Helvetica, sans-serif;
}

.custom #content_box
{
	background:none;
	clear:both;
}

/***HEADER***/
.custom #header_area .page
{
	background:none;
}

.custom #header
{
	background:transparent url(images/divider.gif) bottom left repeat-x;
	border-bottom:none;
	padding:1em 0;
}

.custom #header #logo
{
	margin:.2em 0 0;
}

.custom #header #logo a
{
	border:none;
	outline:none;
}

.custom #header #logo a:hover
{
	opacity:.8;
}

.custom #header #tagline
{
	float:left;
	text-indent:-9999em;
}

.custom #header_widget_1 ul.sidebar_list li.widget
{
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:468px;
}

.custom div.header-adblock a:hover img
{
	border:3px solid #666;
}

.custom div.header-adblock a img
{
	border:3px solid #333;
}

/***HEADER END**
**NAV MENU***/
.custom .menu
{
	background:none;
	border:none;
	height:20px;
}

/*Edit the Above Line of Code with the background colors referenced above to modify the background color when hovering over a menu item*/
.custom ul.menu
{
	float:right;
	padding:1.8em 0 1em;
}

.custom ul.menu li a:hover
{
	background:#666;
	color:#333;
	border:none;
	text-decoration:none;
}

.custom ul.menu li.current a,.custom ul.menu li.current-cat a
{
	color:#333;
	border:none;
	cursor:hand;
}

.custom .menu li
{
	font-size:110%;
	text-decoration:none;
	border-bottom:none;
	color:#222;
	margin:0;
	padding:0;
}

.custom .menu a
{
	background:#d7d7d7 url(images/navigation.png) top center repeat-x;
	text-decoration:none;
	cursor:hand;
	letter-spacing:0;
	border:none;
	-moz-border-radius-topleft:.5em;
	-moz-border-radius-topright:.5em;
	-webkit-border-lefttop-radius:.5em;
	-webkit-border-righttop-radius:.5em;
	margin:0 .2em 0 0;
}

.custom .menu .rss
{
	float:right;
}

.custom .menu .rss a,.menu .rss a:hover
{
	border:none;
}

.custom .menu .rss a:hover
{
	text-decoration:none;
}

/***NAV MENU END**
**SIDEBAR AND WIDGETS***/
.custom li.widget
{
	clear:both;
	list-style:none;
	text-indent:0;
	width: auto;
	margin:0 0 .5em;
}

li.widget h3
{
	font-size:1.6em;
	color:#666;
	margin-bottom:0;
	margin-top:0;
	font-variant:normal;
	letter-spacing:0;
}

.custom #multimedia_box
{
	margin-bottom:0;
	font-size:90%;
	-moz-box-shadow:1px 1px 15px #DDD;
}

.custom .sidebar ul.sidebar_list
{
	position:relative;
	margin:0;
	padding:0;
}

.custom div.subscriber
{
	text-indent:0;
	background:#FFF0DA url(images/subscribe-bg.png) no-repeat;
	border-bottom:1px solid #bbb;
	border-top:1px solid #bbb;
	margin-left:-1em;
	margin-right:1em;
	padding:1em;
}

.custom div.bluefader
{
	text-indent:0;
	background:#E5F2FF url(images/blue-bg.gif) repeat-x;
	border-bottom:1px solid #bbb;
	margin-left:-1em;
	margin-right:1em;
	padding:1em;
}

.custom div.grayfader
{
	text-indent:0;
	background:#fff url(images/fade.gif) repeat-x;
	border-bottom:1px solid #bbb;
	margin-left:-1em;
	margin-right:1em;
	padding:1em;
}

.custom div.sblist1 a
{
	display:block;
	color:#000;
	margin-left:-0.9em;
	margin-right:-0.9em;
	padding-left:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	text-decoration:none;
	font-size:14px;
}

.custom div.sblist1 a:hover
{
	background-color:#eee;
	color:#000;
	text-decoration:underline;
}

/***SIDEBAR AND WIDGETS END**
**CONTENT AREA MODS***/
.custom .entry-title
{
	color:#333;
	font-size:24px;
	font-weight:700;
}

.custom .entry-title a
{
	text-align:center !important;
	color:#333;
	font-size:28px;
	font-weight:700;
}

.custom .post_box
{
	position:relative;
	margin:0;
	padding:10px 20px 10px 0;
}

.format_text p,.format_text dl,.format_text dd,.format_text img[align="middle"]
{
	text-align:justify;
}

.custom .format_text h3 a
{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

.custom div.welcome_box
{
	border:2px solid #ddd;
	background:#E5F2FF url(images/blue-bg.gif) repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:1em 0.5em 0;
	padding:0.4em 0.4em 0;
}

.custom div.adblock a:hover img
{
	border:3px solid #bebebe;
}

.custom div.adblock a img
{
	border:3px solid #ddd;
}

.custom div.image-block a:hover img
{
	background:#ddd;
	border:1px solid #bebebe;
}

.custom div.image-block a img
{
	background:#eee;
	border:1px solid #ddd;
}

/***OTHERS MODS END**
**FOOTER***/
.custom #footer_area,#footer_area .page
{
	background:#222;
}

.custom #footer_area
{
	color:#ccc;
	padding-top:0;
	border-top:1px dashed #999;
}

.custom #footer
{
	border-top:1px dotted #999;
}

.custom #footer a:hover
{
	color:#fff;
	text-decoration:none;
}

.custom #footer_1
{
	text-align:left;
	border-bottom:1px solid #333;
}

.custom #footer_1 ul.sidebar_list li.widget
{
	text-indent:0;
	color:#eee;
	width:23%;
	margin-right:0;
	float:left;
}

.custom #footer_1 ul.sidebar_list li.widget h3
{
	text-indent:0;
	padding-top:0.2em;
	color:#ccc;
	font-size:22px;
}

.custom #footer_1 ul.sidebar_list li.widget a
{
	color:#fff;
	border-bottom:0;
	padding:0.2em;
}

.custom #footer_1 ul.sidebar_list li.widget a:hover
{
	color:#ccc;
	padding:0.2em;
}

.custom div.header-adblock img,.custom div.adblock img
{
	padding:1px;
}

.custom div.subscriber h3,.custom div.bluefader h3,.custom div.grayfader h3
{
	text-indent:0;
}

.custom .entry-title a:hover,.custom .format_text h3 a:hover,.custom .format_text .code1
{
	color:#900;
}

.custom #image-block img,.custom div.image-block img
{
	background:#eee;
	border:1px solid #ddd;
	padding:0.8em;
}

/*Tabbed Widget */
.tabbedwidget
{
	font-size:120%;
	background:#CDCDCD;
	clear:both;
	margin:1em 0;
	padding:10px 5px 5px;
}

.tabnav li
{
	display:inline;
	list-style:none;
}

.tabnav li a
{
	background:#999;
	font-weight:700;
	color:#FFF;
	text-decoration:none;
	padding:7px 12px;
}

.tabnav li a:hover,.tabnav li a:active,.tabnav li.ui-tabs-selected a
{
	background:#333;
	color:#999;
}

.tabdiv
{
	color:#222;
	background:#FFF;
	margin-top:5px;
	padding:5px;
}

.tabdiv li
{
	list-style:none;
	border-bottom:1px dotted #CCC;
	margin:0;
	padding:5px 0;
}

/* Slider */
.custom #slider
{
	overflow:hidden;
	background:transparent url(images/divider.gif) bottom left repeat-x;
	border-bottom:none;
	margin-bottom:1em;
}

.custom .blockquote,blockquote
{
	width:540px;
	background:#ff4c2c url(images/blockquote.png) top left repeat;
	position:relative;
	z-index:1;
	margin:1em 0;
	padding:5px 10px;
}

.custom .blockquote h1 .textwidget,blockquote h1
{
	color:#EEE;
	font-size:1.18em;
	line-height:1.4em;
	padding:.2em;
}

.custom .blockquote cite,blockquote cite
{
	position:absolute;
	right:0;
	font-size:1.6em;
	line-height: 1em;
	font-weight:700;
	z-index:2;
	background:transparent url(images/quote.gif) center left no-repeat;
	padding:5px 0 0 25px;
}

.custom .info
{
	padding:10px;
}

.custom .info .textwidget h2
{
	margin-bottom:.5em;
}

.custom .info .textwidget p
{
	font-weight:700;
	margin:0 0 0.5em;
}

.custom .info .textwidget ul
{
	font-size:85%;
	margin:0 0 1em;
	padding:0;
}

.custom .info .textwidget ul li
{
	list-style-type:none;
	background:transparent url(images/eye.png) left center no-repeat;
	border-bottom:1px dashed #CCC;
	padding:5px 0 5px 22px;
}

.custom #signup
{
	width:540px;
	background:#f6f2b7 url(images/signup.png) top right no-repeat;
	border:1px solid #e1e0a8;
	overflow:hidden;
	position:relative;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	padding:5px;
}

.custom #signup .textwidget h2
{
	font-size:1.6em;
	margin:0;
	float: left;
	padding:0;
}

.custom #signup .textwidget h4
{
	font-size:1.4em;
	margin:0;
	padding:0;
	float: left;
	clear:both;
}

.custom #signup .textwidget ul
{
	list-style-type:none;
	width:90%;
	clear: both;
	padding: 1em 0;
}

.custom #signup .textwidget ul li
{
	float:left;
	display:inline;
	width:150px;
	background:transparent url(images/li-signup.png) center left no-repeat;
	padding:5px 0 5px 18px;
}

.custom #signup .textwidget a.btn
{
	position:absolute;
	background:#2788c8 url(images/btn-signup.png) top left repeat-x;
	color:#FFF;
	font-size:2em;
	bottom:10px;
	right:10px;
	border:1px solid #1185de;
	-moz-border-radius:.4em;
	-webkit-border-radius:.4em;
	padding:6px 12px;
}

.custom ul.ads
{
	list-style-type:none;
	overflow:hidden;
	margin:0;
	padding:0;
}

.custom ul.ads li
{
	float:left;
	display:inline;
	width:113px;
	margin:0 5px;
	padding:0;
}

.WishListMember_Widget #wlmember_loginwidget input[type='text'],.WishListMember_Widget #wlmember_loginwidget input[type='password']
{
	width:100%;
	margin:0 0 .5em;
	padding:5px 0;
}

.WishListMember_Widget #wlmember_loginwidget input[type='submit']
{
	background:#167fbf url(images/button.gif) top left repeat-x;
	border:1px solid #1185de;
	color:#FFF;
	font-weight:600;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	padding:4px 12px;
}

/* CSS Code for the Registration Form 
 The Main Registration Form Table */
.wpm_registration
{
	clear:both;
	margin:10px 0;
	padding:0;
}

/* CSS for Registration Error Messages */
.wpm_err
{
	color:red;
	font-weight:700;
}

/* CSS Code for the Registration Instructions Box 
 The Main Instructions Box */
#wlmreginstructions
{
	background:#ffd;
	border:1px solid red;
	font-size:1em;
	width:450px;
	color:#333;
	margin:0 auto 1em;
	padding:0 1em 1em;
}

/* Links displayed in the Instructions Box */
#wlmreginstructions a
{
	color:#00f;
	text-decoration:underline;
}

/* Numbered Bullets in the Instructions Box */
#wlmreginstructions ol
{
	list-style:decimal;
	background:none;
	margin:0 0 0 1em;
	padding:0 0 0 1em;
}

/* Each Bullet Entry */
#wlmreginstructions li
{
	background:none;
	margin:0;
	padding:0;
}

/* Aweber Form */
.textwidget .af-form-wrapper
{
	background:#9a9a9a url(images/forms.png) top left no-repeat;
	overflow:hidden;
	margin:1em 0;
	padding: 0 5px;
}

#af-form-780793465 .af-body .af-textWrap
{
	display:block;
	float:none;
	width:98%;
}

#af-form-780793465 .af-body .privacyPolicy
{
	color:inherit;
	font-size:11px;
}

#af-form-780793465 .af-body a
{
	color:#094C80;
	font-style:normal;
	font-weight:400;
	text-decoration:underline;
}

#af-form-780793465 .af-body input.text,#af-form-780793465 .af-body textarea
{
	background-color:#FFF;
	border:1px solid #919191;
	color:#000;
	font-weight:400;
	text-decoration:none;
	padding:5px 0;
}

#af-form-780793465 .af-body input.text:focus,#af-form-780793465 .af-body textarea:focus
{
	background-color:#FFFAD6;
	border:1px solid #030303;
}

#af-form-780793465 .af-body label.previewLabel
{
	color:#000;
	display:block;
	float:none;
	font-size:11px;
	font-style:normal;
	font-weight:400;
	text-align:left;
	text-decoration:none;
	width:auto;
}

#af-form-780793465 .af-quirksMode .bodyText
{
	padding-bottom:2px;
	padding-top:2px;
}

#af-form-780793465 .bodyText p
{
	margin:1em 0;
}

#af-form-780793465 .buttonContainer input.submit
{
	background:#167fbf url(images/button.gif) top left repeat-x;
	border:1px solid #1185de;
	font-weight:600;
	color:#FFF;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	padding:4px 12px;
}

#af-form-780793465 body,#af-form-780793465 dl,#af-form-780793465 dt,#af-form-780793465 dd,#af-form-780793465 h1,#af-form-780793465 h2,#af-form-780793465 h3,#af-form-780793465 h4,#af-form-780793465 h5,#af-form-780793465 h6,#af-form-780793465 pre,#af-form-780793465 code,#af-form-780793465 fieldset,#af-form-780793465 legend,#af-form-780793465 blockquote,#af-form-780793465 th,#af-form-780793465 td
{
	color:inherit;
	float:none;
	position:static;
	margin:0;
	padding:0;
}

#af-form-780793465 button,#af-form-780793465 input,#af-form-780793465 submit,#af-form-780793465 textarea,#af-form-780793465 select,#af-form-780793465 label,#af-form-780793465 optgroup,#af-form-780793465 option
{
	float:none;
	position:static;
	margin:0;
}

#af-form-780793465 div
{
	margin:0;
}

#af-form-780793465 fieldset
{
	border:0 none;
}

#af-form-780793465 input,#af-form-780793465 button,#af-form-780793465 textarea,#af-form-780793465 select
{
	font-size:100%;
}

#af-form-780793465 select,#af-form-780793465 label,#af-form-780793465 optgroup,#af-form-780793465 option
{
	padding:0;
}

#af-form-780793465 table
{
	border-collapse:collapse;
	border-spacing:0;
}

#af-form-780793465 ul,#af-form-780793465 ol
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding-left:40px;
}

#af-form-780793465,#af-form-780793465 .quirksMode
{
	width:200px;
	float:right;
}

#af-form-780793465.af-quirksMode
{
	overflow-x:hidden;
}

#af-form-780793465
{
	background-color:transparent;
	border:1px solid transparent;
}
#af-form-603431191
{
	float: none;	
}
#af-form-780793465 .af-body input.image
{
	border:medium none !important;
}

#af-form-780793465 .af-body input.submit,#af-form-780793465 .af-body input.image,#af-form-780793465 .af-form .af-element input.button
{
	float:none !important;
}

#af-form-780793465 .af-body input.text
{
	float:none;
	width:100%;
}

#af-form-780793465 .af-body.af-standards input.submit
{
	padding:4px 12px;
}

#af-form-780793465 .af-clear
{
	clear:both;
}

#af-form-780793465 .af-element label
{
	display:block;
	float:left;
	text-align:left;
}

#af-form-780793465 .af-element
{
	padding:5px 0;
}

#af-form-780793465 .af-form
{
	text-align:left;
	width:300px;
	height:190px;
	float:right;
	margin:auto;
}

#af-form-780793465 .af-header
{
	margin-bottom:0;
	margin-top:0;
	padding:10px;
}

#af-form-780793465 .af-quirksMode .af-element
{
	padding-left:0 !important;
	padding-right:0 !important;
}

#af-form-780793465 .af-form-wrapper .important
{
	margin-right:10px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}

#no-bg
{
	background: none;
}

#af-form-780793465 .lbl-right .af-element label
{
	text-align:right;
}

.custom #container,.tabnav
{
	margin:0 auto;
}

.custom .headline_meta,.custom .headline_area,.custom #archive_info,.wpm_registration td,#af-form-780793465 .buttonContainer,.af-body .af-textWrap
{
	text-align:left;
}

.WishListMember_Widget a,.WishListMember_LoginMergeCode a
{
	display:inline;
	text-decoration:none;
	border-bottom:1px dotted #999;
	margin:0;
	padding:0 5px 0 0;
}

#af-form-780793465 .af-quirksMode,#af-form-780793465 .af-standards .af-element
{
	padding-left:10px;
	padding-right:10px;
}

#floatingWindow
{
	z-index:999;
	position:relative;
}

#agentpopup
{
	width:510px;
	height:260px;
	display:block;
	position:absolute;
	border:#999 5px solid;
	background:#FFF;
	overflow:hidden;
	z-index:1000;
	margin:0;
	padding:0;
}

#agentpopup #dragbar
{
	width:100%;
	background:transparent url('http://forms.aweber.com/images/auto/body/009/5ff/005/999') top left repeat-x;
	cursor:move;
	padding:10px 0;
}

#agentpopup #dragbar span
{
	color:#FFF;
	font-size:120%;
	padding:0 6px;
}

#agentpopup #dragbar a
{
	float:right;
	color:#FFF;
	background:#222;
	padding:3px 8px;
}

/* Overlay */
#simplemodal-overlay
{
	background-color:#aaa;
	cursor:wait;
}

/* Container */
#simplemodal-container
{
	width:500px;
	background-color:#fff;
	border:1px solid #000;
	-moz-border-radius:5px;
	font-size:120%;
}

#simplemodal-container a.modalCloseImg
{
	background:url('images/x.png') no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	left:-18px;
	cursor:pointer;
}

#simplemodal-container #basicModalContent
{
	padding:8px;
}

.custom #header-adblock img,.custom #adblock img
{
	margin:1px;
}

.custom .format_text pre,.ui-tabs-hide
{
	display:none;
}

.WishListMember_Widget,.WishListMember_LoginMergeCode
{
	background:#DDD;
	overflow:hidden;
	-moz-box-shadow:1px 1px 15px #CCC;
	margin:.5em 0;
	padding:.7em;
}

#af-form-780793465 .af-body,#af-form-780793465 p
{
	color:inherit;
}
#no-bg .af-body {
	width: 98%;
}
