/*   
Theme Name: bogrecast based on Simon WP Framework
Theme URI: http://weblapotakarok.com
Description: A blank frame work using 960.gs grid system.
Author: Attila Balogh
Author URI: http://weblapotakarok.com
Version: 1.0
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('forms.css');


/*****************************************************************************************/
/* CORE */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	color: #565656;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#pagewrapper {
	margin: 0 auto;
	width: 950px;
}

/* CLEAR ELEMENTS */
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.hidden{
	display: none;	
}

br.trick{
	clear: both;	
}

/* ALIGNS */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.alignleft, .floatleft {
	float: left;
}

.alignright {
	float: right;
}

img.left, img.alignleft {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

/* FONTS */
b, strong{
	color: #252525;	
}

#pagecontent h2{		
	font-size: 18px;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}

.white{
	color: #fff !important;
}

.blue{
	color: #00deff;
}

/* LISTS */
.siderboxcontent ul{
	list-style-type: none;		
}


/*****************************************************************************************/
/* MENU */
#topmenu{
	display: block;
	height: 32px;
	padding-top: 8px;
	width: 940px;
	padding-left: 10px;
}

a#magazinlink{
	display: block;
	width: 65px;
	height: 30px;
	background: url(images/btn_magazin.png) top left no-repeat;
	float: left;
}

a#ugynokseglink{
	display: block;
	width: 80px;
	height: 30px;
	background: url(images/btn_ugynokseg.png) 0 0 no-repeat;
	float: left;
	margin-left: 5px;
}

a#ugynokseglink span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/btn_ugynokseg.png) 0 -31px no-repeat;
	
}

a#logolink1{
	display: block;
	width: 186px;
	height: 245px;
	background: url(images/logo1.png) 0 0 no-repeat;
	
}

a#logolink1 span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/logo1.png) 0 -246px no-repeat;
	
}



/*****************************************************************************************/
/* LEFT SIDEBAR */
#leftsider{
	width: 190px;
	float: left;
	margin-top: 4px;
	padding-left: 10px;
}

.leftsiderbox{
	width: 190px;
}

.leftsiderbox hr{
	width: 186px;
	height: 1px;
	color: #00deff;
	background-color: #00deff;	
	border: 0;
}

.cloud{
	height: 278px;
	background: #00deff;
	margin-top: 10px;
	padding: 11px;	
	width: 164px;
}

.siderimpr{
	margin-top: 5px;		
}

.sider-copyright{
	color: #00deff;	
}

.siderboxcontent h2{
	color: #00deff;
	font-size: 18px;
	font-weight: bold;	
}

/*****************************************************************************************/
/* RIGHT SIDER */
#rightsider{
	width: 162px;	
	float: left;
}

/*****************************************************************************************/
/* CONTENT */
#contentwrapper{
	width: 736px;	
	float: left;
	margin-left: 14px;
	margin-top: 4px;
}

#pagecontent{
	width: 568px;	
	float: left;
}

/* SINGLE */
.singlemeta{
	float: right;
	margin-right: 17px;	
	margin-top: 10px;
}

.singlemeta p{
	color: #565656;
	font-weight: 100;	
	text.align: right;
}

p.author{
	text-align: right;
	color: #00deff;	
}

p.kapcsolodo{
		color: #00deff;	
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 14px;
}

p.kommentekcim{
		color: #00deff;	
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
}

p.kommentekszerzo{
		color: #00deff;	
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 2px;
		float: left;
}


ul.kapcsolodolist{
	list-style-type: none;	
}

ul.kapcsolodolist a{
	color: #252525;
	text-decoration: none;
	font-weight: bold;	
}

ul.kapcsolodolist a:hover{
	color: #565656;	
}

div.kapcsolodo{
	border-bottom: 1px solid #00deff;	
	width: 550px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/* INDEX */
.sharebox{
	width: 77px;
	height: 38px;
	display: none;
	background: url(images/sharebox.png) 0 0 no-repeat;	
	position: absolute;
	top: -30px;
	left: 0px;
}

a.sharefb{
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/share_fb.png) 0 0 no-repeat;
	float: left;	
	margin-top: 4px;
	margin-left: 4px;
}

a.sharefb span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/share_fb.png) 0 -17px no-repeat;
	
}

