/*
Theme Name: Overlap
Theme URI: http://overlap.mustardamus.com/
Description: Fixed navigation with overlapping effect. Dark content area. Widget ready.
Version: 1.0
Author: Sebastian Senf
Author URI: http://mustardamus.com/
*/

* {
	padding: 0;
	margin: 0;
}

/* commented backslash hack \*/ 
html, body {
	height: 100%;
}
/* end hack */

body {
	background: url(images/bg.jpg) fixed;
}


/* overall links color + hover */
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #080166;
}
/* overall links color + hover - END */


/* Alignment Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 4px solid #000000;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* Alignment Images - END */


/* Lists in pages and posts */
.wrapper .main .post .text ul, .wrapper .main .post .text ol {
	margin: 10px 0 10px 0;
}

.wrapper .main .post .text li {
	margin-left: 30px;
}
/* Lists in pages and posts - END */


/* Blockquote styling */
.wrapper .main .post .text blockquote {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 40px;
	background: url(images/blockquote_bg.png) top left no-repeat;
	letter-spacing: -0.5px;
}
/* Blockquote styling - END */


/* MORE link styled */
.wrapper .main .post .text .more-link {
	display: block;
	width: 200px;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	background: url(images/h1_bg.jpg);
}
/* MORE link styled - END */

/* static left logo, navigation, rss, search ... */
.navigation {
	width: 239px;
	min-height: 100%;
	height: auto;
	background: url(images/navi_bg.jpg);
	position: fixed;
	top: 0;
	left: 0;
}

* html .navigation { /* ie6 and under*/
	height: 100%;
}

.navigation .logo a {
	display: block;
	height: 216px;
	width: 229px;
	background: url(images/logo.jpg);
	text-indent: -30000px;
}

.navigation .rss a {
	display: block;
	position: absolute;
	top: 10px;
	left: 201px;
	width: 38px;
	height: 62px;
	background: url(images/rss_bg.png);	
	text-indent: -30000px;
}

.navigation .search {
	position: absolute;
	bottom: 10px;
	width: 239px;
	height: 62px;
	background: url(images/search_bg.png) right center no-repeat;
}

.navigation .search input {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	padding: 5px;
	width: 180px;
	margin: 11px 0 0 8px;
}

.navigation .search input:focus {
	border: 3px solid #000000;
}

.navigation ul#pages {
	list-style: none;
	margin-top: 50px;
}

.navigation ul#pages li a {
	display: block;
	text-align: right;
	padding: 10px 18px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

.navigation ul#pages li a:hover {
	background: url(images/menu_hover.jpg) no-repeat center left;
}

.navigation ul#pages li.current_page_item a {
	background: url(images/menu_active.jpg) no-repeat center left;
	text-align: left;
	padding-left: 50px;
	color: #000000;
}
/* static left logo, navigation, rss, search ... - END */


/* main wrapper of the right site */
.wrapper {
	width: 731px;
	margin: 0 0 0 200px;
	text-align: right;
	float: left;
}

.wrapper .main { /* the main content (+ sidebar at blog) - 131px space on left side to move and fade out */
	width: 600px;
	margin: auto;
	text-align: left;
}
/* main wrapper of the right site - END */


/* post/page wrapper */
.wrapper .main .post {
	padding-top: 50px;
}
/* post/page wrapper - END */


