/*  
Theme Name: Statsaholic
Theme URI: http://adamschweigert.com
Description: Wordpress template for JosieBloss.com
Version: 1.0
Author: Adam P Schweigert
Author URI: http://adamschweigert.com
*/


/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Created by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----------typography----------*/

body {
	font-family: Verdana, Helvetica, sans-serif; 
	text-align: left;
	font-size:10px;
    line-height:1.125em; 
	color:#777;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3em;
	line-height:1.25em;
	margin-bottom:0.5em;
}
h3 {
	font-size: 2em;
}
p {
    font-size:1.5em;
	line-height:1.8em;
	margin-bottom:1.0em;
}

/*----------some basic classes----------*/

.clear {clear:both;}
.left {text-align: left;}
.right {text-align:right;}
.hidden {display:none;}
div.hr {height:2px; margin-bottom:1.5em; padding-top:1em; border-top: 2px solid #a51419;}

strong {font-weight:bold;}
em {font-style:italic;}

img {padding:5px; border:1px solid #ababab; background-color:#FFF;}
img.left, .alignleft {float:left; margin: 0 10px 10px 0;}
img.right, .alignright {float:right; margin: 0 0 10px 10px;}

/*-------------links----------------*/

a, a:link, a:visited {
	text-decoration:none;
	/*color:#6500b0;*/
	color:#4f3962;
}
a:hover, a:active {
	color: #c40be5;
	text-decoration:underline;
}

/*----------layout----------*/

body {
	background: #422850 url('/wp-content/themes/statsaholic/images/body-bg.png') repeat-x top left;
}
#wrapper {
	width:960px;
	margin:0 auto;
	background-color:#fff;
}
#content {
	background-color:#fff;
	width:960px;
	clear:both;
}
#content-main {
	float:left;
	width:580px;
	margin-left:10px;
	padding:10px;
}

/*-----------------HEADER-----------------*/
#header-home {
	background: url('/wp-content/themes/statsaholic/images/header-home.png') no-repeat top left;
	height:476px;
	width:960px;
}
#header {
	background: url('/wp-content/themes/statsaholic/images/header-inside-pgs.png') no-repeat top left;
	height:142px;
	width:960px;
}
div.home-link {height:130px; width:420px;float:left;}
.header-text-replacement {
	margin-left:-9999px;
	font-size:1px;
	line-height:1px;
}
ul#nav-list {
	float:left;
	position:relative;
	top:55px;
	left:40px;
	font-size:20px;
	height:90px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	letter-spacing:2px;
	width:480px;
}
ul#nav-list li {
	display:inline;
	text-shadow:#333 1px 1px 1px;
}
ul#nav-list li a {
	color:#e9e2ef;
	padding: 3px 8px 4px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#nav-list li a:hover {
	color:#fff;
	text-decoration:none;
	height:45px;
	background: #372348;
	padding: 3px 8px 4px 8px;
}
ul#nav-list li a:hover span.button {
	padding-bottom:15px;
	background: url('/wp-content/themes/statsaholic/images/nav-bg-over.png') no-repeat 50% -5px;
}

/*--------------SIDEBAR-------------*/
#sidebar {
	float:right; 
	width:300px;
	margin-right:10px;
	padding:10px;
	}
#sidebar h4 {
	font-size:18px; 
	margin-bottom: 10px; 
	background-color:#b8afbf; 
	padding:6px 5px;
	width:100%;
	color: #fff;
	border-bottom:2px  solid #9d92a7;
	text-shadow: #9d92a7 1px 1px 1px;
	clear:both;
}
#sidebar p.more-link, #bottom-cols p.more-link {
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
#bottom-cols p.more-link {
	text-align:left;
}
.sidebar-box {
	margin-bottom:20px;
}
#sidebar #searchform input#s {
	width:215px;
}
#sidebar .about p {
	font-size:14px;
	line-height:18px;
}
#sidebar .archives {
	margin-top:-10px;
}
#sidebar .archives p {
	margin-bottom:0;
	font-size:12px;
	color: #9d92a7;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing: 2px;
	margin-left:2px;
}
#sidebar .archives div {
	margin-bottom:20px;
}
ul#twitter_update_list {
	font-size:12px;
	line-height:16px;
	margin-left:3px;
}
ul#twitter_update_list li {
	margin-bottom:15px;
}
#flickr_badge {
	height:330px;
	width:330px;
}
#flickr_badge .flickr_badge_image {
	width:108px;
	height:108px;
	float:left;
}

/*---------FOOTER----------*/
#footer {
	clear:both;
	background: #9d92a7 url('/wp-content/themes/statsaholic/images/footer-repeat.png') repeat-x 0 0;
	height:auto;
	padding:15px 10px 10px 10px;
}
#footer p {
	font-size:12px;
	margin-bottom:0;
	color:#fff;
}

