/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body {
	
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	background: #000; 
	background-attachment: scroll;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: center;
}

a:hover {
	text-decoration: underline;
}

#container {
width: 980px;
}
#page {
	background: #fff;  
	background-attachment: scroll;
	background-image: url(images/lee_aaron.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:20px;
}
#header {
	position: absolute;
	z-index: 2;
	width: 620px;
	height: 145px;
	overflow: hidden;
	margin: -12px 0px 0px 0px;
	border-bottom:0px none #DFB2BB;
	padding-left:0em;
	padding-right:0em;
	padding-top:12px;
	padding-bottom:0em;
}

#header #logo  {
	font-size: 123px;
	letter-spacing: 4px;
	font-weight: normal;
	line-height: auto;
	margin-left:-8px;
	word-spacing: 4px;
	
}

#mainNavDiv{	
	width: 620px;
 	position: absolute;
	z-index: 1;
	left: 0px;
	top: 137px;

	clear:both;
	z-index:1;

}

ul#mainNav {
}
ul#mainNav li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 20px;
	color: #8A103B;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right: 16px;
	margin-left:-1px;
	float:left;
}

ul#mainNav #links {
	padding-right: 15px;
}



ul#mainNav a {
	text-decoration: none;
	color: #8A103B;
}

#my-feature-box {
font-size:14px;
padding-top:139px;
width:600px;
}

#feature_box {
	height:0px;
	border:0px none;
	clear:both;
padding-left:0em;
padding-right:0em;
}



ul#columnHeaders li {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 4px;
	color: #fff;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background:#DFB2BB none repeat scroll 0;
	float:left;
	margin-top:20px;
}
ul#columnHeaders a {
	text-decoration: none;
	color: #fff;
}

ul#columnHeaders li#shop {
	width:280px;
	padding-left:20px;
	padding-right:20px;
}
ul#columnHeaders li#news_and_views {
	width:260px;
	padding-left:20px;
	padding-right:20px;
}
ul#columnHeaders li#whats_up {
	width:280px;
	padding-left:20px;
	padding-right:20px;
}

/* top right bottom left */

.home_headers {	
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 4px;
	color: #fff;
	background-color:#DFB2BB;
	float:left;
	margin:20px 0 0 0 ;
	padding: 3px 20px 3px 10px;
}

.home_headers a {
	text-decoration: none;
	color: #fff;
}



.home_headers a:link {text-decoration: none; color: #ffffff;}
.home_headers a:visited {text-decoration: none; color: #ffffff;}
.home_headers a:active {text-decoration: none; color: #8a0f3b;}
.home_headers a:hover {text-decoration: none; color: #8a0f3b;}


/*

-moz-border-radius-topleft:8px;			-webkit-border-top-left-radius:8px;
-moz-border-radius-bottomleft:8px;		-webkit-border-bottom-left-radius:8px;

*/

#shop {
	width:290px;

}
#news_and_views {
	width:270px;
}
#whats_up {
	width:290px;
}

.sidebar {
	background-color: #fff;
}

.teaser {
	float:none;
	/* border-bottom:1px dotted #fff; */
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
	width:280px;
	min-height:77px;
}
.post_box, .teasers_box {
	border-top:0 none #fff;
	padding-bottom:0;
	padding-top:0;
}
.teasers_box {
	width:280px;
	padding:0;
	margin:0;
	
}

.teaser h2 {
	font-size:1.6em;
	font-weight:bold;
	line-height:1em;
	text-transform: uppercase;
	color:#331E1E;
	letter-spacing: 1px;
}

.teaser a:hover {
text-decoration:underline:
}
.custom a:hover {
text-decoration:underline:
}

.teaser .format_teaser {
font-size:1.3em;
line-height:normal;
margin-bottom:0;
margin-top:0;
}

.teaser_date published{
	text-transform: none;

}


// Layout
#content_box {
	width: 940px;
}

