body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
p,ol,ul { margin-bottom: 1em;}
ol, ul { margin-left: 2em; }
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
strong { font-weight: bold;}
em { font-style: italic; }
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{ font-weight:bold; margin-bottom: .5em; color: #7a7a7a; text-shadow: #444 1px 1px 2px; }
q:before,q:after{content:'';}
abbr,acronym {border:0;}

html {
	background: #111;
}

body {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: small;
	color: white;
	margin: 0;
	padding: 0;
	background: #111;
	line-height: 1.5;
	}
	
#tagline {
	margin-bottom: 2em;
}

a:link {
	color: #999999;
}

a:visited {
	color: #ccc;
}

a:hover, a:active, .linky:hover {
	color: #bcbbbb;
}

.linky {
	text-decoration: underline;
	color: #999;
	cursor: pointer;
}	

h1 {
	font-size: 18px;
	margin: 0;
	line-height: 1;
}

h1 span {
	display: block;
	font-size: 12px;
	margin-top: .5em;
	color: #CCCCCC;
	opacity: 1;
}

h2,h3,h4,h5,h6{ margin: 1.5em 0 .5em;}

h2 {
font-size: 140%;
}

h3 {
font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
font-size: 105%;
}

h6 {
font-size: 105%;
font-weight: normal;
}

dl {
	margin: 0 0 1.5em 0;
}

dt {
	margin: 14px 0 0 0;
	color: #f4f4f4;
	font-weight: bold;
}
dt.first {
	margin-top: 0;
}

dt span {
	font-weight: normal;
	color: white;
	font-size: 80%;
}

dd span {
	font-size: 90%;
}

dd {
	margin: 0 0 0 1em;
	font-size: 90%;
}

.hide {
	display: none;
}

#wrapper {
	width: 960px;
	margin: auto;
	padding: 0 0 5px 0;
	background: #191919;
}

#header {
	position: relative;
	width: 960px;
	height: 549px;
	background: url(/images/homepage/family_2009.11.jpg) top center no-repeat;
}

#vignette {
position: absolute;
left: 80px;
top:0;
width: 800px;
height: 549px;
background: url(/images/homepage/vignette.png) top left no-repeat;
}

* html #vignette {
	display: none;
}

#headerText {
	float: left;
	margin: 0;
	background: black;
	padding: 10px 20px;
	margin: 15px 0 0 97px;
	opacity: .65;
	min-width: 250px;
}

#headerText a {
	/* color: #1917ab; */
}

#headerText a:hover {
	/* color: #d1a00e; */
}

.saleitem img {
	display: block;
	margin: 4px 0 6px;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 920px;
	text-align: center;
	margin: 0;
	border-bottom: solid 2px #1917ab;
}

#nav li {
	display: inline-block;
	margin: 0 1px 0 0;
}


#nav li a {
	display: inline-block;
	padding: 5px 20px;
	color: #f4f4f4;
	background: #1917ab;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius:  10px 10px 0 0;
	text-shadow: #333 1px 1px 4px;
	text-decoration: none;
	font-size: 22px;
	opacity: .75;
}

* html #nav li, * html #nav li a {
	display: inline;
}

#nav li a:hover, #nav li a.currentNav {
	background: #1917ab;
	color: fff;
	text-shadow: #111 1px 1px 4px;
}

#nav li a:hover {
	opacity: 1;
}

#nav li a.currentNav {
	border-width: 1px 1px 0 1px;
	border-color: #06057c;
	border-style: solid;
	opacity: 1;
}

#nav li a:focus {
	outline-color: white;
	}

#content {
	clear: left;
	width: 730px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* contact form */

.error {
	background: red;
	color: white;
	font-weight: bold;
	padding: .2em .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#contactform form, #contactform fieldset {
	clear: left;
	border: none;
	margin: 0;
	padding: 0;
}

#contactform fieldset {
	float: left;
	clear: none;
	width: 325px;
	margin: 0 0 0 20px;
	padding-top: 10px;
}

#contactform div {
	margin: 0 0 1em 0;
}

#contactform label {
	display: block;
	font-size: 85%;
}

#contactform input {
width: 240px;
}

#contactform select {
width: 245px;
}

#contactform textarea {
	display: block;
	width: 325px;
	height: 200px;
}

#contactform #submitContainer {
	clear: left;
	text-align: right;
	padding-right: 40px;
}

#contactform #submitButton {
	display: inline-block;
	padding: 10px 15px;
	font-size: 24px;
}

#contactform label#captchaLabel {
	display: inline;
}

#contactform .shorttextinput {
	width: 35px;
}

body#miniVids {
	padding-right: 50px;
}
#miniVids #innerWrap {
	/* width: 900px; */
} 
#miniVids h2 {
	font-size: 120%;
	margin-top: 0;
	line-height: normal;
	color: white;
}
#miniVids #playerBox {
float: left;
width: 320px;
margin: 0 5px 0 0;
text-align: center;
padding: 5px 0 0 0;
}
#miniVids #playerBox div {
	border: solid 1px #1917ab;
	width: 176px;
	height: 144px;
	margin: 0 auto;
}



#content > h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

#miniVids #content {
/*
	float: left;
	margin-bottom: 40px;
	overflow: auto;
	padding: 5px 20px 5px 10px;
	height: 225px;
	border: solid 1px #555;
*/
}
#miniVids .disclaimer {
	font-size: 80%;
	display: block;
	color: #999;
	line-height: 1.25;
	margin: 8px 0 24px 0;
}
#miniVids #footer {
	clear: both;
}

#losBlogitos, #losBlogitos li {
	line-height: 1.1;
	list-style-type: none;
	margin-bottom: 1em;
}
#losBlogitos h3 {
	margin: 0;
}

#losBlogitos li ul {
	padding-top: .25em;
	margin-bottom: 0;
}

#losBlogitos li ul li {
	padding: .25em 0;
	margin-bottom: 0;
}

.recentPosts ul li span {
	font-size: 12px;
	padding-left: .5em;
	color: #555;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 50px;
	color: #999999;
	font-size: 85%;
}

#artPage #header {
	background-image: none;
	height: auto;
}
