/* Designed by Francois PLANQUE - http://fplanque.net/ */

@import url(../../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../../rsc/css/comments.css);	/* Import default comment styles */

/*
 * Main page construct:
 */
body {
	padding: 1em;
	margin: 0;
	color: #000;
	font-family: Arial;
	font-size: smaller;
	background-attachment: fixed;
	background-image: url(img/hatte.jpg);
	background-repeat: repeat;
	background-position: center;
}

div#wrapper /* Main white content zone */
{
	width: 800px;
	padding: 0;
	border: 1px solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
.baloszlop /* Main white content zone */
{
	width: 144px;
	float: left;
	overflow: hidden;
	padding-bottom: 250px;
	background-image: url(images/baloldal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 900px;
	border-left-style: none;
	border-left-color: #000;
}
.bloglist1 
{
scrollbar-3dlight-color:#ffd700;
scrollbar-arrow-color: Black;
scrollbar-base-color:#ff6347;
scrollbar-darkshadow-color: #000039;
scrollbar-face-color: #FFA500;
scrollbar-highlight-color: #FFD700;
scrollbar-shadow-color: Gray;
scrollbar-track-color: #FFBF46; 
	width: 796px;
	height: 35px;
	overflow: auto;
	white-space: nowrap;
	
}
div.pageHeader /* Title zone */
{
	margin: 0ex;
	float: none;
	padding: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/fejlec.jpg);
	width: 800px;
	height: 119px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.bPosts /* Left column */
{
	width: 450px;
	float: left;
	overflow: hidden;
}

.bSideBar /* Right column */
{
	width: 145px;
	float: right;
	overflow: hidden;
	padding-bottom: 250px;	/* Breathing space for background image */
	background-image: url(images/jobboldal.jpg);
	background-repeat: no-repeat;
	height: auto;
	border-left-style: none;
	border-left-color: #000;
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex 195px 1ex 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 70%;
	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #A52A2A;
	text-decoration:none;
}
a:hover {
	color: Red;
	text-decoration:underline;
}

h2 {
	color: #FF4500;
	font-size: 180%;
	margin: 1ex;
}
h3 {
	color: Black;
	font-size: 120%;
	margin: 0px;
	padding-bottom: 0px;
}
h4 {
	color: #FF4500;
	font-size: 110%;
}

/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 1px dotted #000;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding:0;
	display: block;
   width: 796px;
	white-space: nowrap;
	display: block;
}
ul#bloglist li {
  
	display: inline;
	padding-right: 1em;
}
a.BlogButtonCurr {
	color: #FF4500;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
}
.pageSubTitle {
	letter-spacing: 4px;
	font-size: 109%;
	margin-top: 0ex;
	margin-right: 0;
	margin-bottom: 0ex;
	margin-left: 0;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font-size: 78%;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #000162;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex 0 2ex 0;
}

input.bComment, 
textarea.bComment
{
	background-color: #F0E68C;
	border: 1px solid #ccc;
	width: 80%;
	padding: 2px;
	margin: 2ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	font-size: 84%;
	margin: 2ex;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0ex;
	padding-left: 0;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 0px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #F0E68C;
	font-size: 84%;
}
input.SearchField
{
	background-color: #F0E68C;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable a {
	color: #FF4500;
}
table.bCalendarTable tfoot td {
	background-color: #FFA500;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #FFA500;
}
th.bCalendarHeaderCell {
	color: #00014A;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #F0E68C;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	font-size: 84%;
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #FFEFD5;
}


li {
	margin-bottom: 0px;
	margin: 0px;
}
ul {
	padding: 0px;
	white-space: nowrap;
}
