/*
Theme Name: AVEC
Theme URI: http://avec.hu/
Description: AVEC
Author: code: Andras Huszar & sampi, design: BrandArt
Version: 1.1
Tags: avec
*/

html, html *, html > * {
	font-family: "Trebuchet MS", Arial, "Helvetica Neue", sans-serif !important;
}

p {
	margin-bottom: 2px;
}

h2 {
	font-weight: bold;
}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
	text-style: italic; text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	margin-bottom: 20px;
}

h2 {
	font-size: 23px;
	margin-bottom: 20px;
}

h3 {
	font-size: 21px;
	margin-bottom: 12px;
}

h4 {
	font-size: 19px;
	margin-bottom: 10px;
}

h5 {
	font-size: 17px;
	margin-bottom: 10px;
}

h6 {
	font-size: 15px;
	margin-bottom: 10px;
}
p {
	font-size: 13px;
	margin-bottom: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

body {
	background-color: #e2dae7;
	background-image: url( 'images/bg.png' );
	background-position: top left;
	background-repeat: repeat-x;
	color: #481964;
}
a, a:active {
	color: #481964;
	text-decoration: none;
	font-style: italic;
	cursor: pointer !important;
}
#main { 
	background-color: white;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/*
	Header
*/

#header {
	background: #fff !important;
	width: 100%; height: 274px;
}

#logo {
	background: url(images/logo.png) no-repeat center center;
	float: left; width: 300px; height: 272px;
}
#logo h1 {
	text-indent: -9999px;
}

#title {
	background: url(images/page-title.jpg) no-repeat top right;
	float: left; width: 660px; height: 274px;
	text-indent: -9999px;
}


/*
	Body
*/

#col-left {
	float: left;
	width: 300px;
}

#col-right {
	float: right;
	width: 659px;
	min-height: 840px;
	border-left: 1px solid #ddd;
}

/*
	Navigation
*/

#navigation {
	width: 300px;
	height: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
#navigation ul {
	list-style-type: none;
	margin: 0; padding: 0;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/navigation-bg.jpg);
}
#navigation ul li {
	float: left; width: 290px;
	margin: 0; padding: 0;
}
#navigation ul li a {
	display: block;
	background-color: #5e2795;
	border-top: 1px solid #9E61DF; color: #fff;
	float: left; width: 260px;
	margin: 0; padding: 0 15px;
	font-size: 12px; line-height: 37px;
	font-weight: bold; font-style: normal;
	text-transform: uppercase;
}
#navigation ul li ul {
	width: 300px;
	background-color: #A27DC6; color: #5e2795;
	text-transform: normal; display: none;
}
#navigation ul li ul.opend {
	display: block;
}
#navigation ul li ul li a {
	background-color: #A27DC6; color: #5e2795;
	text-transform: none;  padding-left: 30px; width: 245px;
}
#navigation ul li a.active {
	background-color: #d2b4f0; color: #5e2795;
}




/*
	Sidebar
*/

#contact, #partners {
	padding: 20px;
	padding-bottom: 10px;
}
#contact h2, #partners h2 {
	color: #481964;
	font-size: 20px;
}
#contact p, #partners p {
	color: #444444;
}
#contact a h3, #partners a h3 {
	color: #481964;
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
}
#partners {
	padding-bottom: 30px;
}
#partners > li {
	padding: 0; margin: 0;
	list-style-type: none;
}


.box {
	width: 660px;
	background: #C8ADE3;
	height: 200px;
	margin: 10px -10px -10px -10px;
	font-size: 14px;
}

/*
	Content
*/

#content {
	width: 640px;
	min-height: 840px;
	background-color: white;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px 10px 10px;
}

#content a {
	text-decoration: underline !important;
}

#dna {
	width: 960px;
	height: 20px;
	background-color: white;
	background-image: url( 'images/dna.png' );
	background-position: center center;
	background-repeat: no-repeat;
}

#bottomline {
	width: 920px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-color: #444444;
	vertical-align: middle;
}
#bottomline, #bottomline a {
	font-size: 10px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #747272 !important;
}
#bottomline ul {
	float: left;
}

#bottomline ul li {
	float: left; padding: 0 6px;
	list-style-type: square;
	color: #747272;
}

hr {
	display: none;
}


