/*   
Theme Name: BGarber
Theme URI: http://www.barbaragarber.net
Description: Template for BarbaraGarber.com
Author: Daniel Damkoehler 
Author URI: http://www.8lionsmedia.com
Version: 1.3
.
Stylesheet Creative Commons license.
.
*/

/* Resetting styles across browsers */

@import url("reset.css");

/* Page Template Styles */

* html body {
	font-size:62.5%; /* IE5-Win */
	f\ont-size: small; /* other IE */
}

body 
{
	background: #858181; 
	margin: 0 .7em 1em .7; 
	font-size: 62.5%;
	color: #000; 
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

body.CenterPageContentHome {
	background:#858181;
	/* background:#FFF; */
}

#wrap {
	position: relative;
	margin: 0 auto;
        padding: 0;
	width: 78em;
	text-align: left;
	border: none; 
	background: #858181;
}

#homewrap {
	margin:10px 0 0 0;
    padding: 0;
    width: 100%;
	height:480px;
	cursor:pointer;
}

#homewrap h1 {
	margin: 180px 0 30px 0;
	padding: 0;
	text-align: center;
	/* color: #686868; */
	color: #FFF;
	font-size: 6.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

#homewrap h2 {
	color: #a1a1a1;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	line-height: 2.1em;
}

#homewrap h3 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0;
}

#homewrap h3 a, #homewrap h3 a:visited {
	color: #ffffff;
	font-weight: normal;
	}
	
	#homewrap h3 a:hover, #homewrap h3 a:active, #homewrap h3 a:visited:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	}


#homewrap h4 {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	line-height: 1.8em;
}

#contentwrap
{
	float:left;
	margin: 0px;
	padding: 0;
	width: 100%;
	min-height:40em;
	background:url(img/) #FFF top left no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}

*html #contentwrap /* IE6 height fix */
{
	height:40em;
}

#gallery 
{
	margin:50px 175px;
}

#page-content {
	background:#fff;
	margin:0;
}

#pagecontent {
	margin:0 2em 0 2em;
	padding:3em 0 0 0;
}

#pagecontent_gallery {
	margin:5em 2em 0 2em;
    padding:3em 0 0 0;
}

#img {
	color:#000;
	font-size:.8em;
}

.clear {
	clear: both;
	height: 2em;
}

/* Header Styles */

#header
{
	width: 100%;
	height: auto;
	background: #858181;
	margin: 0;
}

#name
{
	margin:.5em 0 .5em .2em;
	color:#fff;
	font-size:2.1em;
	letter-spacing:.1em;
	font-weight:normal;
	background: #858181;
	float:left;
}

/* Head Menu Styles */

#headmenu
{
	float:right;
	margin:1.8em 0 0 0;
	height: 25px;
	background: #858181
}

#headmenu a:link, #headmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#headmenu ul
{
	margin: 0;  
	padding: 0;
	list-style:none;
	font-size: 1.3em; 
	line-height: 1.3em;
	font-weight: normal;
	text-align: right;
    }

#headmenu ul li a:link
{
	color: #fff;
	text-decoration: none;
}

#headmenu ul li a:visited
{
	color: #fff;
	text-decoration: none;
}

#headmenu ul li.page_item a:link,
#headmenu ul li.page_item a:visited
{
	color: #fff;
	text-decoration: none;
}


#headmenu ul li.page_item a:hover,
#headmenu ul li.page_item a:active
{
	color: #000;
	text-decoration: none;
}


#headmenu ul li {
	float: left;
	color: #fff;
	padding: 3px 10px 3px 10px; 
	margin: 0;
        font-weight: normal;
	display: inline;
	
}

#headmenu ul li a:hover,
#headmenu ul li a:active,
#headmenu ul li a:hover:visited
{
	color: #000;
	text-decoration: none;
}


/* Sub Menu Styles */

#submenu
{
	float:right;
	width:50%;
	margin:0;
	padding:0;
	height: 30px;
	background: none;
}

#submenu a:link, #submenu a:visited 
{
	color: #858181;
	font-weight:bold;
	text-decoration: none;
}

