/*
Theme Name: David Garrison Theme
Description: The default WordPress theme for David Garrison
Author: Billups Design
Author URI: http://billupsdesign.com/
*/

html{
	background:none;
}
body {
	background:#f5f4df url('img/bg.jpg') repeat-x;
	font-family: Arial, sans-serif;
	color:black;
}
body p {color:#555554;}
p {
	font-size:14px;
	padding:8px 0;
	color:black;
}

.yui-u {
	background-color:none;
}
.yui-ge {

} 
#hd {
	position:relative;
	height:163px;
}
#hd h1 {
	
	height:130px;
	position:absolute;
	bottom:12px;
	width:330px;
	text-indent: -1000px;
}
#hd h1 a{
	display:block;
	height:130px;
	width:330px;
	background-image: url('img/garrison-logo.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav {
	position:absolute;
	right:0;
	bottom:12px;
}
#nav li {
	font-size:18px;
	font-weight:bold;
	border-left:1px solid #09b9f2;
	padding:2px 15px;
}
#nav li.first {
	border-left-width:0px;
}
#nav li, #ft li {
	float:left;
	color: #001531;
}

#nav li a {color:#001531;text-decoration:none;}

#nav li a:link 		{color:#001531;}
#nav li a:visited 	{color:#001531;} 
#nav li a:hover 	{color:#001531;} 
#nav li a:active	{color:#001531;}
#nav li a:focus		{color:#001531;}

#bd h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #05334b;
	margin-top:16px;
	margin-bottom: 16px;
}
/*trying to fix lack of word-spacing in cufon */
body  h2 span.cufon-canvas {
	margin-right:-7px;	
}

.story h3{font:bold 14px Arial, sans-serif;}
h3 a{
	font:normal 28px Helvetica, Arial,sans-serif;
	color:#ff9933;
	text-decoration:none;
}

h3 {
	font:normal 16px Arial,sans-serif;
	color:#05334b;
	text-decoration:none;
}


#ft {
	margin-top:150px;
	background-image:url('img/footer_initial.gif');
	overflow:visible;
	background-repeat: no-repeat;
	background-position: right center;
	text-align:right;
	position:relative;
	padding-right:94px;
	height:82px;
}

#ft ul {
	position:absolute;
	right:150px;
	top:30px;
}
#ft li {
	font-size:11px;	
	float:left;
	color:#666;
	border-right:1px solid #CCC;
	padding:0px 10px;
}

#ft li.last {
	border-right-width:0px;
	padding-right:0px
}
#ft li a {
	text-decoration:none;
	color:#666;
}

#ft li a:link 		{color:#666;}
#ft li a:visited 	{color:#666;} 
#ft li a:hover 		{color:#09b9f2;} 
#ft li a:active		{color:#09b9f2; text-decoration:underline;}
#ft li a:focus		{color:#09b9f2; text-decoration:underline;}

#ft .copyright {
	position:absolute;
	right:150px;
	top:50px;
	color:#CCC;
	font-size:10px;
}



/*trying to fix lack of word-spacing in cufon */
body  h2 span.cufon-canvas {
	margin-right:-7px;	
}

/* hacking in the main interactive component */
/* ========================================= */
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 942px; 
    height:352px; 
} 

div.scrollable div.samples { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

div.scrollable div.samples div { 
    float:left; 
	position: relative;
} 
div.scrollable h5 {
		background:url(img/BGBannerCaption.png);
		bottom:0;
		color:#666666;
		font-size:10px;
		padding:2px 5px 2px 0;
		position:absolute;
		left:-4px;
		text-align:right;
		z-index:10;
		width:942px;
}
.readmore{
	padding-top:4px;
}
.readmore a{
	color:#000;
}

/*********************
PORTFOLIO PAGE
*********************/
#Samples {
	margin-top:1em;
	overflow:auto;
	position:relative;
	width:978px;
	left:-28px;
	padding-right:20px;
	clear:both;
}
.panel {
	background-color:black;
	color:white;
	border:6px solid black;
	margin:0 0 20px 28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:286px;
	height:135px;
	float:left;
}
.panel div {
}
.panel strong {
	font-weight:bold;
	display:block;
	padding:4px 0 1px 0;
}
.panel span {
	color:#d1d1d1;
}
.fullURL{
	display:none;
}
.subheader {
	clear:both;
}
#Categories{
	margin-top:20px;
}
#Categories .wrapped {
	width:auto;
	float:left;
	height:37px;
	margin-bottom:10px;
}
#Pages .wrapped {
	width:90px;
	height:30px;
	float:right;
}
#Pages li {
	border-width:0;
	padding:0 7px;
	margin-top:2px
}
.subheader .wrapped {
	background:#fff;
	height:37px;
	width:auto;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
}
.subheader li {
	float:left;
	color: #001531;
	margin-top:7px;
	font-size:16px;
	border-left:1px solid #09b9f2;
	padding:0 15px 1px;
}
.subheader li.first {
	border-left-width:0px;
}
.subheader li a {
	color:#001531;
	text-decoration:none;
}
.subheader li a:link {
	color:#001531;
}
.subheader li a:visited {
	color:#001531;
}
.subheader li a:hover {
	color:#001531;
}
.subheader li a:active {
	color:#001531;
}
.subheader li a:focus {
	color:#001531;
}

