/*
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/
*/
.custom body {margin:0; padding:0; background: #e9e9e9; color: #111; font-size: 62.5%; background-repeat:repeat-x; background-image:url(http://hd-projectionscreens.com/wp-content/themes/thesis_16/images/bg.jpg) }

.projection body{background: #e9e9e9; }
.projection #innerheader { display:none; }
.projection #header { padding: 0; border-bottom: 0em; display:none; }
.projection #footer { padding-bottom: 0; border-top: 0em; }
.projection #footer { display: none; }
.projection #sidebars { display: none; border: none; }
.projection .menu {display:none;}
.projection #page { padding: 0; margin: 0;}
.projection #content_box { background:none; }
.projection .comments_closed { display: none; }
.projection #header #logo { display: none; }
.projection #header #tagline { display: none; }
.projection #content { margin: 0 auto; float: none; }
.projection #page {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: none repeat scroll 0 0;
}
.projection #container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: none repeat scroll 0 0;
border-color:#E5E5E5;
border-style:solid;
border-width:0;
padding:0;
}

.custom #container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: none repeat scroll 0 0;
border-color:#E5E5E5;
border-style:solid;
border-width:0;
padding:0;
margin: 0px auto; width: 973px;
}

.custom #page { padding: 0; margin: 0;}
.custom #page {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: none repeat scroll 0 0;
}
.custom #header{ padding: 0; margin:0; border:none }

.custom .headline_area{width:943px; height: 34px; float:left;  background-image:url(http://hd-projectionscreens.com/wp-content/themes/thesis_16/images/innerh1.jpg); margin:0; padding: 4px 0px 0px 30px;  }

.custom .headline_area h2, h1{ color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 20px; }

.custom .teasers_box {
border-width:0;
}

.custom .teasers_box {
margin:0;
}
.custom .post_box {
border-width:0;
}

.custom .post_box{
margin:0;
}

.custom .format_text{ width:913px;  float:left;  background-image:url(http://hd-projectionscreens.com/wp-content/themes/thesis_16/images/format.gif); background-repeat:repeat-y; border-bottom:2px solid #CCCCCC; margin:0; padding: 30px 30px 30px 30px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; }

.custom #footer{ padding:0; margin:0; border:none}

.custom .navig{
float:left; padding:5px 5px 5px 15px; 
background-image:url(http://hd-projectionscreens.com/wp-content/themes/thesis_16/images/redbullet_06.gif); 
background-repeat:no-repeat; 
background-position:5px 7px;
border-bottom:1px solid #2f2f2f;
border-left:1px solid #2f2f2f;
border-top:1px solid #2f2f2f;
border-right:1px solid #2f2f2f;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-left:5px;
}
.custom .navig:hover{ 
border-bottom:1px solid #404040;
border-left:1px solid #000000;
border-top:1px solid #000000;
border-right:1px solid #404040;
background-color:#000000;
color:#2b93e1;
}
