/* Reset -------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,samp,small,strike,strong, sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,button,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;} /* remember to define focus styles! */
body {background-color: #fff;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal; }
html {
	height: 100%;
	margin-bottom: 1px;
}
hr {
	display : none;
}

/* Általános */

body {
	font: normal 13px/20px Georgia, serif;
	background: url(../images/bg.gif) repeat-x top left;
	color: #444;
}
h1 {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 188px;
	height: 92px;
	background: url(../images/frog.gif) no-repeat;
}
h1 a {
	display: block;
	width: 188px;
	height: 92px;
	text-indent: -9999px;
}
h2 { 
  	font-size: 20px;
  	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
}
h3 { 
  	font-size: 16px; 
  	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
}
p {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 20px;
}
li {
	margin-left: 15px;
	list-style: square;
}
ol li {
	list-style: decimal;
}
a {
	color: #619300;
}
a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
blockquote {
	margin-bottom: 20px;
	padding: 10px 10px 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-style: italic;
}

/* Sablon */

#container {
    margin: 0 auto;
}
#container,
#header,
#content,
#general,
#footer {
	width: 800px;
}
#header {
	position: relative;
	height: 200px;
	background: #77C022;
}
#main {
	padding-top: 36px;
}
#content_home {
	width: 800px;
	padding: 0 10px;
}
#content_home_line {
	border-top: 1px solid #DDDDDD;
	width: 97%;
}
#content {
    float: right;
    width: 538px;
    padding: 0 10px 10px;
}
#sidebar {
    float: left;
    width: 222px;
    padding: 0 10px 10px;
}
#general {
    clear: both;
    border-top: 1px solid #ddd;
    padding: 0;
}
#footer {
    	/*background-color: #ccc;*/
	border-top: 1px solid #ddd;
	clear: both;
	padding: 20px 0;
	width: 100%;
}

/* Fejléc */

#header p {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	bottom: 45px;
	left: 252px;
}
#nav_access { 
	position : absolute; 
	top : -9999px; 
	margin: 0;
}

/* Main navigation -------------------------------------------------------- */


#nav_main {
padding: 0 0 0 20px;
width: 100%;
border-top: 5px solid #68A81D; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#nav_main ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#nav_main li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

#nav_main a{
float: left;
display: block;
font-weight: bold;
font-size: 12px;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #68A81D; /*Brown color theme*/ 
border-top: 1px solid #77C022;
}

#nav_main a:hover{
background-color: #4D7C15; /*Brown color theme*/ 
color: white;
}

#nav_main #current a{ /*currently selected tab*/
background-color: #68A81D; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}


/*
#nav_main {
	position: absolute;
	z-index: 1001;
	bottom: 0;
	margin: 0;
}
#nav_main li {
	float: left;
	margin-left: 0px;
	list-style: none;
}
#nav_main li a {
	float: left;
	display: block;
	background: #77C022;
	border-right: 1px solid #77C022;
	padding: 1px 15px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}

#nav_main li a:hover {
	background: #68A81D;
}

#nav_main li a.current {
	background: #fff;
	color: #333;
}
*/

/* Sub navigation --------------------------------------------------------- */

#nav_sub li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	line-height: 12px;
	border-bottom: 1px solid #ddd;
}
#nav_sub li:first-child {
	padding-top: 0;
}
#nav_sub li a {
	color: #444;
	display: block;
}

#nav_sub li a.current {
	text-decoration: none;
	font-weight: bold;
}

/* General ---------------------------------------------------------------- */

#general {
	font: normal 11px/15px Georgia, serif;
}
#general .box1 {
	float: left;
	padding: 10px;
	width: 222px;
}
#general .box2 {
	float: left;
	padding: 10px;
	width: 294px;
	border-left: 1px solid #ddd;
}
#general .box3 {
	float: left;
	padding: 10px;
	width: 222px;
	border-left: 1px solid #ddd;
}
#general h3 { margin-bottom: 8px; }
#general a { text-decoration: none; }
#general #latest-news ul { margin: 0; list-style: none; }
#general #latest-news li { margin: 0; padding: 4px 0; list-style: none; }
#general #latest-news .date {
	float: left;
	display: block;
	padding-right: 5px;
	width: 45px;
	color: #666;
	text-align: right;
	font-size: .9em;
}

/* Footer ----------------------------------------------------------------- */

#footer li {
	padding: 0 10px;
	list-style: none;
	margin: 0;
}

#footer li.copyright {
	float: left;
	width: 580px;
}

#footer li.credits {
	float: right;
	width: 180px;
	text-align: right;
}

/* Tables ------------------------------------------------------------------*/

table {
	width: 100%;
	margin-bottom: 20px;
}

table thead th {
	font-weight: bold;
}

table tbody th a {
	color: #333;
	font-size: 13px;
}

table thead th {
	padding-bottom: 6px;
}

table tbody td,
table tbody th {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #ccc;
}

/* Home -------------------------------------------------------------------*/

#img_intro {
	position: relative;
	z-index: 1000;
	top: -90px;
	left: -10px;
	margin-bottom: -80px;
}

/* Blog -------------------------------------------------------------------*/

.entry {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.entry h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.entry h3 a {
	text-decoration: none;
}
.entry h4 {
	font-size: 14px;
	color: #999;
}
.entry .date {
	float: left;
	display: block;
	padding-right: 5px;
	width: 110px;
	color: #666;
	text-align: right;
	font-size: .9em;
}
.archive.entry {
	margin-bottom: 5px;
	border-bottom: 0;
}

/* Screenshot ------------------------------------------------------------*/

#screenshots {
	display: block;
	overflow: hidden;
	width: 545px;
}

.screenshot {
	cursor: pointer;
	float: left;
	width: 160px;
	margin: 0 7px 7px 0;
	padding: 6px;
	border: 1px solid #eee;
}

.screenshot:hover{ border: 1px dashed #bbb; color: #000; }

.screenshot span {
	display: block;
	font-weight: bold;
	padding: 2px 0 2px 1px;
	height: 28px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}

/* Hírlevél doboz */


form {
	margin: 0px;
	padding: 5px;
	border: 1px solid #f1f1f1; 
	background-color: #f5f5f5;
	width: 100%;
}
label {
	display:block;
	font-weight: normal;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;	
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 13px Arial, Sans-serif; 
	height: 24px;
	margin-top: 10px;
	padding: 2px 3px;	
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}
#newsletter h4 {
	font-weight:bold;

}


/* Sablonok */

#themes {	
	margin: 0;

}
#themes td {	
	vertical-align: top;
	width: 50%;
}

img {
  border: 0px;  
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.valign {
	vertical-align: middle;
}
.clear-both {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: both;
}