/*
Theme Name: Club52 Theme
Theme URI: http://www.thebetterblogger.com
Description: A wordpress theme customized from The Better Blogger for Club52
Version: 1.0
Author: Chosen
Author URI: http://bychosen.com/
Tags: clean, fixed width, two columns, widgets, magazine

	The Better Blogger WP Theme v1.0
	http://www.thebetterblogger.com
	
*/

* { padding: 0; margin: 0; }

body { background: #f8f8f2; font: 10px Helvetica, Arial, sans-serif; color: #444; }

a, a img { border: none; }

.clearRight { clear: right; }
.clearLeft { clear: left; }
.clearBoth, .clear { clear: both; }

.hidden { visibility: hidden; }

.required { color: #f00; }

/* Basic Text Styles
------------------------------------- */

a:link, a:visited, a:active {
  color: #0061a0;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #d6890f;
  text-decoration: none;
}

h1 {
  text-indent: -9999px;
  color: #fff;
  font-size: 20px;
}

h2, h3 {
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: capitalize;
}

h2 span, div.top span { color: #444; }
h2 span a, div.top span a { color: #0061a0; }

h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active {
  font-size: 1em;
  text-decoration: none;
}

h4 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: capitalize;
  margin: .75em 0;
}

h4 a:link,
h4 a:visited,
h4 a:active  {
  color: #0061A0;
  font-size: 1.2em;
  line-height: 110%;
  text-decoration: none;
}

h4 a:hover {
  color: #d6890f;
  text-decoration: underline;
}

p, li {
  font-size: 1.2em;
  line-height: 1.6em;
  margin: .75em 0;
}
#content li ul li { font-size: .875em; padding-left: 2em; }

hr { border: none; height: 1px; background: #E3E3DE; clear: both; margin: 1em 0; }

div.top {
	border-bottom: 1px solid #d2d2c4;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #a6a69a;
	width: 50em;
}
div.bottom {
	border-top: 1px solid #d2d2c4;
	clear: both;
	color: #a6a69a;
	text-transform: uppercase;
	margin: 2em 0;
	padding: 2px 0;
}

blockquote, blockquote p {
  font-size: 1.4em;
  line-height: 1.1em;
  font-style: italic;
  color: #737368;
}

form input[type=hidden] { display: none; }

button { border: 2px solid; }


/* Basic Structure
------------------------------------- */

.container {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 92em;
}

#pageWrapper {
  width: 100%;
}

h1 a {
  float: left;
  width: 17em;
  height: 6em;
  background: url(images/bg_header.jpg) no-repeat left;
}

#navigation {
  background-color: #AFAB9F;
  border-top: 1px solid #d2d2c4;
  height: 3.3em;
  overflow:;
}

#content {
	clear: both;
	width: 92em;
	margin: 2.5em auto;
}



/* Header
------------------------------------- */

#header {
  height: 12.2em;
  background-color: #2a2720;
}

#loginform {
	background: #4a463d;
	padding: 1em;
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
}
	#loginform input[type="text"], #loginform input[type="password"] { padding: 2px; margin-right: .5em; }
	#loginform input[type="submit"], button { 
		background: #2a2720;
		border-color: #222;
		color: #fff;
		cursor: pointer;
		padding-bottom: 0;
		text-transform: uppercase;
	}
	
	a.button { 
		background: #2a2720;
		border: 2px solid #222; 
		color: #fff; 
		display: block;
		float: left;
		font-weight: normal;
		margin: 0 .25em;
		padding: 3px 2px 1px;
		text-decoration: none;
		text-transform: uppercase;
	}
	a.button:hover, #loginform input[type="submit"]:hover, button:hover { border-color: #000; }

#navigation ul { list-style: none; margin: 0 auto; width: 92em; }
	#navigation ul li {
		display:block;
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-top: 7px;
	}
		#navigation ul li a {
			background:#7D796F;
			color:#FFFFFF;
			display:block;
			margin:1px 5px 0 0;
			padding:0.25em 1em;
			text-decoration:none;
		}
		#navigation ul li a:hover { color: #444; background-color: #c1c1a8; }
		#navigation ul li a.selected { background: #f8f8f2; color: #444; }
		
		#navigation ul li ul { background:#7D796F; clear: both; display: none; padding: 0; }
		#navigation ul li:hover ul, #navigation ul li ul:hover { display: block; position: absolute; float: right; width: 120px; z-index: 999; }
			#navigation ul li ul li { float: none; font-size: .875em; margin: 0; }
				#navigation ul li ul li a { border-top: 1px solid #5b574d; margin: 0; }
				#navigation ul li ul li a.selected { background: #5b574d; color: #fff; }




