/*
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/
*/
/* border for whole site*/

body.custom {
&nbsp;&amp;nbsp; &nbsp;background: #44443f;
}
.custom #container {
&nbsp;&nbsp; &nbsp;margin-top: 0.9em;
&nbsp;&amp;nbsp; &nbsp;margin-bottom: 0.9em;
&nbsp;&amp;nbsp; &nbsp;padding: 0.3em;
&nbsp;&nbsp; &nbsp;background: #000000;
&nbsp;&nbsp; &nbsp;border:0.3em solid #3e3e3a;
}
.custom #page {
&nbsp;&nbsp; &nbsp;background: #fff;
}

.custom #header #logo a { display: block; height: 90px; width: 280px; background: url(http://www.funstuffz.com/wp-content/uploads/2010/07/funstuffz-banner.jpg) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } .custom #header { padding: 0; }
.custom #header {border-bottom:none;}

.custom a.more-link {float: right; background: #000000; color: #ffffff; padding: 4px 8px 5px 5px; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
 .custom a:hover.more-link { background: #666666; }

.custom .sidebar h3{background-color: #000000;
-moz-border-radius: 4px;&nbsp;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}

#footer{
 background: #000000;
}
.custom #footer {
 height: 100%;
 width: 100%;
 border-top:2em solid #ffffff;
 background: #ffffff;
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: #ffffff;
 /* 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%;
}
#footer a { color: #2361A1; }
#footer a:hover { color: #2361A1; text-decoration: underline;}


#footer_setup .footer_items h3 {
background-color: #000000;
-moz-border-radius: 4px;&nbsp; 
padding: 0.1em 0.1em 0.1em 0.5em;  font-size: 1.5em;
 font-weight: bold;
 color: #ffffff;
}


#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; }

.custom .headline_area h1 {
color:#2C7BCC;
}
.custom :hover.headline_area h1 {color:#2C7BCC; text-decoration: underline; }

/* customize teaser box paste it in custom.css file&nbsp; */

.custom .teaser_box{
width: 500px;&nbsp; padding: 0; border-width: 0;
}
.custom .teaser{
width: 500px;&nbsp; height:100%; margin-top:1em; margin-bottom:2em;

}
.custom .teaser .format_teaser {
font-size:1.4em;
}
.custom .teaser h2{
font-size: 2em;
text-align:left;
}
/* SAVE THIS IN CUSTOM.CSS FILE */
.custom .teaser {width: 100%; margin-top: 0.25em; padding-top: 0.25em; text-align: justify;}
.custom .teasers_box {padding-top: 0; padding-bottom:0; border-top: 0;}
.custom #teaserlinkscontainer {margin-top:0px;}
.custom #teasermenu {height: 10px;}
.custom #teasermenu , .teasermenu ul {padding: 0; margin: 0; list-style: none; line-height: 1;
border-width: 0.5em 0.5em 0.5em 0.5em;}
.custom #teasermenu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
.custom #teasermenu li {float: left; list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu ul li {list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu a, .custom #teasermenu li ul {border-color: #111;}
.custom #teasermenu li a,.custom #teasermenu li a:link  {color: #ffffff; background:#000000;
display: block; font-weight: bold; margin: 16px; margin-top:9px; padding: 5px 5px 5px 5px;
text-decoration: none; font-size: 13px; font-family: Arial, Helvetica, sans-serif; -moz-border-radius: 4px;&nbsp;}
.custom #teasermenu li a:hover, {color: #ffffff; background: #666666; display: block;
margin: 14px 8px 14px 14px; padding: 5px 5px 5px 5px; text-decoration: none; -moz-border-radius: 4px;&nbsp;}
.custom #teaserempty {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em;}
.custom #teasermenu li p,{color: #000000; background: #D0D0D0; display: block; width:
100%}


/*
-------- pagenavi-----------------------------------
*/
.wp-pagenavi { margin: 14px 0px 14px 0px; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:16px; padding: 5px 5px 5px 5px; margin: 2px; text-decoration: none; border: 1px solid #000000; color: #ffffff; background-color: #000000; }
.wp-pagenavi a:visited { font-size:13px; margin: 2px; padding: 5px 5px 5px 5px; -moz-border-radius: 4px;&nbsp; border: 1px solid #000000; color: #ffffff; background-color: #666666; }
.wp-pagenavi a:hover { font-size:13px; border: 1px solid #00000; color: #ffffff; background-color: #666666; padding: 5px 5px 5px 5px; -moz-border-radius: 4px;&nbsp; }
.wp-pagenavi a:active { font-size:13px; margin: 2px; padding: 5px 5px 5px 5px; -moz-border-radius: 4px;&nbsp; border: 1px solid #000000; color: #ffffff; background-color: #666666; }
.wp-pagenavi span.pages { font-size:13px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #000000; color: #ffffff; background-color: #000000; -moz-border-radius: 4px;&nbsp; padding: 5px 5px 5px 5px; }
.wp-pagenavi span.current { font-size:13px; margin: 2px; font-weight: bold; border: 1px solid #000000; color: #ffffff; background-color: #666666; padding: 5px 5px 5px 5px; -moz-border-radius: 4px;&nbsp;}
.wp-pagenavi span.extend { font-size:13px; margin: 2px; border: 1px solid #00000; color: #ffffff; background-color: #000000; padding: 5px 5px 5px 5px; -moz-border-radius: 4px;&nbsp;}

.custom blockquote { color: #1C2639; padding-top: 10px; padding-bottom: 0.5px; padding-right: 5px;
font: italic 1.2em Georgia, "Times New Roman", Times, serif; -moz-border-radius: 5px;
-webkit-border-radius: 5px;

}
.custom blockquote { background: #E9E9E9; }

h1, h2, h2 a { color: #2361A1; }
h2 a:hover { color: #2361A1; text-decoration: underline; }
