/*
Theme Name: WordPress Gárdos
Version: 1.0
Author: Netmarker (Balazs Kovacs)
*/

/*
Common
*/
.aL { align: left; }
.aR { align: right; }
.fL { float: left; }
.fR { float: right; }
.cB { clear: both; }

img {
	border: 0px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #ede1a5;
}
a:hover {
	text-decoration: underline;
}

/*
Main structure
*/
body {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	background: url('images/body_bg.jpg');
	margin: 0px;
	padding: 0px;
	color: #ede1a5;
}

#page {
	width: 1000px;
	height: 843px;
	margin: 0px auto;
	text-align: left;
	background: url('images/page_bg.jpg');
}

#content {
	width: 897px;
	height: 471px;
	margin: 92px 52px 0px 51px;
	display: block;
	position: absolute;
}

#menu {
	top: 560px;
	left: 270px;
	width: 655px;
	height: 17px;
	background: url('images/menu_bg.jpg') no-repeat bottom left;
	position: absolute;
}

#footer {
	width: 890px;
	height: 13px;
	margin: 0px 55px 0px 55px;
	text-align: right;
}

/*
Menu
*/
#menu ul {
	margin: 0px 1px 0px 0px;
	position: relative;
	list-style: none;
	text-transform: uppercase;
	float: right;
}
#menu li {
	float: left;
}

/*
Search
*/
#search {
	margin: 0px;
	padding: 0px;
	float: right;
}
#search input[type=text] {
	width: 100px;
	height: 15px;
	border: 0px;
	margin: 0px;
	padding: 1px;
	float: left;
	background: url('images/search_bg.jpg') no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: #ede1a5;
}
#search input[type=submit] {
	width: 11px;
	height: 9px;
	border: 0px;
	margin: 3px 2px 3px 2px;
	padding: 0px;
	float: left;
	background: url('images/search_button.jpg') no-repeat;
	cursor: pointer;
}