#overlay{
	background:#000;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=0);
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
#lightbox{
	position:absolute;
	left:50%;
	top:125px;
	margin:0 0 0 -16px;
	z-index:200;
	width:32px;
	height:32px;
	padding:28px 10px 0 0;
	
}
.lightboxImage{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=0);
	position:absolute;
	top:0;
	left:0;
	border:1px solid #4b4b4a;
	padding:5px;
	background:#000;
}
#imageContainer{
	position:relative;

}
.btnClose{
	position:absolute;
	top:4px;
	right:0;
	background:url(img/btnClose.gif);
	display:block;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
}
#btnNext,#btnPrev{
	position:absolute;
	top:4px;
	right:35px;
	background:url(img/btnNexPrev.gif);
	display:block;
	width:15px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#btnNext{
	background-position:-15px 0;
	right:20px;
}
#lightbox h3{
	color:#fff;
	font-size:20px;
	z-index:9000;
	top:0;
	left:0;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=0);
	font-family:"Helvetica-Condensed","HelvetiCo", "Helvetica", arial, sans-serif;
	position:absolute;
	
}
/***********************
ABOUT PAGE
***********************/
.pageEntry h4 {
	font-weight:bold;
	margin-top: 1em;
	color:#333;
}
.pageEntry p{
	padding:5px 0;
}
.pageEntry strong{
	color:#222;
	font-weight:bold;
}
.pageEntry p, .pageEntry li {color:#555554;}
.pageEntry p.quote {padding-bottom:1em;}
.pageEntry ul,
.pageEntry ol {
	margin:5px 15px;
}
.pageEntry ul li {
	list-style-image:url(img/bullet.png);
	padding-left:0px;
}
.pageEntry ol li{
	list-style-type:decimal;
	margin:5px 0;
}
.pageEntry ol{
	margin-left:25px;
}
.workshops td{
	padding:20px 0;
}
.breadcrumbs {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:2em 0;
}
.breadcrumbs a {font-weight:bold;color:#222;}
#artistPhoto{
	float:left;
	width:219px;
}
#artistPhoto img{
	margin:16px 0 0 0;
}
#artistBio{
	float:right;
	width:715px;
}
/***********************
CONTACT PAGE
***********************/
#contactFormWrap{
	width:390px;
	float:left;
}
#contactFormWrap label{
	display:block;
	font:bold 12px Arial, sans-serif;
	color:#333;
	padding:0 0 3px 0;
}
#contactFormWrap input{
	padding:5px;
	width:80%;
	margin-bottom:15px;
}
#contactFormWrap textarea{
	width:100%;
	height:120px;
	resize:none;
}
#contactFormWrap input.btnSubmit{
	width:60px;
	background:#fff;
	border:none;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	font-weight:bold;
	color:#09b9f2;
	margin-top:15px;
}
#contactInfo{
	float:right;
	width:313px;
}
#contactInfo strong{
	font:bold 14px Arial, sans-serif;
	margin-bottom:3px;
	display:block;
}
#contactInfo p{
	margin:5px 0 20px 0;
	font-size:12px;
}
/***********************
NEWS/EXHIBITION
***********************/
#mainNews{
	float:left;
	width:600px;
}
#mainNews h3,
#mainNews h3 a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	line-height:130%;
}
#mainNews small{
	font-size:11px;
	color:#6e6e6e;
}
#mainNews .post{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
#sidebar{
	float:right;
}
#searchsubmit{
	background:#fff;
	border:none;
	color:#09b9f2;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:4px;
}
#s{
	padding:4px;
}
#sidebar a{
	color:#666;
}
#sidebar h3{
	font:bold 13px "arial", sans-serif;
	color:#222;
	padding-bottom:4px;
}
#archiveNav{
	margin:10px 0;
}
@font-face{
	font-family:'HelvetiCo';
	src:url(css/helvetco.otf);
	format:opentype;
}
a{
	color:#0999c2;
}