﻿/* hide from ie on mac \*/
html 
{
	/*overflow:hidden;*/
	height:100%;
}


/* end hide */

body {
    margin: 0;
    padding: 0;
    background-color: #181818;
    color:#ffffff;
    font-family:arial, sans-serif;
    font-size:small;     
    height:100%;       
}

form
{
	height:100%;
}

a , a:visited
{	
    color:#FF905F;
    text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a IMG
{
	border:none;
}

#header
{
	min-height:16%;
	background-color:#181818;		
}

#logo
{
	width:31%;
	float:left;
}

#logo IMG
{
	float:right;
}

#mainNav
{
	float:left;
	font-size:120%;
	text-transform:uppercase;
	line-height:25px;
}

#mainNav UL
{
	list-style-type:none;
}

#mainNav A, #mainNav A:visited
{
	color:White;
	text-decoration:none;
}

#mainNav A:hover
{
	text-decoration:underline;
}

#about
{
	float:left;
	margin-left:50px;
}

#about UL
{	
	list-style-type:none;
	text-transform:uppercase;
	font-size:120%;	
	
}

#about UL LI
{
	float:left;
	display:block;
	width:100px;
}


#content
{
	height:75%;
	
}

#flashcontent 
{
    height:100%;    
}

#footerAbsolute
{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	clear:both;
	min-height:9%;
	background-color:#181818;
	color:Gray;			
}

#footer
{
	width:100%;
	clear:both;
	min-height:9%;
	background-color:#181818;
	color:Gray;			
}

#secNav
{
	float:left;
	margin-left:20%;	
}

#secNav UL
{	
	list-style-type:none;
	text-transform:lowercase;
	font-size:100%;	
	
}

#secNav UL LI
{
	float:left;
	padding-right:20px;
	padding-left:20px;
	border-right:solid 1px black;	
}

#secNav UL #last
{
	border-right:none;
	padding-right:50px;
}

#secNav A, #secNav A:visited
{
	color:gray;
	text-decoration:none;
}

#secNav A:hover
{
	text-decoration:underline;
}

#copyright
{
	margin-top:15px;	
}

/*homepage*/
#greg_grigoriou
{
	clear:both;
	float:left;
	width: 31%;	
	margin-top:110px;	
}

#greg_grigoriou IMG
{
	float:right;
}

#bio
{
	float:left;
	margin-top:110px;	
	width:400px;		
}

#bio P 
{
	line-height:20px;	
	text-align:justify;
	margin-left:30px;
}

/*contact */
#contactLeft
{
	clear:both;
	width:31%;	
}

#contact
{
	
	float:left;
	margin-left:31%;
	margin-top:110px;	
	width:400px;		
}

#contact H1, #contact P, #contact H3
{
	margin-left:30px;
	line-height:25px;
}

#contact H1
{
	font-size:100%;
	color:#FF905F;
	text-transform:uppercase;
}

#contact H3
{
	clear:left;
	float:left;	
	font-size:100%;
	margin:0 10px 0 30px;
	padding:0;
	color:#FF905F;
}

#contact P
{
	margin:0 0 0 30px;
	padding:0;
}

#blog
{
	margin-top:20px;
	margin-left:31%;
	width:400px;	
}

#blog H2
{
margin:1.5em 0 .75em;
font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color:#999999;
}

#blog h1 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:#cc6600;
}

#blog img {
padding:4px;
border:1px solid #cccccc;
}
