body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	margin: 0px;

}


body#topframe {
	background-color: #000;
	background-image: url(/assets/backgrounds/main_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}




/* Heading Styles */

h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0px 0px 10px;
	padding: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: normal;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	color: #ddd;
}
/* Gloabl Link Styles */

a:link { color: #FFFFFF; }
a:visited { color: #CCCCCC; }
a:hover { color: #CAB7B3; }
a:active { color: #FFFFFF; }
a.subnav:link, a.subnav:visited, a.subnav:active { text-decoration: none; 
}
a.subnav:hover { text-decoration: underline; }


/* View All Galleries Button */
/* Alternate Navigation Link Styles */

.altnav a:link, .altnav a:visited, .altnav a:active {
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.05em;
	display: block;
	width: 302px;
	background-image: url(/assets/view-all-background.png);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 20px;
	list-style-type: none;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.altnav a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(/assets/view-all-background-hover.png);
}


#main {
	float: left;
	padding: 12px;
	border: 1px solid #222;
	background-color: #111;
	width: 600px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#footer {
	clear: left;
	margin: 0px;
	padding: 20px;
}


#footer p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #444;
	}

#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
	color: #999;
}

#main h2 {
	font-weight: normal;
	margin-bottom: 12px;
	font-size: 120%;
}

/* Fineprint paragraph styles */

.fineprint {
	color: #fff;
	background-color: #636;
	border: 1px solid #fff;
	padding: 2px 8px;
	margin: 0px;
	letter-spacing: -0.01em;
}

.fineprint p {
	font-size: 80%;
	line-height: 1.5;

}


.fineprint a {
	text-decoration: none;
	color: #eee;
	font-weight: bold;
}
.fineprint a:hover {
	text-decoration: underline;
	color: #fff;
}


/* Archived Update Styles */

body#archives li {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* HTML Styles */

img { margin: 5px; }

#header img { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}


img.nav {
	margin: 5px;
	border: 1px solid #685D61;
	padding: 0px;
}


td img {
	margin-top: 20px;
	margin-bottom: 3px;
	border: 1px solid #000;
	padding: 0px;
}
td a { font-weight: bold; }


p.intro {
	font-size: 1em;
	line-height: 1.25em;
}
td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5;
}

#updates p  {
	text-align: left;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}
#updates .details {
	float:left;
	width: 300px;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
}

#updates ul {
	width: 284px; /* width + l/r padding + border */
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #399;
	margin: 0px;
}

#updates ul li {
	margin: 0px;
	display: inline;
	float: left;
	list-style-type: none;
}

#updates ul li a {
	display: block;
	width: 120px; /* total width is 100px */
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 5px 10px;
	text-transform: uppercase;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	font-weight: normal;


}

#updates ul li a:link, #updates ul li a:visited, #updates ul li a.active {
	color: #fff;
	background-color: #222;
}

#updates ul li a.highlight:link, #updates ul li a.highlight:visited {
	background-color: #ff0;
	color: #636;	
	border-right: 1px solid #111;	
}

#updates ul li a:hover, #updates ul li a:focus {
	color: #fff;
	background-color: #636;
}

#updates ul li a.highlight:hover, #updates ul li a.highlight:focus {
	color: #fff;
	background-color: #636;
}


#updates td  {
	height: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	padding-top: 12px;
	padding-bottom: 12px;
}

#updates td img {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
}

/* Sidebar & Navigation Styles */

#sidebar {
	float: left;
	width: 170px;
	font-size: 75%;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;

}

ul#nav {
	width: 170px; /* width + l/r padding + border */
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: normal;
	border: 1px solid #222;
	border-top: none;
}

ul#nav li {
	margin: 0px;
	border-top: 1px solid #222;
	display: block;
	list-style-type: none;
}

ul#nav li a {
	display: block;
	width: 150px; /* total width is 150px */
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 5px 10px; /* total padding width is 20px */
	background: #111;
	text-transform: capitalize;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a.active { color: #888; 
}

ul#nav li a:hover, ul#nav li a:focus {
	color: #fff;
	background-color: #636;
	border-color: #fff;
}

/* Subnav on Model Pages */

ul#subnav {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
ul#subnav li {
	display: inline;
	margin-right: 12px;
	margin-left: 0px;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Header Nav for top Frame */


#header {
	float: left;
	width: 335px;
}


#headernav {
	float: right;
}



#headernav ul { width: 606px; /* width + l/r padding + border */ padding: 0px; margin: 0px; margin-top: 40px; margin-right: 40px; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; font-weight: normal; 
}

#headernav ul li {
	margin: 0px;
	display: inline;
	float: left;
	list-style-type: none;
}

#headernav ul li a {
	display: block;
	width: 100px; /* total width is 100px */
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 5px 10px; /* total left and right padding is 20px */
	background: transparent;
	text-transform: uppercase;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;	
	border-left: 1px solid #111;	

}

#headernav ul li a:link, #headernav ul li a:visited, #headernav ul li a.active { 

	color: #fff; 
	background-color: transparent;
}

#headernav ul li a.highlight:link, #headernav ul li a.highlight:visited {
	background-color: #ff0;
	color: #636;	
	border-right: 1px solid #111;	
}

#headernav ul li a:hover, #headernav ul li a:focus {
	color: #fff;
	background-color: #636;
}

#headernav ul li a.highlight:hover, #headernav ul li a.highlight:focus {
	color: #fff;
	background-color: #636;
}


/* Side Nav for left Frame */


#sideframenav ul {
	width: 125px; /* width + l/r padding + border */
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

#sideframenav ul li {
	margin: 0px;
	list-style-type: none;
}

#sideframenav ul li a {
	display: block;
	width: 95px; /* total width is 110px */
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 5px 10px; /* total padding width is 20px */
	background: transparent;
	text-transform: uppercase;
	border-left: 10px solid #000;
}

#sideframenav ul li a:link, #sideframenav ul li a:visited, #sideframenav ul li a.active { color: #fff; 
}

#sideframenav ul li a:hover, #sideframenav ul li a:focus {
	color: #fff;
	background-color: #636;
	border-color: #fff;
}

/* Date Styles */


.date {
	border: 1px solid #222;
	font-family: Georgia, "Times New Roman", serif;
	left: -4.8em;
	line-height: 1;
	width: 3.5em;
	float: left;
	margin-right: 20px;
	color: #eee;
	margin-bottom: 20px;
}
.date span { 
    display: block; 
    text-align: center; 
}
.month { 
    text-transform: uppercase; 
    font-size: 1.2em;
    padding-top: 0.3em; 
}
.day { font-size: 2em; }
.year {
	background-color: transparent;
	font-size: 1.2em;
	padding: 0.3em 0;
	margin-top: 0.3em;
}


#sample {
	padding: 12px;
	border: 1px solid #222;
	background-color: #111;
	width: 860px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	background-image: url(/assets/logo_main_grey.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

#gallery {
	padding: 6px;
	text-align: center;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#gallery img {
	margin: 4px;
	padding: 0px;
	border: 1px solid #FFF;
}
#gallery a {
	font-size: 90%;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#gallery a:hover {
	color: #fff;
	text-decoration: underline;
}

.smallthumbbox {
	float: left;
	width: 144px;
	height: 180px;
	text-align: center;
}

.banner { border-color: #fff; }
.clear {clear: both;}