/* Featured Article
------------------------------------- */

#featureWrapper {
  padding-bottom: 2em;
  width: 92em;
}

#featureWrapper .image {
	background-color:#D2D2C4;
	display:block;
	float:left;
	padding:0.5em;
	text-align: center;
	width:59em;
}

#featureWrapper .article-right {
	float: right;
	width: 29em;
}

#featureWrapper .article h3 { margin-bottom: 0.5em; }

#featureWrapper .article p { margin-bottom: 1.7em; }

#featureWrapper .article a { text-align:right; }


/* Secondary Articles (Homepage / Archives)
-------------------------------------------- */

#pageContent {
  float: left;
  margin-top: 1.5em;
  width: 63em;
}

#pageContent .column {
  float: left;
  width: 29em;
  margin-right: 2em;
  min-height:28em;
  padding-bottom:3em;
}

#pageContent .recent-speakers {
  width: 60em;
  padding-bottom: 1.5em;
}

#pageContent .recent-mentors {
  float: left;
  width: 600px;
  margin-right: 14px;
  padding-bottom: 5px;
}

#pageContent h2, #sidebar h2, #sidebar h3 {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #e3e3de;
  margin-bottom: .5em;
  padding-bottom: 3px;
}

#pageContent .column .content_wrap {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3de;
  /* By Shane: text-align: justify;*/
}

#pageContent .recent-speakers .content_wrap {
  float: left;
  width: 100%;
  min-height: 26em;
  padding: 2em 1em 0;
  width: 28em;
}

#pageContent .recent-mentors .content_wrap {
  float: left;
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #e3e3de;
}

#pageContent .recent-speakers .content_wrap.block { padding: 1em; width: 28em; }

#pageContent .content_wrap .image {
  float: left;
  display: block;
  padding: 5px;
  background-color: #d2d2c4;
  margin-right: 2em;
}

.content { padding-bottom: 1em; position: relative; /*By Shane: text-align: justify;*/ }

#pageContent .content_wrap .image .inner,
#pageContent .content_wrap .image .inner a,
#pageContent .content_wrap .image .inner a img {
  display: block;
  margin: 0 auto;
  background-color: #696962;
  border: 0;
  float: left;
}

#pageContent .image small {
  float: left;
  margin: .7em .5em 0 0;
}

	#date {
		position: absolute;
		right: 0;
		top: 4px;
	}

#pageContent ul, #pageContent ol { list-style-position: inside; }



/* Sidebar / Advertisements
-------------------------------------------- */

#sidebar {
  float: right;
  width: 29em;
}

#sidebar ul {
  list-style: none;
  margin-bottom: 15px;
}

.social a img { padding: .25em; }