#submenu ul
{
	margin: 0;  
	padding: 0;
	list-style:none;
	font-size: 1.1em; 
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
    }
	
#submenu ul li 
{
	float: right;
	color: #858181;
	padding: 3px 10px 3px 10px; 
	margin: 0;
	font-weight: normal;
	display: inline;
	font-weight:bold;
}

#submenu ul li a:link, #submenu ul li a:visited,
#submenu ul li.page_item a:link, #submenu ul li.page_item a:visited
{
	color: #858181;
	text-decoration: none;
	font-weight:bold;
}

#submenu ul li.page_item a:hover, #submenu ul li.page_item a:active,
#submenu ul li a:hover, #submenu ul li a:hover:visited, #submenu ul li a:active
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

/* Content Styles */

h1 
{
	margin:1em 0 0em 1em;
	color:#858181;
	font-size:2.1em;
	letter-spacing:.1em;
	font-weight:normal;
}

h2 
{
	margin:1em 0 .3em 0;
	color:#858181;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:0.1em;
}

h4 
{
	font-size:1.2em;
	line-height:1.1em;
	margin:1em 0;
}

h4 em 
{
	font-size:.9em;
	font-style:normal;
}

h4 a:link, h4 a:visited 
{
	text-decoration:none;
	color:#000;
}

h4 a:active, h4 a:hover, h4 a:visited:hover 
{
	text-decoration:none;
	color:#ba7353;
}

p 
{
	color:#000;
	font-size:1.1em;
	line-height:1.3;
	letter-spacing:0.1em;
	margin-bottom:1em;
	padding:0;
	text-align:left;
}

p.instructions 
{
	color:#858181;
	font-size:1em;
	line-height:1.1em;
	letter-spacing:0.1em;
	margin:1em 0 3em 0;
	padding:0;
	text-align:center;
}

a:link, a:visited 
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active 
{
	color:#a1a1a1;
	font-weight:bold;
	text-decoration:none;
}

#pagecontent img 
{
	margin:0 1em 0 1em;
}

/* hiding splash page from menu */

.page-item-65, 
.page-item-65 a:hover,
.page-item-65 a:link,
.page-item-65 a:active,
.page-item-65 a:visited
{ 
    display: none; 
}

/* TABLE */

table.gallery 
{
	width:100%;
}

table.galley tr td 
{
	text-align:center;
}

table.bio 
{
	width:80%;
	font-size:1.1em;
	line-height:1.5em;
	margin:0 0 0 1em;
}

table.bio tr td.year 
{
	width:7em;
}

/* LINKS PAGE */

ul.links 
{
	font-size:1.1em;
	line-height:1.6em;
}

ul.links li 
{
	margin-left:2em;
}

ul.links li a:link, ul.links li a:visited 
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

ul.links li a:hover, ul.links li a:active 
{
	color:#a1a1a1;
	text-decoration:none;
	font-weight:bold;
}

/* Footer Styles */

#footer 
{
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 78em; 
	background:#858181; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 1em;
	line-height: .8em;
	text-align: left;
}

#footer span.strong 
{
	color: #000000;
	font-weight:normal;
}

#footer p 
{
	float: left;
	margin: 5px 0px 0em 10px;
	padding: 0px;
	line-height: auto;
}

#footer p img 
{
	vertical-align: text-bottom;
}

#footer a:link
{
	color: #858181;
	text-decoration: none;
}

#footer a:visited
{
	color: #858181;
	text-decoration: none;
}

#copyright 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height:1em;
	background: #858181;
	font-size: .8em;
	color: #DDDDDD;
}

#copyright p.left 
{
	float: left;
	margin: .3em 0 0 .3em;
	text-align: left;
}

#copyright p.right 
{
	float: right;
	margin: .3em .3em 0 0;
	text-align: right;
}

#copyright p.left a 
{
	padding: 0;
}

#copyright a:link, #copyright a:visited
{
	color: #DDDDDD;
	font-weight:normal;
}

#copyright a:hover
{
	color: #fff;
	text-decoration: underline;
}



/* Image Wrap */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}