/*
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 {
    background: #f4f6f7 url(images/bg.png) top left repeat-x;
    font-family: Arial, sans-serif;
    color: #2c2e24;
    font-size: 13px;
}

a, a:visited, a:active {
    color: #0071ad;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 1000px;
	font-size: 13px;
}

#sidebars {
    padding: 30px 20px 0;
    width: 260px;
}

#content {
    width: 650px;
}

#page {
    padding: 0;
    background: url(images/header-top-bg.png) top left no-repeat;;
}

#container {
    background: #f4f6f7 url(images/content-bg.png) top left repeat-y;
}

#content_box {
    min-height: 500px;
    background: none;
}

#content {
    padding: 20px 10px 0 20px;
}

.post_box, .teasers_box {
    border: none;
}

#footer {
    display: none;
    background: none;

}

#footer-2 {
    border: none;
    padding: 35px 35px 0;
    background: #f4f6f7 url(images/content-bottom-bg.png) top left no-repeat;
    margin-bottom: 20px;
}

#footer-2 div.links {
    color: #b5b4b1;
}

#footer-2 div {
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    color: #262626;
    font-size: 12px;
}

#header {
    border: none;
    padding: 0;
    height: 150px;
}

.menu, .menu a, .menu li ul  {
    border: none;
}

.menu {
    width: 745px;
    height: 35px;
    position: relative;
    top: -45px;
    float: right;
    z-index: 30;
}

.menu a {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
}

.menu li:hover, .menu li.current {
    background: url(images/menu-top-marker.png) center 43px no-repeat;
}

.menu a {
    background: none;
    font-family: Calibri, sans-serif;
    font-size: 17px;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.menu .current > a, .menu .current-cat >; a {
    cursor: pointer;
}

#header div.logo {
    width: 240px;
    padding: 20px 0 0 30px;
    float: left;
}

#header .header-right {
    float: left;
    width: 720px;
    height: 139px;
}

#header .header-right .links {
    text-align: right;
    float: right;
    padding: 10px 120px 0 0;
    position: relative;
    z-index: 10;
}

#header .header-right .links a {
    color: #4891be;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    padding-right: 15px;
}

#header .header-right .links a:hover {
    text-decoration: underline;
}

#header .header-right .links a.rss {
    background: url(images/rss-small-icon.gif) center right no-repeat;
}
#header .header-right .links a.signup {
    background: url(images/signup-small-icon.gif) center right no-repeat;
}
#header .header-right .links a.login {
    background: url(images/login-small-icon.gif) center right no-repeat;
}


#header .header-right .links .separator {
    display: block;
    float: left;
    height: 14px;
    width: 1px;
    background: #d6d6d6; 
    margin: 0 8px;
}

.clear {
    clear: both;
}

.header-right .live-chat {
    position: relative;
    top: -24px;
    left: 20px;
    height: 150px;
    width: 710px;
}

.header-right .live-chat .phone, .header-right .live-chat a {
    position: relative;
    top: 45px;
    margin: 0 15px;
}

.header-right .live-chat .phone {
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #f57b20;
    text-transform: uppercase;
    letter-spacing: -1px;
    top: 50px;
}

.header-right .live-chat .phone, .header-right .live-chat a, .header-right .live-chat .woman {
    float: left;
}

.menu a:hover, .menu .current a, .menu .current a:hover, .menu .current-cat a:hover,.menu .current-cat a, .menu .current-cat a:hover {
    background: none;
}

.menu li.tab a {
    background: url(images/menu-separator.gif) 0 8px no-repeat !important;  
}

.menu li.tab-1 a {
    background: none !important;
}

#slider {
    padding: 40px 15px 0;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

#slider .slide-1 {
    background: url(images/slide-1.jpg) top left no-repeat;
    width: 970px;
    height: 282px;
}

#slider .slide-1 h1 {
    height: 110px;
}
#slider .slide h1 {
    width: 410px;
}
#slider .slide p {
    width: 410px;
    padding: 5px 0 10px 25px;
}
#slider .slide div {
    width: 410px;
    padding-left: 25px;
}

#slider .slide ul {
    margin-left: 0;
    list-style: none;
}

#slider .slide ul li {
    font-weight: bold;
    display: block;
    height: 23px;
    padding-top: 8px;
    padding-left: 25px;
    background: url(images/li-marker.png) 0 4px no-repeat;
}

p {
    padding: 5px 0 10px;
    line-height: 18px;
}

.format_text {
    font-size: 13px;
}

.format_text p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

.headline_area h1, .headline_area h2, #content h2, .post_box h1 {
    font-family: "Myriad Pro", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #dcdedf;
    color: #2c2e24;
    margin: 10px 0;
    font-weight: bold;
	text-align: left;
}

.headline_area {
    margin-bottom: 0;
}

#comments {
    margin-top: 20px;
}

.front-blocks {
    background: url(images/front-blocks-bg.png) bottom left no-repeat;
    width: 680px;
    height: 220px;
    margin-bottom: 20px;
}

.front-blocks .front-block {
    float: left;
    width: 200px;
    height: 206px;
    overflow: hidden;
    padding: 10px 13px;
}

.front-blocks .front-block img {
    float: left;
    padding: 0 5px 0 0;
}

.front-blocks .front-block h3 {
    font-family: "Myriad Pro", sans-serif;
    letter-spacing: 0;
    font-size: 19px;
    color: #2c2e24;
    padding-top: 5px;
    text-transform: uppercase;
}

.front-blocks .front-block a {
    text-transform: uppercase;
    float: right;
}

.paragraph-wrapper {
    margin-left: 20px;
}

.widget h3 {
    background: url(images/widget-top-bg.gif) top left no-repeat;
    width: 260px;
    height: 33px;
    padding: 3px 0 0 10px;
    margin-bottom: 0;
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
    font-size: 21px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
	margin-top: 0; 
}

.widget div.textwidget {
    border-left: 1px solid #eeb403;
    border-right: 1px solid #eeb403;
    border-bottom: 1px solid #eeb403;
    padding: 10px;
}

#text-4 div.textwidget, #text-5 div.textwidget {
    padding: 0;
    border: none;
}

.sidebar ul.sidebar_list {
    padding: 0;
	margin-left: 0;
}

.sidebar ul li {
	list-style: none;
}

.post_box, .teasers_box {
    margin: 0;
}

.front-block p {
	padding-bottom: 0;
}

.post_box {
    padding-top: 0; 
}

.linklove {
    display: none;
}

.p-highlighted {
	background: url(images/gray-block-bg.gif) top left repeat-y;
	width: 648px;
	margin: 10px 0;
}

.p-highlighted-top {
	padding-top: 14px;
	background: url(images/gray-block-top-bg.gif) top left no-repeat
}

.p-highlighted-bottom {
	padding: 0 10px 7px;
	background: url(images/gray-block-bottom-bg.gif) bottom left no-repeat
}

.post_box ul li {
	background:url("images/gray-li-marker.gif") no-repeat scroll 0 8px transparent;
	list-style:none outside none;
	margin-bottom: 5px;
	padding-left: 15px;
}

#content div.centered table {
	border: none;
}

#content .vedit th {
	background: none;
	border: none;
	padding: 10px 0;
}

#content .vedit td { 
	background: none;
	border: none;
	padding: 15px 0 10px 20px;
}

#content .vedit td input[type=text],
#content .vedit td input[type=password]  {
	background: url(images/textfield-bg.gif) top left no-repeat;
	width: 241px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border: none;
}

#content .vedit td input[name=name_f],
#content .vedit td input[name=name_l]  {
	width: 110px;
	background: url(images/textfield-name-bg.gif) top left no-repeat;
}

#content .vedit td input[name=name_f] {
	maring-right: 10px;
}

#content .vedit span.required {
	color: #db2f24;
	font-size: 0.8em;
}

#content .vedit input[type=checkbox] {
	margin: 0 8px 0 10px;
}

#content label.error {
	padding-top: 5px;
	display: block;
}