/*-------------SINGLE PAGES----------*/
h1.post-title {
	font-size:34px;
	color:#4f3962;
	line-height:40px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;
	margin-top:-6px;
	letter-spacing:3px;
}
h1.page-title {
	font-size:34px;
	color:#4f3962;
	line-height:40px;
	text-transform:uppercase !important;
	font-weight:bold;
	margin-bottom:14px;
	margin-top:-6px;
	letter-spacing:3px;
}
ul.dateline {
	font-size:14px;
	border-top: 1px dotted #4f3962;
	border-bottom: 1px dotted #4f3962;
	margin:14px 0;
	padding: 0 0 5px 0;
}
ul.dateline li {
	display:inline;
	padding-right:15px;
	}
a.stbutton{position:relative; top:2px;}
span.stbuttontext{position:relative; top:-2px;}
div#tweetmeme_button{padding-top:5px;}
#dsq-content h3 {
	font-size:18px;
	border-top: 1px dotted #4f3962;
	border-bottom: 1px dotted #4f3962;
	margin:14px 0;
	padding: 5px 0;
}
div.dsq-dc-logo{position:relative; top:12px;}
.entry h3 {clear:both; font-size:18px; font-weight:bold; margin-bottom:15px;}
.entry ul, .entry ol {
	font-size:14px;
	line-height:18px;
	margin-left:30px;
}
.entry ul li, .entry ol li {
	margin-bottom:12px;
}
.entry ul li {
	list-style:outside disc;
}
.entry ol li {
	list-style:outside decimal;
}
blockquote {
	background: url('/wp-content/themes/statsaholic/images/quotes.png') no-repeat top left;
	margin-top:-10px;
	padding-top:14px;
	min-height:45px;
}
blockquote p {
	font-size:14px;
	line-height:18px;
	margin-left:30px;
}
	

/*-------------HOMEPAGE-------------*/
#rotator {
	clear:both;
	width:960px;
	height:330px;
	overflow:hidden;
}
#rotator a#rotator-nav-prev {
	float:left;
	width:50px;
	height:330px;
	background: transparent url('/wp-content/themes/statsaholic/images/left-arrow.png') no-repeat top left;
	z-index:3;
}
#rotator a#rotator-nav-prev:hover {
	opacity:0.8;
}
#rotator a#rotator-nav-right {
	float:right;
	position:relative;
	top:-330px;
	width:50px;
	height:330px;
	background: transparent url('/wp-content/themes/statsaholic/images/right-arrow.png') no-repeat top left;
	z-index:3;
}
#rotator a#rotator-nav-right:hover {
	opacity:0.8;
}
#rotator div.rotator-item {
	width:860px;
	height:330px;
	padding:0 50px;
	z-index:1;
	}
