/*
Theme Name: Led Leisten Theme
Theme URI: http://mywordpressdesign.com
Description: Outdoor theme for WordPress. Perfect for personal use as well as other uses. 
Version: 1.0
Author: Ahmad Fouad
Author URI: http://mywordpressdesign.com
*/

/* reset styles */
* {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}

/* main layout */
body {
	width: 100%;
	text-align: center;
	background: #d7d9c6 url(images/back.jpg) repeat-x;
}

#layout {
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#footer {
	width: 100%;
	background: #939c83;
	padding: 30px 0 15px 0;
	margin: 40px 0 0 0;
}

/* top area */
#top {
	width: 1024px;
	height: 86px;
	background: url(images/top.jpg) no-repeat;
	position: relative;
	font-size: 0.7em;
}

#searchform {
	position: absolute;
	left: 60px;
	top: 35px;
}

#searchform input {
	vertical-align: middle;
}

#searchfield {
	width: 260px;
	padding: 3px;
	color: #333;
}

#searchbutton {
	width: 69px;
	padding: 2px 0 2px 0;
	background: url(images/searchbutton.jpg) no-repeat;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

/* logo with top nav */
#header {
	width: 1024px;
	height: 224px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

#top_menu {
	position: absolute;
	top: 0;
	left: 60px;
}

#top_menu li {
	float: left;
	margin-right: 6px;
}

#top_menu li a {
	display: block;
	background: url(images/menu_bg.png) no-repeat;
	width: 165px;
	height: 30px;
	line-height: 30px;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#top_menu li.current_page_item a, #top_menu li a:hover {
	display: block;
	background: url(images/menu_active_bg.png) no-repeat;
	height: 37px;
	color: #fff;
}

#logo {
	position: absolute;
	top: 80px;
	left: 102px;
	font-family: Georgia;
	font-size: 2.7em;
}

#slogan {
	position: absolute;
	top: 132px;
	left: 102px;
	font-family: helvetica;
	color: #333;
}

/* main area css */
#main_area {
	width: 1024px;
	height: 660px;
	background: url(images/main_area.jpg) no-repeat;
	position: relative;
	margin: 0 0 10px 0;
}

/* top latest post */
.top_post {
	position: absolute;
	top: 0;
	left: 100px;
	width: 475px;
	background: #fff;
	border: 1px solid #ccc;
}

.post {
	position: relative;
	padding: 20px;
	font-size: 0.75em;
}

.post a {
	color: #0058ff;
}

.post a:hover {
	text-decoration: underline;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.4em;
}

.post h1 {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
}
.post h1 a {color: #0058ff}
.post h1 a:hover {text-decoration:underline}

.post h2 {
	font-size: 1.7em;
	color: #666;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
}

.post h3 {
	color: blue;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

.post h4 {
	color: darkorange;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

.post h5 {
	color: #777;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

.post h6 {
	color: #333;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 10px 0;
}

.post del {
	text-decoration: line-through;
}

.post ins {
	text-decoration: underline;
}

.post code {
	padding: 10px;
	display: block;
	border: 1px solid #eee;
	font-size: 0.85em;
	color: #999;
}

.post blockquote {
	padding: 15px;
	background: #f7f7f1;
	border-bottom: 1px solid #e7e7e1;
	margin: 0 0 10px 0;
}

.post blockquote blockquote {
	border: 1px solid #eee;
	background: #fff;
	margin: 0 0 10px 0;
}

.post p {
	margin: 0 0 15px 0;
	color: #3f3f3f;
	line-height: 1.4em;
	text-align: justify;
}

.post img {
	vertical-align: middle;
}

.post ul, .post ol {
	color: #777;
	margin: 0 0 15px 0;
}

.post ol {
	margin: 0 0 0 20px;
}

.post li {
	margin: 0 0 5px 0;
	line-height: 1.4em;
}

.post ul li {
	background: url(images/p.png) no-repeat;
	background-position: left 7px;
	padding-left: 10px;
}

.alignleft, .alignnone, .alignright, .aligncenter {
	padding: 3px;
	border: 1px solid #b6b6b6;
	margin: 0 0 15px 0;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 15px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 15px;
}

.aligncenter {
	display: block;
}

.alignnone {
	display: block;
}

.date_sticker {
	position: absolute;
	left: -74px;
	top: 15px;
	width: 73px;
	height: 110px;
	background: url(images/date_sticker.png) no-repeat;
}

.date_sticker .day {
	display: block;
	font-size: 2.3em;
	margin-top: 17px;
	margin-left: 27px;
	line-height: 0.8em;
}

.date_sticker .month {
	font-size: 0.9em;
	color: #222;
	margin-left: 35px;
}

.info {
	margin: 15px 0 2px 0;
	background: url(images/folder.png) no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.info a {
	font-weight: bold;
	color: #577883;
	background: url(images/folder.png) no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin: 0 5px 0 5px;
}

.info a:hover {color:#ff9600}

.content {
	background: url(images/postline.png) no-repeat top;
	padding: 30px 0 0 0;
}

.comm {
	float: left;
	height: 20px;
	font-size: 0.9em;
	color: #333;
	background: #d2ceba url(images/comm_left.png) no-repeat left;
	padding: 0 0 0 10px;
}

.comm_left {
	height: 20px;
	background: url(images/comm_right.png) no-repeat right;
	padding: 0 10px 0 0;
}

.comm span {
	display: block;
	padding: 4px 0 0 0;
}

.comm a {
	color: #333;
	text-decoration: underline;
}

.comm a:hover {
	text-decoration: none;
}

/* end main post..begin right contents */
#about {
	position: absolute;
	top: 0;
	right: 60px;
	width: 328px;
	height: 218px;
	padding: 20px;
	background: url(images/about.jpg) no-repeat;
}

#about h2 {
	color: #fff;
	font-family: georgia;
	font-size: 1.4em;
	font-weight: normal;
}

#about p {
	color: #fff;
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 15px 0 0 0;
}

#cats {
	position: absolute;
	top: 275px;
	right: 60px;
	width: 328px;
	height: 120px;
	padding: 20px;
	background: url(images/cats.jpg) no-repeat;
}

#cats h2 {
	color: #fff;
	font-family: georgia;
	font-size: 1.4em;
	font-weight: normal;
}

#cats ul {
	margin: 15px 0 0 0;
}
#cats ul ul {
	margin: 0 0 0 15px;
}

