/*
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
        .custom li.widget {margin-bottom:0 !important;}

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/

//*define embedded font and source file*/
@font-face {
   font-family; Snickles;
   src: url(fonts/Snickles.ttf) format("truetype");
}

/*Applies Snickles to all headings*/
.custom h1, .custom h2, .custom h4, .custom h5, .custom h6
{
font-family: Snickles, georgia, serif;
}
    //paste in custom.css file

.custom ul#tabs li {background:#909090;}
.custom ul#tabs li.rss {background:none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#767676;}
.custom ul#tabs li.rss a:hover {
text-decoration: underline;
background: url(http://wpresser.com/wp-content/themes/thesis/images/icon-rss.gif) no-repeat;
background-position: right;}
.custom ul#tabs li a:hover {text-decoration:none; background:#686868;}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#686868;}
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#686868;}

 //search box

/* Nav Search */
.custom ul.menu li.nav_right {
float:right;
font-size:10px;
height: 30px;
letter-spacing:1px;
overflow:hidden;
text-transform: uppercase;
}

.custom ul.menu li.search {
background-color: #CCC;
border-bottom:none;
height:30px;
margin-bottom:0;
}

.custom ul.menu li.search input {
background-color: #CCC;
border:1px solid #333;
color:#333;
font-size:10px;
height:30px;
letter-spacing:1px;
padding:4px 10px 0 22px;
text-transform: uppercase;
width:125px;
}

  //sidebar color
.custom #content_box {background-color:#EEEEEE;}
.custom #content {background-color:#fff;}

//footer

#footer{
background: #eeeeee;
}
.custom #footer {
height: 100%;
width: 100%;
border-top:2em solid #9c9c9c;
background: #eeeeee;
padding:0em;
}
.custom #footer a{
border-bottom: 1px none #cccccc;
}
.custom #footer {
text-align:center;
}
/* footer widget area setup */
#footer_setup {
/* widgetized footer background (not footer background) */
background: #444343;
/* widget padding */
padding:1.5em;
/* 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: 33.3%;
/* space between widgets */
padding-right: 0px;
/* text color */
color: #2361A1;
/* do not change these! */
display: inline-block;
float: left;
height: 100%;
}

/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/
#footer_setup .footer_items h3 {
/* font size */
font-size: 1.5em;
/* bold or not */
font-weight: bold;
/* uppercase or not */
text-transform: uppercase;
/* space out the letters*/
letter-spacing: 0px;
/* font color*/
color: #ffffff;
/* padding under header text */
padding-bottom: 3px;
/* border under header text */
border-bottom: 3px none #ffdf00;
/* distance between border and widget text */
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }

//* socialbookmark */
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #515151; font-size: 1.3em;}

//* similiarpost */

#similar-posts li {
        margin-left: 6px;
        float: left;
        font-weight: bold;
       background: #f9fdfd;
       font-family: Times, "Times New Roman", serif;
    line-height: 1.4em;
        overflow: hidden;
}
#similar-posts img { float: left; border: 2px solid #222; margin-top:4px; }
#similar-posts h1 {
clear:left;
font-size:13px;
font-weight:bold;
height:auto;
line-height:17px;
margin:0;
overflow:hidden;
text-transform:capitalize;
width:126px
}


/* Teaser Thumbnail Image Styling */

/******************************************************************/
.custom .teaser img {
/* Add Frame to the thumbnail Image, use "border:none;" to disable border. */
border:5px solid #F2F2F2;
/* Specify the height of the Thumbnail Image*/
height:120px;
/* Adds margin space to the thumbnail Image. */
margin:2px 10px 0 0;
/* Specify the width of the Thumbnail Image. */
width:120px;
}

/******************************************************************/
/* --- Featured Content Slider --- */
#slideshow {
 height: 450px;
 width: 550px;
 margin: 0 0 10px 0;
 overflow: hidden;
}
.nav {
 margin: 0;
}
#nav a {
 position: relative;
 top: 235px;
 left: 465px;
 color: #000;
 margin: 0;
 padding: 3px 5px;
 border: 1px solid #000;
 background: #FFF; /* sets the bg color of the nav box */
 text-decoration: none;
 z-index: 9999;
}
#nav a.activeSlide {
 background-color: #FD0000; /* sets the bg color of the nav box when active */
}
#nav a:focus {
 outline: none;
}

.custom #custom_footer_nav {text-align: center; }

.custom #custom_footer_nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 20px;
font-size: 1.5em;
}

.custom #custom_footer_nav li {
border-right: 1px solid #326FBE;
display: inline;
margin-right: 20px;
padding-right: 20px;
}

.custom #custom_footer_nav li.noborder {
border-right: 0px;
}

.custom #custom_footer_nav li a {
color:#777777;
font-weight:normal;
text-decoration:none;

.custom #leaderboard_ad { float: right; position: absolute; width: 468px; height: 60px; top: 50px; left: 602px; }


.custom #widget_content {
background: #fff;
color: #111;
padding-left: 1em;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
padding: 1em 0em 1em 1em;
border: 4px solid #777777;
}

.custom #widget_content .widget_icon {
float: right;
margin-right: 0.5em;}

.custom li.widget .my_widget_header {
background: #ffcc00;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
}

.custom li.widget .my_widget_header h3 {
color: #111111;
font-size: 1.5em;
text-align: center;
}

/* header */
.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_5 ul.sidebar_list li.widget {position: absolute; display: block; top:0px; right:477px; width:468px; }

.custom h2 {font-weight:bold;} 

.custom #sidebar_1 {background:#F5F5F5 none repeat scroll 0 0;}

/* author info */
.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

/* HEADER */
#mycustom-banner
{   padding: 0px;
    margin: 0px;
    height: 150px;
    width: 1000px;
    float:left;
}
.custom .menu
{   float: right;
    width: 430px;
    margin-top: 50px;
}

.sidebar_box {margin-bottom:2em; text-align:center;}
.custom .menu a
{
    width: 8em;
    text-align: center;
} 

/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#284c62 none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }
.custom ul#topnav li a { font-size: 1.3em; color: #cbc9c9; }
.custom ul#topnav li a:hover { text-decoration: underline; }