/* 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; 
	overflow-y: scroll; 
}


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

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

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

#topbar2 {
	width: 900px;
	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;
	background-color: #930;
}


/*creates light background between sections */
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height: 590px;
	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;
}
/* home page containers */
.homeleft {
	float: left;
	width: 240px;
	margin-left: 54px;
	margin-top: 98px;
	font: normal 24px/54px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #933;
	letter-spacing: 2px;
	text-align: right;
}
.homeleft a:link, .homeleft a:visited {
	text-decoration: none;
	color: #c30;
}
.homeleft a:hover {
	text-decoration: underline;
}
.homeright {
	float: right;
	width: 560px;
	margin-top: 24px;
	margin-right: 32px;
}
	
/*style for divs with image and caption */
#divleft {
	float: left;
	margin-top: 6px;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	letter-spacing: 1px;
	margin-left: 48px;
	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;
	width: 800px;
}
#gallery td {
	width: 18%;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 2px;
	padding-bottom: 12px;
}
#gallery img {
	margin-top: 6px;
	padding: 2px;
	margin-bottom: 12px;
}
#gallery a:link, #gallery a:visited {
	color: #B1AF74;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#gallery a:hover {
	color: #BB2227;
}



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

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


/*PORTFOLIO */
#portleft {
	float: left;
	width: 376px;
	padding-top: 30px;
	margin-left: 28px;
}
#portleft .info {
	clear: both;
}
#portleft p {
	padding: 4px 0px 9px 9px;
}
#portleft ul.categorylist {
	list-style: none;
	float: left;
	margin-top: 24px;
	width: 144px;
	text-align: left;
}
#portleft ul.categorylist li {
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A29793;
	font-size: 12px;	
}
#portleft .categorylist a:link, #portleft a:visited {
	font-size: 16px;
	letter-spacing: 1px;
	color: #CCC;
	text-decoration: none;
}
#portleft .categorylist a:hover {
	color: #C33;
}
#portleft .categorylist .current a:link, #portleft .categorylist .current a:visited {
	color: #C30;
}
#portleft ul.secondary {
	list-style: none;
	float: right;
	margin-bottom: 12px;
	width: 210px;
	text-align: center;
}
#portleft ul.secondary li {
	margin-bottom: 9px;
	letter-spacing: 1px;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #930;
	padding: 6px;
	margin-right: 4px;
}
#portleft .secondary a {
	color: #fff;
	border-right: none;
	text-decoration: none;
}
#portleft .secondary a:hover {
	color: yellow;
}
#portleft .secondary .current a {
	color: yellow;
}
#thumbnails {
	width: 216px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: right;
	text-align: center;
}
#thumbnails a.thumbnail {
	cursor: pointer;
}
#thumbnails img {
	border: 1px solid #666;
	margin-left: 2px;
	margin-bottom: 3px;
	margin-right: 2px;
}

	
/*enlarged image area, styles */
#portfolio_image {
	float: right;
	text-align: center;
	margin-top: 14px;
	_margin-right: 6px;
	width: 460px;
	margin-right: 18px;
}

#portfolio_image img {
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	padding: 1px;
}
#portfolio_image p.portfolio_label {
	color: #CCC;
	font: 12px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 8px 12px 8px 12px;
}
#portfolio_image p.portfolio_label2 {
	color: #CCC;
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
#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;
	clear: both;
}
#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: none;
	color: #C93;
}
a:hover {
	color: #c63;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

