/*  
Originally created by Juxtaprose, (c) copyright 2010
http://juxtaprose.com/
*/

body {
	background: #dcc642; 
	color: #20263f;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	text-align: center;	
}

/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 1000px;
	background: #fff;
	border: 6px solid #20263f;	
	text-align: left;
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 

/* masthead */
#masthead {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 180px;
	background: #151626;
	border-bottom: 2px solid #dcdcdc;
}

#masthead h1, #masthead h3 {
	margin: 0;
	padding: 0;
}

#masthead h1 a span, #masthead h3 a span {
	display: none;
}

/* primary navigation (nav1) */
#nav1 {
	position: relative;
	list-style: none;
	width: 100%;
	height: 59px;
	margin: 0;
	padding: 0;	
	background: #dcdcdc;
	border-top: 5px double #151b2d;
	border-bottom: 5px double #151b2d;	
}

#nav1 li {
	position: absolute;
	top: 0;
	margin: 0;
	height: 36px;
	padding: 23px 0 0 0;		
	background-repeat: no-repeat;	
	text-align: left;
}

#nav1_photo { 
	left: 101px; 
	width: 228px;
	background-image: url("images/ding.png");
	background-position: 198px 20px;	
}

#nav1_innocence { 
	left: 383px;
	width: 330px;
	background-image: url("images/ding.png");
	background-position: 296px 20px;	
}

.innocence #nav1_innocence {
	left: 377px;
	background-position: 302px 20px;	
}

#nav1_shirts { left: 772px;}

#nav1 li a {
	color: #151b2d;	
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;	
}

.photo #nav1_photo a, .innocence #nav1_innocence a,
.shirts #nav1_shirts a {
	font-weight: bold;
}

#nav1 a:hover {
	text-decoration: underline;
}

/* page structural elements */
#main {
	height: 350px; /* ie6 only */
	min-height: 350px;
	width: 799px;
	margin-top: 35px;
	margin-left: 101px;
	margin-right: 71px;
	padding-bottom: 30px;
}

html>body #main {
	height: auto; /* override ie6-only rule above */
}

/* main text and inline elements */
#main h1 {
	margin: 0 0 3px 0;
	font-size: 22px;
}

#main h2 {
	margin: 10px 0 3px 0;
	font-size: 22px;
	font-weight: normal;
}

#main h3 {
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

#main p, #main ul, #main ol {
	font-size: 18px;
	line-height: 2.0em;
}

#main strong {
	font-weight: normal;
	text-transform: uppercase;
}

#main h1 strong {
	font-weight: bold;
}

#main a { 
	color: #b42e20; 
}

#main a:hover { 
	color: #fff;
	background: #b42e20; 
}

#main .callout { 
	margin: 30px 0;
	padding: 20px 15px; 
	background: #e9e9e9; 	
	color: #424242; 
	border: 1px solid #bcbcbc;
}

#main .callout h2 { 
	margin: 0; 
	font-size: 18px; 
	font-weight: normal; 
}

#main .callout p { 
	font-size: 15px;
	margin: 15px 0 0 0;
}

#main .callout a {
	color: #424242; 
}

#main .callout a:hover {
	background: #424242; 
	color: #e9e9e9;	
}

#main img {
	margin: 0 10px 20px; 0;
	border: 1px solid #151b2d;
	float: left;
}

#main img.rt {
	margin: 0 0 0 20px;
	border: 1px solid #151b2d;
	float: right;
}

#main form {
	font-size: 14px;
}

#main form img {
	margin: 0;
	border: none;
	float: none;
}

/* convenience classes */
.clr {
	clear: both;
}

.separator {
	margin: 20px 0 20px 0;
	clear: both;
	width: 550px;
	border-bottom: 1px dashed #151626;;
}

.marbottom {
	margin-bottom: 10px;
}

.marbottom20 {
	margin-bottom: 20px !important;
}

.marbottomnone {
	margin-bottom: 0px !important;
}

.martop30 {
	margin-top: 30px !important;
}

.martopnone {
	margin-top: 0px !important;
}

.smalltxt {
	font-size: 11px !important;
}

.cntr {
	text-align: center;
	font-weight: bold;
}


/* footer */
#footer {	
	clear: both;
	width: 100%;
	background: #151626;
	color: #fff;
	overflow: hidden;
}

#footer p {
	float: left;
	display: inline; /* ie6 only */
	width: 350px;
	margin: 0 0 0 20px;
	padding: 10px 0;
	font-size: 12px;
}

#footer p.footnav {
	width: 590px;
	text-align: right;
	text-transform: lowercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#juxta {
	margin: 10px auto;
	width: 1000px;
	font-size: 10px;
	text-align: right;
	text-transform: none;
}

#juxta span {
	font-style: italic;
}

#juxta a {
	padding-right: 5px;
	color: #151626;
	text-decoration: none;
}

#juxta a:hover {
	text-decoration: underline;
}
