/*
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/
*/
/*
#page {
padding-top:0;
}
*/


/* FULL WIDTH */

/***HEADER***/
.custom #header_area  {background: #000 url(dz_bg.jpg) repeat; border-bottom: 4px solid #333; }
.custom #header_area .page {background: transparent;}
.custom #header {background: none; border-bottom:none; padding-left:0; padding-bottom:1em; position:relative;}
.custom #header #logo a{font-size: 36px; font-weight:normal; color:#F75C18; padding:0; margin:0;}
.custom #header #logo a:hover{color:#DDC359;}
.custom #header #tagline {color: #ffffff; font-size: 18px; padding-left: 0; margin-top: 0.3em; padding-bottom:0;}
.custom #header-adblock img {margin:1px; align:center;}
.custom div.header-adblock a:hover img {border:3px solid #666;}
.custom div.header-adblock a img {border:3px solid #333; position:absolute; top:20px; right:0px;}
.custom div.header-adblock img {padding: 1px;}

/* SEARCH BAR IN HEADER */

.custom #s { font-size:12px; position:relative; float:right; margin-top:-4em; background:#fff; color:#000; padding:0.5em; width:200px;border:1px solid #F75C18;
lid  }
/***HEADER END***/


/***NAV MENU***/
.custom #nav_area {position:relative; border-bottom:none;}
.custom ul.menu {background: #000000; border:none; position:relative;}
.custom ul.menu li {margin-bottom:0; position:relative;}
.custom ul.menu li a {color: #fff; font-family: "Myriad Pro",Helvetica,Arial,sans-serif; font-size: 11px; font-weight:bold; background-color:transparent; border:none;}
.custom ul.menu li a:hover {color:#DDC359; text-decoration:none;}
.custom ul.menu li.current a, .custom ul.menu li.current-cat a {color:#F75C18; background:none; border:none;}
.custom ul.menu li.rss {}
.custom ul.menu li.rss a:hover {position: absolute; right: 0; top:0; background-color:transparent; text-decoration:none;}
.menu .rss a, .menu .rss a:hover {background:none;padding-right:16px;}
/***NAV MENU END***/

/***FOOTER***/
.custom #footer_area, #footer_area .page{background: #000 url(leather_background2.jpg) repeat;}
.custom #footer_area {color: #ccc; padding-top: 0em; text-align:center; border-top: 3px solid #333;}
.custom #footer {border-top:none; text-align:center; padding-top: 0.3em;}
.custom #footer a:hover {color: #fff; text-decoration: none; }
/***FOOTER END***/


.custom .format_text a {
text-decoration:underline;
}

.custom .format_text a:hover {
text-decoration:underline;
}


.custom .sidebar h3 {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
padding:0.3em 0;
text-align:center;
text-shadow:1px 1px 1px #333333;
}


.headerleft {
float:left;
font-size:14px;
margin:0;
padding:0 0 0 10px;
width:460px;
}

.headerright {
float:right;
margin:0;
padding:15px 0 0 10px;
width:478px;
}


/* Make all widget headings yellow */
.custom .widget h3 {
   color: yellow;
}

/* Specify bottom margin on all widgets */
.custom li.widget {
   margin-bottom: 2.769em;
}

/* 125×125 Ads */

.custom div.adblock img {
  padding: 1px;
  background-color: #FFFFFF;
}


.thesis_widget_subscriptions .sub_twit a { padding-left: 20px; background: url('http://www.digitalzips.com/wp-content/themes/thesis/custom/images/twitter.gif') 0 50% no-repeat; }
/*
.custom #content li {padding-bottom:10px;}

.custom #custom_box {padding: 1.1em; background: #eeeeee; border-bottom: 1px solid #ddd; align:center;}
.custom #image_box {padding: 1.1em; background: #eeeeee; border-bottom: 1px solid #ddd; align:center;}
.custom #video_box {padding: 1em; background: #eeeeee; border: 0.4em solid #ddd; align:center;}

.custom #title_area {background:#ffffff; padding:1em 0 0.5em; border-bottom:0px;}
.custom #header {height:166px; padding-top:0; padding-bottom:0; background:url(http://digitalzips.com/images/header.jpg) center left no-repeat;}
.custom #header #logo {padding: 1.0em 0em 0.2em 7em; border:0; margin:0;}
.custom #header #logo a {font-family:"Tahoma"; font-size: 1.4em; font-weight:800; color: #000;}
.custom #header #tagline {font-family:"Arial"; font-size: 2em; padding: 0em 0em 0em 13em; border:0; margin:0; font-weight:400; color: #000000;}
 */
.custom #doublefooter { background: #7F1315; padding:10px; color: #ffffff; text-decoration: none; text-align: right;}
.custom #doublefooter a { background: #7F1315; color: #ffffff; text-decoration: none; text-align: right;}
.custom #doublefooter a:visited { background: #7F1315; color: #ffffff; text-decoration: none; text-align: right;}
.custom #doublefooter a:hover  { background: #7F1315; color: #ffffff; text-decoration: underline; text-align: right;}

#photodiv { background-repeat: no-repeat; }

/* Stylish Blockquote */

.custom blockquote { color: #1C2639; padding-top: 10px; padding-bottom: 0.5px; padding-right: 5px;
font: italic 1.1em Georgia, "Times New Roman", Times, serif; -moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

.custom blockquote { background: #ECEFF5; }


.johnson_beige {
background:#F7F3E2 none repeat scroll 0 0;
border:1px solid #DDCE93;
padding:0.571em 0.786em;
}
.johnson_blue {
	background: #e3f0f2 none repeat scroll 0 0;
	border: 1px solid #addde6;
	padding: 15px;
	line-height: normal;
}

.johnson_yellow {
	background: #ffffa0 none repeat scroll 0 0;
	border: 1px solid #caca82;
	padding: 15px;
	margin-top: 20px;
	line-height: normal;
	margin-bottom: 20px;
}

.johnson_yellow p, .johnson_blue  p {
	font-size: 1.1em;
	padding-top: 15px;
	line-height: 1.3em;
	margin-bottom: 0px;
}



/* FTC Compliance */

#ftc_comp{
background-color:#EAEAEA;
border:1px solid #CCCCCC;
color:#333333;
margin:10px 0;
text-align:center;
padding:5px;
width:90%;
}