a.sharetw{
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/share_tw.png) 0 0 no-repeat;
	float: left;	
	margin-top: 4px;
	margin-left: 6px;
}

a.sharetw span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/share_tw.png) 0 -17px no-repeat;
	
}

a.sharebl{
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/share_bl.png) 0 0 no-repeat;
	float: left;	
	margin-top: 4px;
	margin-left: 6px;
}

a.sharebl span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/share_bl.png) 0 -17px no-repeat;
	
}


/* belyegkepes postboxok formázása */
.indexpostbox{
	width: 270px;
	float: left;	
	margin-bottom: 10px;
	border-bottom: 1px solid #00deff;
	margin-right: 13px;
	cursor: pointer;
	height: 350px;
}

.indextext{	
	padding: 0 10px;	
}

/* inaktív postok */
.inaktivpostbox .indexposttop{
	height: 9px;
	width: 275px;
	display: block;
	background:url(images/postbelyegtop.png) 0 0 no-repeat;	
}

.inaktivpostbox .indexpostcontent{
	width: 255px;
	background: url(images/postbelyegbg1.png) 0 0 repeat-y;	
	padding: 0 10px;
}

.inaktivpostbox h2{
	color: #00deff;
	width: 250px;
	font-size: 18px;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}	

.inaktivpostbox .indexpostbottom{
	width: 275px;
	height: 18px;
	display: block;
	background:url(images/postbelyegbottom.png) 0 0 no-repeat;	
}

/* aktív postok */
.aktivpostbox .indexposttop{
	height: 9px;
	width: 275px;
	display: block;
	background:url(images/postbelyegtop.png) 0 -10px no-repeat;	
}

.aktivpostbox .indexpostcontent{
	width: 255px;
	background: url(images/postbelyegbg2.png) 0 0 repeat-y;	
	padding: 0 10px;
}

.aktivpostbox h2{
	width: 250px;
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}	

.aktivpostbox .indexpostbottom{
	width: 275px;
	height: 18px;
	display: block;
	background:url(images/postbelyegbottom.png) 0 -20px no-repeat;	
}

/* VEZÉRCIKK */
.freshindex{
	border-bottom: 1px solid #00deff;
	width: 555px;
	cursor:pointer;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.freshtop{
	height: 9px;	
}

.freshbotton{
	height: 18px;	
}

.freshcontent{
	padding: 0 10px;	
}

.freshcontent img{
	margin-bottom: 6px;
}

.postindextext, .entry-content{
	width: 530px;
	padding: 0 10px;	
}

.entry-content{
	font-weight: 100;
	color: #565656;	
	text-align: justify;
	border-bottom: 1px solid #00deff;
	padding-bottom: 6px;
}

.facebook{
	margin: 50px 0 10px 0;	
	heighht: 70px;
}

/* inaktív vezércikk */
.inaktivfresh .freshtop{
	background: url(images/freshbox-top.png) 0 0 no-repeat;	
}

.inaktivfresh .freshcontent{
	background: url(images/freshbox-bg.png) 0 0 repeat-y;	
}

.inaktivfresh .freshbottom{
	background: url(images/freshbox-bottom.png) 0 0 no-repeat;
	height: 18px;	
}

.freshcontent h2{
	width: 250px;
	font-size: 18px;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}	

.inaktivfresh , .inaktivpostbox {
	text-align: justify;
	font-size: 12px;
	color: #252525;
	font-weight: bold;	
}

/* aktív vezércikk */
.aktivfresh .freshtop{
	background: url(images/freshbox-top.png) 0 -10px no-repeat;	
}

.aktivfresh .freshcontent{
	background: url(images/freshbox-bg-h.png) 0 0 repeat-y;	
}

.aktivfresh .freshbottom{
	background: url(images/freshbox-bottom.png) 0 -20px no-repeat;
	height: 18px;	
}

.aktivfresh , .aktivpostbox{
	text-align: justify;
	font-size: 12px;
	color: #00deff;
	font-weight: bold;	
}

/* IMAGES MASKS */
.freshmask{
	position: absolute;

	top: 5px;
	
	left: 5px;
	
	z-index: 100;
}

.boxmask{
	position: absolute;
	top: 5px;
	/*top: -200px;*/
	left: 5px;
	z-index: 100;
}

/* META AREA */
.meta {
	margin-top: 10px;	
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.csik{
	border-bottom: 1px solid #00deff;
	width: 550px;

}

.commentdate{
	margin-top: 10px;	
	float: left;
	margin-left: 5px;
}

#entry-content-single>.meta{
	margin-left: -10px;
margin-right: -10px;	
}



.meta p{
	float: left;
	font-size: 12px;
	color: #565656;
	font-weight: 100;
}

.share{
	
	font-size: 12px;
	color: #00deff;
	font-weight: bold;
}


.meta p a{
	color: 	#00deff;
	text-decoration: none;
	font-weight: bold;
}

.meta p.tovabb{
	float: right;	
}

p.tovabb a:hover, .meta a:hover{
	color: #252525;	
}

/*****************************************************************************************/
/* FOOTER */
#footer {
     clear: left;
	margin-top: 30px;	
}

