﻿/*
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/
*/
/*controls the left margin of the page title*/

/* Newsletter link */
#newsletter_element {
  display:block;
  height:64px;
  left:158px;
  position:absolute;
  text-indent: -999em;
  /*outline: 1px solid blue;*/
  top:122px;
  width:64px;
}

#newsletter_element a {
  display:block;
  height: 64px;
  width: 64px;
}

.custom #content {
  position:relative;
}

.custom .post_box .format_text {
  zoom: 1;
}

.custom #header #logo a { display: block; height: 155px; width: 960px; background: url('images/header.jpg') no-repeat; 
outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; 
}

.custom #header { 
padding: 0px; 
position:relative;
}

#content li {list-style-image:url('http://69.89.31.196/~nestseat/wp-content/themes/thesis_16/custom/images/bullet.gif');}

/*margin above and below each page*/
.custom #container { margin-top: 4.75em; margin-bottom: 1.0em; }

/*controls the left margin of the page title*/
h1 {padding-left: 15.70em; margin-top:0px; margin-bottom: 0px; font-weight:bold;}

/*controls the left margin of the paragraphs*/
.custom .format_text 
{
padding-left: 26.33em; padding-right: 2.00em; font-weight:normal;
}

ul.menu {width:600px; margin-left: 313px; margin-right:auto;}

/*menubar*/
.custom .menu  a, .menu li ul
{
letter-spacing:0.05em;
font-size:14px;
font-weight:bold;
text-transform:none;
}

.custom #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/PostBkg.jpg') no-repeat;}

.services #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/servicesBkg.jpg') no-repeat;}
.services #page blockquote {
background: #d3cfab;
width:450px;
height: 24px;	
}

.home #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/home2Bkg.jpg') no-repeat;}
.home #page h1 {padding-left:0.0em; margin-left: 0.0em;font-size :14pt; font-weight:normal; line-height:16pt; letter-spacing:.05em;}
.home #page h2 {padding-left:0.0em; font-size:16px; font-weight:normal;line-height:16pt;letter-spacing:0;}

.real-homes #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/realBkg.jpg') no-repeat;}
.real-homes #page blockquote {
background: #d3cfab;
width:450px;
height: 24px;	
}

.plugs #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/plugsBkg.jpg') no-repeat;}
.plugs #page blockquote {
background: #d3cfab;
width:450px;
height: 24px;	
}

.buzz #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/buzzBkg.jpg') no-repeat;}
.buzz #page blockquote {
background: #d3cfab;
width:450px;
height:auto;
padding-top:1.50em;
padding-bottom:0.01em;
padding-right:1.00em;	
}

.story #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/storyBkg.jpg') no-repeat;}
.story #page blockquote {
background: #d3cfab;
width:450px;
height: 24px;
}

.cat_blog #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/catBkg.jpg') no-repeat;}
.cat_blog #content_box {width:580px; margin-left:auto; margin-right:10px; margin-top:20px;}
.cat_blog #content {width:560px;}
.cat_blog  .teasers_box {width:560px;}
.cat_blog  .teaser {width:250px;}
.cat_blog h2 {padding-left :0.0em;font-weight:bold;}
.cat_blog #logo_element {display:none;}

.post_archives #page { display: block; height: auto; width: 828px; background: #e4e3be url('images/catBkg.jpg') no-repeat;}
.post_archives #page #content_box {width:580px; margin-left:auto; margin-right:10px; margin-top:20px;}
.post_archives #page #content {width:560px;}
.post_archives #page  .teasers_box {width:560px;}
.post_archives #page  .teaser {width:250px;}
.post_archives #page h1 {padding-left:0.0em;}

address {font-style: normal; background-color:#d3cfab;padding-left:8px; padding-bottom:1px;padding-top:6px;	
}

.custom #footer {border:0; display: block; height: 40px; width: 829px; background: url('images/footerBkg.jpg') no-repeat; outline: none;  }

.custom #footer a:hover {color:  #74961b;}

.custom a:hover { color: #74961b;}

.custom .format_text h3 a {text-decoration:none;font-weight:bold;}

.custom .menu a:hover {
color:#3D1E01;
}

/* logo link */
#logo_element {
  display:block;
  height:-30px;
  left:40px;
  position:absolute;
  text-indent: -999em;
/*outline: 4px solid blue;*/
  top:-30px;
  width:40px;
}

#logo_element a {
  display:block;
  height: 80px;
  width: 200px;
}

.custom #content {
  position:relative;
}	