/*  
Theme Name: BEFLEX-DESIGN by emotions.hu
Theme URI: http://emotions.hu/
Description: Default design template for 1024x768px
Version: 1.0
Author: Oszkar Horvath, Attila Bacso
Author URI: http://emotions.hu
*/

/* MAIN CONSTRUCTOR LAYOUT */

#page {				width:1004px; }
#top {				width: 964px; }
#header {			height:168px;  }
#menu {				 }
#logo {				width:229px; height:158px; margin:0 0 0 0; display:block; }
#logolink  { 		width:229px; height:158px; display:block; float:left; }
#content { 			width: 966px; }
#left {}
.post {				width: 696px; padding: 15px 20px 0 20px; }
.rolunk {			width: 737px; padding: 0 0 0 0; margin:0; }
#sidebar { 			width: 215px; margin-left:11px; }

/* CONSTRUCTION BACKGROUNDS */

body { 		background: #808080 url(images/bg.gif) repeat-x left top; }
#page {		background: url(images/bg-content.gif) repeat-y top center; margin:0 auto 0 auto; }
#top {		background: url(images/bg-top.jpg) repeat-x 0 0; margin: 0 auto; padding:0; }
#left {		float: right; }
#sidebar {	}
#logo {		float: left; }
#logolink {	margin:3px 0 0 0; }

/* MAIN COLORS */

body {		color: #cacaca; }
h1, h2, h3 {	color: #f40003; }

a {			color: #cacaca; text-decoration: underline; }
a:hover {	color: #fff; text-decoration: none; }

/* HEADER COLORS */

#header h1, #header h2 {	color: #fff; }
#header a {				color: #fff; }

/* MENU */

#menu {
	position: relative;
	margin:75px 0 0 0;
	width:696px;
	height:37px;
	float:right;
}

#menu ul {
	padding: 0 0 0 0;
	left: 0;
	display: block;
	position: relative;	
}

#menu ul {
	margin: 0 auto 0 auto;
}

#menu ul {	height: 37px; }

#menu ul li {	float: left; margin-right:40px; }

#menu ul li.page_item, #menu ul li.cat-item {
  height: 40px;
  margin-bottom:-18px;
}

#menu ul li.page-item-2 {	background:url(images/menu-rolunk.jpg) no-repeat 0px 0px; width: 97px; }
#menu ul li.page-item-7 {	background:url(images/menu-szolgaltatasok.jpg) no-repeat 0px 0px; width: 137px; }
#menu ul li.page-item-9 {	background:url(images/menu-ugyfeleink.jpg) no-repeat 0px 0px; width: 130px; }
#menu ul li.page-item-11 {	background:url(images/menu-kapcsolat.jpg) no-repeat 0px 0px; width: 110px; }
#menu ul li.beflex-link {	background:url(images/menu-beflex.jpg) no-repeat 0px 0px; width: 148px; }

#menu ul li:hover.page-item-2 {	background-image:url(images/menu-rolunk-on.jpg); }
#menu ul li:hover.page-item-7 {	background-image:url(images/menu-szolgaltatasok-on.jpg); }
#menu ul li:hover.page-item-9 {	background-image:url(images/menu-ugyfeleink-on.jpg); }
#menu ul li:hover.page-item-11 { background-image:url(images/menu-kapcsolat-on.jpg); }
#menu ul li:hover.beflex-link {	background-image:url(images/menu-beflex-on.jpg); }

#menu ul li a { display: block; width: 100%; height: 37px; }
#menu:hover ul li {  }
#menu .page_item, #menu .cat-item { overflow: hidden; }
#menu .page_item span, #menu .cat-item span { display: none; }
#menu .current_page_item a, #menu .page_item a:hover { color: #fff; }

#lang {
	position: relative;
	margin:0;
	float:right;
	display:block;
	width:300px;
	height:50px;
}

#lang ul {
	padding: 0;
	left: 0;
	display: block;
	width:200px;
	position: relative;	
}

#lang ul {	height: 37px; float:right; }

#lang ul li { height:40px; list-style-position:inside; list-style:none; float: left; }

