/* { margin: 0; padding: 0; }*/

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
/*img {
	border: 0px solid #CCC;
}*/
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3 {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
.osszes {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px;
	border: 1px solid #f2f2f2;
	padding: 10px;
}
#header form {
	border: 0px;
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}
#header input {
	color: #333;
}
#header input.button {
	background: #fff url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#333;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 100px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 940px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 880px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 940px;
	position: relative;
	height: 106px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 82px; left: 54px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}

/* Main Column */
#main {
	float: left;
	width: 580px;
	padding: 0;
	margin: 0 10px 0 10px;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 5px; 	
	border-bottom: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #EFF0F1;*/
	/*background: #FFF url(square-green.png) no-repeat 3px 50%;	*/
}
#main h1 a:link, #main h1 a:visited {
	color: #88ac0b;
}
#main h1 a:hover {
	color: #4F82CB;
}

.post-footer {
	background-color: #EAEAEA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #CCCCCC;
	font-size: 95%;	
}
.szurke {
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* leftbar */	
#leftbar {
	float: left;
	width: 140px;
	padding: 0; margin: 0;	
	
}	
#leftbar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#leftbar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#leftbar #sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#leftbar #sidemenu li {
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#rightbar #sidemenu {
	margin: 0;
	list-style: none !important;
	padding: 5px;
	font-size: 9px;
	font-weight: bold;
}
#rightbar  #sidemenu li  {
	padding: 2px;
	border-bottom: 1px solid #EFF0F1;
}
#rightbar  #sidemenu li a {
	color: #333;
}
#rightbar  #sidemenu li a:hover {
	color: #88ac0b;
}
#rightbar  #sidemenu li:last-child {
	border-bottom: none;
}
#leftbar #sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#rightbar {
	float: left;
	width: 140px;
	padding: 0; margin: 0;	
	
}	
#rightbar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#rightbar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#rightbar #opsystems {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
}
#rightbar #opsystems a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#rightbar #opsystems img {
	border: 0;
	padding-right: 5px;
}
#rightbar #opsystems li {
	padding: 2px 0 2px 5px;
	margin: 0 2px;	
	height:15px;
	background: none;
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 940px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
	padding-top:7px;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

#cikklista {
	clear: left;
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px;
}
#cikklista .datum {
	float:left;
	width:78px;
	clear:left;
	color:#DAE8FA;
	text-align:center;
	background-color:#2175bc;
	height: 17px;
}
#cikklista .cim {
	float:left;
	background-color:#FFFFFF;
	width:360px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px;
	color:#000;
}
#cikklista .cim a:link, #cikklista .cim a:visited {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#cikklista .cim a:hover {
	color:#666;
}

#cikklista .osztalyzat {
	float: left;
	background-color:#FFFFFF;
	width:80px;
	height: 17px;
}
#cikklista .datum, .cim, .osztalyzat {
	padding: 3px 10px 3px 10px;
}
#cikklista .kep {
	float:left;
	padding: 2px 10px 0 0;
}
#osszescikk_kep {
	float:left;
	background-color:#fff;
	width:98px;
	height:50px;
	border:2px solid #2175BC;
	border-right:0px;
	text-align:center;
}
#osszescikk_szoveg {
	float:left;
	background-color:#fff;
	width:477px;
	height:40px;
	border:2px solid #2175BC;
	border-left: 0px;
	font-size:14px;
	color:#2175BC;
	font-weight:bold;
	padding-top:10px;
}
#osszescikk_leiras {
	font-size:9px;
	color:#666;
	font-weight:normal;
}
.cikkkat {
	padding-left:20px;
	font-family: Verdana, Tahoma;
	font-size:10px;
	color:#666666;
}
#cikkkorbe {
	margin-top: 10px;
}
#cikkkorbe a {
	font-weight: bold;
}
#hirek {
	margin-top: 10px;
}
#hirek a {
	font-weight: bold;
}
#hirek .leadkep {
	width:200px;
	height:160px;
}

#hirek img {
	display:block;
}

/* FÓRUM */

#forumhozzaszolas {
	/*background-color:#98BEE9;*/
	background-image:url("../images/stb/csik.png");
	background-repeat:repeat-x;
	width:560px;
	font-family:Verdana,Tahoma;
	font-size:12px;
	padding:2px;
	float:left;
	margin-bottom:5px;
}

#forumhozzaszolas a:link, #forumhozzaszolas a:visited, #forumhozzaszolas a:active {
	font-family: Verdana, Tahoma;
	font-size:12px;
	color:#739D4B;
	text-decoration:none;
	font-weight:bold;
}
#forumhozzaszolas a:hover {
	color: #8FC553;
}

#forum_szoveg {
	font-family:Verdana,Tahoma;
	font-size:12px;
	width:560px;
	padding:3px;
	word-wrap: break-word;
}

#forum_szoveg a {
	font-weight:bold;
}

#lapozas {
	text-align:center;
	margin:10px 0 15px 0;
	font-family: Trebuchet MS, Arial;
	font-size: 24px;
	font-weight: bold;
	color:#E9633D;
}

#lapozas a:link, #lapozas a:visited, #lapozas a:active {
	color: #2175BC;
	text-decoration:none;
	font-size: 16px;
}

#lapozas a:hover {
	color:#DAE8FA;
	text-decoration:none;
	font-size: 16px;
}

.aktualis {
	font-size: 16px;
	color: #86C050;
	font-weight: bold;
}

.kislinkek {
	margin: 5px 0 0 10px;
	float:left;
	width:168px;
}
.kislinkek p {
	font-size:9px;
	margin-top:0px;
	color:#4F82CB;
}
.kislinkek a:link, .kislinkek a:visited {
	color: #333;
	text-decoration:none;
}
.kislinkek a:hover {
	color: #88ac0b;
}
.kislinkekelso {
	margin-top: 15px;
}

#mezo {
	float:left;
	width:80px;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#333;
}

/*#regisztracio input {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #333;
	width:160px;
	border:1px solid #999999;
	padding: 1px;
	height:19px;
	background-color:#fff;
}*/

#regisztracio img {
	color: #999999;
}

.leadkep {
	width:60px;
	height:45px;
	float:left;
	border:0px;
	margin-right:5px;
}

/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	padding-bottom:8px;
	margin: 0px auto;
	width: 150px;
	text-align:center;
	}

.loading {
	height: 30px;
	background: url('http://lacy.hu/sys2/vote/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('http://lacy.hu/sys2/vote/images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('http://lacy.hu/sys2/vote/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('http://lacy.hu/sys2/vote/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	

.bejelentkezes input, textarea {
	border:1px solid #999999;
	color:#333333;
}

#beallitasok select option {
	width: 100px;
}

.zoldgomb {
	border:1px solid #999999;
	color:#88AC0B;
	font-family:Verdana,sans-serif;
	font-size:12px;
	margin:0;
	padding:2px 3px;
}

.szurkegomb {
	border:1px solid #999999;
	color:#333;
	font-family:Verdana,sans-serif;
	font-size:1em;
	margin:0;
	padding:2px 3px;
}

.szurkeselect {
	border:1px solid #999999;
	color:#333;
	font-family:Verdana,sans-serif;
	font-size:1em;
	margin:0;
}

.checkbox {
	margin:0px;
	border: 1px solid #999999;
}
