/*
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/
*/
/*Changes to Thesis Elements*/
.custom #page {
	margin: 0px 0px;
}
.custom .menu {
	margin-bottom: 10px;
        font-weight: bold;  
}

.custom .menu a {
        font-size: 10px;
        line-height: 24px;
        padding: 0px 12px;
        border-left: 1px solid #dddddd;        
        border-right: 1px solid #dddddd;
}
.custom .menu a:hover {
        border: 1px solid #111111;
        color: #efefef;
}
.custom .current a:hover {
        border: 1px solid #111111;
        color: #111111;
}
.custom #header{
	background: #ffffff;
	border: none;
	height: 170px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
}
.custom #header .homelinkdiv {
        background: none;
        width: 700px;
        height: 170px;
}

.custom .entry-title a:hover{
        color: #000099;
        text-decoration: underline;
}
.custom .entry-title a{
        font-weight: bold;
}

.custom #multimedia_box{
        margin-top: 30px;
        margin-left: 10px;
        padding: 8px;	
        background-color: #efefef;
        border: solid 1px #dedede;
}
.custom .sidebar h3 {
        padding: 4px;
        background: #efefef;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
}

.custom .rss a {
        padding: 0px 14px;
        border: none;
}
.custom .rss a:hover {
        color: #00713D;
        padding: 0px 14px;
        border: none;
}

.custom a:hover {
     color: #000099;
}

.custom h1 {
    font-weight: bold;
}

/*Feature Box*/

.custom #feature_box{
     margin: 10px;
     background: #ffffff;
     padding-top: 10px;
}


/*Elements Added to Thesis*/

/*Nav Above Header - topnav*/

.custom .topnav{
     margin-bottom: 2px;
     text-align: center;
     letter-spacing:2px;
     font-size: 10px;
}

.custom .topnav table{
     letter-spacing:2px;
}

.custom .topnav tr{
     height: 24px;
}
.custom .topnav td{
     width: 190px;
     border: 1px solid #dddddd;
     background: #efefef;    
}
.custom .topnav td a {
     color: #111111;
     text-transform:uppercase;
     font-weight: bold;
}
.custom .topnav td:hover{
     background: #00713D;
     color:#efefef;
     border: 1px solid #111111;
}
.custom .topnav td:hover a{
     background: #00713D;
     color:#efefef;
     text-decoration: none;
}

/*Multimedia_box Header*/

.custom .multimedia_box_header {
      margin-left: 10px; 
}

/*Social Media*/

.custom #social{
     margin-left: 0px;
     margin-bottom: 0px;
     text-align: center;
     background-color: #ffffff;
     padding: 10px;
}

.custom #social td {
     height: 56px;
     width: 56px;
     vertical-align: middle;
     text-align: center;
     background: #ffffff;
     border: 1px solid #ffffff;
}
.custom #social td:hover {
     height: 56px;
     width: 56px;
     vertical-align: middle;
     text-align: center;
     background: #cecece;
     border: 1px solid #eeeeee;
}
.custom #youtube{
     margin-left: 0px;
     margin-bottom: 0px;
     text-align: center;
     background-color: #ffffff;
}

.custom #youtube td {
     background: #ffffff;
     border: 1px solid #ffffff;
}
.custom #youtube td:hover {
     background: #cecece;
     border: 1px solid #eeeeee;
}



/*Tabbed Widget Version 2.0*/

.custom .tabbedwidget {
width: 390px;
font-size: 12px;
font-family: tahoma, verdana, arial, sans;;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
background: #ffffff;
padding: 5px;
padding-top: 10px;
border: 1px solid #dedede;
color: #efefef;
}

.custom .tabbedwidget a:hover{
text-decoration: underline;
color: #000099;
}

.custom .tabnav {
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
font-weight: bold;
}

.custom .tabnav li {
display: inline;
list-style: none;
padding-right: 0px;
}

.custom .tabnav li a{
color: #111111;
background: #efefef;
border: 1px solid #dedede;
padding: 4px 6px;

}

.custom .tabnav li a:hover,.tabnav li a:active {
background: #00713D;
border: 1px solid #111111;
color: #efefef;
text-decoration: none;
}
.custom .tabnav li.ui-tabs-selected a {
background: #cdcdcd;
border: 1px solid #00713D;
color: #111111;
text-decoration: none;
}
.custom .tabdiv {
margin-top: 0px;
color: #111111;
background: #efefef;
border: 1px solid #dedede;
padding: 7px;
}

.custom .tabdiv li a,.tabdiv li.ui-tabs-selected a {
     color: #00713D;
}

.custom .tabdiv li {
list-style: none;
margin-bottom: 0.667em;
}

.custom .ui-tabs-hide {
display: none;
}

.custom #popular a {
     color: #2361A1;
}
.custom #popular a:hover {
     color: #000099;
}
.custom #recent_comments a {
     color: #2361A1;
}
.custom #recent_comments a:hover {
     color: #000099;
}
/*End Tabbed Widget*/
/*DD Sig*/

.custom .ddsig_wrap{
      margin: 10px;
      padding: 10px; 
}