#cats li {
	background: url(images/bullet_a.jpg) no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	color: #fff;
	font-size: 0.7em; /* Fix */
}
#cats li li {
	background: url(images/bullet_b.jpg) no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	font-size: 1em;
}
#cats li li li {
	background: url(images/bullet_c.jpg) no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	font-size: 1em;
}

#cats li a {
	color: #fff;
	font-weight: bold;
}
#cats li a:hover {
	text-decoration: underline;
}

#latest_comments {
	position: absolute;
	top: 440px;
	right: 60px;
	width: 328px;
	padding: 20px;
}

#latest_comments h2 {
	color: #000;
	font-family: georgia;
	font-size: 1.4em;
	font-weight: normal;
}

#latest_comments ul {
	margin: 15px 0 0 0;
}

#latest_comments li {
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #ddd;
	font-size: 0.75em;
}

.author {
	font-weight: bold;
}

.author a {
	color: #0058ff;
}

.author a:hover {
	text-decoration: underline;
}

.datetime {
	font-size: 0.9em;
	color: #888;
}

.comtxt {
	margin: 5px 0 0 0;
	color: #222;
	line-height: 1.3em;
}

/* Inner blog */
#inner {
	float: left;
	display: inline;
	margin-left: 100px;
	width: 475px;
	background: #fff;
	border: 1px solid #aaa;
}

/* Sidebar styles */
#sidebar {
	float: right;
	display: inline;
	margin-right: 60px;
	width: 328px;
	font-size: 0.75em;
	padding: 0 20px 20px 20px;
}

#sidebar h2 {
	color: #000;
	font-family: georgia;
	font-weight: normal;
	margin: 30px 0 12px 0;
	font-size: 1.8em;
}

#sidebar li li {
	line-height: 1.4em;
	background: url(images/bullet.png) no-repeat;
	background-position: left 7px;
	padding: 0 0 0 12px;
	margin: 0 0 5px 0;
}

#sidebar a {
	text-decoration: underline;
	color: #2058ff;
}

#sidebar a:hover {
	text-decoration: none;
}

.hist {
	width: 319px;
	height: 310px;
	background: url(images/history.png) no-repeat;
}

.hist h3 {
	color: #fff;
	font-family: georgia;
	font-weight: normal;
	margin: 30px 0 12px 0;
	padding: 20px;
	font-size: 1.8em;
}

.hist p {
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

/* footer css */
#footer {
	font-size: 0.75em;
	color: #444;
}

#footer p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

/* Comments stylesheet : So important */
.comment-box {
	padding: 0 20px 20px 20px;
	font-size: 0.75em;
	color: #666;
}

.comment-box h2 {
	font-weight: normal;
	font-size: 1.7em;
	letter-spacing: -1px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 0;
	color: #4d6a71;
}

.comment-box p {
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.comment-box a {
	color: #2058ff;
}

.comment-box a:hover {
	text-decoration: underline;
}

.comment-box img {
	vertical-align: middle;
}

/* comment list */
.commentlist li {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ddd;
}

.commentinfo {
	float: left;
	width: 350px;
}

.avatar {
	float: right;
}

.avatar img {
	padding: 2px;
	border: 1px solid #ccc;
}

.cauthor {
	font-weight: bold;
}

.cdate {
	color: #999;
}

.ctext p {
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.ctext p:hover {
	font-weight: bold;
}

.approve {
	color: #aaa;
	margin: 10px 0 0 0;
}

/* lastly reply form */
.replyform label {
	display: block;
	margin: 0 0 5px 0;
	color: #333;
	font-weight: bold;
}

.replytext, .replyarea {
	border: 1px solid #ddd;
	margin: 0 0 15px 0;
	padding: 2px;
}
.replytext:hover, .replyarea:hover {
	background: #fefff1;
	border: 1px solid #d7d7d1;
}

.replytext {
	width: 200px;
}

.replyarea {
	width: 429px;
	height: 75px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}

.replybutton {
	background: #fff;
	border: 1px solid #b6b6b6;
	font-weight: bold;
	cursor: pointer;
}
.replybutton:hover {background:#fffff1}