#lang ul li.langhu, #lang ul li.langen {
  height: 37px;
  display:block;
}

#lang ul li.langhu {	background:url(images/menu-magyar.jpg) no-repeat 0px 0px; width: 100px; }
#lang ul li.langen {	background:url(images/menu-english.jpg) no-repeat 0px 0px; width: 89px; }
#lang ul li.langhu:hover {	background-image:url(images/menu-magyar-on.jpg); }
#lang ul li.langen:hover {	background-image:url(images/menu-english-on.jpg); }

#lang ul li a { display: block; width: 100%; height: 32px; }
#lang:hover ul li { display: block; }
#lang .langhu, #lang .langen { overflow: hidden; }
#lang .langhu span, #lang .langen span { display: none; }
#lang .langhu a:hover, #lang .langen a:hover { color: #fff; }


/* STYLE */

body {
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
	margin: 0;	padding: 0;
	font-size: 14px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
}

h1 {
	letter-spacing: -1px;
	font-size: 38px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

p {
	text-align: justify;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

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

/* Header */

#header h1, #header h2 {
	float: left;
}

#header h1 {
	font-weight: bold;
	left: -3000px;
	position:absolute;
}

#header h2 {
	padding: 0 0 0 200px;
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing:0.01em;
}

#header a {
	text-decoration: none;
}

/* Page */

#content {
	margin: 0 auto;
}

#left {
}

ul.ugyfeleink {
	list-style-type:none;
/*	font-family:Georgia, Arial, Verdana, Serif; */
	margin-top:0;
}

ul.ugyfeleink li {
	list-style-type:none;
	float: left;
	text-transform:lowercase;
	padding-right:6px;
}

ul.ugyfeleink li a {
	color:#c0c0c0;
	text-decoration:none;
}

ul.ugyfeleink li.odd a {
	color:#535353;
}

ul.ugyfeleink li a:hover {
	color:#fff;
}


/* Navigation */

.navigation {
	padding: 10px 30px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Posts */

.rolunk p {
	margin: 15px 20px 0 20px; 
}

.rolunk ul {
	margin: 15px 20px 0 30px;
	padding-left: 10px;
	list-style-position: outside;
}

.rolunk h2 {
	margin: 10px 20px 0 20px; 
}

.rolunk h3 {
	margin: 14px 20px -12px 20px; 
}

.post ul, .post ol {
	margin-left: 0;
	padding-left: 10px;
	list-style-position: outside;
}

.post .title {
	padding: 10px 0 20px 12px;
}

.post .ugyfeleink-h2 {
	padding: 11px 0 0 12px;
}

.post .titlespace {
	margin-bottom:15px;
}

.post .title a {
	text-decoration: none;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #333;
}

.post .entry {
	padding: 0 20px 0 12px;
}

#post-2.post .entry
	{
	padding: 20px 20px 0 12px;
	}

#post-2 ul li {
	margin-bottom:2px;
}

.post .meta b {
	display: none;
}

.post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.post .more {
	background: url(images/ico-readfull.gif) no-repeat left center;
}

.post .comments {
	background: url(images/ico-comments.gif) no-repeat left center;
}

.result {
}

.result .title {
	font-size: 16px;
}

.post img {
	/* ll:6px #eef8ff solid; */
}

.post .alignleft img {
	padding:0 16px 4px 0;
}

.post .alignright img {
	padding:0 0 4px 16px;
}

p.wp-caption-text {
	display:none;
	background-color:#eef8ff;
	padding:0 0 4px 8px;
	font-size:11px;
	color:#96d4ff;
	margin-top:0px;
}

/* Comments */

#comments {
}

#comment {
	width: 600px;
}

/* Sidebar */

#sidebar {
	float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li a, #sidebar li span {
	text-decoration:none;
	padding:6px 0 6px 0;
	display:block;
}
#sidebar li a:hover {
	color: #f40003;
}
#sidebar li h2 {
	padding: 25px 0 20px 15px;
}

#sidebar li ul {
	width: auto;
	padding: 0 15px 0 15px;
}

