/*   
Theme Name: WDG Blog Theme
Theme URI: http://blog.weismandesigngroup.com
Description: Search engine optimized theme.
Author: Stephen White
Author URI: http://zemelo.com/
Version: 1.0
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
  font-size: 0.80em; 
  line-height: 1.45em; /* 10pt base font size with an 17pt line height */
  color: #96916a;
  font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* -------------------------------------------------------------- 
   
   Rebuild the default browser styles
   
   Based on work by Blueprint CSS   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

/* Text elements
-------------------------------------------------------------- */

p {
	margin-bottom: .8em;
}

li {
	
list-style-type: none;

}
	
ul {
	margin: 0 0 1.5em .8em;
}
ol {
	margin: 0;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/*

Adapt the following for use:

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--;
}
p, ul, ol, dd, pre {
    margin-bottom:--em;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--;
}

All other styles can be overridden--or ignored!

*/

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 5px 2px 0 0;
}

img.avatar {
	margin: 5px 5px 0 0;
}

.alignleft,
img.alignleft {
	float: left;
	display: inline;
	margin: 5px 2px 0 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
    margin: 5px 0 0 5px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: left;
	margin-bottom: 5px;
}
.wp-caption img {
	float: left;
	display: inline;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin: 0 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Layout */

#page {
  width: 975px;

  margin-left: auto;
  margin-right: auto;
}

#page-inside {
  
  width: 925px;

  margin-left: auto;
  margin-right: auto;   
}

	
#header {
  float: left;
  height: 100px;
  width: 925px;
  
}

/* Header Menu */

#blog-title {
  height: 0px;
  text-indent: -9999px;
}

#blog-description {
  text-indent: -9999px;
  height: 0px;
}

.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation li {
	float: left;
}


#nav1 a {
  float: left;
  display: block;
  width: 248px;
  height: 100px;
  background: url(images/main-menu.png) no-repeat  0px 0px;
  text-indent: -9999px; 
}

#nav1 a:hover {
  background-position:  0px -100px;
}

#nav1 a:active {
  background-position:  0px -100px;
}


#nav2 a {
  float: left;
  display: block;
  width: 225px;
  height: 100px;
  background: url(images/main-menu.png) no-repeat  -248px 0px;
  text-indent: -9999px;
  
}

#nav2 a:hover {
  background-position:  -248px -100px;
}

#nav2 a:active {
  background-position:  -248px -100px;
}


#nav3 a {
  float: left;
  display: block;
  width: 225px;
  height: 100px;
  background: url(images/main-menu.png) no-repeat  -473px 0px;
  text-indent: -9999px;
  
}

#nav3 a:hover {
  background-position:  -473px -100px;
}

#nav3 a:active {
  background-position:  -473px -100px;
}



#nav4 a {
  float: left;
  display: block;
  width: 227px;
  height: 100px;
  background: url(images/main-menu.png) no-repeat  -698px -200px;
  text-indent: -9999px;
  
}

#nav4 a:hover {
  background-position:  -698px -200px;
}

#nav4 a:active {
  background-position:  -698px -200px;
}

#main {
  
  float: left;
  overflow: hidden;
  width: 925px;
  
}

/*
 * left sidebar
 */

#sidebar-left {   
  float: left;
  margin-top: 80px;
  width: 251px;
  height: 455px;
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-second-inner. */
  
}

#sidebar-menu {
  margin-left: 25px; 
  padding: 0;
  
}


#sidebar-menu .page-item-3  a {
	float: left;
	display: block;
	background: url(images/blog-menu.png) no-repeat 0px 0px;
	width: 170px;
	height: 40px;
	text-indent: -9999px;	
}

#sidebar-menu .page-item-3 a:hover {
  background-position:  -170px 0px;
}

#sidebar-menu .page-item-3 a:active {
  background-position:  -170px 0px;
}

#sidebar-menu .page-item-3.current_page_item a {
  background-position:  -340px -0px;
}




#sidebar-menu .page-item-5  a {
	float: left;
	display: block;
	background: url(images/blog-menu.png) no-repeat 0px -40px;
	width: 170px;
	height: 50px;
	text-indent: -9999px;	
}

#sidebar-menu .page-item-5 a:hover {
  background-position:  -170px -40px;
}

#sidebar-menu .page-item-5 a:active {
  background-position:  -170px -40px;
}

#sidebar-menu .page-item-5.current_page_item a {
  background-position:  -340px -40px;
}

#sidebar-menu .page-item-7  a {
	float: left;
	display: block;
	background: url(images/blog-menu.png) no-repeat 0px -90px;
	width: 170px;
	height: 50px;
	text-indent: -9999px;	
}

#sidebar-menu .page-item-7 a:hover {
  background-position:  -170px -90px;
}

#sidebar-menu .page-item-7 a:active {
  background-position:  -170px -90px;
}

#sidebar-menu .page-item-7.current_page_item a {
  background-position:  -340px -90px;
}

