@import url(base.css);


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

body {
	min-width: 955px;
	min-height: 685px;
}

body, input, select, textarea {
	font-family: Arial, sans-serif;
}

input, select, textarea {}

#header h1 {
	padding: 30px 0 25px 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
}

#header h1 em {
	padding-left: .5em;
	color: #666;
	font-size: .65em;
	font-style: normal;
}

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

#header img {
	margin: 30px 0 25px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #ccc;
	padding: 0 0 1em 0;
	font-size: 1em;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-size: .8em;
	line-height: 1.6;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
	padding-top: 1em;
}

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

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: #ccc;
	font-weight: bold;
}

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

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




/* CONTAINERS
====================================================================== */
#outer {
	position: relative;
	margin: 0 auto;
	width: 775px;
	padding-left: 180px;
}




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

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

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

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

#nav li.Current a:link,
#nav li.Current a:visited {
	color: #999;
}
	
	
	
	
/* FOOTER
====================================================================== */
#footer {
	margin-top: 30px;
	padding-bottom: 15px;
	clear: both;
}

#footer,
.NoScript {
	font-size: .7em;
}

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

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

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

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

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

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

#copyright,
#footer #cgcraft {
	padding-left: .5em;
}

p.NoScript {
	margin-top: -2em;
}




/* PORTFOLIO
====================================================================== */
#inner, #portfolio {
	position: relative;
}

#portfolio img {
	border: 1px solid #1a1a1a;
	margin: 0 3px 4px 0;
}

#info {
	margin-top: 25px;
	margin-right: 46px;
	padding: 20px 20px 5px 20px;
	background: #1a1a1a;
	position: relative;
}

#info p, #info address, #info dl, #info ul, #info ol, #info table {
	color: #999;
}

a#jump_info:link,
a#jump_info:visited,
a#jump_top:link,
a#jump_top:visited {
	position: absolute;
	right: 46px;
	padding: 6px 10px;
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: #1a1a1a;
}

a#jump_info:link,
a#jump_info:visited {
	top: -30px;
}

a#jump_top:link,
a#jump_top:visited {
	bottom: -22px;
	right: 0;
}

#about #info {
	margin-top: 0;
	width: 387px;
}

#about img {
	float: right;
	border: 1px solid #1a1a1a;
	margin: 0 46px 20px 0;
}