/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's 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!
*/

body.custom { repeat-x; color: #555555; font-family: "Century Gothic", "Arial", Century Gothic, sans-serif; }

.custom #body { id="fancyzoom" [...] onload="setupZoom()" }

.custom a, a:visited { 
        color: #339999; 
        text-decoration: none; 
}

.custom #container a:hover {
        cursor: crosshair; 
}

.custom #nav_menu a:hover {
        cursor: crosshair;
        font-style: italic;
        decoration: italic;
}
.custom #container { width: 105em; 
					margin: 0 auto; 
}

.custom #header { 
		padding: 0.5em 0.5em; 
		border-bottom: 3px double #ddd; 
		clear: both; 
}

.custom	#content_box { 
		width: 104%; 
		background: url('images/dot-ddd.gif') 57.5em 0 repeat-y; }

.custom	#content { 
		width: 57.2em; 
		float: left; 
}
.custom 	.post_box { 
		margin: 0 0.3em 0 0.2em;
		border-top: 1px dotted #bbb; 
}
				
.custom	.top { 
		border: none !important; 
}

.custom #sidebars { 
		padding-left: 0.5em;
		width: 45.6em; 
		float: right; 
}

.custom #sidebars_box { 
		width: 102%; 
		padding-left: 1.1em;
		background: url('images/ddd-1x2.gif') 5s0% 0 repeat-y; 
}
				
.custom .pad_sidebars { 
		padding-top: 0.5em; 
}
				
.custom .sidebar { 
		width: 47%; 
		float: left; 
}


.custom #content a:hover { 
        decoration:underline; 
        cursor: crosshair; 
        background-color: #99cccc; 
        color:#ffffff; 
}

.custom #cursor {
        cursor: crosshair;
}
.custom .format_text .drop_cap { 
        padding: 0.04em 0.10em 0 0; 
        font-family: georgia;
		font-style: italic;
        font-size: 3.57143em; 
        line-height: 0.76em; 
        color: #99cccc; 
        float: left; 
}

body.custom { 
		background: #8db6b6 url('custom_images/bg-ocean.jpg') 
		50% 0 no-repeat; 
}

.custom #container { 
		margin-top: 2em; 
		margin-bottom: 2em;
}

.custom #container-box {
		width: 110%;
}

.custom #page { background: #fff; }

.custom #page {
    background: #fff;
}


.custom #container {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.custom p.alert {
	background: #99cccc none repeat scroll 0%;
        color: #ffffff;
	border: 1px solid #99cccc;
	margin-bottom: 0pt;
}

.custom p.note { 
        padding: 0.57143em 0.78571em; 
        background: #f5f5f5;  
        border: 1px solid #ddd; 
}


.custom img.photo {
	border: 1px solid #999999;
	padding: .4em;
	background-color: #ffffff;
}

.custom .pullquote {
	width: 33%;
	background: #99cccc none repeat scroll 0%;
	border: 1px solid #336666;
	line-height: 140%;
	font-size: 125%;
	font-weight: bold;
	padding: 1em;
	text-align: left;
}

.custom .pullquote.right {
	float: right;
	margin: 1em 0 1em 1em;
}

.custom .pullquote.left {
	float: left;
	margin: 1em 1em 1em 0;
}

.custom .sidebar a:hover { 
        color: #ffffff;
        background: #99cccc;
        font-style: italic;
        decoration: italic; 
        cursor: crosshair;
}

.custom .sidebar h3 { 
		font-weight: bold;
		font-size: 1.0em; 
		line-height: 1.385em; 
		margin-bottom: 0.615em; 
		font-variant: small-caps; 
		letter-spacing: 1.1px; 
		color: #555; 
}

.custom #header #logo a,
.custom #header #logo a:visited {
        color: #99cccc;
        font-weight:normal;
}


.custom .content_inner {
	padding: 0;
	width: 100%;
}

.custom h2 a,
.custom h2 a:visited,

.custom .content_inner h2 {
        font-family: "Century Gothic", "Arial", Century Gothic, sans-serif;
        font-weight: normal;
		color: #339999;
        font-size: 1.2;
        font-spacing: 2.2em;
       .custom .to_h1 span.bracket: color: #339999; 
}

.custom .content_inner h1 {
        font-family: "Century Gothic", "Arial", Century Gothic, sans-serif;
        font-weight: normal;
	color: #339999;
        font-spacing: 1.222222em;
}

.custom #blockquote { 
        margin: 0 0 1.57413em 0.78571em; 
        padding-left: 0.78571em; 
        border-left: 1px solid #555555; 
        color: #339999; 
}

.custom #h3 { 
         font: Century Gothic; 
         font-style: italic; 
         font-weight: normal; 
         font-size: 1.28571em; 
         font-color: #006699; 
         line-height: 1.22222em; 
}

.custom #image_box { 
        width: 42.4em; 
        margin-bottom: 2.2em; 
        padding: 1.1em;  
        background: #ffffff; 
        height: 42.4em; 
}


.custom .content_inner #h2,
.custom .sidebar #h2 {
	background: #ffffff;
        color: #575757;
        repeat-x scroll left top;
        font-spacing: 1.8em;
	border: none;
}

.custom .sidebar {
	color: #339999;
	border: none;
}


.custom dl#comment_list dt.author, dl#comment_list dd.author { 
        background: #efefef; 
        color: #339999;
}


.custom ul#tabs li {
        text-transform: lowercase;
        letter-spacing: 1px;
	font-size: 1.3em;
        color: #ffffff;
	top-border: 1px solid ffffff;
        bottom-border: 1px solid #99cccc;
	letter-spacing: 2px;
line-height: 1em;
}


.custom ul#tabs li.current_page_item {
        colour: #ffffff;
	background-color: #99cccc;
	border: 1px solid #99cccc;
	font-weight: normal;
}


.custom ul#tabs li.current_page_item {
        background-color: #ffffff;
        bottom-border: #ddd;

