/*
Theme Name: scetches
Theme URI: http://www.absoluteschaos.de
Description: Scetches is a free Theme designed for Wordpress by <a href="http://www.absoluteschaos.de">Jonathan Krase</a>. Released under Creative Commons GNU GPL.
Version: 1.0
Author: meesta
Author URI: http://www.absoluteschaos.de
Tags: bright, white, two columns, right sidebar, widgets, widget ready

	The CSS, XHTML and design is released under Creative Commons GNU GPL:
	http://creativecommons.org/licenses/GPL/2.0/

*/

/*	body, page, footer */

* {
	border: 0;
	text-decoration: none;
}
body{
	font-family: Georgia, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	color: #333;
	background: url(images/muster.png) fixed;
}
#page {
  width: 920px;
	margin: 0 auto;
	text-align: left;
	border: 0px #000000 solid;
	margin-top: 50px;
	padding: 10px;
	background:#fff;
	border: 2px solid #ddd;
}
ul, ol, li {
	list-style-position: inside;
	list-style-type: none;
}

/*	basic topology, floating, margin, padding, border, width, height etc */

#header {
	padding-top: 5px;
	padding-bottom: 20px;
}
#main {
	margin-top: 10px;
}
#main_left {
	float: left;
	width: 600px;
	margin-right: 50px;
}
#main_right {
	float: left;
	width: 270px;
}

/*	header: blog title, header search box */

#header {
	width: 100%;
}
#header_left {
	float: left;
	padding-top: 5px;
}
#header_right {
	float: right;
}
#header_right input {
	float: left;
	margin-left: 5px;
}
#header_searchbox {
	width: 208px;
	height: 25px;
	border: 2px solid #ddd;
}
#header_searchbutton {
	height: 29px;
	border: 2px solid #ddd;
	background-color:#fff;
	font-family: Georgia, sans-serif;
	color: #666;
}

/*		post: */

.post {
	margin: 20px auto;
	border-bottom: 0px #000000 solid;
}
.post .metadata {
	margin: 10px auto 10px 15px;
}
.post_title {

}
.post ul li, .post ol li {
	list-style-position: inside;
	margin-left: 10px;
	padding: 2px;
}
.post ul li {
	list-style-type: disc;
}
.post ol li {
	list-style-type: decimal;
}
blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #3a3e3e;
}

/* font, display, background color, font size, family, color etc. */

A {
	color: #102d84;
	font-weight: normal;
	border-bottom: 0px solid #999999;
}
.gallery-icon a{border-bottom:0px !important}

#main A{
	color: #102d84;
	border-bottom: 1px dotted #102d84; /*3a3e4a*/
}
#main A:hover{
	color: #5168ae;
	border-bottom: 1px dotted #5168ae;
}
#main h1 A, #main h2 A, #main h3 A {
	font-weight: normal;
	border-bottom: 0px;
}
#main A:visited {
  color:#081a50;}
h1 {
	font-size: 30px;
	font-weight: bold;
}
#main_left h2 {
	font-size: 20px;
}
.metadata {
	text-align: right;
	font-size: 11px;
	color: #333;
	line-height: normal;
}
.metadata .time {
	font-weight: bold;
	text-transform: uppercase;
}
.metadata .date {
}
.metadata .comments {
}

/*	sidebar */

#main_right A, #main_right A:hover {
	border: none;
}
.widget, .categories, .linkcat {
	margin: 15px auto;
	padding: 5px;
	margin: 0;
}
.widget h2, .categories h2, .linkcat h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
.widget ul li, .categories ul li, .linkcat ul li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 15px;
	padding: 5px 0 6px 6px;
	margin: 0;
}

/* single and comment form */

.single h3 {
	font-size: 16px;
	color: #102d84;
}
.single p {
	margin: 5px auto;
}
.single .info {
	font-size: 10px;
	font-style: italic;
}
.single input {
	height: 22px;
}
.single input, .single textarea {
	border: 2px solid #ddd;
}
.single .avatar {
	float: left;
	margin: 10px;
}
.single .comment_box {
	float: left;
	width: 80%;
}
.single .comment_box span {
	font-size: 10px;
}
.single .comment_box .time, .single .comment_box .comment_author {
	font-weight: bold;
}
ol.commentlist li {
	margin: 5px auto;
	border: 2px solid #ddd;
}
ol.commentlist li.alt {
	color: #666;
	border: 2px solid #666;
}

/* footer */

#footer_links {
	padding: 10px;
	text-align:right;
}

/* other */

.navigation {
	margin: 10px auto;
}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.spacer {
	clear: both;
	height: 1px;
}
.post img {
	padding: 5px;
	margin: 3px;
	border: 2px solid #ddd;
}

/* added for Theme Directory requirments*/

.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important; 
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}