/*

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/

*/



/* Design Alterations */



body.custom

{

background-color:#66CCCC;

}



body.custom #container

{

background-color:#FFF;

width:950px;

}

body.custom #toplinks {

background-color:#66CCCC;

width:950px;

height:10px;

padding:30px 0px 0px 0px;

}

body.custom #page

{

background-color:#66CCCC;

padding:0;

}



body.custom #content, 

body.custom #content_box, 

body.custom #logo, 

body.custom #sidebars 

{

background-color:#FFF;

}

body.custom .post_box

{

padding-left:20px;
padding-bottom:50px;

}

body.custom #footer

{

border-top: 20px solid #64543A;

text-align:center;

background-color:#FFF;

}



/*---:[ nav menu styles ]:---*/

	body.custom #tabs 

	{ 

	list-style: none; 

	border: 1px solid #ddd; 

	border-width: 0 0 1px 1px;

	background-color:#FFF; 

	}



	body.custom #tabs li 

	{ 

	margin-bottom: -0.1em; 

	background: #FFF; 

	border: 1px solid #ddd; 

	border-left: 0; 

	float: left; 

	}



	body.custom #tabs .current_page_item, #tabs .current-cat 

	{ 

	padding-bottom: 0.1em; 

	background: #66CCCC; 

	border-bottom: 0; 

	}



	body.custom #tabs a 	

	{ 

	display: block; 

	line-height: 1em; 

	color: #111; 

	text-transform: uppercase; 

	letter-spacing: 2px; 

	}

		

	body.custom #tabs a:hover 

	{

	color: #000; 

	text-decoration: underline; 

	}



	body.custom #tabs .current_page_item a, #tabs .current-cat a 

	{ 

	cursor: text; 

	}

		

	body.custom #tabs .current_page_item a:hover, #tabs .current-cat a:hover 

	{ 

	text-decoration: none; 

	}

	

	body.custom #tabs .rss 

	{ 

	padding-right: 5px; 

	background: none; 

	border: none; 

	float: right; 

	}



/* Top Nav bar */

body.custom ul#topnav {

border-style: none;

list-style-image: none;

list-style-position: outside;

list-style-type: none;

background:#66CCCC none repeat scroll 0 0;

width: 400px;

float: right;

}

body.custom ul#topnav li { 

float: right; 

padding: 4px 8px 4px 8px; 

font:14px Arial;

color: #66CCCC;

background-color:#FFF;

border:1px black solid;

margin-left:6px;

}

body.custom ul#topnav li a { font-size: 1.1em; color: #66CCCC; }

body.custom ul#topnav li a:hover { text-decoration: underline; }



/* Top LEFT Nav bar */

body.custom ul#topleftnav {

border-style: none;

list-style-image: none;

list-style-position: outside;

list-style-type: none;

background:#66CCCC none repeat scroll 0 0;

width: 300px;

float: left;

margin-bottom:20px;

}

body.custom ul#topleftnav li { 

float: left; 

padding:0; 

font:14px Arial;

color: #66CCCC;

border:0px;

margin-left:6px;

}

 

/* DoubleMule Clickable Header v. 1.0 */



body.custom #header

{

background: #ffffff;

text-align:center;

padding-top: 0em;

padding-right: 0em;

padding-bottom: 0em;

padding-left: 0em;

border-top: 0em;

border-right: 0em;

border-bottom: 0em;

border-left: 0em;

margin-top: 0em;

margin-right: 0em;

margin-bottom: 0em;

margin-left: 0em;

}



body.custom #header #logo a

{

display:block;

width:946px;

height:295px;

background:url(/printdesigns/wp-content/uploads/2009/09/site_header_fall091.jpg) center no-repeat;

color:#000000;

text-indent: -9999px;

padding-top: 0em;

padding-right: 0em;

padding-bottom: 0em;

padding-left: 0em;

border-top: 0em;

border-right: 0em;

border-bottom: 0em;

border-left: 0em;

margin-top: 0em;

margin-right: 0em;

margin-bottom: 0em;

margin-left: 0em;

border:2px solid white;

}



body.custom #header #tagline

{

color:#000000;

text-indent: -9999px;

}
/* MULTIMEDIA BOX UPDATE */
body.custom #image_box img 
{
width:100%;
}
body.custom div#breadcrumbs
{
font-size:1.5em;
margin:20px 0 10px 20px;
}

#pricing_table {
	width: 580px;
	padding: 0;
	margin: 0;
}

#pricing_table caption {
	padding: 0 0 5px 0;
	width: 580px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#pricing_table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#pricing_table th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#pricing_table td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align:center;
}


#pricing_table td.alt {
	background: #F5FAFA;
	color: #797268;
}

#pricing_table th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#pricing_table th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}