/*
Theme Name: György Vadas Theme
Description: This is a unique design made for György Vadas by <a href="http://indaline.com">InDaLine</a>.
Version: 1.0
Author: Peter Farkas
Author URI: http://indaline.com/
*/

html, body {
	margin: 0;
	padding: 0;
}

html {
	background-color: #2b2320;
	background-image: url('image/mainBack.png');
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	background-image: url('image/contentBottom.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: 'Verdana', 'sans-serif';
	/*
	padding-bottom: 190px;
	*/
	color: #2b2320;
}

a {
	color: #b77753;
	text-decoration: none;
}
a
{
  outline: none;
}


.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.aligncenter {
	margin: 0 auto;
}

div.wp-caption {
	padding: 8px 5px 1px 5px;
	background: #fff;
	border: 1px solid #bbb;
	text-align: center;
}

div#article div.wp-caption img {
	padding: 0;
	margin: 0;
	border: 1px solid #bbb;
}

div.wp-caption p {
	color: #57463f;
}
#site {
	background-image: url('image/contentBack.png');
	background-position: top center;
	background-repeat: repeat-y;
	width: 940px;
	margin: 0 auto;
}

#centerColumn {
	background-image: url('image/mainBack.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 940px;
	/*
	padding: 0 20px;
	*/
	margin: 0 auto;
	text-align: justify;
}

#headerContent {
	padding-top: 245px;
}

#headerContact {
	float: left;
	width: 240px;
	margin-left: 40px;
	margin-top: 10px;
	line-height: 15px;
}
#headerContact h1 {
	margin: 0;
	font-size: 16px;
	font-family: Gentilis;
	/*
	font-weight: normal;
	*/
}
#headerContact p {
	margin: 0;
	margin-left: 1em;
	margin-top: 0.2em;
}

#menuContainer {
	margin: 0 0 0 495px;
	height: 30px;
	font-family: Gentilis;
	font-size: 15px;
}
#menuContainer, #menuContainer a {
	color: #2b2320;
}
#menuContainer ul {
	margin: 0;
	padding-left: 0;
}
#menuContainer ul li {
	list-style: none;
	display: block;
	float: left;
	margin-top: 12px;
}
#menuContainer ul li a {
	padding: 0;
	float: left;
}
#menuContainer ul li a span {
	display: block;
	padding: 0 3px;
}
/*
#menuContainer ul li.current_page_item a span span {
	visibility: hidden;
}
#menuContainer ul li.current_page_item a span canvas {
	visibility: visible;
}
*/
#menuContainer ul li.current_page_item a {
	color: white;
}
#menuContainer ul li.current_page_item a span{
	color: white;
	background-color: #2b2320;
	cursor: pointer;
}
/*
things for rounded corners
*/
b.rtop, b.rbottom{display:block;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden;}
.current_page_item b.rtop b, .current_page_item b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #2b2320}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/*
that's all about rounded corners
*/

#motto {
	margin: 0 0 0 520px;
	padding-top: 45px;
	padding-right: 20px;
	height: 150px;
	color: white;
	font-size: 21px;
	font-family: Gentilis, 'DejaVu Serif';
}
div.floatLeft {
	height: 5px;
	float: left;
	clear: left;
	line-height: 5px;
}

#articleContainer {
	padding: 0 40px;
	margin-top: 15px;
	color: white;
}

#imageSidebar {
	width: 180px;
	float: left;
	clear: left;
}
#imageSidebar img {
	background: #ddd;
	padding: 2px;
	border: solid #2b2320;
	border-width: 0 1px 1px 0;
	margin: 3px;
}
#articleContainer p {
/*
	font-size: 5px;
*/
}

#article {
	margin-left: 200px;
	padding-bottom: 1em;
}
#article h1 {
	font-size: 24px;
	font-family: Gentilis;
}

#article h2,#article h3,#article h4,#article h5 {
	font-family: Gentilis;
}
#article h2 {
	font-size: 20px;
}
#article p {
	line-height: 1.4em;
}
div#article img {
	background: #fff;
	padding: 4px;
	border: solid #2b2320;
	border-width: 0 2px 2px 0;
}
div#article img.wp-smiley {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#footer{
	background-image: url('image/contentBottom.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 940px;
	height: 190px;
}

.errorMessage {
	color: red;
}
.ackMessage {
	color: yellow;
}
.ackMessage a {
	color: yellow;
}
.ackMessage a:hover {
	text-decoration: underline;
}
label {
	width: 200px;
	display: inline-block;
}

.formField {
	display: inline;
}
.submitButton {
	margin-left: 10px;
}

div#footerText {
	font-size: 9px;
	padding: 30px 0 0 60px;
	color: #a38c86;
}
div#footerText a {
	color: #a38c86;
}
div#footerText a:hover {
	text-decoration: underline;
}
