/*

Theme Name: Nyirkarasz.hu
Theme URI: http://www.nyirkarasz.hu/
Description: Wordpress tema a nyirkarasz.hu weboldalhoz
Version: 1.0
Author: Programozas: ENEXIS Kft., Design: Polg. hivatal
Author URI: http://www.enexis.hu/
Tags: 
Text Domain: 

*/

body {
    background: #000;
    text-align: center;
    font-family: Tahoma, Arial, Verdana;
    font-size: 20px;
    color: #fff;
}

*, div  {
    margin: 0px;
    padding 0px;
    border: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #fff;
}

h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

a {
    color: #FFF600;
}

#container {
    width: 970px;
    margin: 0px auto;
    text-align: left;
}

#sidebar_left {
    width: 180px;
    border: 0px solid #000;
    float: left;
    margin-right: 10px;
    padding-bottom: 50px;
    padding-top: 10px;
}

#sidebar_left ul {
    border: 0px solid #000;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 174px;
}

#sidebar_left ul li {
    margin-bottom: 25px;
    height: 31px;
    position: relative;
}

#sidebar_left ul li a {
    display: block;
    padding-top: 8px;
    padding-left: 15px;
    height: 31px;
    text-decoration: none;
    font-weight: bold;
}

#sidebar_right ul {
    border: 0px solid #000;
    margin: 0px 0px 0px 3px;
    padding: 0px;
    list-style: none;
}

#sidebar_right ul li {
    margin-bottom: 25px;
    height: 31px;
    position: relative;
    text-align: right;
}

#sidebar_right ul li a {
    display: block;
    height: 31px;
    padding-top: 8px;
    padding-right: 15px;
    text-decoration: none;
    font-weight: bold;
}


#sidebar_right {
    width: 180px;
    border: 0px solid #000;
    float: left;
    padding-bottom: 50px;
    top: -40px;
    position: relative;

}

#header {
    height: 287px;
}

#content {
    width: 590px;
    float: left;
    margin-right: 10px;
    border: 0px solid #000;
    padding-bottom: 50px;
}

#footer {
    border-bottom: 0px;
    height: 45px;
    text-align: center;
}

#footer_content {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.sidebar_div {
    margin: 20px 0px 20px 0px;
    height: 100%;
    height: 63px;
    background-position: 10px 0px;
}

.post, .commentlist {
    padding: 0px 10px 0px 10px;
}

.clearer {
    clear: both;
}

.comment {
    padding: 10px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #653332;
}

span.says {
    display: none;
}

.comment-meta {
    margin-bottom: 5px;
}


#respond {
    padding-top: 30px;
    border: 0px solid #000;
}

#respond input, #respond textarea {
    border: 1px solid #BCA872;
    padding: 2px;
}

#calendar {
    position: absolute;
    top: 208px;
    left: 670px;
    font-size: 11px;
}

cite.fn {
    font-style: normal;
    font-weight: bold;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#searchform {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.screen-reader-text {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

#s, #searchsubmit {
    padding: 3px;
    border: 1px solid #C8A679;
    margin-bottom: 3px;
}