.block { background: #d2d2c4; margin: 2em 0; padding: 2em; }

.block .large {
	background: #2A211C;
	height: 23em;
	margin: 0 auto;
	padding: 1em;
	width: 23em;
}

.block .inner {
	border: 2px solid #655F5B;
	display: block;
	height: 98%;
	text-align: center;
}

.block .inner a { color: #a8a69a; font-weight: normal; }

.block .large .inner a { font-size: 2em; padding: .5em 0; }
.block .large .inner big a { color: #fff; display: block; font-size: 4em; line-height: 1.25em; text-decoration: none; }

.block .medium {
 	background: #2A211C;
	height: 10em;
	margin: 0 auto;
	padding: 1em;
	width: 23em;
}
	.block .medium .inner a { font-size: 1.2em; padding: .8em 0 0; }
	.block .medium .inner big a { color: #fff; display: block; font-size: 2em; line-height: 1.25em; text-decoration: none; }


.block .small {
 	background: #2A211C;
 	float: left;
	height: 10em;
	margin-top: 1em;
	padding: 1em;
	width: 10em;
}
.block .small.left { margin-right: 1em; }

	.block .small .inner a { color: #fff; display: block; font-size: 1.4em; line-height: 1.5em; margin: 2em 0; text-decoration: none; }


/* WP-Widgets, Calendar
------------------------------------- */

.sidebar-widget {
	margin: 1.5em 0;
	width: 100%;
}

.sidebar-widget ul {
	list-style:none;
}


#wp-calendar { width: 282px; }
#wp-calendar caption { text-align: left; font-size: 1.2em; font-weight: bold; padding: 0.6em 0.2em 0; }
#wp-calendar th, #wp-calendar td { padding: 0 .4em; }
#wp-calendar th { text-align: left; background-color: #e5e5e1; font-size: 1.1em; font-weight: bold; }
#wp-calendar td { background-color: #f0f0eb; }



/* Footer
------------------------------------- */

#footer {
  border-top: 1px solid #e3e3de;
  clear: both;
  margin: 0 auto;
  padding: 2.5em 0;
  width: 92em;
}

ul.resource-links { float: left; padding-top: .3em; }
	ul.resource-links li { display: inline; font-size: 1.2em; }

p#copyright { clear: both; padding-top: 2em; text-align: center; }


/* Miscellaneous Styles
------------------------------------- */
.wp-caption { background: #D2D2C4; margin: 1em; padding: 1em 0 0 1em; }

.alignLeft, .alignleft { float: left !important; }
.alignRight, .alignright { float: right !important; }

img.alignLeft, img.alignleft {
  float: left;
  margin: 0 12px 12px 0px;
  background-color:#D2D2C4;
  padding: 5px;
}

img.alignRight, img.alignright {
  float: right;
  margin: 0 0 12px 12px;
  background-color:#D2D2C4;
  padding: 5px;
}

.textwidget {
  font-size: 1.1em;
  line-height: 1.5em;
}



/* Search and Subscribe Section Styles
------------------------------------------ */
.form-list { list-style: none; }

#searchForm {
	float: right;
	padding: .75em 0;
	position: absolute;
	top: 0;
	right: 0;
}

#subscribeForm {
	float: right;
	margin-right: 0.7em;
}

#searchForm .inner,
#subscribeForm .inner {
	float: left;
}

#searchForm p,
#subscribeForm p {
	float: left;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.2em;
	margin-right: 13px;
}

#searchForm form,
#subscribeForm form { 
	margin: 0; 
	padding: 0; 
	float: left;
}

input, textarea, select {
	border: 2px solid #d2d2c4;
	float: left;
	font: 1em helvetica, arial, sans-serif;
	display: block;
	padding: 2px;
}

input:focus, textarea:focus { border-color: #888; }

#searchForm form input[type=image],
#subscribeForm form input[type=image] {
	border: 0;
	margin-left: .5em;
	padding: 0;
}

#subscribeForm form input[type=hidden] { display: none; }



/* Archive-specific Styles
------------------------------------- */

.bymonth, .bytopic {
  width: 100%;
  font-size: 1.4em;
  float: left;
  margin: 0.5em 0;
}

.bymonth a, .bytopic a {
  float: left;
  width: 100%;
  padding: 0.5em 0;
}



/* Archive-specific Styles
------------------------------------- */

#commentform {
	float: left;
	width: 600px;
}

div.commentlist {
	float: left;
	width: 600px;
}

div.comment, div.alt {
	float: left;
	border-top: 1px solid #e3e3de;
	padding: 1.2em;
}

div.comment-input input,
div.comment-input textarea {
	border: 2px solid #d2d2c4;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 1px 1px 2px;
	margin: .25em;
}

div.comment-input textarea {
	width: 46em;
}

div.comment-meta,
div.comment-input label {
	float: left;
	width: 7.5em;
}

div.comment-meta img {
	padding: 0.5em;
	background-color: #d2d2c4;
}

div.comment-body {
	float: right;
	width: 44em;
}

div.comment-title {
	clear: both;
	color: #a6a69a;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	margin: .5em 0;
	text-transform: uppercase;
	width: 6.5em;
}
.comment-input span { float: left; font-size: 1.2em; margin: .5em 0; }

#submit {
	cursor: pointer;
}



/* JQUERY Tabbing Styles
------------------------------------- */

.ui-tabs-nav {
display: block;
float: left;
list-style: none;
width: 100%;
}

.ui-tabs-nav li {
float: left;
display: block;
height: 2.6em;
}

.ui-tabs-nav li a {
float: left;
display: block;
padding: 0 0 0 1.5em;
font-size: 1.2em;
font-weight: normal;
}

li.ui-tabs-selected a {
	font-weight: bold;
	text-decoration: none;
}

.ui-tabs-panel {
float: left;
width: 100%;
}

#pageContent:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Products */
.additional_description p { font-size: .75em; }
.imagecol p { font-weight: bold; }

.shoppingcart tr td, .shoppingcart tr th { border-bottom: 1px solid #e3e3ed; padding: 1em .5em; }
#sliding_cart .total { padding: 1em 0; }

.wpsc_description { font-size: .875em; }

.wpsc_buy_button { background: #0084b0; border: 1px outset #fff; color: #fff; padding: .3em .2em .1em; }
