/*
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_2.jpg) scroll;
        font-family: Georgia, "Times New Roman", Times, serif;
}

p {
margin: 10px 0px 10px 0px;
}

/* overall links color + hover */
a {
	color: #381521;
    border-bottom: #000;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none
}

a:visited {
        color: #FFF;
        text-decoration: none;
}

a:hover {
	color: #d29304;
}
/* overall links color + hover - END */


/* Alignment Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 4px solid #FFFEDF;
	}
	
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: 0px 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_bg2.jpg);
}
/* MORE link styled - END */

/* static left logo, navigation, rss, search ... */
.navigation {
	width: 239px;
	min-height: 100%;
	height: auto;
	background: url(images/navi_bg2.jpg);
	position: fixed;
	top: 0;
	left: 0;
}

* html .navigation { /* ie6 and under*/
	height: 100%;
}

.navigation .logo a {
	display: block;
	height: 200px;
	width: 229px;
	background: url(images/LPWlogo216_2.png) no-repeat;
	text-indent: -30000px;
        border-bottom: none;
}

.navigation .logo2 a {
	height: 200px;
	width: 229px;
	background: url(images/LPWlogo216_2.png) no-repeat;
	text-indent: -30000px;
        border-bottom: none;
}

.photo {
	display: block;
	width: 229px;
	text-indent: -30000px;
        background: url(images/Headshot_229.png);
}

.navigation .rss a {
	display: block;
	position: absolute;
	top: 10px;
	left: 201px;
	width: 38px;
	height: 62px;
	background: url(images/rss_bg2.png);	
	text-indent: -30000px;
}

.navigation .search {
	position: absolute;
	bottom: 10px;
	width: 239px;
	height: 62px;
	background: url(images/search_bg2.png) right center no-repeat;
}

.navigation .search input {
	background: #FFFFFF;
	color: #381521;
	border: 3px solid #efeed3;
	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 #381521;
}



.navigation ul#pages {
	list-style: none;
	margin-top: 15px;

}

.navigation ul#pages li a {
	display: block;
	text-align: right;
	padding: 5px 18px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #d29304;
        border-bottom: none;
}

.navigation ul#pages li a:hover {
	background: url(images/menu_hover.jpg) no-repeat center left;
	color: #FFFEDF;
        border-bottom: none;
}

.navigation ul#pages li.current_page_item a {
	background: url(images/menu_active2.jpg) no-repeat center left;
	text-align: left;
	padding-left: 50px;
	color: #FFFEDF;
        border-bottom: none;
}

.navigation ul#page li li a:hover {
       background: #d29304;
       color: #fff;
}

/* static left logo, navigation, rss, search ... - END */


/* main wrapper of the right site */
.wrapper {
	width: 925px;
	margin: 0 0 0 280px;
	text-align: right;
}

.wrapper .main { /* the main content - 131px space on left side to move and fade out */
	width: 600px;
	margin: 0px -5px 0px 0px;
	text-align: left;
        float: left;
        border-right: 2px solid #d29304;
        padding-right: 55px;
}
/* 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_bg2.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
        padding-left: 15px;
        width: 700px;
        margin-left: -45px;
}

.wrapper .main .post .head .title {
	float: left;
	width: 630px;
}

.wrapper .main .post .head .commentnum {
	float: left;
	width: 46px;
	margin-top: 3px;
}

.wrapper .main .post .head .title h1 a {
	color: #FFFEDF;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	font-size: 24px;
        border-bottom: none;
        text-decoration: none;
}

.wrapper .main .post .head .title h1 {
	color: #FFFEDF;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	font-size: 24px;
}

/*
.wrapper .main .post .head .commentnum a {
	display: block;
	height: 36px;
	width: 46px;
	background: url(images/bubble_bg2.png) no-repeat center left;
	font-size: 22px;
	text-align: center;
        color: #FFF;
}
*/
/* post/page heading(title + comment bubble) - END */


/* main text of post/page */
.wrapper .main .post .text {
	clear: both;
	color: #381521;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 5px 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 #BD3200;
	text-align: right;
	color: #381521;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px 2px 5px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.wrapper .main .post .meta span {
	margin-left: 15px;
}

.wrapper .main .post .meta span a {
	color: #381521;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

.wrapper .main .post .meta span a:hover {
	border-bottom: 1px solid #FFF;
}
/* meta of a post - END */


/* box for previous/next posts */
.wrapper .main .prevnext {
	background: url(images/h1_bg2.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;
        color: #d29304;
}

.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;
        color: #d29304;
}
/* 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: #FFFEDF;
}

.wrapper .main .comments ol li.alt { /* alternat background every second comment */
	background: url(images/h1_bg2.jpg);
}

.wrapper .main .comments ol li.admin { /* style a comment posted by admin */
	border: 1px dotted #FFFEDF;
}

.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: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.wrapper .main .comments ol li .right .meta { /* author name and time of comment */
	border-bottom: 1px dotted #FFFEDF;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

.wrapper .main #respond h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #FFFEDF;
}

.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;
	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_bg2.jpg);
	border: none;
	border-bottom: 1px dotted #FFFEDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 3px;
	color: #FFFEDF;
}

.wrapper .main #respond .field input#submit {
	width: 50%;
	margin-top: 20px;
	border: 1px dotted #FFFEDF;
}
/* comment submit forms for strangers and admin - END */

/* sidebar stuff, next to posts, outside main content area (widget ready - list in list) */
.wrapper .sidebar {
	width: 240px;
	padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        float: right;
        text-align: left;
        background: #d29304;
}

.wrapper .sidebar ul {
	list-style: none;
}

.wrapper .sidebar ul li {
	float: left;
	margin-right: 10px;
        margin-bottom: 10px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.wrapper .sidebar ul li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #381521;
	padding-bottom: 10px;
}

.wrapper .sidebar ul li ul li a {
	padding: 3px;
	display: block;
	margin-bottom: 2px;
        text-decoration: none;
}

.wrapper .sidebar ul li ul li a:hover {
        text-decoration: none;
        font-weight: bold;
	color: #FFF;
}
/* 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: #FFFEDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px;
	border-top: 1px solid #3E4147;
}

.wrapper .footer a {
        color: #FFF;
        text-decoration: underline;
}

.wrapper .footer span {
	padding: 1px 3px 1px 3px;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFEDF;
}

.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_bg2.jpg);
	border: none;
	border-bottom: 1px dotted #d29304;
	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 #d29304;
}
/* Contact form styling at Contact Template - END */

.widget_twitter a {
text-decoration: none;
border-bottom: none;
text-align: right;
font-size: 12px;
}

.widget_twitter .from-meta {
display:none;
}

.widget_twitter ul {
list-style-type: circle;
}

h2 .widgettitle {
color:#381521;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14pt;
font-style:italic;
font-weight:normal;
padding-bottom:10px;
}
