/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-size: 11px;
	font-family: georgia, sherif;
      color:#fff;
	background: #000;
	background-attachment:fixed;
	line-height: 1.4;
}

a:link { 
	text-decoration: none; 
	color:#fff;
	font-size: 12px;
	font-family: 'Times New Roman';
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}
a:active { 
	font-size: 12px;
	font-family: 'Times New Roman';
	font-style: italic;
	text-decoration: none;
	color:#fff; 
}
a:visited { 
	text-decoration: none; 
	color: #fff; 
	font-size: 12px;
	font-family: 'Times New Roman';
	font-style: italic;
	font-weight: bold;
}
a:hover { 
	text-decoration: none; 
	color:#fe8ff5; 
	font-size: 12px;
	font-family: 'Times New Roman';
	font-style: italic;
	border-bottom: none;
}

a img { border: none; }


#menu {
    width: 258px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 38px;
}

#menu ul li.section-title {
		text-decoration: none; 
		color:#28a7ff; 
		font-size: 15px; 
		font-family: georgia; 
		font-style: italic;
		font-weight: bold;
		line-height: 30px;
}

#content {
    height: 100%;
    margin: 0 0 0 0px;
    top: 0;
}

.container {
    padding: 0 0 0 0;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;	
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 7px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#gw_title{
	position: absolute;
	left: 235px;
      top: 142px;
}
#gw_desc{
	position: absolute;
	left: 890px;
	top: 269px;
	width: 230px;
}
#gw_bio{
	position: absolute;
	top: 217px; 
	left: 320px;
	width: 360px;
}
#gw_cv{
	position: absolute;
	left: 490px;
      top: 442px;
	}
#gw_col1{
	position: absolute;
	top: 251px; 
	left: 322px;
	width: 170px;
}
#gw_col2{
	position: absolute;
	top: 217px; 
	left: 522px;
	width: 170px;
}
#cita{
	position: absolute;
	top: 70px; 
	left: 319px;
	width: 170px;
	height: 13px;
	z-index: 2;
}
a.cita:link { 
	border-bottom: 0px;
}

.title{
	text-decoration: none; 
	color:#28a7ff; 
	font-size: 15px; 
	font-family: georgia; 
	font-style: italic;
	font-weight: bold;
	line-height: 35px;
}

body.section-1 { margin-left:321px; margin-top: 228px; margin-right: 50px; margin-bottom: 50px; } /* xp*/
body.section-2 { margin-top: 202px; margin-left: 320px; margin-bottom: 50px; } /* selected*/
body.section-3 { margin-left:321px; margin-top: 128px; } /* about*/
body.section-4 { margin-left:321px; margin-top: 228px; } /* links*/
body.section-5 { margin-left:321px; margin-top: 228px; margin-right: 50px; } /* contact*/
body.section-6 { margin-left:321px; margin-top: 228px; margin-right: 490px; margin-bottom: 50px; } /* blog*/


a.powered:link { font-size: 7px;}
a.powered:visited { font-size: 7px;}
a.powered:hover { font-size: 7px;}

