/*
      Theme Name: Whiteboardmedia for Elizabeth Wilson 
      Theme URI: www.whiteboardmedia.com
      Version: 1.0
      Author: Whiteboardmedia
      Author URI: www.whiteboardmedia.com
*/ 
  
/*-----------------------------------------------------------------------------
   CSS Code
----------------------------------------------------------------------------- */

* {
 margin: 0;
 padding: 0;
 border: none;
 font-size: 1em;
}

body{
 background-color:#ffffff;
 color:#28241f;
 font:62.5% "Trebuchet MS", Arial, Helvetica,sans-serif;
}

/*-----------------------------------------------------------------------------
   Link
----------------------------------------------------------------------------- */

a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a {
 outline: none;
 outline-style: none;
}

a:hover {
	color: #7C7C7C;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
   Container
----------------------------------------------------------------------------- */

#container{
 width:830px;
 background-color:#ffffff;
 margin: 0 auto; 
}

/*-----------------------------------------------------------------------------
    Header
----------------------------------------------------------------------------- */

#header{
 height:45px;
 background-color:#ffffff; 
 padding-top:52px;
 border-bottom: 1px solid #777165;
}

#header h1{
 background: url(images/layout-header-logo.jpg) no-repeat;
 color:#000000;
 width:464px;
 height:29px;
}

#header h1 a{
 width:464px;
 height:29px;
 display: block;
 /* hide from IE Mac \*/
 text-indent: -999em;
 overflow: hidden;
 /* end hide */
}
* html > body #header h1 a {
   letter-spacing: -999em;
}

/*-----------------------------------------------------------------------------
   Navigation
----------------------------------------------------------------------------- */

#navigation{
 background: #ffffff;
 height: 10px;
 padding: 10px 0px;
 display:block;
 font-size: 1.35em;
 text-align:left;
}

#navigation ul{
 list-style: none;
}

#navigation ul li{
 display: inline;
 margin: 0 12px 0 0;
}  

#navigation ul li a {
   text-decoration: none;
	color: #484137;
	border: none;
}

#navigation ul li a:hover, #navigation ul li a.active, #navigation ul li.current a {
	color: #ff6600;
}

#navigation li ul {
	height: auto;
	width: 146px;
	position: absolute;
	top: 16px;
	left: 0;
	padding: 2px 0px 4px 0px!important;
	margin: 0;					
	display: none;
	background-color: #CBCAC7;
	color: #ffffff;
	z-index: 100;
}
#navigation li:hover ul, #navigation li.over ul {
	display: block;
}

#navigation li {
	float: left;
	position: relative;
}
#navigation  ul li.upon:hover a, #navigation ul li.upon.over a{
	color: #ff6600;
}
#navigation li li {
	float: none;
	background-color: #CBCAC7;
	width:155px;
	height: 25px!important;
	padding: 0px !important;
	margin: 0px!important;
	text-transform:none;
	border-right:0px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;	
}

#navigation li li a.over {
	background: none;
	color: #ff6600;
}

#navigation li li a {
    background: none;
	 line-height: 20px;
	 padding: 0 0 0 5px!important;
	 display: block;
	 color: #FFFFFF!important;
	 height: 20px!important;
    margin: 0px;
}

#navigation li li a:hover {
    background: none;
    text-decoration:none;
	 color: #ff6600!important;
}

/*-----------------------------------------------------------------------------
    Content
----------------------------------------------------------------------------- */

#content{
 
 font-size: 1.2em;
}

#main-content{
 width:830px;
 float: left;
 min-height: 600px;
 margin-top: 0px;
}
*html #main-content{
 height: 600px;
}

#main-content h3{
 color:#9e9689;
 font-size:1.5em;
 margin-top:35px;
 font-weight: lighter;
 display: block;
 /* hide from IE Mac \*/
 text-indent: -999em;
 overflow: hidden;
 /* end hide */
}
* html > body #main-content h3{
   letter-spacing: -999em;
}

#main-content h3.about{
 background: url(images/layout-title-about.jpg) no-repeat;
}
	
