/*style.css CSS file for www.lucashanyok.com*/

body {
height:100%;
margin:0;
font-family: Georgia, serif;
font-size: 10px;
background: url('images/pattern.gif') repeat;
}

h1 {
font-family: Verdana, sans-serif;
font-size:1.7em;
line-height:1.7em;
color:#00CCCC;
padding-left:10px;
text-align:left;
}

h2 {
font-family: Verdana, sans-serif;
font-size:1.5em;
line-height:1.5em;
color:#00CCCC;
font-weight:bold;
}

h3 {
font-size:1.3em;
line-height:1.3em;
color:#00CCCC;
}

a:link { 
	color: #B2D134; 
	text-decoration: none; 
	background: none;
	}
	
a:active { 
	color: #B2D134; 
	text-decoration: none; 
	background: none;
	}
	
a:visited { 
	color: #B2D134; 
	text-decoration: none; 
	background: none;
	}

a:hover { 
	color: #FFF;
	background-color: #00CCCC;
	text-decoration: none;
	}

#header {
text-align:left;
width:100%;
height:50px;
border:0;
margin:0;
background:#B2D134;
position:fixed;
top:0px;
left:0px;
}

#header a {
width:100%;
height:50px;
border:0;
display: block;
background:url('images/lucashanyok.gif') no-repeat left;
background-color:#B2D134;
margin:0;
padding:0 13px 0 15px;
}

#header a span {
visibility: hidden;
}

#left {
width:130px;
height:auto;
border: 1px solid #B2D134;
border-bottom:0;
margin:0px 0px 50px 0px;
background-color:#00CCCC;
top:50px;
left:20px;
position:fixed;
float:left;
overflow:hidden;
}

#left ul{
list-style: none;
margin: 0;
padding: 0;
}

#left li{
border:0;
margin: 0;
}

#left li a{
display: block;
padding: 3px 5px 3px 5px;
border-left: 0;
border-right: 0;
border-top:0;
border-bottom: 1px solid #B2D134;
background:#00CCCC;
color: #fff;
text-decoration: none;
font-size:10px;
margin:0;
}

#left li a:hover,a:link,a:visited,a:active{
background: #B2D134;
color: #fff;
margin:0;
}

#center {
height:auto;
width:670px;
border-left:1px solid #00CCCC;
border-right:1px solid #00CCCC;
border-bottom:1px solid #00CCCC;
margin:50px 20px 50px 160px;
padding:0 5px 5px 5px;
background-color: #fff;
text-align:center;
float:left;
}

#about {
v-align:center;
border-left:1px solid #00CCCC;
border-right:1px solid #00CCCC;
border-bottom:1px solid #00CCCC;
margin-top:50px;
margin-right:20px;
margin-bottom:50px;
margin-left:160px;
background-color: #fff;
text-align:left;
width:300px;
height:auto;
padding:15px;
font-family: Georgia, serif;
font-size: 10px;
color: #666;
line-spacing: 10px;
word-spacing: 1px;
float:left;
}

#about a,a:active,a:hover,a:link,a:visited{
color: #B2D134;
margin:0;
background:0;
}

#right {
width:130px;
height:auto;
border-left:1px solid #B2D134;
border-right:0;
border-bottom:1px solid #B2D134;
margin:0px 0px 50px 0px;
background-color: #fff;
padding:15px;
font-family: Georgia, serif;
font-size: 10px;
color: #666;
line-spacing: 10px;
word-spacing: 1px;
position: fixed;
top:50px;
right:0;
float:right;
}

#right a,a:active,a:hover,a:link,a:visited{
color: #B2D134;
margin:0;
}

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

.footer {
height:30px;
color:#fff;
background-color: #00CCCC;
clear:both;
position: fixed;
bottom:0px;
left:0px;
width: 100%;
}

.footer a:link,a:active,a:visited { 
	color: #fff; 
	text-decoration: none; 
	background: none;
	}

.footer a:hover { 
	color: #00CCCC;
	background-color: #fff;
	text-decoration: none;
	}
