/*
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/
*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}

.custom #logo {background-image: url('images/andylink.gif'); background-repeat: no-repeat; width: 290px; height: 61px; text-indent: -9999px; }
.custom #logo a {width: 290px; height: 61px; display: block; outline: none;}


body.custom {
    background: #1C1C1C/*#F2F2F2*/;
color:	#4B4444;
}


.custom #header{
padding-top: 0px;
padding-bottom: 0.8em;
/*background: url('images/your_image.gif') no-repeat; 
text-indent: -9999px;*/
}

<a href="http://www.paidonresults.net/c/2866/3/207/0"><img src="http://images.uk.paidonresults.net/2866/207/0/3" width="468" height="60" border="0" alt="Lathams Fishing - Click here"></a>

.custom #content_box, .custom #column_wrap {
        background: none;
}

.custom #content_box {
background-color:#FFF;
}
.custom #content {background-color:#fff;
}

.custom ul#tabs {border-bottom:none; border-left:none; background:#68AD22;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0;color:#000000;}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {color:#FFF;}
.custom ul#tabs li a:hover {text-decoration:none;color:#000000;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {color:#000000;}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; color:#000000;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; color:#000000;}
.custom ul#tabs {margin-bottom:1.1em;}

.custom #tabs a {
line-height:1.5em;
font-size: 13px;
font-weight: bold;

}

.custom div.welcome_box {
width: 95%;
padding-left: 0.5471em;
padding-top: 0.8em;
}

.custom .post_box{
padding-top: 0em;
}

.custom .teasers_box{
padding-top: 0em;
padding-bottom: 2.2em;

}

.custom div.featured_category_boxes {
padding-left: 0.8em;
padding-top: 0px;
margin-right: 2.5em;
}


.custom .featured_category_boxes h3{
;
font-variant: normal;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 0px;
margin-bottom:	10px;
background-color: #68AD22;
color: #ffffff;
}

.custom .featured_category_boxes a {
font-size: 16px;
font-weight: bold;
}

.custom .featured_category_boxes li {
margin: 0px;
padding: 0px;
list-style-type:none; 
}
.custom div.featured_posts {
margin-bottom:	10px;
border-bottom: 1px solid #595959;
padding-bottom: 10px;
}

.custom .featured_posts p {
font-size:	14px;
}

.custom p.featured_posts_author {
font-family: Tahoma,Myriad Pro,Arial;
font-size: 10px;
line-height: normal;
}

.custom #header_ad {
float:right;
position:absolute;
width:468px;
height:60px;
top:20px;
margin-left: 49.2em;
}

.custom .sidebar h3 {
font-variant: normal;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 0px;
background-color: #034B5B;
color: #ffffff;
}

.custom .sidebar #text-4 h3 {
font-variant: normal;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 0px;
background-color: #CA0000;
color: #ffffff;
}


.custom .sidebar_list {
padding-top:1.1em;
}

.custom .sidebar ul.sidebar_list {
padding-right: 0.8em;
padding-left:0.6em;
}

.custom .sidebar_125_ads {
	text-align: center;
}
.custom .sidebar_125_ads img {
	margin: 1px;
}

.custom li.widget {
margin-bottom:0.692em;
}

.custom #footer {
background:#68AD22;
margin-top:10px;
padding-bottom:0px;
padding-top:0px;
padding-left:2px;
padding-right:0px;
}

.custom #footer a {
color:#034B5B;
}
/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #68AD22;
	/* widget padding */
	padding-left:20px;
	padding-top:14px;
padding-bottom:14px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 215px;
	/* space between widgets */
	padding-right: 21px;
	/* text color */
	color: #1C1C1C;
	font-size:1.2em;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.3em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #1C1C1C;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #595959;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/*copyright footer*/
#copyright_footer {
font-size:12px;
text-align:center;
color:#FFFFFF;
}


/*contact form plugin styles*/
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

/* Featured Post Formatting */
.custom #my-feature-box { font-family: Helvetica,Arial,sans-serif; color: #000000; background: #FFFFFF; padding: 22px 5px 22px 5px; }
.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a { color: #000000; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: #ffffff; }
.custom #my-feature-box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
.custom #my-feature-box .featurereadmore { padding: 22px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }

.custom .teaser { text-align: justify; }

/*twitter side bar feed*/
.custom #twitter-side #tweets{padding:5px; background:#EFF3FF; border:1px dashed #BFD0FF; font-size:12px;}
.custom #twitter-side #tweets img{padding:4px; background:#eee; border:1px solid #ccc; width:48px; heigth:48px; float:left;}
.custom #twitter-side #tweets ul {margin-left: 63px;}
.custom #twitter-side #tweets ul li {line-height:1.3em;}
.custom #twitter-side #tweets .created_at{font-size:10px; line-height:1em;}
.custom #twitter-side p{margin-left: 63px;font-size:10px;line-height:1em;}

/*remove archive text
.custom #archive_info {display:none;}*/
