/*
Theme Name: Kert Studio Tervezes
Author: Balazs Kovacs
Author URI: http://netpok.hu
*/

/*
Common
*/
.aL { align: left; }
.aR { align: right; }
.tL { text-align: left; }
.tR { text-align: right; }
.tC { text-align: center; }
.fL { float: left; }
.fR { float: right; }
.cB { clear: both; }
.hidden { display: none; }

img {
	border: 0px;
}

body {
	margin: 0px;
	background-color: #759351;
}

h1 { 
	font-size: 14px; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	line-height: 20px; 
	color: #21482a;
	/*color: #7ac142;*/ 
}

h2 {
	font-size: 15px;
	color: #7ac142;
}

td.normal { 
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	color: #ffffff; 
	line-height:20px;
}

.nav { 
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	color: #a5adad; 
}

a:link { text-decoration: none; font-weight: bold; color: #7ac142; } 
a:visited { text-decoration: none; font-weight: bold; color: #7ac142; } 
a:hover { 	text-decoration: underline; font-weight: bold; color: #7ac142; }

a.nav:link { text-decoration: none; font-weight: normal; color: #a5adad; } 
a.nav:visited { text-decoration: none; font-weight: normal; color: #a5adad; } 
a.nav:hover { 	text-decoration: underline; font-weight: normal; color: #7ac142; }

/* Page structure */

div#netpok {
	margin: 5px;
	width: 938px;
	text-align: right;
}

div#page {
	border: 5px solid #dbdcba;
	width: 928px !important;
	width: 938px;
	min-height: 582px;
	overflow: visible;
	background: #21482b bottom right url('images/viragminta2.jpg') no-repeat;
}

div#header {
	height: 100px;
	width: 100%;
	background-color: #dbdcba;
}

div#header div#logo {
	margin: 7px 10px;
	width: 160px;
	height: 86px;
}

a.menu, a.menu:active, a.menu:visited {
	width: 93px;
	height: 93px;
	margin: 10px 0px;
	display: block;
	color: white;
	vertical-align: bottom;
	text-shadow: 0px 0px 1px rgba(0, 51, 51, 1);
	font-size: 12px;
	position: relative;
}

a.menu div {
	width: 93px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.post {
	text-align: justify;
}

div.textwidget {
	font-size:10px;
	line-height:15px;
	text-align:justify;
}

div.textwidget p {
	margin: 5px 0;
}

div#sidebar {
	color:#003333;
	font-family:Arial;
	font-size:11px;
	height:213px;
	left:20px !important;
	left:-10px;
	line-height:17px;
	overflow:hidden;
	position:relative;
	text-align:left;
	top:-225px;
	width:320px;
}
div#sidebar {
	margin: 5px 0px;
}
div#sidebar ul {
	margin:0px;
	padding:0px;
}
div#sidebar h1 {
	margin:0px;
	padding:0px;
	text-align: center;
}
div#sidebar a:link, div#sidebar a:visited, div#sidebar a:hover {
	color: #21482a;
}
