/*
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/
*/
body {color:#330000;background-image:url('http://www.davidpgoode.com/building-images/new-bg.gif');background-attachment: fixed;margin:0px;}

.headline_area {font-family:Copperplate,Serif;font-size:18px;color:#999977;margin-bottom:-10px;font-weight:bold;}
.frontheader {font-size:14px;font-weight:bold;}
#header {display:none;}

#logo {display:none;}
#tagline {display:none;}

#content_box {background:#ffffff;margin-right:0px;}
#content {border-right:1px #cccc99 solid;color:#330000;margin-left:15px;margin-right:0px;}
.sidebar h3 {color:#330000;font-size:14px}
.sidebar a {color:#666633;}
.sidebar a:hover {color:#333300;}
.sidebars  {margin:left:-20px;color:#550055;}


.custom ul#tabs {border-bottom:none;border-left:none;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none;border-right:0px #666633 solid;}

.custom ul#tabs li.current_page_item,.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat {padding-bottom:10; background:#ffffff;font-weight:bold;color:#330000;border-top:1px #666633 solid;}

.custom ul#tabs li.current_page_item a:hover {color:#666633;}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {text-decoration:none;color:#ffffff;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {background:#ffffff;}
#tabs {position:relative;margin-top:-60px; margin-bottom:0px;margin-left:145px;border:0px;}
.rss {display:none;}
#container {margin-top:0px;}
#page {margin-top:0px;padding:0px;}


/* CONTEXTUAL SUBMENUS STYLING - PUT THIS IN YOUR CUSTOM.CSS FILE
These css selectors are split out to make it easy to change values.
Change the border width, colors and other styles to suit.
Do not change the list-style, width, and float settings.*/

/* If your nav menu is below the header, leave this commented out.
If your nav menu is above the header, uncomment it to adjust the header spacing.*/
/*.custom #header { margin-top: 0em; }*/

/* Contextual Submenu borders and submenu strip color  */
ul#context_submenu {
	border-bottom-style: double;
	border-bottom-color: #ddd;
	border-bottom-width: 3px;

	/* submenu strip color */
	#background:#999966 none repeat scroll 0 0;
	/* Do not change the values below! */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 88%;
	float: left;
margin-left:100px;

}

/* Vertical size of Contextual Submenu and space between submenu items */
ul#context_submenu li {
	/* determines space from top of letters to top edge of strip */
	padding-top: .2em;
	/* determines space to right of submenu items -- use padding-left instead */
	padding-right: 0em;
	/* determines space from bottom of letters to bottom edge of strip */
	padding-bottom: .2em;
	/* determines space between submenu items */
	padding-left: 2.5em;
	/* Do not change the value below! */
	float: left;
}

/* Font properties for items in the Contextual Submenu */
ul#context_submenu li a {
	/* font size */
	font-size: 1.05em;
	/* font color */
	color: #000000;
	/* font weight -- bold, normal, etc. */
	font-weight: bold;
	/* word spacing is tightened up to make submenu items easier to distinguish */
	word-spacing: .03em;
}

/* Behavior of a Submenu item when the cursor hovers over it */
ul#context_submenu li a:hover { text-decoration: underline; }

/* CONTEXTUAL SUBMENU - BLANK
Use the same values as defined in the Contextual Submenu above */
ul#context_submenu_blank {

	/* submenu strip color */
	#background:#D8E5F2 none repeat scroll 0 0;
	/* Do not change the values below! */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 88%;
	float: left;
}

/* Height of the blank Contextual Submenu strip
These settings make the blank bar the same height as the regular one.
It should be roughly the sum of the contextual submenu font's padding and font-size.*/
ul#context_submenu_blank li {
	padding-top: .2em;
	padding-bottom: 1.3em;
	/* Do not change the value below! */
	float: left;
}
#footer,#footer a, #footer a:hover {color:#ffffff;}
.entry-title a{font-size:18px;margin-top:-15px;margin-bottom:10px;}
.myfooter {font-size:11px; width:inherit;text-align:center;text-transform: uppercase;word-spacing:1px;letter-spacing:1px;
}
.headline_area h1{font-size:18px;word-spacing:3px;letter-spacing:2px;}
#multimedia_box{border:0px;}
#image_box{border:0px;}
