html, body {
	background-color:#eef6f9;
}

/*=======================
	text style
=======================*/

div.post, div.entry-content { text-align: justify; }

h1,h2,h3,h4 {
	font-family:"Century Gothic",sans-serif;
	color:#757575;
	font-weight:normal;
}

html, body {
	font:14px "trebuchet ms","arial", normal,sans-serif;
        color: #444;
}

#header #intro {
	font-size:.9em;
	line-height:1.3em;
}

#sitetools h3 {
	font-size:1.8em;
	color:#d4c552;
	margin-right:3px;
}

h2 {
	font-size:1.7em;
}

h3 {
	font-size:1.4em;
}

p {
	line-height:1.4em;
}

a {
	text-decoration:none;
	color:#13519a;
}
a:hover {
	b-order-bottom:1px solid #13519a;
}

a img, a:hover img, a.imglink {
	border:0px;
}

a.readmore, a span.readmore {
	display:block;
	text-align:right;
	font-style:italic;
	text-decoration:none;
	border:0px;
}
a:hover img, a.readmore, a.imglink {
	border:0px;
	text-decoration:none;
}

hr.hidden {
	visibility:hidden;
	margin:0;
	padding:0;
}

/*=======================
	contact specific
=======================*/

#contactEmail {
	width:400px;
}

#peopleAKangyal,#peopleBSzekfu {
	display:block;
	float:left;
}
#peopleAKangyal {
	margin-right:32px;
}
#peopleAKangyal h3,
#peopleBSzekfu h3 {
	margin:0;
	padding:0;
	font-size:1.1em;
}
#peopleAKangyal a,
#peopleBSzekfu a {
	display:block;
}

/*=======================
	 alignment
=======================*/

html,body {
	padding:0;
	margin:0;
}

#container {	
	
}

#header {
	position:absolute;
	top:0;
	left:0;
	
	width:960px;
	height:156px;
}
#header img {
	margin:0;
	padding:0;
	
	position:absolute;
	top:0;
	left:22px;
	
	width:453px;
	height:138px;
}
#header h1 {
	display:none;
}
#header #intro {
	margin:0;
	padding:0;
	
	position:absolute;
	top:23px;
	left:500px;
	left:512px;
	
	width:410px;
}

#lastmod {
	position:absolute;
	top:138px;
	left:23px;
}

#sitetools {
	position:absolute;
	top:112px;
	left:512px;
	
	width:450px;
}


#content {
	position:absolute;
	top:170px;
	left:16px;
	
	width:450px;
}

#content h3.entry-title {
	margin:6px 0 3px 0;
	padding:0;
}

#contact {
	position:absolute;
	top:0px;
	left:497px;
	
	width:324px;
}

#content h2 {
	margin:0 0 6px 16px;
	padding:0;
}
#contact h2 {
	margin:0 0 6px 0px;
	padding:0;
}

#people {
	padding:8px 0 0 12px;
	margin:0;
	
	height:194px;
	position:relative;
	z-index:100;
}

/*=======================
	 test css 

html,body {
	background:#aaa;
	background:transparent;
}

#container {
	border:2px solid #ff0;
}

#header {
	border:3px solid #f00;
}
#header #intro {
	-background:#ffe;
}
#header h1 {
	background-color:#e7da57;
	color:#fff;
}

#sitetools {
	
}

#content {
	border:3px solid #0f0;
}

#contact {
	border:3px solid #00f;
}
=======================*/


/*======================
	live search styles
======================*/

#LSResult { position: absolute; background-color: #fff; width: 350px; } 
#LSShadow { padding: 5px; } 
#LSRes { background-color: #fff; } 
.LSRow { padding: 0 5px; } 
#LSHighlight { background-color: #aaa; } 
#LSHeader { padding: 2px 2px 8px; } 
.lsDate { display: block; color: #555; }

#sitetools h3,
#sitetools form,
#sitetools input,
#sitetools select {
	margin:0;
	padding:0;
	display:inline;	
	border:0;
}

#sitetools input,
#sitetools select {
	border:1px solid #e0e0e0;
	height:20px;
	width:100px;
	vertical-align:middle;
	margin-left:3px;
	position:relative;
	top:-4px;
}

/*======================
	post style
======================*/

#latest {
	margin: 0 0 0 18px;	
}
#latest h2 {
	margin:24px 0 12px 0;
	padding:0;
}

div.post {
	margin:0;
	padding:0;
	margin-bottom:32px;
}

/*=======================
	etc igazitgatas
=======================*/

#contact div.box {
	position:relative;
	left:-6px;
}

/*=======================
guanxi homemade round corners
=======================*/
div.box {
	position:relative;
	z-index:0;
	display:box;
}
div.boxHead {
	background:transparent url(/images/roundr.gif) top left no-repeat;
	position:relative;
}
span.boxTopRight {
	display:block;
	background:transparent url(/images/roundr.gif) top right no-repeat;
	width:100%;
	position:relative;
	right:-18px;
}
div.boxWrapper {
	padding:0;
	margin:0;
	background:transparent url(/images/roundr-section.gif) top left repeat-y;
}
div.boxBody {
	display:block;
	background:transparent url(/images/roundr-section.gif) top right repeat-y;
	margin:0;
	padding:0;
	position:relative;
	right:-18px;
	-padding:12px;
	padding:12px 0 12px 0;
	padding:1px 24px 1px 0;
}
div.boxFoot {
	background:transparent url(/images/roundr.gif) bottom left no-repeat;
	position:relative;
	height:22px;
}
span.boxBottomRight {
	display:block;
	background:transparent url(/images/roundr.gif) bottom right no-repeat;
	width:100%;
	height:22px;
	position:relative;
	right:-18px;
	top:px;
}


