/*   
Theme Name: Jade
Theme URI: http://jadeprodukcio.hu
Description: Bornemisza Katalin honlapja
Author: picy
Author URI: http://picy.hu
Version: 1.0
*/

/* General Settings */

/* reseter */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align:justify;
	font: normal "Times New Roman", Times, serif;
	color: #800000;
	background: #ffffff;
}

hr.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

/* Global Links */

a:link, a:visited {
	color: #800000;
	text-decoration: none;
}

a:hover {
	color: #800000;
	border-bottom-width: 0px;
}


/* Wrapper */

#wrapper {
	margin: 0 auto;
	background: url(images/Footer.jpg) no-repeat bottom left;
	text-align:justify;
        color: #000000;
  	width: 1000px;
        min-height: 1643px;
  
        }
	

/* Header */

#header {
	background: url(images/Header.jpg) no-repeat top left;
	width: 1000px;
        height: 405px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
        margin-top: 3px;

}
#header_button {
	width: 118px;
        padding-top: 200px;
        padding-left: 20px;
}
#header_button ul {
        list-style-type: none;
	
        padding-left: 20px;
}

#header_button a:link, #header_button a:visited {
	color: #000;
	text-decoration: none;
}

#header_button a:hover {
	color: #FF6633;
}



html>body #header {
  	width:1000px;
}

h1#headtitle {
	padding-top: 60px;
	width: 430px;
	font-size: 2.5em;
	line-height: 80%;
        text-align: center;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #AA2727;
        border: none;
}

h1 a:hover {
	color: #FCB4B7;
}

h2#description {
	width: 430px;
	font-size: 1.2em;
	padding-top: 15px;
        text-align: center;
}

/* Content */

#content {
	margin: 0px 0px 0px 20px;
}

/* Maintext and Entry */

#maintext {
	width: 600px;
	float: left;
}

.postblock {
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.postblock h3 {
	color: #800000;
}

.postblock h3 a:link, .postblock h3 a:visited {
	color: #800000;
	text-decoration: none;
        border: none;
}

.postblock h3 a:hover {
	color: #800000;
}

.postblock p a:link, .postblock p a:visited {
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

.postblock p a:hover {
	color: #800000;
	border-bottom-width: 0px;
}

#maintext h3 {
	font-size: 1.6em;
	margin: 0 40 10px;
}

#maintext h4 {
        font-size: 1.2em,
        margin: 10px 40;
}

p.date {
	font-size: 0.9em;
	margin: 0 420 10px;
}

#maintext p {
	margin: 0 40 10px;
}

#maintext ul, #maintext ol, #maintext blockquote {
	margin: 0 40px 0;
}

#maintext ul, #maintext ol {
	margin-bottom: 10px;
}

#maintext blockquote {
	font-size: 0.9em;

	padding: 10px 40px 0;
	font-style: italic;
}

#maintext h2.pagetitle {
	font-size: 1.2em;
	margin-bottom: 20px;
}

p.postmetadata {
	font-size: 0.9em;
	margin: 0 0 10px;
}

p.navigation {
	font-size: 0.9em;
	text-align: center;
}

.navigation a:link, .navigation a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

.navigation a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

.left {
	float: left;
	margin-left: 50px;
}

.right {
	float: right;
	margin-right: 50px;
}

/* Sidebar */

#sidebar {
	background: url(images/Side.jpg) no-repeat top right;
	width: 332px;
        height:878px;
        font-size: 1.0em;
        float: right;
}

#sidebar ul {
	margin: 0 5px 0;
        list-style-type: none;
}

#sidebar ul li h2 {
	margin: 5px 0 0;
	font-size: 1.0em;
}

#sidebar ul li ul {
	margin: 0 5px 5px;
}

#sidebar ul li ul li {
	margin-left: 5px;
        list-style-type: circle;
}

#sidebar a:link, #sidebar a:visited {
	color: #800000;
	text-decoration: none;

}

#sidebar a:hover {
	color: #800000;

	border-bottom-width: 0px;
}

input#s {
	width: 150px;
	border: 1px solid #333;
	font-size: 1em;
}

input#searchsubmit {
	width: 50px;

	border: 1px solid #333;

	font-size: 0.9em;
	background-color: #AA2727;
	color: #fff;
}

/* Footer */


#footer {
}

#footer p {
	font-size: 0.9em;







}

#footer a:link, #footer a:visited {
	color: #AA2727;

	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}


#footer a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

/* Comment Form */

form input {
	border: 1px solid #333;
	background-color: #f0f0f0;
	border-width: 0 0 1px;
	font-size: 0.9em;
}

textarea#comment {
	width: 400px;
	border: 1px solid #333;
	background-color: #f0f0f0;
}

input#submit {
	background-color: #AA2727;
	color: #fff;
	width: 150px;
	border-width: 1px;
}

/* Not Found */

#error {
	text-align: center;
	color: #AA2727;
}
	
