/*

Theme Name: Corleone

Description: Template f&uuml;r Corleone - Template designed by <a href="http://www.attilagraphics.de">ATTILAGRAPHICS</a>

Version: 1.0

Author: Attila Mann

Author URI: http://www.attilagraphics.de/

*/


/*

Table of contents:

-------------------

1.Reset

2.Table

3.Typography

4.Positioning

5.Page styling (This is where you SHOULD do the editing)

-------------------

*/

/* 1.Reset (http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
hr {
	display: none;
}

/* Uncomment this if you want to disable default bullet and numeric styling.

ol,ul,li

{

	list-style:none;

	margin:0;

	padding:0;

} */

/* End Reset */



/* 2.Table */

table {
	border: 1px solid #ccc;
	border-left :none;
	border-top: none;
	position: relative;
	top: -3px;
	margin: 18px 0;
	padding-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
th, td {
	border-top: 1px solid #ccc;
	line-height: 18px;
	padding: 9px 18px 8px 10px;
	position: relative;
}
th {
	background: #666;
	color: #fff;
}
td,th {
	border-left: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}
th:last-child, td:last-child			{ padding-right:0; }

tr:nth-child(even) td					{ padding:10px; background:#f6f6f6; }

tr:nth-child(odd) td					{ padding:10px; }

caption									{ top:8px; margin-bottom:18px; text-align: left; font-weight: normal; }

/* End Table */



/* 3.Typography */

h1, h2, h3, h4, h5, h6					{ position: relative; }

p, blockquote							{ line-height:150%; margin:5px 0 10px 0; }

cite									{ font-style:normal; display:block; margin:10px 0;}

code									{ font-family:courier,monospace; background:#fffcdc; border-bottom:1px solid #ccc; font-size:0.9em; letter-spacing:1px; line-height:150%; }

acronym, abbr							{ cursor:help; border-bottom:1px dotted #999; }

/* End Typography */



/* 4.Positioning */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* 5.Page styling */

body {
	background: #000 url(images/bg_dunkel.gif) repeat;
	font: 88%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #fff;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
	padding: 50px 0;
}
blockquote {
	border-left: 1px solid #bbb;
	padding-left: 15px;
	color: #fff;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#header {
	height: 100px;
	margin: 0 0 20px 25px;
	padding: 0;	
	text-align: left;
}
#header h1 a {
	border: none;
}
h3 a {
	text-decoration: none;
}
h2 {
	color: #fff;
	font-size: 1.5em;
	font-family: 'Corben', arial, serif;
	font-weight: normal;
	line-height: 1.5em;
}
/*h2 {
	color: #333;
	font-size: 1.8em;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	font-family: 'Cabin Sketch', arial, serif;
}
h2 {
	color: #000;
	font-size: 1.8em;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	font-family: 'Vibur', arial, serif;
}*/
h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 0 0;
}


/* Content */

#content {
	float: right;
	width: 600px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	padding-left: 21px;
	margin-bottom: 20px;
	background: url(images/bg_sidebar.png) left top repeat-y;

}
/*#content img {
	border: 10px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}*/
#content img {
	margin-bottom: 5px;
	padding: 9px;
	/*background: url(images/bg_img.png) top left repeat;*/
	border: 1px solid #888;
}
.hentry {
	background: url(images/bg_footer.png) top left repeat-x;
	padding: 15px 0 5px 0;
}
.hentry img {
	margin: 5px 0 10px 0;
}
abbr {
	border: none;
	font-size: 0.9em;
	color: #fff;
}
small {
	color: #fff;
}
ul, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: square;
	margin: 20px 0;
}
ol {
	list-style: decimal;
	margin: 20px 0;
}
ul li, ol li {
	margin-bottom: 10px;
	color: #777;
}
.metadata {
	color: #fff;
}
textarea, input {
	border: 1px solid #888;
	background: #333;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #fff;
}
#submit {
	border: 1px solid #fff;
	background: #fff;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	color: #000;
	cursor: pointer;
}
#submit:hover {
	border: 1px solid #eee;
	background: #eee;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	text-align: right;
}
.widget ul, ol {
	margin: 0;
	padding: 0;
	list-style: none; /* WP */
}
.widget ul ul /* WP */
{
	margin-left: 10px;
}
.widget {
	margin-bottom: 50px;
}
#sidebar a {
	font-size: 1.4em;
	padding: 2px 0;
	text-decoration: none;
}
#sidebar a:hover {
	color: #999;
}

/* Footer */

#footer {
	width: 880px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: url(images/bg_footer.png) top left repeat-x;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
.separator {
	width: 500px;
	margin-top: 15px;
}

/* Pagination */

/*#pagination {
	height: 100px;
}*/

/* WP Threaded Comments */

.commentlist li { list-style-type: none; border-top: 1px solid #eee; padding-top: 10px; }

.avatar { float: right; }

.commentlist cite { display: inline; margin: 0; }

.commentlist .children { margin-left: 15px; }