/*	main.css	*/

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

h1
{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}


.project h2
{
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px;
}

h2
{
	color: #666;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	border-bottom: 3px double #444;
}

p
{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	padding: 0px;
}

a
{
	color: #FC0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:link { color: #FC0; }
a:visited { color: #FF0; }
a:hover { text-decoration: underline; }

#banner
{
	position: absolute;
	/*width: 360px;*/
	height: 101px;
	top: 10px;
	right: 10px;
/*	left: 180px;*/
	left: 10px;
	
	border: 1px solid #333;
	background: #111 url('../../images/skins/greek/gsdbanner.png') 0 0 no-repeat;
}

#banner .borderbottom
{
	position: absolute;
	/*right: 101px;*/
	right: 0px;
	left: 360px;
	height: 18px;
	bottom: 0px;
	
	border-top: 3px double #555;
	background-color: #000;
	
	color: #fff;
	text-align: right;
	font-style: oblique;
	/*font-variant: small-caps;*/
	/*font-family: Times, 'Times New Roman', Palatino, serif;*/
	font-family: sans-serif;
	font-size: 12px;
}

#banner .icon
{
	position: absolute;
	/*right: 0px;*/
	right: 85px;
	
	width: 95px;
	height: 95px;
	
	border: 3px double #666;
	background: url('../../images/skins/greek/lionbust.png') 0 0 no-repeat;
}

.content_pane
{
	position: relative; 
	width: auto;
	min-width: 142px;
	margin: 120px 210px 10px 195px;
	z-index: 3;
}

.content_pane h1
{
	padding-bottom: 2px;
	border-bottom: 3px double #222;
}

.content
{
/* Position is declared "relative" to gain control of stacking order (z-index). */
	position: relative; 
	width: auto;
	min-width: 142px;
	/*margin: 120px 210px 20px 170px;*/
	margin-bottom: 10px;
	border: 1px solid #333;
	background-color: #111;
	padding: 5px 7px;
/* This allows the content to overlap the right menu in narrow windows in good browsers. */
	z-index: 3; 
}

.content .icon
{
	float: left;
	width: 150px;
	height: 150px;
	
	margin: 5px 5px 0px 10px;
	
	padding-top: 11px;
	padding-left: 11px;

	background: url('../../images/interface/IconFrame.png') 0 0 no-repeat;
}

.content .project_desc
{
	padding-top: 5px;
}

.content .project
{
	clear: both;
}

#leftNav
{
	position: absolute;
	width: 180px;
	top: 120px;
	left: 10px;
	border: 3px double #666;
	background-color: #222;
	padding: 5px 7px;
	z-index: 2;

/*	TC Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:152px;
}
/* be nice to Opera 5 */
body>#leftNav { width:152px; }

#rightNav
{
	position: absolute;
	width: 187px;
	top: 120px;
	right: 10px;
	border: 3px double #666;
	background-color: #222;
	padding: 5px 7px;
	z-index: 1;
	
/* TC Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:167px;
}
/* be nice to Opera 5 */
body>#rightNav { width:167px; }

.searchbox
{
	border: 3px double #444;
	background-color: #333;
}

.clock
{
	font: 10px Monaco, Courier, monospace;
	border: 3px double #444;
	background-color: #333;
/*	color: #0F0;*/
	color: #FC0;
	
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
}

.linkfooter
{
	margin-top: 3px;
	text-align: right;
}

.poweredby
{
	text-align: center;
}

.poweredby h3
{
	text-align: center;
	color: #666;
	font-variant: small-caps;
	padding-bottom: 3px;
	margin: 0px;
}

.copyright
{
	font-size: 10px;
	line-height: 12px;
}

.clearer
{
	clear: both;
}