/*
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/
*/

/* COMMON HTML ELEMENTS */
.custom blockquote { font-style: italic; }

.custom body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
}

.custom img { padding: 0; }

.custom img.spacetop { padding: 16px 0 0 0; }

.custom img.spacebottom { padding: 0 0 16px 0; }

.custom p 
{ 
	font-size: .9em;
	margin: 0 0 1em 0; 
	padding: 0; 
}

.custom p.filler { color:#fff; }

.custom p.caption 
{ 
	font-weight: bold;
	line-height: 1.4em;
	margin: .5em 0;
	padding: 0; 
}

.custom li pre { font-size: 100%; }


/* DIVS */
.custom div.codeblock
{
	font-size: 1em;
	background-color: #ffffcc;
	padding: 14px 14px;
	margin-bottom: 1em;
	border: #000066 solid 1px;
}

.custom div.codeindent
{
	margin: 0;
	padding: 0 0 0 20px;
}

.custom div.clearright 
{ 
	clear: right;
	size: auto;
	margin: .5em 0 0 0;
	padding: 0;
}

.custom div.clearright_centered
{ 
	clear: right;
	size: auto;
	text-align: center;
	margin: .5em 0 0 0;
	padding: 0;
}

.custom div.clearright_padded
{ 
	clear: right;
	margin: 0;
	padding-right: 40px;
}

.custom div.photoinline
{ 
	float: left;
	clear: none;
	size: auto;
	margin: .5em 1em 0 0;
	padding: 0;
}

.custom div.rightpad 
{ 
	float: left;
	clear: both;
	size: auto;
	margin: 0;
	padding-right: 200px;
}

.custom div.example
{
	font-size: .9em;
	margin: 1em 0 1.5em 2em;
}

.custom div .headline_area > h1
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.custom div.note
{
	font-size: .9em;
	background-color: #ccffff;
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin: 1em 0 1.5em 0;
	padding: .5em 1em;
}

.custom div.note p 
{ 
	font-size: 1em;
	margin-bottom: .5em;
}

.custom div.note ul { font-size: 1.12em; }

.custom div.wrapper { font-size: .9em; }


/* ORDERED LISTS */

.custom ol
{
	margin: 0 0 1em 2.15em;
	padding: 0;
}

.custom ol ol 
{
	font-size: 1.12em; 
	list-style: lower-alpha; 
}

.custom ol ul 
{ 
	font-size: 1.12em;
	list-style: circle;
}


/* UNORDERED LISTS */

.custom ul 
{ 
	margin-left: 1.8em;
	margin-bottom: 1em;
	padding-bottom: 0;
}

.custom ul ul 
{ 
	font-size: 1.12em;
	list-style: circle;
}


/* LIST ITEMS */

.custom li 
{ 
	font-size: .9em;
	margin-bottom: .5em; 
}

.custom li blockquote { font-size: 1em; }

.custom li div.note { font-size: 1em; }

.custom li p 
{ 
	font-size: 1em;
	margin: 1em 0 1em; 
}

.custom li ul
{
	margin: 0 0 0 1.15em;
	padding-left: 0;
}


/* TABLES */

.custom table
{
	border-collapse: collapse;
	background-color: #ffffcc;
	text-align: left;
	empty-cells: show;
	width: 100%;
	margin: 10px 0 30px 0;
	padding: 0;
}

.custom th
{
	border: solid 1px #000;
	background-color: #000066;
	font-size: .9em;
	color: #fff;
	text-align: left;
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
}

.custom td 
{ 
	border: solid 1px;
	font-size: .9em;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

.custom td p 
{ 
	font-size: 1em;
	margin-bottom: .5em;
}

.custom td ul { font-size: 1em; }

.custom td li { font-size: 1em; }

.custom col#item { width: 30%; }
.custom col#setting { width: 30%; }
.custom col#description { width: auto; }

/* ---------- LAYOUT ---------- */

/* HEADER AND TAGLINE */
.custom #header { border: none; }

.custom #header #logo
{
	font: bold 4.5em "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: .1em;
	margin: 0 0 .1em;
	padding: 0;
}

.custom #header #logo a:hover
{
	color: #000;
	text-decoration: none;

}

.custom #header #tagline 
{ 
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 2.05em;
	letter-spacing: .12em;
	color: #8b0000;
	margin: .5em 0 0 0;
}


/* NAVBAR */
/* New declarations for Thesis 1.6, 11/27/09. */

.custom .menu 
{
	border: none;
	background:#fff;
	padding-bottom: 16px;
}

.custom .menu a, .menu li ul
{ 
	font: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-transform: none;
	border: 1px solid #ddd;
	background: #ffffcc;
	padding: 1em 1.5em;
}

.custom .menu .rss a 
{
	border: none;
   	background: url('images/icon-rss.gif') 100% 50% no-repeat;
}

.custom .menu .rss a:hover 
{
	border: none;
	background: url('images/icon-rss.gif') 100% 50% no-repeat;
   	text-decoration: underline;
}

.custom .menu a:hover, .menu li ul a:hover
{
	background: #ccffff;
	text-decoration: underline;
	cursor: pointer;
}

.custom .menu .current > a, .menu .current-cat > a
{
	background: #fff;
	border-bottom: none;
	text-decoration: none;
	cursor: default;
}

/* POSTS - TITLES */
.custom #content .entry-title /* for post titles */
{
	font: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.8em;
	color: #000066;
	padding-bottom: 0;
	margin-bottom: 0;
}

.custom .entry-title a /* for post titles */
{
	color: #000066;
}

.custom .entry-title a:hover /* for post titles */
{
	text-decoration: underline;
}

.custom .headline_area h2
{
	font-weight: normal;
}


/* POSTS - CONTENT */
.custom #content h1 
{
	font: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 3em;
	color: #000066;
	margin: 1em 0 0 0;
	padding: 0;
}

.custom #content h2
{
	font: bold 1.5em 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 1.05em 0 .2em 0;
	padding: 0;
}

.custom #content h3
{
	font: normal 1.3em 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.4em;
	margin: 1.12em 0 .2em 0;
	padding: 0;
}

.custom #content h4 
{
	font: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.15em;
	color: #000066;
	margin: 1.12em 0 .2em 0; 
}


/* FEATURE BOX, HEADLINES, NAVIGATION */

.custom #content_box 
{ 
	margin-top: 0;
	padding-top: 0; 
	border-top: none;
	border-bottom: none; 
}

.custom #feature_box 
{ 
	border-top: none;
	border-bottom: none; 
}

.custom .headline_meta
{
	font-weight: normal;
	font-size: .9em;
}

.custom .headline_meta span 
{ 
	text-transform: none; 
}

.custom .post_box 
{ 	
	margin-top: 0;
	padding-top: 0; 
	border-top: none;
}

.custom .prev_next
{
	text-transform: none;
	border-top: none;
}


/* SIDEBAR */
.custom .sidebar h3
{
	font: 1.6em 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8b0000;
	margin: 1.2em 0 .2em;
	padding: 0;
}

.custom .sidebar h3.widget
{
	font: 1.6em 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8b0000;
	margin: 1.5em 0 .2em;
	padding: 0;
}

.custom .sidebar h3.widget_closed
{
	font: 1.6em 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8b0000;
	margin: 0 0 .2em;
	padding: 0;
}

.custom #sidebars ul { margin-left: 0; }

.custom #sidebars li.widget a:link { text-decoration: none; }
.custom #sidebars li.widget a:hover { text-decoration: underline; }

.custom #sidebars li.widget p 
{ 
	font-size: 1.2em; 
	line-height: 1.2em;
	text-decoration: none;
}

.custom #sidebars li.widget li
{ 
	font-size: 1.15em;
	line-height: 1.3em;
	margin-bottom: .5em;
	list-style: none;
}


/* FOOTER */
.custom #footer p
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	letter-spacing: .15em;
	text-decoration: none;
	text-align: right;
	color: #000066;
	margin: 0 4em 1em 0;
	padding: .25em 0 0 0;
}


/* SPANS */
.custom span.attribute { color: #060; }

.custom span.clientname { color: #8b0000; }

.custom span.helplink a:link 
{ 
	color: #006400;
	text-decoration: underline;
}

.custom span.helplink a:visited 
{ 
	color: #996600;
	text-decoration: underline;
}

.custom span.helplink a:hover
{ 
	color: #009900;
	background-color: #ffffcc;
	text-decoration: underline;
}

.custom span.helplink a:active
{ 
	color: #009900;
	background-color: #ffffcc;
	text-decoration: underline;
}

.custom span.keycommand { font-variant: small-caps; font-weight: bold; }

.custom span.leadin { color: #8b0000; }

.custom span.notetext { color: #8b0000; font-weight: bold; }

.custom span.nounderline { text-decoration: none; }

.custom span.tag { color: #000066; font-weight: bold; }


/* GENERIC */
.custom .floatright
{ 
	float: right;
	clear: none;
	margin: 0;
	padding: 20px;
}

.custom .floatleft
{ 
	float: left;
	clear: none;
	margin: 0;
	padding: 6px 12px 0 0;
}