/* mattmarquis.com */
@charset "utf-8";
html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-color:#222222;
	text-align:left;
	font-family:Verdana,'Myriad Pro', Myriad, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#content {
	padding:40px;
	color:#fff;
	font-size:12px;
}
h2 {
	font-size:12px;
	font-weight:bold;
}
h3 {
	font-size:10px;
}
h4 {
	color:#f2de31;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
#content p.titling {
	font-size:22px;
	font-weight:bold;
}
/* about page */
#selfportrait, #refine, #contact, #edit, #showcart {
	text-align:center;
	float:left;
	color:#fff;
	padding-top:10px;
	width:265px;
	background-color:#313131;
	border:1px #3d3d3d solid;
	margin-right:25px;
}
#selfportrait {
	height:290px;
}
#selfportrait p, #refine p {
	font-style:italic;
	font-size:12px;
}
#refine {
	width:140px;
	text-align:left;
	padding:0px 6px 6px 6px;
}
#showcart {
	float:none;
	margin-left:175px;
	width:680px;
	padding:0px 6px 6px 6px;
	text-align:left;
}
#refine ul {
	list-style-type:none;
	padding:0px 0px 0px 15px;
	line-height: 18px;
}
#contact {
	width:85%;
	height:280px;
	padding:40px;
	text-align:left;
}
#edit {
	width:85%;
	padding:40px;
	padding-top:8px;
	text-align:left;
}

/* news and events */
/*table tr {
	height:30px;
}*/
table strong, form strong {
	font-size:10px;	
}
table.prints td, table.news td {
	border-bottom:1px #3d3d3d solid;
}
table.prints tr.name td, table.sizechart td {
	border:none;
}
table.prints form {
	display:inline;
}
table.news td {
	padding:8px 25px 8px 0px;
}
table.show td {
	line-height: 18px;
	padding:12px 10px 12px 0px;
}
/*#footer {
	clear:both;
	min-height:70px;
	width:100%;
	background-color:#171717;
	background-image:url(images/footer-bkgd.png);
	background-repeat:repeat-x;
	background-position:top;
}*/
#footer {
	clear:both;
	height:35px;
	width:100%;
	background-image:url(images/footer-bkgd.png);
	background-repeat:repeat-x;
	background-position:top;
	position:fixed;
	bottom:0px;
	padding-top:10px;
	color:#666;
	text-align:center;
	font-size:10px;
	line-height:15px;
}
#wrapper {
	margin:0 auto;
	text-align:left;
	height:100%;
	position: relative;
	width:960px;
}
#header {
	height: 120px;
	position:relative;
}
#header.logo {
	background-image:url(images/page-logo.png);
	background-repeat:no-repeat;
	background-position:0 20px;
}
#header .cart {
	position:absolute;
	text-align:right;
	top:20px;
	right:45px;
	width:480px;
	color:#ffffff;
	font-size:11px;
}
#header a.homeclick {
	display:block;
	width:320px;
	height:100%;
}
#header ul.nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 25px;
	bottom: 0px;
	list-style-type: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#header ul.nav li {
	float: left;
	padding-right: 24px;
}
#header ul.nav a {
	display: block;
	height: 18px;
	border-top: #222222 solid 3px;
}
#header ul.nav a.active {
	border-top-color: #761000;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
#header ul.nav a:link, #header ul.nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#header ul.nav a:hover, #header ul.nav a:active {
	text-decoration: none;
	border-top: #761000 solid 3px;
}
#header ul.nav li ul {
	display: none;
	background: none;
	position: absolute;
	top: 20px;
	left: 281px;
	list-style-type: none;
    margin: 0;
    padding: 6px;
	z-index: 1000;
}
#header ul.nav li ul li {
	clear:both;
	margin-bottom: 6px;
}
#header ul.nav li ul li.last {
	margin-bottom: 0px;
}
#header ul.nav li:hover ul {
	display: block;
	background-color: #313131;
    border: 1px solid #3D3D3D;
}

#header ul.nav li li a:link, #header ul.nav li li a:visited {
	color: #FFF;
	text-decoration: none;
	border-top: none;
	border-left: #313131 solid 5px;
	padding: 3px 0 0 3px;
}
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	text-decoration: none;
	border-top: none;
	border-left: #761000 solid 5px;
}

#homelogo {
	height: 200px;
	margin-top: 50px;
	padding-bottom: 15px;
	background-image: url(images/home-logo.png);
	background-repeat: no-repeat;
	background-position: top center;
}
/* featured items on the homepage */
ul.featured li, ul.gallery li {
	display: block;
	float: left;
	padding: 10px;
	height: 159px;
	width: 158px;
	background-image: url(images/featured.png);
	background-repeat: no-repeat;
}
ul.featured img, ul.gallery img {
	border: none;
}
ul.gallery li {
	margin-right: 30px;
}
p.ghead {
	font-size: 18px;
	font-weight: bold;
	clear: both;
}
#art_detail {
	margin: 0 auto;
	text-align:center;
}
#art_detail form.ls {
	margin:0 auto;
	text-align:center;
	width:280px;
}
#art_detail img {
	padding-right:40px;
	float: left;
}
#art_info {
	padding-left:20px;
	position: relative;
}
#art_detail h2 {
	font-size: 18px;
}
#print_info {
	width:300px;
	text-align:left;
	padding-left:20px;
}
img.portrait {
	float:left;
}
img.landscape {
	margin:0 auto;
}
#footerspacer {
	clear:both;
	height:60px;
	width:100%;
}
#page {
	width:100%;
	text-align:center;
}
#more_art {
	clear: both;
}

/* video player css */
.yt_holder {
	background-color:#313131;
	border:1px solid #3d3d3d;
    float: left;
	margin: 15px;
    padding: 20px;
	width: 800px;
}
#ytvideo {
	float: left;
    margin-right: 20px;
}
ul.video_gallery {
	float: left;
    margin: 0;
    padding: 0;
	list-style-type: none;
	height: 300px;
	width: 330px;
	overflow: auto;
}
ul.video_gallery li a {
	font-size: 14px;
}
ul.video_gallery li p {
	margin: 0 0 12px;
	padding: 4px 8px;
	color: #CCC;
	line-height: 1.5;
}

/* sort styling */
#sortPhotos ul, #sortVideo ul {
	margin: 0;
	padding: 0;
}
#sortPhotos ul li, #sortVideo ul li {
	clear: both;
	padding: 12px;
	margin: 0 0 12px;
	height: 24px;
	width: 95%;
	background-color:#666;
	border: 1px solid #444;
	list-style-type: none;
	cursor: move;
}
#sortVideo ul li {
	height: 52px;
}
#sortPhotos form, #sortVideo form {
	float: left;
}
#sortVideo form.main {
	width: 625px;
}
#sortPhotos li input, #sortVideo li input {
	margin: 0 12px 8px 0;
}
table.details th { text-align: center; }
table.prints td.title { border: none; padding: 8px 0px; }
table.prints td.title h2 { font-size: 15px; display: inline; }
strong.image { color: #CCCCCC; float: left; font-size: 9px; text-transform: uppercase; }
