/* COLORS
======================================================================
	#595959 : medium gray (background)
	#6a6a6a	: light dark (nav dividers)
	#8c8c8c	: medium gray (subhead, body text)
	#999	: medium gray (nav)
	#404040	: medium light gray (image border)
	#969199	: light gray (current nav)
	#fff	: white (h2)
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */
html, body {
	background: #595959;
}

body {
	min-width: 955px;
}

body, input, select, textarea {
	font-family: "Trebuchet MS", Arial, sans;
}

input, select, textarea {}

h1 {
	padding: 30px 0 0 0;
	height: 50px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

h1 em {
	color: #8c8c8c;
	font-style: normal;
	text-transform: uppercase;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #fff;
	cursor: default;
}

h2 {
	margin-bottom: .85em;
	color: #fff;
	font-size: .8em;
	line-height: 1.4;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
}

h2 em {
	font-style: italic;
}

h3, h4, h5, h6 {
	margin-bottom: 2.2em;
	color: #948899;
	font-size: .8em;
	line-height: 1.4;
	letter-spacing: 1px;
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table {
	color: #8c8c8c;
	margin-bottom: 1.5em;
	font-size: .8em;
	line-height: 1.6;
	letter-spacing: 1px;
}

ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 2em 0;
	padding: .5em 2em 1.5em 2em;
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

strong {
	color: #948899;
	font-weight: normal;
}

a:link,
a:visited {
	color: #969199;
}

a:hover,
a:active {
	color: #fff;
}




/* CONTAINERS
====================================================================== */
#outer {
	position: relative;
	margin: 0 auto;
	width: 486px;
}




/* NAVIGATION
====================================================================== */
ul#nav {
	position: absolute;
	top: 80px;
	left: -172px;
	width: 142px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: lowercase;
}

#nav li a:link,
#nav li a:visited {
	padding: 6px 0;
	border-top: 1px solid #6a6a6a;
	color: #999;
	font-size: .9em;
	letter-spacing: 2px;
	display: block;
}

#nav li a:hover,
#nav li a:active {
	color: #ccc;
}

#nav li.Current a:link,
#nav li.Current a:visited {
	color: #fff;
}
	
	
	
	
/* FOOTER
====================================================================== */
#footer {
	margin-top: 30px;
}

#footer,
.NoScript {
	font-family: Verdana, sans-serif;
	font-size: .6em;
	letter-spacing: 0;
}

#footer p {
	margin: 0;
}

#footer,
#footer #cgcraft,
#footer a#cgcraft:link,
#footer a#cgcraft:visited {
	color: #777;
}

#footer a:link,
#footer a:visited,
.NoScript {
	color: #ccc;
}

#footer a:hover {
	color: #fff;
}

#footer a#cgcraft:hover span {
	color: #fff;
}

#footer a#cgcraft:hover {
	color: #999;
}

#footer a:active {
	color: #fff;
}

#copyright,
.NoScript {
	padding-left: 10px;
}




/* CUSTOM CLASSES
====================================================================== */
img#gallery,
.Text {
	border: 3px solid #404040;
}

img#gallery {
	display: none;
}

.Text {
	padding: 30px 30px 10px 30px;
	width: 426px;
	background: #404040;
}

#gallery {
	margin: 0;
}