/*
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 {
	width: 263px;
	height: 25px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
	text-transform: uppercase;
	background: url('images/h1_bg.jpg') top left no-repeat;
}
h2 {
	font-size: 16px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #ede1a5;
}
a:hover {
	text-decoration: underline;
}


.bigbox {
	width: 612px;
	height: 76px;
	padding: 25px 23px 17px 20px;
	margin: 0px;
	background: url('images/fnewsbg.png');
	float: left;
	overflow: hidden;
	cursor: pointer;
	color: #e9c494;
}
.bigbox { cursor: hand; }

.bigbox h3{
	margin: 0 0 5px 0;
}
.bigbox div {
	padding: 0px;
}
.bigbox .title {
	margin-bottom: 6px;
}
.excerpt {
	
}

/*
Main structure
*/
html, body {
	height: 100%;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	background: white url('images/body_bg.jpg');
	margin: 0px;
	text-align: center;
	color: #cacaca;
}

#page {
	width: 1000px;
	height: 100%;
	min-height: 613px;
	max-height: 843px;
	margin: 0px auto;
	background: white url('images/page_bg.jpg') no-repeat top center;
	text-align: left;
}

#header {
	margin: 0px;
	width: 1000px;
	height: 110px;
}

#content {
	width: 890px;
	height: 442px;
	margin: 0px 55px 10px 55px;
}

#sidebar {
	width: 112px;
	margin: 6px 13px 0px 2px;
	position: relative;
	top: -16px;
	float: right;
}

#left_column {
	width: 283px;
	height: 340px;
	margin: 0px 5px 0px 5px;
	float: left;
	overflow: hidden;
}

#right_column {
	width: 460px;
	height: 340px;
	margin: 0px 5px 0px 5px;
	float: left;
	overflow: auto;
	text-align: justify;
}

#one_column {
	width: 753px;
	height: 440px;
	margin: 0px 5px 0px 5px;
	float: left;
	overflow: auto;
}
#left_side {
	width: 467px;
	margin: 0px;
	float: left;
}
#right_side {
	width: 267px;
	margin: 0px;
	float: left;
	text-align: center;
}

#menu {
	width: 645px;
	height: 17px;
	margin: 0px 255px 0px 100px;
	background: url('images/menu_bg.jpg') no-repeat bottom left;
}

#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;
}

/*
Main
*/
#main {
	width: 710px;
	margin: 9px 78px 0px 124px;
	float: left;
}

/*
Boxes
*/
.simplebox {
	width: 273px;
	height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background: url('images/simplebox_bg.png');
}

.box {
	margin: 10px;
	height: 94px;
	float: left;
}
.box div {
	min-width: 160px;
	height: 72px;
	padding: 5px 3px 17px 0px;
	margin: 0px;
	background: url('images/box_bg.png');
	float: left;
	overflow: hidden;
}
.box .left {
	min-width: 9px;
	height: 94px;
	padding: 0px;
	background: url('images/box_bg_left.png');
}
.box .right {
	min-width: 0px;
	height: 94px;
	padding: 0px;
}
.box div div:first-child, .simplebox div:first-child {
	width: auto;
	height: 18px;
	padding: 0px;
	margin-bottom: 3px; 
	background: transparent;
	float: none;
	text-transform: uppercase;
}

/*
Misc
*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Misc */
.category_item {
	width: 25%;
	float: left;
	margin-top: 50px;
	text-align: center;
}

.category_item div {
	margin-top: 3px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.product_item {
	width: 100px;
	height: 145px;
	float: left;
	margin: 5px;
}
.product_item div {
	margin-top: 0px;
	font-size: 10px;
}

ul.links, ul.links li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#product_name {
	margin: 15px 0px 20px 0px;
}

/* news carousel ujonsagok */
#newscarousel {
	width: 745px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
#newscarousel h2 {
	font-size: 14px;
}

#newscarousel .pcont {
	width: 445px;
	height: 250px;
	overflow: auto;
}

ul.newscarousel {
	position: absolute;
	right: 0px;
	top:0px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-width: 9999cm;
	height: 297px;
}

ul.newscarousel li {
	position: relative;
	float: right;
	background: url('images/carousel/ujdonsagok-bgo.png');
	width: 445px; /* 745 - 280 - 20 */
	height: 257px;/* 297 - 20 - 20*/
	padding: 20px 280px 20px 20px;
	overflow: hidden;
}
#newscarousel li .newsimage { position: absolute; right: 30px; top: 29px; overflow: hidden; width: 235px; height: 235px; }
#newscarousel li .newsimage td { overflow: hidden; width: 235px; height: 235px; }

#newscarousel .ncnav {
	text-align: center;
	position: absolute;
	top: 300px;
	left: 330px;
	width: 745px;
}

#newscarousel .ncnav span { cursor:pointer; }
#newscarousel .ncnav span { cursor:hand; } /*ie*/

#newscarousel #ncnavleft { position: absolute; left: 0px; display: none; }
#newscarousel #ncnavright { position: absolute; left: 40px; display: none; }





