/*
Theme Name: Citrus Scraps
Theme URI: http://www.bloggingexpertise.com/themes/citrus-scraps/
Description: Mostly gray with some bits of orange around the edges.<br /><br />The fonts used in the blog name graphic are <a href="http://www.dafont.com/maxine-script.font">Maxine Script</a> and Georgia.  You can replace it with your own graphic by creating an image that's 95 pixels high and naming it blog-name.png (just make sure you put it in the images directory for the theme).
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	color: #FFFFFF;
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #888888;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
}

a, a:active {
	color: #FFCC33;
	text-decoration: none;
}

a:visited {
	color: #FFFF99;
	text-decoration: none;
}

a:hover {
	background: #;
	color: #FFFFCC;
	text-decoration: none;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: #999999 url('../../../../images/webalap/szm_fuggoleges_keret.png') y-repeat bottom center;
	border: 0px solid #666666;
	margin: 50px auto; /* for centered layouts */
	overflow: hidden;
	padding: 10px;
	text-align: left;
	width: 750px;
}

#header {
	background: #999999 url('../../../../images/webalap/szm_header.png') no-repeat bottom center;
	overflow: hidden;
	padding: 0px;
	height: 176px;
}

#navigation {
	background: #999999;
	/*overflow: hidden;*/
}

#container {
	background: url('../../../../images/webalap/szm_fuggoleges_keret.png') right top repeat-y;
	width: 750px;
}

#content {
	background: url('../../../../images/webalap/szm_fuggoleges_keret.png') right top y-repeat;
	border-left: 1px solid #888888;
	float: right;
	overflow: hidden;
	padding: 20px 43px 0px 30px;
	width: 450px;
}

#sidebar {
	background: #999999 url('../../../../images/webalap/szm_fuggoleges_keret.png') left top y-repeat;
	/*overflow: hidden;*/
	margin: 0px 0px 0px 0px;
	padding: 30px 10px 0px 35px;
	/*padding: 20px 25px 0px 35px;*/
	width: 150px;
}

#footer {
	background: #999999 url('../../../../images/webalap/szm_footer_faliujsag.png') no-repeat top center;
	clear: both;
	height: 84px;
	padding: 0px 0px 1px 290px;

}
/* szm_menubol*/

#szmmenu{
	text-align: right;
	background-color: #999999;
	background: url('../../../../images/webalap/szm_menu.png');
	background-repeat: no-repeat;
	padding: 0px 40px 10px 0px;
}
/*#szmfooter {
	width: 750px;
	float: center;
	position: bottom;
background: url('../images/webalap/szm_footer.png');
background-repeat: no-repeat;
	top: 0;
	clear: both;
	height: 81px;
	background-color: #999999;
	font-size: 12px;
	color: #cccccc;
	border-top: 0px dotted #ffffff;
	text-align: right;
	padding: 0px 0px 0px 0px
}*/
#footerinfo {
	font-size: 9px;
	text-align: right;
padding: 40px 20px 0px 0px;

	
}
/* szm_menubol vege*/

/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */

#header h1 a,
#header h2 a {
	background: transparent;
	display: block;
	line-height: 95px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}
	
#header h2.description {
	color: #777;
	font-size: 100%;
	font-weight: normal;
	margin-left: 230px;
	overflow: hidden;
}

h3.category_description {
	font-weight: normal;
}


/* Navigation elements */

#navigation ul li {
	display: inline;
	
}

#navigation ul li a {
	background: #;
	color: #FFCC33;
	display: block;
	float: right;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	padding: 3px 30px 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	
}

#navigation ul li a:hover {
	background: #;
	color: #FFFFCC;
}


/* Sidebar elements */
	
#sidebar {
	font-size: 90%;
	display: block;
	
}

#sidebar .widget {
	margin-bottom: 25px;	
	display: block;
	
}

#sidebar .widget .heading,
#sidebar .widget .heading a {
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 50px 0px 0px;
	}

#sidebar .widget ul {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 0px;

	
}

#sidebar .widget a:link, 
#sidebar .widget a:visited {
	display: block;
	width: 12em;
	color: ;
	font-weight: normal;
	text-transform: none;
	font-size:12px; 
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#sidebar .widget a:hover {
	color: ;
	display: block;
}

#sidebar .widget .subscribeIcon {
	display: block;
	border: none;
	margin-right: 10px;
}

form#searchform label {
	display: block;
	
}



/* Post elements */
.post {
	clear: both;
	margin-bottom: 35px;
	
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #333333;
	text-decoration: none;
	
	
}

.interpost-nav {
	margin: 30px 0px 30px 0px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.post-metadata { 
	font-size: 85%;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #888888;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	display: block;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	clear: both;
	padding: 5px;
}

#comments .comment-list .alt,
div.landing_pages {
	background: #666666;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#comments .comment-number a {
	color: #FF6600;
	text-decoration: none;
}

#comments .comment-number a:hover {
	color: #fff;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}


/* Footer elements */

#footer {
	color: #555;
	font-size: 85%;
	padding-top: 0px;
}



/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}