/*
Default front page styles for Ranek.org
Copyright 2007-2040, Ranek Kiil. 
http://ranek.org/gui/glass_styles.css
Last Revision: March 21, 2008
*/

html{
	background: #778393 url(default_bg.jpg) no-repeat top center;
	min-width: 980px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 16px;
}
body{
	margin: 0;
	padding: 0;
}

#container{
	margin: 0 auto;
	width: 940px;
	margin: 0 auto;
	position: relative;

}

/* Home Page Specific Styles */

#bubble{
	position: absolute;
	top: 140px;
	left: 80px;
	width: 300px;
	height: 140px;

}
#bubble p{
	margin: 10px 5px 20px;
	line-height: 20px;
	text-align: center;
}
#bubble p a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#bubble p a:hover{
	text-decoration: underline;
}

#popular{
	position: absolute;
	top: 260px;
	left: 560px;
	width: 280px;
	height: 120px;
	padding: 10px;
}
#popular h2{
	margin: 10px;
}			
#popular a{
	color: #000;
	font-weight: bold;
}
/* Contact Form Styles */

form{
}
form p{
	margin: 0;
}
fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
.left_fieldset{
	float: left;
	width: 390px;
}

.left_fieldset label{
	width: 70px;
	display: block;
	float: left;
	font-size: 16px;
	height: 20px;
	padding: 8px 0;
	font-weight: bold;
}
.left_fieldset input{
	width: 290px;
	border: none;
	height: 20px;
	margin: 0 0 10px 10px;
	float: left;
}
.left_fieldset input, textarea, .right_submit{
	background: #e4e6e9;
	font-size: 16px;
	padding: 5px;
}

.left_fieldset input:focus, textarea:focus, .right_submit:active{
	background: #fff;
}
.left_fieldset input:hover, textarea:hover, .right_submit:hover{
	background: #fff;
}

.right_fieldset{
	margin-left: 400px;
}
textarea{
	border: none;
	width: 530px;
	height: 140px;
	resize: none;
}
.right_submit{
	margin: 0;
	display: block;
	margin-top: 5px;
	width: 540px;
	height: 30px;
	padding: 3px;
	border: 2px solid #fff;
	font-weight: bold;
}

.email_note{
		margin-left: 400px;
	width: 540px;
	margin-top: 10px;
}
#footer{
	margin: 60px auto 20px;
	text-align: center;
}
#footer a{
	color:#000;
}
h1{
	font-size: 32px;
	line-height: 40px;
}
h2{
	font-size: 24px;
}

/* Global Header Styles */

#globalheader{
	width: 980px;
	background: url(nav_slot.png) no-repeat;
	height: 55px;
	margin: 10px auto 35px;
}
#globalheaderlinks{
	margin: 0;
	padding: 5px 10px;
}
#globalheaderlinks li{
	width: 160px;
	height: 45px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#globalheaderlinks li a{
	display: block;
	height: 20px;
	margin: 0;
	padding: 13px 5px 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(buttons.png) center;
}
#globalheaderlinks li a:hover{
	background-position: right;
}
	#globalheaderlinks li a:active{
	background-position: left;
}
#globalheaderlinks li a.selected{
	background-position: left;
	color: #000;
	font-weight: bold;
}
.first{
	font-weight: bold;
}