.title1 {
	margin: 10px -13px 16px -13px;
	padding-left: 10px;
	border-left: 10px solid #5E2795;
	background: #fff;
}
.title2 {
	margin: 10px -40px 16px -13px;
	padding-left: 10px;
	border-left: 10px solid #5E2795;
	background: #fff;
}


/* nyitolap */
.topbox {
	background-color: #f3edf6;
	padding: 20px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #9f89b6;
	margin: -20px -10px 20px -10px;
}
.bottombox {
	background-color: #c8ade3 !important;
	height: 230px;
}
.bottombox .leftbox {
	margin-left: -10px;
	padding-right: 10px;
}
.bottombox .rightbox {
	padding-left: 5px;
	margin-right: -10px;
	width: 324px;
}
.bottombox p.left {
	border-left: 10px solid #5e2795;
	padding-left: 10px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	background-color: white;
	margin-top: 10px;
	color: #411f63;
}
.bottombox p.right {
	border-left: 10px solid #5e2795;
	padding-left: 10px;
	color: #411f63;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	background-color: white;
	margin-top: 10px;
	margin-left: -5px;
}
.bottombox ul {
	list-style: none;
	color: #411f63;
	font-size: 15px;
	font-weight: bold;
	line-height: 95%;
	margin-top: 10px;
}

.italic {
	font-style: italic;
}

.leftbox {
	float: left;
	width: 50%;
}
.rightbox {
	float: left;
	border-left: 1px dotted #9f89b6;
	width: 49%;
	padding-left: 5px;
}
	
	
.lighter > * {
	color: #9175a2;
}


.kikvagyunkheader {
	border-bottom: 1px dotted #9f89b6;
	height: 65px;
}

.kikvagyunkheader p {
	font-size: 10px !important;
}

.mitcsinalunkheader {
	margin-left: 20px;
}
.mitcsinalunkheader > * {
	font-style: italic;
	color: #9175a2 !important;
}

.mitcsinalunkheader h4  {
	font-size: 14px;
}
	
.darker {
	color: #481964 !important;
}

#formtable {
	background-color: #cdbbe5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#formtable input[type=text], #formtable textarea {
	width: 95%;
	border: 1px solid #9b78c1;
	border-left-width: 2px;
}
#formtable td {
	padding: 8px;
}

.rounded {
	background-color: #cdbbe5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.darkrounded {
	background-color: #5e2795;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: white;
	text-align: center;
	height: 95px;
}

.posthead {	
	float: left;
	width: 200px;
	margin: 5px 6px;
	height: 50px;
	text-decoration: underline;
}
.posthead2 {	
	margin: 5px 6px;
	height: 50px;
	text-decoration: underline;
}

.posthead.active {
	font-weight: bold;
}
#postheads {
	width: 640px;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	border-bottom: 1px dotted #9f89b6;
}
.tr-stuff {
	display: none;
}
#tr-eloadas {
	display: table-row;
}

#checkin {
	border: 1px dotted #9f89b6;
	padding: 3px;
	text-align: center;
}
#checkin td{
	border: 1px dotted #9f89b6;
	padding: 3px;
}
#checkin tr:hover{
	background-color: #ccc;
}
.loader {
	text-align: center;
	display: none;
}

.hogyanjutel h3 {
	border-bottom: 1px dotted #9f89b6;
	color: #d2b4f0;
	font-size: 16px;
}
.hogyanjutel * {
	padding-left: 5px;
}
.hogyanjutel ul {
	margin-bottom: 0px !important;
}
.hogyanjutel .rightbox {
	padding-left: 0;
}
.publ {
	margin-bottom: 15px;
}
.ol li {
	margin-bottom: 10px;
}
.ol li ul li {
	margin-bottom: 0;
}


#newsletter {
	background: #cdbbe5;
	margin: 20px; padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#newsletter h3 {
	font-size: 14px;
}
#newsletter .text {
	font-size: 12px;
	border: none;
	padding: 2px;
	width: 230px;
	border: 1px solid #9c78c2;
}
#newsletter ul, #newsletter ul li {
	list-style-type: none;
	padding: 0; margin: 0;
}
#newsletter ul li {
	padding-bottom: 5px;
}

#newsletter .submit {
	background: #5e2795;
	color: #fff; padding: 4px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none; margin-top: 8px;
	cursor: pointer;
}

.message {
	background: #B2EF59;
	color: #426F00;
	margin: 10px 20px; padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.message.error {
	background: #EF77C8;
	color: #C31287;
}