#content {
	float: left;
	margin-top: 80px;
	width: 448px;
	
}

#content-inside {
	margin-right: 15px;
}


/*
 * right sidebar
 */

#sidebar-right {   
  float: left;
  width: 226px;
  height: 535px;
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-second-inner. */
  background: url(images/blog-bg.png) no-repeat;
  
}

#sidebar-right-inside {
  margin-top: 80px;	
  margin-left: 7px; 
  padding: 0;
  
}

#sidebar-right-inside .widget {
  margin: 10px;
  
}


#footer-inside-left {
  float: left;
  display: block;	
  height: 65px;
  width: 535px;

}
  
#footer-inside-right {
  float: left;
  width: 390px;
  height: 65px;
  text-indent: -9999px;    
}

.footer-font p {
  margin-top: 35px;
  color: #96916a;
  font-size: 88%;
}
  
#wdglogohome {
  float: left;
  display: block;
  width: 390px;
  height: 65px;
  background: url(images/wdg-logo.png) no-repeat;
}

/* comment form */

#comments {
  float: left;
  overflow: hidden;
  margin-top: 10px; 
  width: 400px;
}

#comments-list   {
  border-bottom: 1px solid #96916a;
 }
                
#comments-list ol  .comment-meta {
  
  font-size: .8em;
  background: #ffffff; 
}

#comments-list ol  .comment-author {
  
  color: #514f26;
    text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #96916a;
}                
   
#comments-list ol .comment-content {
 
  text-style: italic;
  background: #ffffff;
  
}

#commentform {
  width: 350px;
}

.formcontainer {
  width: 350px;
  background: #ffffff;
}
		
#submit {
  margin-top: 10px;
  color: #514f26;
  font-weight: bold;
  cursor: pointer;
  background: url(images/db.png) repeat;
}

#searchsubmit {
  margin-top: 10px;
  color: #514f26;
  font-weight: bold;
  cursor: pointer;
  background: url(images/db.png) repeat;
}


input {
  color: #514f26;
  font-weight: bold;
  border: 1px solid #96916a;
}

textarea  {
  color: #514f26;
  font-weight: bold;
  border: 1px solid #96916a;
}

.wpa-text {
 color: #514f26;
}

/* other styles */

/*
 * Headings
 */
h1 {
  font-size: 1.3em;
  line-height: 1.8em;
  color: #514f26;
  margin-bottom: 0;
  	
  
}

h1.entry-title {
  font-size: 1em;
  color: #96916a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

h1.page-title {
  font-size: 1.1em;
  line-height: 1.8em;
  color: #96916a;
  height: 26px;
  margin-bottom: 10px;
  padding-top: 4px;
  text-transform: uppercase;
  font-weight: bold;
  
}

h1.page-title a {
   
  font-weight: normal;
  
}

h2 {
  font-size: 1em;
  line-height: 1.8em;
  color: #96916a;
  font-weight: bold;
  margin-bottom: 5px;
  
}

h2.entry-title {
  font-size: 1em;
  color: #96916a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  
}

#sidebar-right h2 {
  font-size: 1em;
  line-height: 1.8em;
  color: #514f26;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}



h3 {
  font-size: 96%;
  margin-bottom: 15px;
  line-height: 1.8em;
  color: #514f26;
  font-weight: bold;
}

h4,
h5,
h6 {
  font-size: 1em;
  line-height: 1.8em;
  color: #96916a;
  text-transform: uppercase;
  margin-bottom: 0; 
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */

a:link {
  color: #737a35;
}

a:visited {
  color: #737a35; 
}

a:hover,
a:focus {
  color: #514f26;
}

a:active {
  color: #514f26;
}

.comment-author {
  font-size: 90%;
  
}

.comment-author a  {
  
  text-decoration: none;
  color: #737a35;
}

.comment-author a:visited {
  
  text-decoration: none;
  color: #737a35;
}

.comment-author a:hover {
  
  text-decoration: none;
  color: #514f26;
}

.comment-author a:active {
  color: #514f26;
  text-decoration: none;
}

#comment-notes {
	font-size: 88%;
}

h2.entry-title a  {
  color: #737a35;
  text-decoration: none;
 
}

h2.entry-title a:visited {
  color: #737a35;
  text-decoration: none;
 
}

h2.entry-title a:hover {
  color: #514f26;
  text-decoration: none;
  
}

h2.entry-title a:active {
  color: #514f26;
  text-decoration: none;
}


.entry-content {
    margin-top: 20px;
}

.entry-summary {
  margin-top: 20px;
}


.entry-utility {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  clear: both;
	 
}

.more-link {
  margin-left: 5px;
}
	
#nav-below {
  float: left;
  margin-bottom: 10px;
  width: 400px;
  font-style: italic;
}

.nav-previous {
  float: left;
}
	
.nav-next {
  float: right;
}

.page-link {
  font-weight: bold;
  color: #514f26;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#comments h3 {
margin: 0;
}


