/*
Theme Name: The Big Girls Club
Theme URL: http://www.thebiggirlsclub.org/blog/
Description: The Big Girls Club
Version: 1.0
Author: Synergia Studio
Author URL: http://www.synergia-studio.com
Tags: 

*/

* {
	padding: 0;
	margin: 0;
}

form, input {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/20px Tahoma, Geneva, sans-serif;
	color: #000;
	height: 100%;
	background: url(images/bg.jpg) repeat-x center top #5d3c97;
}

/* COMMON STYLE
--------------------------------------------------------- */
a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

p, pre, blockquote {
	padding: 0 0 10px;
}

p { margin: 0 0 5px; }

img { border: 0 none; }

h1 {
	font-size: 22px;
	margin: 0;
	color: #cc0000;
}

h1 a {
	text-decoration: none;
	color: #000099;
}

h2 {
	margin: 4px 0;
	font-size: 18px;
	color: #000099;
}

h3 {
	margin: 5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

h4 {
	display: block;
	margin: 2px 0;
	font-size: 12px;
	color: #000;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 16px 10px;
	line-height: 22px;
}

ol li {
	margin-left: 35px;
	line-height: 20px;
}

.clr {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* LAYOUT STYLES
-------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 890px;
}

#header {
	margin-bottom: 15px;
	height: 190px;
	background: url(images/header.jpg) no-repeat;
}

/* Main Menu */
#mm {
	float: left;
	padding: 153px 0 0 3px;
}

#mm a {
	margin-left: 1px;
	display: inline-block;
	height: 37px;
}

a#home { width: 71px; background: url(images/mm_home.gif) no-repeat; }
a#blog { width: 71px; background: url(images/mm_blog.gif) no-repeat; }
a#buy_our_book { width: 109px; background: url(images/mm_buy_our_book.gif) no-repeat; }
a#testimonials { width: 99px; background: url(images/mm_testimonials.gif) no-repeat }
a#training { width: 69px; background: url(images/mm_training.gif) no-repeat; }
a#field_stories { width: 93px; background: url(images/mm_field_stories.gif) no-repeat; }
a#contact_us { width: 99px; background: url(images/mm_contact_us.gif) no-repeat }

#mm a:hover {
	background-position: left -37px;
}

a#adams2 {
	float: left;
	margin-top: 168px;
	display: inline-block;
	margin-left: 2px;
	width: 71px;
	height: 22px;
}

a:hover#adams2 {
	background: url(images/adams2.gif) no-repeat;
}

/* Content */
#ct_top {
	height: 12px;
	width: 634px;
	background: url(images/ct_top.png) no-repeat;
}

#ct_bot {
	height: 12px;
	width: 634px;
	background: url(images/ct_bot.png) no-repeat;
}

#ct {
	padding: 10px 20px;
	width: 594px;
	background: url(images/ct_bg.png) repeat-y;
}

.sidebar {
	float: right;
	width: 241px;
}

.search {
	margin: 0 0 12px 4px;
}

.search input {
	vertical-align: top;
	border: none;
}

.search_box {
	margin-right: 9px;
	padding: 0 1px 0 2px;
	width: 152px;
	height: 21px;
	background: url(images/search.gif) no-repeat;
}

.search_btn {
	width: 66px;
	height: 21px;
	background: url(images/btn_search.gif);
}

input:hover.search_btn {
	cursor: pointer;
	background-position: left -21px;
}

/* Banners */
.banners a {
	display: inline-block;
	width: 241px;
}

a#b_blog {
	margin-bottom: 10px;
	height: 120px;
	background: url(images/banner_blog.gif) no-repeat top center;
}

a:hover#b_blog {
	background-position: center -120px;
}

a#b_testimonials {
	margin-bottom: 10px;
	height: 120px;
	background: url(images/banner_testimonials.gif) no-repeat top center;
}

a:hover#b_testimonials {
	background-position: center -120px;
}

a#b_training {
	margin-bottom: 10px;
	height: 140px;
	background: url(images/banner_training.gif) no-repeat center top;
}

a:hover#b_training {
	background-position: center -140px;
}

a#b_stories {
	margin-bottom: 10px;
	height: 120px;
	background: url(images/banner_stories.gif) no-repeat center top;
}

a:hover#b_stories {
	background-position: center -120px;
}

a#b_buyourbook {
	height: 120px;
	background: url(images/banner_buyourbook.gif) no-repeat center top
}

a:hover#b_buyourbook {
	background-position: center -120px;
}

a#b_free_gift {
	height: 120px;
	margin-bottom: 10px;
	background: url(images/TBGC_Register_3.jpg) no-repeat center top
}

a:hover#b_free_gift {
	background-position: center -120px;
}

/* Footer */
#footer {
}


/* WordPpress styles
--------------------------------- */
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

acronym, abbr {
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
}

h2 {
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: left;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #5C3B96;
	padding: .2em;
}

#commentform textarea {
	width: 470px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

.storycontent {
	margin-top: 10px;
}

.fn {
	font-size: 15px;
	font-weight: bold;
}

.comment-meta {
	line-height: normal;
	font-size: 11px;
	margin-bottom: 4px;
	
}