/* post/page heading (title + comment bubble) */
.wrapper .main .post .head {
	float: left;
	background: url(images/h1_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
}

.wrapper .main .post .head .title {
	float: left;
	width: 554px;
}

.wrapper .main .post .head .commentnum {
	float: left;
	width: 46px;
	margin-top: 3px;
}

.wrapper .main .post .head .title h1 {
	color: #000000;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	font-size: 28px;
}

.wrapper .main .post .head .commentnum a {
	display: block;
	height: 36px;
	width: 46px;
	background: url(images/bubble_bg.png) no-repeat center left;
	font-size: 22px;
	text-align: center;
}
/* post/page heading(title + comment bubble) - END */


/* main text of post/page */
.wrapper .main .post .text {
	clear: both;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 20px 0 0 0;
	line-height: 19px;
}
/* main text of post/page  - END */


/* meta of a post */
.wrapper .main .post .meta {
	margin-top: 30px;
	border-top: 1px dotted #000000;
	text-align: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 2px 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.wrapper .main .post .meta span {
	margin-left: 15px;
}

.wrapper .main .post .meta span a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.wrapper .main .post .meta span a:hover {
	border-bottom: 1px solid #000000;
}
/* meta of a post - END */


/* box for previous/next posts */
.wrapper .main .prevnext {
	background: url(images/h1_bg.jpg);
	float: left;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 24px;
	margin: 50px 0 20px 0;
}

.wrapper .main .prevnext .left, .wrapper .main .prevnext .right {
	float: left;
	width: 300px;
	padding: 2px 0 2px 0;
}

.wrapper .main .prevnext .left a {
	background: url(images/prev_arrow.png) no-repeat center left;
	padding-left: 50px;
}

.wrapper .main .prevnext .right {
	text-align: right;
}

.wrapper .main .prevnext .right a {
	background: url(images/next_arrow.png) no-repeat center right;
	padding-right: 50px;
}
/* box for previous/next posts - END */


/* comments wrap and alt styles */
.wrapper .main .comments {
	clear: both;
	margin-top: 70px;
}

.wrapper .main .comments ol {
	list-style: none;
}

.wrapper .main .comments ol li {
	width: 390px;
	padding: 5px;
	float: left;
	margin-bottom: 20px;
	color: #000000;
}

.wrapper .main .comments ol li.alt { /* alternat background every second comment */
	background: url(images/h1_bg.jpg);
}

.wrapper .main .comments ol li.admin { /* style a comment posted by admin */
	border: 1px dotted #000000;
}

.wrapper .main .comments ol li .left {
	width: 50px;
	float: left;
}

.wrapper .main .comments ol li .right {
	width: 330px;
	padding-left: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.wrapper .main .comments ol li .right .meta { /* author name and time of comment */
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
}

/* comments wrap and alt styles - END */


/* comment submit forms for strangers and admin */
.wrapper .main #respond {
	clear: both;
	width: 400px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.wrapper .main #respond h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #000000;
}

.wrapper .main #respond .registration, .wrapper .main #respond .loggedin { /* a box that is shown if registration is needed or someone is logged in */
	padding: 5px;
	text-transform: uppercase;
	background: url(images/h1_bg.jpg);
	margin-bottom: 10px;
}

.wrapper .main #respond .label {
	margin: 10px 0 3px 0;
}

.wrapper .main #respond .field input, .wrapper .main #respond .field textarea {
	width: 100%;
	background: url(images/h1_bg.jpg);
	border: none;
	border-bottom: 1px dotted #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 3px;
	color: #FFFFFF;
}

.wrapper .main #respond .field input#submit {
	width: 50%;
	margin-top: 20px;
	border: 1px dotted #000000;
}
/* comment submit forms for strangers and admin - END */

/* sidebar stuff, actually under posts (widget ready - list in list) */
.wrapper .main .sidebar {
	width: 600px;
	padding-top: 70px;
	clear: both;
}

.wrapper .main .sidebar ul {
	list-style: none;
}

.wrapper .main .sidebar ul li {
	width: 190px;
	float: left;
	margin-right: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.wrapper .main .sidebar ul li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	padding-bottom: 10px;
}

.wrapper .main .sidebar ul li ul li a {
	background: url(images/h1_bg.jpg);
	padding: 3px;
	display: block;
	margin-bottom: 2px;
	border: 1px dotted #3E4147;
}

.wrapper .main .sidebar ul li ul li a:hover {
	border: 1px dotted #000000;
	color: #000000;
}
/* sidebar stuff, actually under posts (widget ready - list in list) - END */


/* footer wrapper and span bg's */
.wrapper .footer {
	clear: both;
	margin-top: 100px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px;
	border-top: 1px solid #3E4147;
}

.wrapper .footer span {
	padding: 1px 3px 1px 3px;
	background: url(images/h1_bg.jpg);
	margin-left: 2px;
}
/* footer wrapper and span bg's - END */




/* Contact form styling at Contact Template */
.wrapper .main .post #respond {
	width: 600px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.wrapper .main .post #respond .label {
	margin: 10px 0 3px 0;
}

.wrapper .main .post #respond .field input, .wrapper .main .post #respond .field textarea {
	width: 100%;
	background: url(images/h1_bg.jpg);
	border: none;
	border-bottom: 1px dotted #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 3px;
	color: #FFFFFF;
}

.wrapper .main .post #respond .field input {
	width: 50%;
}

.wrapper .main .post #respond .field input#submit {
	width: 50%;
	margin-top: 20px;
	border: 1px dotted #000000;
}
/* Contact form styling at Contact Template - END */
