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

/* Top Nav bar */
.custom ul#topnav {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#efefef none repeat scroll 0 0;
width: 945px;
float: right;
-moz-border-radius-bottomleft: 6pt;
-moz-border-radius-bottomright: 6pt;
.roundedcornr_box_355316 
}
.custom ul#topnav li { float:left; padding: 3px 3px 3px 3px; }
.custom ul#topnav li { font-size: 1.1em; color: #000000;}

/* alpha bar */
.custom ul#alpha {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#fffff none repeat scroll 0 0;
margin-top:0.5em;
width: 945px;
float: right;
}
.custom ul#alpha li { float:right; padding: 3px 3px 3px 3px; }
.custom ul#alpha li { font-size: 1.1em; color: #000000;}


/* Breadcrumb */
.custom ul#breadcrumb {
margin:12px 10px 15px 10px;font-size: 1.1em;
}

/* Header */
.custom #title_area {background:#ffffff; padding:1em 0 0.5em; border-bottom:1px solid #BDBDBD;}
.custom #header {border-bottom:none; height:150px; padding-top:0; padding-bottom:0; background:url(http://www.supermarketvouchercodes.com/wp-content/images/small_header.png) center left no-repeat;}
.custom #header #logo {display:none;}
.custom #header #tagline {display:none;}

/* Social bookmarks */
.custom ul#social li {list-style: none; padding: 3px 3px 3px 3px; float: left; }

/* Change sidebar headers */
.custom .sidebar h3 { text-align:center; font-weight: bold; color: #FFFFFF; padding: 3px; background: #2361a1;}

/* Position the Search Box */
.custom #s {font-size:14px; float:right; margin-top:3.9em; margin-right:0em; background:#2361a1; color:#fff; padding:0.2em; width:407px; height: 20px; text-align: center; text-transform: sentence;}
.custom widget thesis_widget_search {background:#fff;}

/* Content background colour */
.custom #content {background: #efefef;
padding-bottom: 12px;
-moz-border-radius-bottomleft: 6pt;
-moz-border-radius-topright: 6pt;
.roundedcornr_box_355316 
}

/* Sidebar background colour */
.custom #sidebar_1 {background:#efefef none repeat scroll 0 0;
-moz-border-radius-bottomleft: 6pt;
-moz-border-radius-topright: 6pt;
.roundedcornr_box_355316 
}

/* Site background colour */
.custom #content_box {background:#fff;}
.custom #header_area {background:#fff; url('images/gradient.php.png') 50% 0 no-repeat;}
.custom #content_area {background:#fff;}
.custom #footer_area {background:#fff;}

/* Tabs */
.custom ul#tabs {border-bottom:none; border-left:none;}
.custom ul#tabs li {background: #2361a1; border-width: 1px; border-style:solid; border-color: #185591;}
.custom ul#tabs li a {font-weight: bold; color: #FFFFFF;}
.custom ul#tabs li a:hover { background: #6D93BA; } 
.custom ul#tabs li a:hover {font-weight: bold; color: black; }
.custom ul#tabs li.current_page_item { background: #efefef; border-width: 0px; border-style:solid; border-color: #efefef;}
.custom ul#tabs li.current-cat { background: #efefef; border-width: 1px; border-style:solid; border-color: #efefef;}
.custom ul#tabs li.current_page_item a {font-weight: bold; color:black; }
.custom ul#tabs li.current-cat a {font-weight: bold; color:black; }

/* Post background colour */
.custom .post_box {background:#fff none repeat scroll 0 0; 
margin:8px;
padding: 8px 8px 8px 8px;
-moz-border-radius-bottomleft: 6pt;
-moz-border-radius-topright: 6pt;}

/* Stlye sidebar widgets */

.custom #recent-posts-3 {background:#ffffff none repeat scroll 0 0; padding:3px; margin-bottom:15px; margin-right:8px; margin-left:-3px;}
.custom #wpp-3 {background:#ffffff none repeat scroll 0 0; padding:3px; margin-bottom:15px; margin-right:8px; margin-left:-3px;}
.custom #similar-posts {background:#ffffff none repeat scroll 0 0; padding:3px; margin-bottom:15px; margin-right:8px; margin-left:-3px;}
.custom #twitter {background:#ffffff none repeat scroll 0 0; padding:3px; margin-bottom:15px; margin-right:8px; margin-left:-3px;}
.custom #newsletter {background:#ffffff none repeat scroll 0 0; padding:3px; margin-bottom:15px; margin-right:8px; margin-left:-3px;}

/* Remove comments closed */
.custom .comments_closed p {display: none ;}

/* Remove category archives message */
#archive_info {display:none;}

/* Images for posts */
p img { padding: 0; max-width: 100%; }

/* Send to a friend */
.custom ul#social {
font-size: 12px;
border-style:solid;
border-width:1px;
border-color:#BDBDBD;
padding:3px 8px 32px 8px;
margin:auto;
}

/* Custom form styling */
.custom input, textarea { font-size: 1em; color: #2361a1; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
.custom input:focus, textarea:focus { background: #eee; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
.custom .sidebar .text_input { width: 95%; }
.custom input.form_submit { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
.custom #commentform input.form_submit { border-width: 3px; }
.custom input.form_submit:hover { color: #090; }

/* Remove footer border */
.custom #footer {border-top:0px double #DDDDDD;}