/*
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/
*/

/*START CUSTOM CSS ADDED BY MOLLY HTTP://WWW.WORTHTOYOU.COM*/

.custom #page {
    padding: 0 1.1em 1.1em;
    background: transparent;
}

body.custom {
    background: url("images/bodybkgd2.jpg") repeat-x scroll 0 0 #1A1A1A;
}

.custom #container {
    background: url("images/ContainerBackground4.png") no-repeat scroll center top transparent;
}

.custom #content_box {
    background: none repeat-y scroll 18px 0 transparent !important;
    padding: 10px;
    margin-top: 60px;
}

.custom #content {
    border: 5px solid #E85B03;
    background: #FFFFFF;
    margin-left: -50px;
}

.custom #logo a {
    background: url("images/header6.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 5.95em;
    outline: medium none;
    text-indent: -9999px;
    width: 28.222em;
    margin-left: -60px;
}

.custom #tagline {
    display: none;
}

.custom #header {
    padding-bottom: 1.2em;
    padding-top: 0;
}

/*Customizing Home Page*/

/*Teasers*/
.custom .teaser {
    border-bottom: 1px dotted;
    padding: 10px 10px;
    margin-top: 10px;
    margin-left: -10px;
    width: 100%;
    float: none;
}

.custom .teaser_right {
    float: none;
}

.custom .post_box, .custom .teasers_box {
    border: none;
}

.custom .teasers_box {
    padding-bottom: 0;
    padding-top: 0;
}

.custom .teasers_box h2 a {
  color: #E95B03;
  font-size: 30px;
  font-variant: small-caps;
}
.custom .teasers_box h2 a:hover {
  color: #0391E9;
}

.custom .teaser .teaser_link {
    color: #E95B03;
}

.custom .teaser a.teaser_link:hover {
    color: #0391E9;
    text-decoration: none;
}

/*Featured Area*/
.custom #feature_box {
    font-size: 12px;
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 0;
    margin-left: 10px;
    margin-top: 10px;
    display: none;
}

/*Nav Bars*/
.custom .menu, .custom .menu a, .custom menu li ul {
    border: 0 none;
}

.custom .menu {
    float: right;
}

/* Commented out but left here in case you change your mind and want a category navigation later...will just have to tweak to match new design
.custom #category_nav .menu a {
    letter-spacing: 0;
    text-transform: none;
    font-variant: small-caps;
    font-size: 16px;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    background: transparent;
    color: #FFFFFF;
}

.custom #category_nav .menu a:hover {
    text-decoration: underline;
} */

.custom #category_nav {
    display: none;
}

.custom .menu-pagenav-container {
    padding-top: 40px;
    margin-left: -30px;
}

.custom .menu a, .custom .menu .current ul a, .custom .menu .current-cat ul a, .custom .menu .current-menu-item ul a {
    background: none repeat scroll 0 0 transparent;
    border-top: none;
}

.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-menu-item ul a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: none;
    color: #E95B03
}

.custom .menu ul.sub-menu {
    background: none repeat scroll 0 0 #E85B03;
    border-top: none;
}

.custom #pagenav .menu a {
    letter-spacing: 0;
    text-transform: none;
    font-size: 13.4px;
    font-weight: bold;
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
    background: transparent;
    color: #FFFFFF;
}

.custom #pagenav .menu a:hover {
    background: #FFFFFF;
    color: #E95B03;
}  

/*Search Form in Page Nav*/

.custom .menu-item.menu-item-search { 
   float: right; 
   width: 260px; 
}

.custom .menu-search-form { 
   float: right; 
   padding-top: 10px; 
   width: 250px; 
}

.custom form.menu-search-form { 
   width: auto; 
}

.custom form.menu-search-form #s { 
   background: #FFFFFF; 
   border: 1px solid #DDDDDD; 
   font-size: 11px; 
   margin: -3px 2px 0 0; 
   padding: 3px; 
   width: 180px; 
   float: left; 
   color: #E95B03;
}

.custom .menu-search-form input#searchsubmit.my-wp-search { 
   background: #FFFFFF; 
   color: #E95B03; 
   cursor: pointer; 
   float: right; 
   padding: 2px; 
   text-transform: none;
   font-variant: small-caps;
   font-size: 12px; 
   margin-top: -4px;
}

/*Sidebar*/

.custom .sidebar ul.sidebar_list {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 2.1em;
    margin-left: -15px;
    margin-right: 15px;
}

.custom #text-9 #facebook_icon {
    float: left;
}

.custom #text-9 #rss_icon {
    float: right;
}

.custom li.widget {
    background-color: #FFFFFF;
    border: 15px solid #FFFFFF;
    padding: 5px 0;
    text-align: center;
    margin-left: 10px;
}

.custom #search  {
    background-color: #0391E9;
    border: 15px solid #FFFFFF;
    padding: 5px 0;
    text-align: center;
    margin-left: 10px;
}

.custom #text-7  {
    background-color: #F0B904;
    border: 15px solid #FFFFFF;
    padding: 5px 0;
    text-align: center;
    margin-left: 10px;
}


.custom .sidebar h3 {
   font-variant: normal;
   font-size: 28px;
   color: #000000;
}

.custom .sidebar ul li ul li a {
    background: #E95B03;
    border: 1px solid #FFFFFF;
    border-radius: 7px; 
    color: #FFF; 
    display: block;
    font-size: 13px; 
    padding: 4px; 
    margin: 2px auto;
    width: 85%;
}
 
.custom .sidebar ul li ul li a:hover {
    background: #F0B904;
    text-decoration: none;
}

.custom .sidebar .text_input {
    width: 90%;
}

/*Custom Footer Widgets*/

.custom #footer-widget-block { 
    text-align:left; 
    overflow:hidden; 
}

.custom .footer-widgets { 
    width:33.33%; 
    float:left; 
}

.custom .footer-one li.widget, .custom .footer-two li.widget, .custom .footer-three li.widget {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 5px 0;
    text-align: center;
}

.custom li.widget .widget_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px;
}

.custom #footer li.widget {
    margin-left: 20px;
    margin-top: 20px;
}

.custom #footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 15px solid #E85B03;
    margin-right: -30px;
    margin-left: -40px;
    padding-top: 0;
    color: #1B1E24;
}

.custom #footer ul li ul li a {
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    padding: 0 10px 0 0;
    width: 100%;
    color: #000000;
    text-align: center;
}

.custom .footer-three li.widget {
    text-align: justify;
}

.custom #footer ul li ul li a:hover {
    color: #E85B03;

}

.custom .footer-four li.widget {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 5px 0;
    width: 980px;
    color: #FFFFFF;
}

.custom #footer_left_info {
    float: left;
    margin-top: 5px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.custom #footer_right_info {
    float: right;
    margin-top: 5px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.custom #footer_right_info a {
    color: #E85B03;
    border-bottom: 0;
}

.custom #footer_right_info a:hover {
    color: #FFFFFF;
}

/*Archives*/

.custom .format_text code {
    font-size: 16px;
}

.custom code {
    line-height: 1.5em;
}