#sidebar li li {
	padding: 0 0 0 0;
}

#sidebar li li.first {
	padding-top: 0;
	background: none;
}

/* Sidebar Search */

#search { padding: 25px 0 5px 0; }
#search input { color: #333; }
#search br { display: none; }
#search #s { 
	width: 210px; 
	background:url(images/search.gif) no-repeat left top; 
	border:none;
	margin:3px 0 0 2px;
	padding:8px 0 0 39px;
	height:32px;
	font-size:13px;
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
}

/* Calendar */

#calendar {}
#calendar caption { width: 100%; }
#calendar table {	margin: 0 auto;	text-align: center; }
#calendar tbody td { padding: 0 5px; text-align: center; }
#next { text-align: right; }
#prev { text-align: left; }

/* Footer */

#footer {
	background: url(images/bg-footer.gif) repeat-x top center;
	margin:0 auto;
	padding:0 0 0 0;
	height:151px;
}

.addr {
	background: url(images/icon-envelope.gif) no-repeat top left;
	padding:6px 80px 6px 35px;
	margin-right:20px;
}

.phone {
	background: url(images/icon-phone.gif) no-repeat top left;
	padding:6px 80px 6px 35px;
	margin-right:20px;
}

.at {
	background: url(images/icon-at.gif) no-repeat top left;
	padding:6px 0 6px 35px;
}

#footer p {
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 15px;
	color: #585858;
	font-weight:bold;
	height:26px;
}

#footer p a { color: #585858; text-decoration:none; }
#footer p a:hover { color: #333; text-decoration:none; }

#footerleft {
	margin:0 auto 0 auto;
	padding:56px 0 0 0;
	width:960px;
}
#footerright {
	margin-top:88px;
	margin-right:20px;
	min-width:140px;
	min-height:40px;
	float:right;
}
#footerright img {
	padding:0;
	margin:0;
	border:0;
	display:none;
}

#footer ul { padding:0; margin:0; width:800px; }
#footer li { list-style-type:none; float:left; }

/* NEXTGEN */

.ngg-gallery-thumbnail img {
	background:url(images/mask.gif) no-repeat 8px 3px;
	padding:5px 10px 5px 10px;
	margin:0 6px 10px 0;
	border:none;
}

.ngg-gallery-thumbnail img:hover {
	background:url(images/mask-on.gif) no-repeat 3px 3px;
	padding:5px 10px 5px 10px;
} 

#motionstep {
	width: 670px;
	height: 380px;
	background:url(images/step.gif) no-repeat top left;
	padding-left:22px;
	z-index: 100;
	margin-bottom:20px;
}
#motioncontainer {
	width: 626px;
	height: 380px;
}

#motioncontainer a img {
	background:url(images/mask.gif) no-repeat 8px 3px;
	padding:5px 10px 5px 10px;
	margin:0 6px 10px 0;
}

#motioncontainer a:hover img {
	background:url(images/mask-on.gif) no-repeat 3px 3px;
}

#statusdiv {
background-color: lightyellow;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

a.ico-tuborg {
	background: url(images/ico-tuborg.jpg) no-repeat center top;
	width:180px;
	height:75px;
	display:block;
	float:left;
	margin:0 20px 0 0;
}

a.ico-tuborg:hover {
	background: url(images/ico-tuborg-on.jpg) no-repeat center top;
}

a.ico-carlsberg {
	background: url(images/ico-carlsberg.jpg) no-repeat center top;
	width:180px;
	height:75px;
	display:block;
	float:left;
	margin:0 20px 0 0;
}

a.ico-carlsberg:hover {
	background: url(images/ico-carlsberg-on.jpg) no-repeat center top;
}

a.ico-pepsi {
	background: url(images/ico-pepsi.jpg) no-repeat center top;
	width:180px;
	height:75px;
	display:block;
	float:left;
	margin:0 12px 0 10px;
}

a.ico-pepsi:hover {
	background: url(images/ico-pepsi-on.jpg) no-repeat center top;
}


/* End Gallery Styles */
