/* Burak Budanur personal web page stylesheet */

body {
	color: #000;
	background-color: #FFF;
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 77% 50%; 
	font-family: 'helvetica', 'verdana', sans-serif;
	font-size: 80%;
	scrollbar-3dlight-color:#ffd700; 
	scrollbar-arrow-color: #ff0;
	scrollbar-base-color: #ff6347;
	scrollbar-darkshadow-color: #ffa500;
	scrollbar-face-color: #008080;
	scrollbar-highlight-color: #ff69b4;
	scrollbar-shadow-color: #f0f
}

div.container{
width:80%;
height:100%;
margin:40px;
border:0px;
line-height:150%;
}

div.nav {
	/*float:right;*/	
	right: 1px;
	top: 1px;
	width:14%;
	margin-right:30px;
	margin-top:30px;
	padding:1em;
	position: fixed;
}

div.content
{
margin-left:40px;
width:62%;
min-height: 500px;
border-left:1px solid gray;
padding:1em;
}

div.footer{
margin-top:10px;
padding:0.5em;
text-align:center;
}

h1 {
	font-size: 18px;
}

h2 {
	color: #666;
	font-size: 20px;
	text-align: right;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

a {
	color: #555;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #555;
	background-color: inherit;
	text-decoration: none;
	font-style: inherit;
}

input.button { 
	color:#111; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background-color:#FFF; 
	border:1px solid; 
	border-color: #333 #666 #333 #666; 
    } 