/*
Theme Name: Autumn ZeroTen
Theme URI: http://www.creativslave.hu
Description: design for the Le Patito Journal at autumn of 2010
Author: &#336;ri Andr&aacute;s
Author URI: http://www.creativslave.com
Tags: autumn, custom header, 100% width, two columns, widgets

	LPJ v1.0
	 http://creativslave.hu/wptheme/lpjv10

	This theme was designed and built by Ori András,
	whose blog you will find at http://blog.creativslave.hu

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

*/

@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

a {
	color: #06F;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* ----------------------------------------------- */

#header {
	background-image: url(/wp-content/themes/lpj2010/images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 100%;
}

#logo {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 45px;
}
#site-description {
	background-color: #FFF;
	display: block;
	margin: 4px;
	padding: 8px;
	width: 260px;
	border: thin solid #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #999;
	float: right;
}

#access {
	padding: 0px;
	margin-top: 220px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-header {
	background-color: #ffe04a;
	display: block;
	padding: 0px;
	width: 100%;
	margin: 0px;
	text-align: center;
	height: 20px;
}

.menu-header li {
	display: inline;
}
.menu-header a {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ffe04a;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	text-transform: lowercase;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.menu-header a:hover {
	border-bottom-color: #663300;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#primary {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 300;
}

#content {
	overflow: auto;
}
.post-container {
	display: block;
	margin: 0px;
	padding: 0px;
}
.post {
	margin: 5px;
	padding: 5px;
	width: 400px;
	display: block;
	float: left;
}
#cikk {
	padding: 5px;
	display: block;
	width: 50%;
	margin-top: 5px;
	margin-right: 25%;
	margin-bottom: 5px;
	margin-left: 25%;
}

.entry-title {
	font-size: 12pt;
	display: block;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-shadow: #f3f3f3 2px 2px 0px;
}

.single-title {
	font-size: 24pt;
	display: block;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-shadow: #666 2px 2px 0px;
}

.entry-meta {
	background-color: #f5f5f5;
	padding: 3px;
	border: thin solid #e3e3e3;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.entry-content {
	text-align: justify;
	padding: 3px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.entry-utility {
	background-color: #f5f5f5;
	padding: 3px;
	border: thin solid #e3e3e3;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
	


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.navigation {
	color: #000;
	font-size: 14pt;
	line-height: 18px;
	overflow: hidden;
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	padding: 8px;
	border: thin solid #e3e3e3;
	margin: 2px;
}
.navigation a:link,
.navigation a:visited {
	color: #000;
	text-decoration: none;
	padding: 8px;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0px;
	padding: 8px;
}