#column_wrap {
	width:620px;
	padding:0;
	margin:0;
}
	#sidebar_1 { 
		width: 320px; 
		height:auto;
		border: 0; 
		float: left; 
		background-color:#fff; 
		padding-right:0px; 
		visibility: visible;
		overflow: visible;
	}
	#content { 
		width: 300px; 
		background-color:#DFB2BB;
		padding:10px 0 0 0;
		margin:0;
	}
	

#sidebars {
	margin-top:0px;
	width: 320px; 
	float:left;
	padding:0;
	margin:0;
	background-color:#fff;
}
#sidebar_2 {  
	width:320px;
	padding:0;
	margin:0;
	margin-top:20px;
	background-color:#fff;
}

#column_wrap .sidebar ul.sidebar_list {
	padding:0px;
	
}
.sidebar ul.sidebar_list {
	padding-top:0;
}
.sidebar ul.sidebar_list {
	padding-left:0;
	padding-right:0;
}	
	
	
/* ### NEWS COLUMN  ### */	
	
.headline_area {
margin-top:0px;
}


.cat-post-list{
margin: 20px 0px 0px 0px;
}


.cat-post-item{
 	padding-right:20px;	

}
.cat-post-item img{
	margin-right:10px;
	border: 1px solid #8A0F3B;
}
.post-title {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}

#cat_name {
	
		visibility: hidden;
		overflow: hidden;
		width: 0px; 
		height:0px;
		border: 0; 
	font-size: 0em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#DFB2BB;
	text-transform: uppercase;
}

.teaser .post_image_link img.alignleft {
	border: 1px solid #8A0F3B;
	margin-bottom:10px;
	margin-right:10px;
}

.widget_categories .cat-item {
	width: 150px;
	height:30px;
	float:left;
	font-weight:normal;
	font-size: 12px;
	color: #8A0F3B;
	letter-spacing: 1px;
	border-bottom: 1px dotted #fff;
	padding-left:0px;
	line-height:30px;
}

.widget_categories .cat-item a {
	font-size: 12.5px;
	font-weight: bold;
	color: #8A0F3B;
}

.prev_next {
	border: none 0px;
}

/* SIDENAVS AND WIDGETS */

.widget  {
	background-color:#fff;
	border-bottom:0px none #8A0F3B;
	border-top:0px none #FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.widget h3 {
	background-color:#fff;
	border-bottom:2px solid #8A0F3B;
	border-top:0px none #FFFFFF;
	color:#8A0F3B;
	font-size:21px;
	font-weight:bold;
	letter-spacing:2px;	
	padding:0px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	text-transform:uppercase;
	line-height:16px;
}

li.widget {
	margin-bottom:20px;

}

.widget h3 a {
		color:#8A0F3B;
}

.widget ul {
	padding-left: 0px;
}

li.widget {
//margin-bottom:0px;
}
li.widget ul li .cal_date{
	margin-left: 0px;}
#sidebar_2 .widget h3 {

	margin:0px 0px 0px 20px;}

#sidebar_2 .widget ul {
	padding-left: 20px;
}
#upcoming-events h3 {
	border-bottom:0px none #fff;
	
}
li.widget widget_calendar_upcoming {
	margin-top:20px;
	
}

#video-2 {
	padding-top:20px;
	clear: both;
}

#video-2 h3 {
	margin-bottom:20px;
}

.video_widget_after_video {
	text-align:right;
	align:right;
	font-weight:bold;
}

.home_top_story_img {
float:left;
margin-right:10px;
border:1px solid #8A0F3B;
}

.widget_video object {
float: right;
clear: both;
}

#sidebar_1 .cat-post-item{
padding-right:10px;
}
.sn_icon{
   padding:0 11px 0 0;
}
#sn_icons{
   padding:0 0 10px 20px;
}
li.widget ul li .cal_entry{
   padding-left:10px;
}

#subscribe_link {
margin: 0 0 20px 20px;
color:#8a0f3b;
font-weight:bold;
font-size:14px;
}

object {
margin-top:20px;
}

.addthis_container {
	width: 150px;
	float: left;
}

.gigpress-sidebar-more {
	width: 300px;
	float: right;
}

.gigpress-subscribe {
	width: 300px;
	float: right;
}