#rotator li {
	width:760px;
	padding:0 50px;
}
#rotator li a:hover {
	text-decoration:none;
}
#rotator li img {
	width:180px;
	padding:0;
	border: 1px solid #cdcdcd;
	margin-top:30px;
	float:left;
	margin-right:40px;
}
#rotator li h4 {
	padding-top:45px;
	color:#9d92a7;
	text-shadow: #fff 1px 1px 1px;
	text-transform:uppercase;
	font-size:18px;
}
#rotator li h2 {
	font-size:44px;
	color:#4f3962;
	text-shadow: #fff 1px 1px 1px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;
}
#rotator li p.teaser {
	color:#9d92a7;
	text-shadow: #fff 1px 1px 1px;
	font-size:22px;
	line-height:28px;
	margin-bottom:0;
}
#rotator li p.quote-source {
	color:#4f3962;
	text-shadow: #fff 1px 1px 1px;
	font-weight:bold;
	font-size:18px;
}
#rotator li p.quote-source span.small-text {
	font-size:13px;
	font-weight:normal;
}
#rotator div.buttons {
	margin:-38px 0 0 0;
	position:relative;
	left:-5px;
	padding:15px 0;
	width:800px;
}
#rotator div.buttons div#button-1,
#rotator div.buttons div#button-2 {
	float:left;
}
#rotator div.buttons div#button-2 {
	margin-left:-20px;
}
#rotator div.buttons div img {
	border:none;
	width:auto;
	padding:none;
	background:transparent;
}
#rotator div.buttons div a:hover img {
	opacity:0.8;
}
#top-cols {
	clear:both;
	margin:10px 0;
	height:auto;
}
#top-col-left {
	float: left;
	width:560px;
	margin-left:0;
	padding:10px 10px 10px 20px;
}
#top-col-left p {
	font-size:19px; 
	line-height:26px;
	margin-bottom:0;
}
#top-col-left img {float:left; margin:0 20px 0 0;}
#top-col-right {
	float:right;
	width:300px;
	padding:10px;
}
#top-col-right h4 {
	margin-bottom:7px;
	font-size:12px;
	color: #9d92a7;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing: 2px;
	margin-top:5px;
}
#searchform {
	margin-bottom:14px;
}
#searchform input#s {
	width:220px; 
	padding:4px; 
	font-size:18px; 
	color:#999;
}
#searchform input#searchsubmit {
	padding:4px 10px;
	margin-left:5px;
	background-color:#372348; 
	border-right:2px solid #9d92a7;
	border-bottom:2px solid #9d92a7;
	border-top:2px solid #b8afbf;
	border-left:2px solid #b8afbf;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	position:relative;
	top:-1px;
}
#searchform input#searchsubmit:hover {
	background-color:#c40be5;
	cursor:pointer;
}
ul.social-media {
	position:relative;
	top:-4px;
	left:-6px;
}
ul.social-media li {
	display:inline;
	padding:0;
	margin:0;
}
ul.social-media li a img {
	border:none;
	padding:0;
	margin:0;
}
ul.social-media li a:hover img {
	opacity:0.8;
}
#bottom-cols {
	clear:both;
	padding:10px 0;
	height:auto;
}
#bottom-cols #bottom-col-left {
	float:left;
	width:420px;
	margin-left:10px;
}
#bottom-cols #bottom-col-center {
	float:left;
	width:280px;
	margin-left:20px;
}
#bottom-cols #bottom-col-right {
	float:left;
	width:200px;
	margin-left:20px;	
}
#bottom-cols h4 {
	font-size:18px; 
	margin-bottom: 10px; 
	background-color:#b8afbf; 
	padding:6px 0 6px 5px;
	width:98%;
	color: #fff;
	border-bottom:2px  solid #9d92a7;
	text-shadow: #9d92a7 1px 1px 1px;
	clear:both;
}
#bottom-col-left h4.home-blog-featured-headline {
	font-size:22px;
	line-height:28px;
	background:none;
	font-weight:bold;
	margin:12px 0 12px 0;
	padding:0 3px;
	text-shadow:none;
	border:none;
}
#bottom-col-left p {
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
	margin-left:3px;
	padding:0 5px;
}
#bottom-col-left h5 {
	font-size:14px;
	color: #9d92a7;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing: 2px;
	margin-top:18px;
	margin-bottom:14px;
	padding:0 5px 0 8px;
}
#bottom-col-left ul {
	margin-left:3px;
	font-size:15px;
	line-height:20px;
	padding:0 5px;
}
#bottom-col-left ul li {
	margin-bottom:10px;
}
#bottom-cols #bottom-col-center ul#twitter_update_list {
	padding-right:10px;
	padding-top:8px;
}
#flickr_badge_homepage {
	height:317px;
	width:210px;
	position:relative;
	left:5px;
	padding-top:8px;
}
#flickr_badge_homepage .flickr_badge_image {
	width:103px;
	height:103px;
	float:left;
}
/*----------------CONTACT FORM-------------*/
h2.main-formhead {display:none;}

/*----------------ARCHIVE PAGES-------------*/
h1.archive_pagetitle,
h3.archives-subhead {
	font-size:18px; 
	margin-bottom: 20px; 
	background-color:#b8afbf; 
	padding:6px 5px;
	width:100%;
	color: #fff;
	border-bottom:2px  solid #9d92a7;
	text-shadow: #9d92a7 1px 1px 1px;
	clear:both;
}
.archive-item {
	margin-bottom:24px;
}
h3.archive-headline {
	margin-bottom:4px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:24px;
}
h4.small-date {
	margin-bottom:10px;
}
.archive-item p {
	margin-bottom:0;
	font-size:14px;
	line-height:18px;
}
p.read-more {
	font-size:13px;
}
/*-------------BOOKS PAGE----------*/
.book-list-item {
	clear:both;
	margin-bottom:50px;
	height:auto;
	min-height:120px;
}
.book-list-item p {
	font-size:14px;
	line-height:20px;
	margin-bottom:0;
}
.book-list-item p.quote-source {
	font-size:12px;
}
.book-list-item div.buttons div {
	float:left;
	position:relative;
	left:-3px;
}
.book-list-item div.buttons div img {
	padding:6px 14px 10px 0; 
	background:transparent;
	border:0;
	height:32px;
}
.book-list-item div.buttons div a:hover img {
	opacity:0.8;
}
#page-button img {border:0; padding:0; position:relative; left:-8px;}
#page-button a:hover img {opacity:0.8}