.footerspacer{
	float: left;
	width: 210px;
	background: #fff;
	border: 1px solid #fff;	
}

#footercontent{
	float: left;	
	width: 560px;	
	margin-top: 30px;
}

#upperfooter, #bottomfooter{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/dotline.png) bottom left repeat-x;
}

.footerbox{
	width: 186px;	
	float: left;
}

.otherfooter{
	float: right;
	width: 186px;	
}

#upperfooter p{
	font-size: 12px;
	color: #989898;
	text-align: justify;	
}

.footerbox p, .footerbox a:link, .footerbox a, .footerbox a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #565656;	
}

.otherfooter p, .otherfooter a, .otherfooter a:link, .otherfooter a:visited{
	color: #b3b3b3;	
}

/*****************************************************************************************/
/* LINKS */
	
a:link, a:visited, a {
	color: #00deff;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
	text-decoration: underline;
}

#pager{
	width: 552px;
	clear: left;	
}

#leftsider a, #leftside a:link, #leftsider a:visited{
	color: #565656;	
	font-weight: bold;
	text-decoration: none;
}

#leftsider a:hover{
	color: #252525;	
}

a.impressum:link,a.impressum:visited, a.impressum{	
	color: #565656;	
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

a.impressum:hover{
	border-bottom: 2px solid #565656;
}

.siderboxcontent ul.sociallist li a{
	font-size: 18px;
}

#leftsider .cloud a:link, #leftsider .cloud a, #leftsider .cloud a:visited{
	color: #fff;	
	font-weight: bold;
}

#leftsider .cloud a:hover{
	text-decoration: underline;	

}

#pager a, #pager{
	color: #00deff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;	
	border-bottom: 2px solid #fff;
}

#pager a:hover{
	border-bottom: 2px solid #7feeff;	
}

/*****************************************************************************************/
/* BANNERS*/
#topbanner img, #rightsider img{
	margin-bottom: 10px;	
}


.onecommenttop{
	width: 557px;
	height: 17px;
	background: url(images/commenttop.png) 0 0 no-repeat;	
}

.onecommenttext{
	width: 537px;
	background: url(images/commentbg.png) 0 0 repeat-y;
	padding: 0 10px;	
}

.onecommentbottom{
	width: 557px;
	height: 17px;
	background: url(images/commentbottom.png) 0 0 no-repeat;	
}

.csik h2{
	color: #00deff;	
	font-size: 18px;
	font-weight: bold;
	text-align: left;

}	

#entry-content-single>p, #entry-content-single>div, .page>p{
	margin: 6px 0;	
}



b, strong{
	color: #000;	
	font-weight: 900;
}

#wpstats{
	width: 0px;
	height: 0px;	
}


.siderboxtop{
	margin-top: 9px;
	background: url(images/siderboxtop.png) top left no-repeat;	
	height: 8px;
	width: 190px;
}

.siderboxbottom{
	background: url(images/siderboxbottom.png) top left no-repeat;	
	width: 190px;
	height: 15px;
}

.siderboxcontent{
	background: url(images/siderboxbg.png) top left repeat-y;	
	width: 163px;
	padding-left: 11px;
	padding-right: 16px;
	padding-top: 2px;
}

img#wpstats{display:none}