#main-content h3.biography{
 background: url(images/layout-title-biography.jpg) no-repeat;
}
#main-content h3.reviews{
 background: url(images/layout-title-reviews.jpg) no-repeat;
}
#main-content h3.paintings{
 background: url(images/layout-title-paintings-gouache.jpg) no-repeat;
}
#main-content h3.paintings-drawings{
 background: url(images/layout-title-paintings-drawings.jpg) no-repeat;
}
#main-content h3.paintings-figurative{
 background: url(images/layout-title-paintings-figurative.jpg) no-repeat;
}
#main-content h3.paintings-landscapes-oil{
 background: url(images/layout-title-paintings-landscapes-oil.jpg) no-repeat;
}
#main-content h3.paintings-still-life{
 background: url(images/layout-title-paintings-still-life.jpg) no-repeat;
}

#main-content h4{
 color:#ff6600;
 font-size:1.25em;
 margin-top:20px;
 text-transform: uppercase;
 width: 800px;
}

#main-content p{
 margin-top:15px;
 font-size:1.2em;
}
#main-content p span{
 font-weight: bold;
}

#main-content div.space{
	margin-top: 20px;
	}

#main-content div.gallery-left {
	width: 295px;
	margin-top: 50px;
	float: left;
	text-align: center;
	background: url(images/indicator.gif) top center no-repeat;
}
#main-content div.gallery-left h3{
	 margin-top:20px;
	 color:#000000;
	 font-size:0.9em;
	 font-weight: normal;
	 text-align: center;
	 text-indent: 1em;
     overflow: visible;
	  letter-spacing: 0em;
}

#main-content div.gallery-right {
   width: 470px;
	margin-left: 60px;
	float: left;
	margin-top: -20px;
}
#main-content div.gallery-right img{
	margin-bottom: 15px;
	margin-left: 30px;
	vertical-align: bottom;
}

#main-content div.gallery-right div.ngg-navigation {
 list-style: none;
 text-align: right;
 margin-bottom: 15px;
}

#main-content div.gallery-right div.ngg-navigation span{
 display: inline;
 margin: 0 10px 0 7px;
 color: #ff6600;
} 
#main-content div.gallery-right div.ngg-navigation a{
	text-decoration: none;
	color: #5f594d;
	border: none;
}
#main-content div.gallery-right div.ngg-navigation a:hover{
	color: #ff6600!important;
	background: #ffffff;
}

/* Table code */

#main-content table{
	width: 700px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	text-align: left;
}

#main-content table th,
#main-content table thead th {
	padding-bottom: 20px;
	color:#ff6600;
	font-size:1.25em;
	text-transform: uppercase;
}

#main-content table td {
	font-size: 1.3em;
	vertical-align: top;
	padding-right: 10px;
}
#main-content table td span{
	display:block;
	padding-bottom: 15px;
}

#main-content table col.year {
	width:120px;
}
#main-content table col.place {
	width:410px;
}
#main-content table col.city {
	width:170px;
}

/* home-review */

#main-content-home{
 width:830px;
 text-align: center;
 display: block;
 min-height: 600px;
 margin-top: 0px;
}
*html #main-content-home{
 height: 600px;
}

#main-content-home div.review {
	margin-top: 30px;
}

#main-content-home div.review img{
	margin-top: 15px;
}

#main-content-home div.review h3{
	 margin-top:20px;
	 color:#000000;
	 font-size:0.9em;
	 font-weight: normal;
}

#main-content-home div.review p{
	color:#9e9689;
 	font-size:1.2em;
	margin: 0;
}

#main-content-home div.review p span{
	color:#9e9689;
	font-size:0.75em;
	font-weight: normal;
	margin-left: 250px;
}

/* Reviews */

#main-content div.review {
	margin-top: 20px;
	padding-bottom: 20px;
}
#main-content div.review p{
	color:#000000;
 	font-size:1.2em;
	margin: 0;
}
#main-content div.review p.right{
	float: right;
}
/*-----------------------------------------------------------------------------
   Footer
----------------------------------------------------------------------------- */

#footer{
 background-color:#ffffff;
 padding-top: 30px;
 height:70px;
 font-size:1.2em;
 color:#28241f;
 text-align:center;
 clear:both;
}

