/* this stylesheet is for all pages of davidctaylorart.com*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;  
}


body {
	text-align: center;
	font: 12px/17px "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #666;
}

#wrapper {
	text-align: left;
	width: 840px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
img {
	border: none;
}

/*header, with logo and gradient line*/
#topbar {
	width: 840px;
	height: 30px;
	background-color: #333333;
	margin-bottom: 4px;
}
#name {
	float: left;
	font: normal 18px/18px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
	padding-top: 6px;
	padding-left: 12px;
}

#topbar2 {
	width: 840px;
	height: 20px;
	margin-bottom: 4px;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*navigation styles */
#nav {
	float: right;
	width: 460px;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 8px;
}
#nav ul {
	list-style: none;
}
#nav li {
	font: normal 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	letter-spacing: 1px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 2px;
}
#nav a:link, #nav a:visited {
	color: #CCC;
	text-decoration: none;
	display: inline;
	padding: 4px;
}
#nav a:hover {
	color: #fff;
	background-color: #993300;
}
#nav .current a:link, #nav .current a:visited {
	color: #fff;
}


/*creates light background between sections */
#main {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height: 420px;
	
	background-color: #333;
	margin-bottom: 3px;
	padding-top: 9px;
	padding-bottom: 18px;
	float: left;
}

#main h1 {
	color: #DED16B;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 28px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 14px;
	padding-bottom: 18px;
}
#main h2 {
	color: #CAB286;
	font-size: 13px;
	margin-bottom: 8px;
	line-height: 16px;
	margin-top: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#main p {
	font-size: 12px;
	line-height: 18px;
	color: #ccc;
	padding-bottom: 12px;
	padding-right: 90px;
	padding-left: 110px;
}
#main p.indent {
	padding-left: 140px;
}
#main p.center {
	text-align: center;
}

/*style for divs with image and caption */
#divleft {
	float: left;
	_margin-right: 9px;
	margin-top: 6px;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 24px;
	margin-left: 48px;
	_margin-left: 16px;
	width: 320px;
	line-height: 14px;
	margin-right: 12px;
}
#divleft img {
	border: 1px solid #999;
	margin-bottom: 4px;
}
#divright {
	float: right;
	width: 350px;
	height: 450px;
	margin-right: 72px;
	_margin-right: 42px;
	margin-top: 6px;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	margin-left: 24px;
	letter-spacing: 1px;
}
#divright img {
	border: 1px solid #999;
	margin-bottom: 4px;
}

#main ul {
	list-style-type: none;
	
}
#main li {
	color: #ccc;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 12px;
	list-style-type: none;
}

#main .homeimg {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	margin-top: 40px;
	margin-bottom: 16px;
	text-align: center;
}
#main .homeimg img {
	border: 2px solid #CCC;
	padding: 1px;
}
#gallery {
	margin-left: auto;
	margin-bottom: 12px;
	margin-top: 16px;
	letter-spacing: 1px;
	margin-right: auto;
}
#gallery td {
	width: 25%;
	text-align: center;
	vertical-align: top;
}
#gallery img {
	border: 1px solid #999;
	margin-top: 6px;
	padding: 2px;
	margin-bottom: 12px;
}
#gallery a:link, #gallery a:visited {
	color: #ccc;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#gallery a:hover {
	color: #fff;
}


/*main table for enlargements */
#enlarge {
	width: 750px;
	margin-left: 30px;
	margin-bottom: 12px;
	
}
#enlarge .menu {
	text-align: center;
	height: 54px;
	color: #999;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*left and right arrow cells */
#enlarge td.left {
	vertical-align: top;
	color: #ccc;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	padding-top: 72px;
	text-transform: uppercase;
	width: 130px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#enlarge .leftarrow {
	height: 14px;
	background-image: url(images/triangleleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 78px;
	float: right;
	margin-right: 12px;
	
}
#enlarge td.right {
	vertical-align: top;
	color: #ccc;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	padding-top: 72px;
	padding-left: 14px;
	text-transform: uppercase;
	width: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#enlarge .rightarrow {
	height: 14px;
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 52px;
	float: left;
	margin-left: 12px;
	
}
#enlarge .rightarrow-ret {
	height: 14px;
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 64px;
	float: left;
	margin-left: 12px;
	
}
#enlarge a:link, #enlarge a:visited {
	color: #ccc;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#enlarge a:hover {
	color: #DED16B;
}

/*enlarged image */
#enlarge td.pic {
	width: 530px;
	height: 550px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#enlarge td.pic img {
	border: 2px solid #ccc;
	margin-bottom: 24px;
	padding: 1px;
}
#enlarge .larger {
	font-size: 20px;
	letter-spacing: 1px;
	color: #CCC;
	line-height: 22px;
}

/*list for shows page, obvious left and right */
#showsright {
	float: right;
	width: 412px;
	margin-right: 28px;
}

#showsright p {
	color: #F7F7FD;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	padding: 0px 2px 9px 24px;
}


/*thumbnail table  */
#thumb {
	width: 790px;
	margin-left: 36px;
	margin-bottom: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}
#thumb td {
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
#thumb td.picbot {
	border-bottom: 4px solid #666;
	width: 630px;
}
#thumb td.title {
	border-bottom: 4px solid #666;
	vertical-align: top;
}
#thumb td.left1 {
	vertical-align: top;
	color: #ccc;
	text-align: right;
	padding-right: 12px;
	font: normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right: 1px solid #999;
	width: 136px;
	border-bottom: 4px solid #666;
}
#thumb img {
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #999;
}
#thumb td.menu {
	border-bottom: 4px solid #666;
	text-align: left;
	padding-left: 12px;
	vertical-align: top;
}
#thumb .menu a:link, #thumb .menu a:visited {
	color: #ccc;
	text-decoration: none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-size: 12px;
}
#thumb .menu a:hover {
	color: #DED16B;
}
/* 2-column table */
#two-col {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #CCC;
	width: 600px;
	margin-left: 90px;
	
}
#two-col .text {
	width: 350px;
}
#footer {
	width: 100%;
	clear: both;
	text-align: center;
}
#footer p {
	font-size: 13px;
	color: #d0bd63;
	letter-spacing: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	line-height: 16px;
}	
#footer a:link, a:visited {
	text-decoration: underline;
	color: #d0bd63;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#copyright {
	font-size: 11px;
	line-height: 14px;
	color: #999;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#copyright a:link, a:visited {
	color: #999;
	text-decoration: none;
}
#copyright a:hover {
	color: #930;
	text-decoration: underline;
	background-color: #CCC;
}
.larger {
	font-size: 14px;
	line-height: 18px;
}
.smaller {
	font-size: 10px;
	line-height: 14px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	color: #933;
}
.clear {
	clear: both;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
