/*
Theme Name: Dobó Ágota
Theme URI: http://doboagota.hu/
Version: 1.0
Author: Győrvári Gábor
Author URI: http://deeb.hu/

	Doransky - based on Kubrick v1.2.6  for  Drupal 4.5
	
	Original Kubrick theme for WordPress can be found at
	http://binarybonsai.com/kubrick/

	The original theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #333333;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
}

#header { 
	background: #333333 url('images/kubrickheader.jpg') no-repeat bottom center; 
	cursor: pointer; 
	margin: 0 !important; 
	margin: 0 0 0 1px; 
	padding: 1px; 
	height: 298px; 
	width: 758px; 
} 

#content {
	font-size: 1.2em
}

#page {
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	background: url(images/kubrickbg.jpg) repeat-y top; border: none;
}

p img {
	padding: 10px;
	max-width: 400px;
	background-color: #E2E7EB;
	border: solid 2px #4C4C4C;
	float: left;
	margin: 15px 15px 5px 0;
}

a img {
	border: none;
}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 95%;
	line-height: 1.5em;
}

.narrowcolumn {
	float: left;
	padding: 0 30px 30px 65px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

hr {
	display: none;
	clear: both;
}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar h2 {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
	background:  no-repeat left top; 
	margin: 0;
	padding: 20px 0 0 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	margin: 5px 0 0;
	padding: 5px 5px 5px 10px;
	background-color: #F3ECCF;
	line-height: 18px;
	border-bottom: none;
	border-top: 1px dashed #cc9;
}

#footer {
	background: #333 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

a {
	color: #942211;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 22px;		
	background: url(images/korona.jpg) no-repeat left top; 
	margin: 0;
	padding: 5px 0 0px 55px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2.pagetitle { margin: 2em 0; }
.post { margin-top: 2em; }

h2#comments { font-size: 1.4em; }
h3 a, h2 a { color: #333; }
h3 a:hover, h2 a:hover { color: #5A5A5A; text-decoration: none; }

.postmetadata  {
	clear: both;
	color: #777;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 10px;
}
small.postmetadata {
	color: #333;
	font-size: 10px;
	line-height: 22px;
}

.more-link {
	background: url(images/tovabb_bg.gif);
	background-repeat: no-repeat;
	padding: 4px 11px 4px 10px;
	color: #FF91B9;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
