/*   
Website:  http://www.barrysparkman.com
Description: 
Author: Ryan Evjen and Jonathan Nicol
Author URI: http://www.visdomdesign.com
Version: 1.0
*/
* {margin:0;padding:0;} 

html, body { height: 100%; }

html {
	overflow-y: scroll;
}

body {
    font-family: Helvetica, Verdana, Arial;
    font-size:100%;
    line-height:1.125em;
    background-color: #fff;
    color: #636467;
}


/* ----- IDS ----- */

#container{
	width: 900px;
	margin: 0 auto 71px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 25px 0 0 0;
}	

#primaryContent{
	width: 500px;
	float: left;
}	

#narrowLeft {
	width:450px;
	float: left;
}
#wideSidebar {
	width: 420px;
	float: right;
}

#sidebar{
	width:285px;
	float: right;
	padding: 15px;
	min-height: 400px;
	background-color: #f0f0f0;
	border: 1px solid #CECFD0;
}
#sidebar_empty{
	width:310px;
	float: right;
	margin-top: 5px;
}

#sidebar_gallery{
	width:420px;
	float: right;
	margin-top: 5px;
}

#sidebar_gallery ul a:hover img{
	border-color: #3dc0e5;
	border-style: solid;
	border-width: 5px 5px 5px;
}

#sidebar_gallery ul img{
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 5px 5px 5px;
	display: inline;
	float: right;
	margin: 10px;
}

#sidebar_gallery li{
	display: inline;
}

#header{
	height: 200px;
	background: #000 url(../images/header/header_home.jpg) center top no-repeat;
	border-bottom: 10px solid #000;
	margin-bottom: 25px;
}

	#headerInside{
		background-color: transparent;
		width: 900px; height: 200px;
		margin: auto;
		position: relative;
	}

		#logo{
			float: left;
			height: 125px;
			width: 400px;
			background-color: transparent;
		}	


		#topNav{
			position: absolute;
			left: 0;
			top: 162px;
		}

#footer{
	background: url(../images/footer/footerslice.gif) repeat-x top left;
	clear: both;
 	position: relative;
 	z-index: 10;
 	height: 71px;
 	text-align:center;
}

#footerContainer{
	width: 900px;
	height: 71px;
	margin: auto;
	padding: 0;
}

#people-container {
	width: 100%;
	background-color: #f0f0f0;
	border: 1px solid #CECFD0;
	margin-bottom: 20px;
}

/* ----- CLASSES ----- */

.push {
	height: 71px;
}
.colLeft {
	width: 255px;
	float: left;
	padding-right: 20px;
}

.colRight {
	width: 225px;
	float: left;
	
}

.colMiddle {
	width: 340px;
	float: left;
	padding: 0 20px 0 20px;
	/* border-right: 1px solid #808080; */
	border-left: 1px solid #808080; 
}

h1.home {
	color: #27221F;
	font-weight: 200;
	font-size: 1.8em;
	line-height: 1.1em;
}

.clear {
	clear: both;
}

a.prints {
    display: block;
    width: 170px;
    height: 30px;
    float: left;
    margin: 15px 15px 0 0;
    background: url("../images/home/prints_ro.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.prints {
    background-position: -170px 0;
}

a.paintings {
    display: block;
    width: 170px;
    height: 30px;
    float: left;
    margin-top: 15px;
    background: url("../images//home/paintings_ro.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.paintings {
    background-position: -170px 0;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* ----- HEADINGS ----- */
h1, h2, h3, h4{
	color:#27221F;
	font-weight:200;
	margin:0 0 5px;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
}

h1, h2, h3 {
	letter-spacing:-0.04em;
	line-height:1.05em;
	padding-bottom:10px;
}

h1{
	margin: 0 0 10px 0;
	color:#27221F;
	font-weight:200;
	font-size: 1.8em;
}

h2{
	font-size: 1.2em;
	padding: 0;
}

h3{
	font-size: 1em;
	padding: 0;
}

h4{
}

#sidebar h2 {
	font-size: 1.4em;
}

/* ----- PARAGRAPHS ----- */

p{
	font-size:0.875em;
	padding-bottom: 20px;
}
p.quote{
	font-size:0.75em;
	padding: 0 10px 0 10px;
}

#sidebar p {
	font-size: .8em;
	line-height: 1.15em;
}
/* ----- QUOTES ----- */

blockquote{
}

blockquote p{
}

cite{
}

blockquote cite{
}

/* ----- LISTS ----- */

li{
}

li p{
}

ol{
}

ul{
	margin: 5px 0 25px 10px;
}

ol li{
}
ul li{
}        
.mainNavs{
	float: left;
}
	ul.mainNavs{
		list-style-type: none;
	}
	.mainNavs li{
		display: inline;
		margin: 0;
	}

	.mainNavs li a{
		color: white;
		font-weight: 200;
		text-decoration: none;
		font-size: 16px;
		padding: 7px 13px 20px 13px;
	}
	.mainNavs li a:hover, .mainNavs li.active{
		background-color: #000;
	
	}
	.mainNavs li.active{
		padding: 7px 0 20px 0;
	}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:25px;
	color: white;
	font-weight: 200;
	font-size: 16px;
	background-color: transparent;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding: 7px 13px 20px 13px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:20px;
	background-color: black;		
}
	

ul#menu li a.active
{
	display:inline;
	height:20px;
	background-color: black;
	float:left;
	margin:0;
}

                    
                    

ul.footer {
	margin-top: 15px;
	float: left;
	width: 100%;
}
.footer li{
	list-style-type: none;
	display: inline;
	color: #fff;
	font-size: .75em;
	margin-top: 25px;
	padding: 0 10px 0 5px;
	border-right: 1px solid white;
}
.footer li a{
	color: white;
	text-decoration: none;
}
.footer li a:hover{
	text-decoration: underline;
}
.footer li.last {
	border: none;
	margin: 0;
	padding-right: 0;
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
	
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
	color: #158f9d;
}
a:hover{
	color: #1db5c7;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
	font-size:0.875em;
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
	
}
tr .alt{
}
th{
}
td{
	padding: 0 20px 15px 0;
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}