/* COLORS
======================================================================
	#fff	: white (background)
	#ccc	: light grey (nav dividers, image borders)
	#666	: medium grey (subhead, nav, body text)
	#555	: light grey (current nav, links)
	#333	: light grey (info text)
====================================================================== */


/* GENERAL
====================================================================== */
html, body {
	background-color: #fff;
}

div#fancy_overlay {
	background-color: #f1f1f1;
}

body {
	background: url(../_images/bg.gif) no-repeat left bottom;
}

body, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	color: #666;
	font-size: 1.4em;
	cursor: default;
	text-transform: none;
}

#header h1 em {
	color: #ccc;
	font-size: .9em;
	font-style: italic;
	/* text-transform: lowercase; */
	padding-left: .3em;
}

#header img {
	margin: 8px 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}

h2, h3, h4, h5, h6 {
}

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

strong {
	color: #444;
}

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

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




/* NAVIGATION
====================================================================== */
#nav li a:link,
#nav li a:visited {
	color: #888;
	text-transform: lowercase;
}

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

#nav li.Current a:link,
#nav li.Current a:visited {
	color: #333;
}
	
	
	
	
/* FOOTER
====================================================================== */
#footer,
.NoScript {
	font-family: Verdana, sans-serif;
}

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

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

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

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

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




/* PORTFOLIO
====================================================================== */
#inner {
	background: transparent;
}

#portfolio img,
#about img {
	border-color: #a6a6a6;
}

#nav li a:link,
#nav li a:visited {
	border-color: #ddd;
}

div#fancy_inner {
	border-color: #fff;
}

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

#info,
a#jump_info:link,
a#jump_info:visited,
a#jump_top:link,
a#jump_top:visited {
	background: #f1f1f1;
}

a#jump_info:link,
a#jump_info:visited,
a#jump_top:link,
a#jump_top:visited {
	color: #666;
}

a#jump_info:hover,
a#jump_info:active,
a#jump_top:hover,
a#jump_top:active {
	color: #333;
}