/* COLORS
======================================================================
	#222	: grey (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,
div#fancy_overlay {
	/* background-color: #000; */
}

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

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

::-moz-selection {
	background: transparent;
}

::selection {
	background: transparent;
}

#header h1,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	/* color: #666; */
}

#header h1 em {
	/* color: #888; */
}

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

h1, h2, h3, h4, h5, h6 {
	/* color: #888; */
}

h2, h3, h4, h5, h6 {
}

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

strong {
	/* color: #888; */
}

a:link,
a:visited {
	/* color: #888; */
}

a:hover,
a:active {
	/* color: #999; */
}




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

#nav li a:hover,
#nav li a:active {
	/* color: #8e9e3f; */
}

#nav li.Current a:link,
#nav li.Current a:visited {
	/* color: #8e9e3f; */
}
	
	
	
	
/* FOOTER
====================================================================== */
#footer,
.NoScript {
}

#footer,
#footer #cgcraft,
#footer a#cgcraft:link,
#footer a#cgcraft:visited {
	/* color: #666; */
}

#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: #999; */
}




/* PORTFOLIO
====================================================================== */
#portfolio img,
#about img,
#nav li a:link,
#nav li a:visited {
	/* border-color: #111; */
}

#info p, #info address, #info dl, #info ul, #info ol, #info table {
	/* color: #444; */
}

#info,
a#jump_info:link,
a#jump_info:visited,
a#jump_top:link,
a#jump_top:visited {
	/* background: #111; */
}

a#jump_info:link,
a#jump_info:visited,
a#jump_top:link,
a#jump_top:visited {
	/* color: #999; */
}

a#jump_info:hover,
a#jump_info:active,
a#jump_top:hover,
a#jump_top:active {
	/* color: #8e9e3f; */
}
