/*
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/
*/


/***********************************
****  MAJOR PAGE ELEMENTS  *********
***********************************/
.custom {
background: left top no-repeat url('http://clubtomtom.com/wp-content/themes/thesis/custom/images/background-left.gif');
font-family: Verdana;
height:100%;
}
.custom #container {
background: right top no-repeat url('http://clubtomtom.com/wp-content/themes/thesis/custom/images/background-right.gif');
height:100%;
}


.custom #page {
margin: 0 auto;
width: 980px;
padding:0px 0px 0px 0px;
background: #FFFFFF; 
height:100%;
}

.custom #content_box {
padding-top:20px;
border-left:1px solid #333333;
border-right:1px solid #333333;
width:978px; 
}


.custom #footer {
border-left:1px solid #333333;
border-right:1px solid #333333;
border-top:none;
padding-bottom:15px;
text-align:left;
}


.custom #content_box {
background:none;
}


/** For all button elements on the page **/
.custom .button { 
background:#A6C223; 
margin-top:3px;
}

.custom #footer { padding-right:20px; }


/** Specifies the page border divs */
/*.custom .page-border-right {
background: transparent scroll right repeat-y url('http://clubtomtom.com/wp-content/themes/thesis/custom/images/page-border-right.jpg');
width:20px;
height:100%;
float:right;
position:fixed;
margin-left:1000px
}

.custom .page-border-left {
background: transparent left repeat-y url('http://clubtomtom.com/wp-content/themes/thesis/custom/images/page-border-left.jpg');
width:20px;
height:100%;
float:left;
position:fixed;
}

*/


/***********************************
****     HEADER       **************
***********************************/
.custom #header {
border:none;
padding-right:0px;
padding-left:0px;
padding-top:10px;
padding-bottom:0px;
margin-bottom:0px;
}

/** Styles for the navigation links in the header **/
.custom #header-nav ul li {
list-style-type:none;
float:left;
padding-right:40px;
font-weight:bold;
font-size:13px;
}
.custom #header-nav ul {
width:50%;
float:right;
position:relative;
margin-top:40px;
}
.custom #header-nav a {
text-decoration:none;
color:#000000;
}

.custom #header-logo {
float:left;
padding-left:15px;
}

.custom #header img {
padding:0 0 0 0;
margin:0 0 0 0;
border:none;
}

/***********************************
****    POSTS         **************
***********************************/


.custom #content { 
width:61.3em;
}

.custom .entry-title {
color:#A6C223;
font-size: 17px;
font-weight:bold;
}

.custom .headline_area h1 {
color:#A6C223;
font-size: 17px;
font-weight:bold;
}

/** Styles for the post byline **/
.custom .post-byline { color:#736F6E; }
.custom .post-byline a,span {
text-decoration:none;
color:#FF0000;
}

.custom .format_text {
font-size: 1.1em;
}

.custom .format_text img {
border:none;
}

/***********************************
****    SIDEBAR       **************
***********************************/

.custom #sidebars {
padding-right:20px;
width:34em;
}

.custom #sidebar_1,#sidebar_2 {
width:16em;
border:none;
}

.custom .widget {
border-bottom-style:dotted;
border-bottom-width:1px;
}

.custom .sidebar h3 {
color: #A6C223;
font-weight:bold;
font-size:13px;
padding-bottom:10px;
}

/** Styles for custom sidebar boxes **/
.custom #sidebar-box {
margin-bottom:20px;
font-size:13px;
float:right;
}
.custom #sidebar-box p {
padding-left:10px;
}
.custom #sidebar-box .title {
background:grey;
color:#FFFFFF;
font-weight:bold;
}

/** Styles for the RSS links **/
.custom .rss { margin-bottom:30px; }
.custom .rss td { padding-left:7px; }
.custom .rss a {
text-decoration:none;
font-size:12px;
color:#000000;
}

/* Style for the sidebar image/video box */
.custom #image_box,#video_box { background: #A6C223; }

/** Styles used for the categories widget drop down */
.custom .widget select {
width:150px;
font-size:10px;
}

.custom .widget_categories { border-bottom:none; }

/** Style used for the calendar widget */
.custom .widget_calendar {
font-size:1.0em;
border:1px solid #999999;
}
.custom .widget_calendar a { font-weight:bold; )
table#wp-calendar caption { background:#999999; }
#calendar_wrap {
border:1px solid;
border-color:#999999;
}
