/*

Theme Name: Nightly
Theme URI: http://merlyn-buchhandlung.de/webtemplates.html
Description: Nightly is a nice tableless wordpress theme
Version: 1.0.2
Author: Merlyn
Author URI: http://merlyn-buchhandlung.de/
Tags: dark, blue, green, fixed width, two columns, right sidebar, 2columns, widgets, gravatars, simple, clean

The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
If you like my work please keep the link in the footer intact :)

*/


* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 5;
}


.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



.clear {
  display: inline-table;
}


/* Hides from IE-mac \*/

* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* End hide from IE-mac */


img, a img, fieldset  {
	border: 0px none;
	padding: 5px;
}


textarea {
	font-size: 100%;
	overflow: auto;
}


html, body {
	background: #002157 url('images/bg.gif') left top repeat-x;
	color: #a6b2c4;
}



body {
	font-size: .9em;
}



#siteholder {
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
	width: 900px;
}



#siteholder h1, #siteholder h2,
#siteholder h1 a, #siteholder h2 a {
    color: #fff;
	text-decoration: none;
}


#siteholder h1 {
	font-size: 1.8em;
}


#siteholder h2 {
	font-size: .9em;
	font-weight: normal;
}



#siteholder h1, #siteholder h2 {
	margin-left: 20px;
}



#siteWrap {
	display: block;
	padding: 10px 0 10px 0;
	width: 900px;
}

.wrapCapT, #wrapCapB {
	display: block;
    padding: 10px 0px 0px 0px;
}

#middleWrap {
    background: transparent url('images/middle-bg.gif') left top repeat-y;
	display: block;
	margin-top: 20px;
	background-color: #ff6600;
	padding: 0px 0px;
	width: 900px;
}


#content {
	color: #000b1e;
	float: left;
	padding: 10px 30px 0px 30px;
	width: 550px;
}


#content-wide {
	background: #ff6600;
	padding: 0px 30px 0px 30px;
}


#content a {
	color: #107ee9;
	text-decoration: underline;
}


#content a:hover, #content a:focus {
	text-decoration: none;
}


#content .post {
	border-bottom: 1px solid #ff6600;
	border-width: 3px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


html .single .post {
	margin-bottom: 20px !important;
}


#content .post-head h3, #content .post-head p {
	margin: 0 0 0 65px;
}



#content .post-head h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
}


#content .post-head h3, #content .post-head h3 a {
	color: #000b1e;
	text-decoration: none;
}


#content .post-head h3 a:hover, #content .post-head h3 a:focus {
	color: #107ee9;
}


#content .date {
	background: #002156 url('images/date-bg.gif') left top no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin-left: 0 !important;
	padding: 5px 2px;
	text-align: center;
	font-weight: bold;
	width: 45px;
}



#content .date .day {
	display: block;
	font-size: .9em;

}


#content .post-body {
	font-size: .9em;
	line-height: 150%;
	padding: 20px 0px 0px 0;
        text-align: justify;
}


#content .post-body p {
	 padding-bottom: 1.3em;
}


#content .post-head .tags, #content .post-head .cat {
font-size: 11px;
padding: 0 0 0 5px;
}




#content .post-head .tags a, #content .post-head .cat a {
color: #ff6600;
text-decoration: none;
}


#content .post-head .tags a:hover, #content .post-head .cat a:hover {
color: #000b1e;
text-decoration: none;
}


#content .post-opts .comments {
	float: right;
	text-align: right;
	width: 130px;
}


#content .post-opts .comments a {
	background: transparent url('images/ico_comment.gif') left 50% no-repeat;
	padding-left: 16px;
color: #ff6600;
font-weight: bold;
}


#commentslist {
	display: block;
}


#commentslist ol {
	list-style: none;
	width: 490px;
}


#commentslist ol li {
	font-size: .9em;
	margin: 10px 0;
	padding: 10px 10px;
	width: 470px;
}



#commentslist ol li p {
	font-size: .9em;
	line-height: 150%;
}


#commentslist .alt {
	background: #f5f8e9;
}



#commentslist .gravatar {
	background: #fff;
	border: 1px solid #eee;
	display: block;
	float: left;
	padding: 3px;
	margin: 0 10px 3px 0;
}


.post cite, .post blockquote {
	background: #f1f8d7 url('images/ico_quote.gif') 10px 10px no-repeat;
	display: block;
	font-size: .95em;
	font-style: italic;
	margin-bottom: 15px;
	padding: 10px 20px 10px 50px;
	width: 420px;
}



.post h3, .post h4 {
	font-size: .78em;
	color: #000000;
}


.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin-top: 0px;
	padding-bottom: 2px;
}



.post ul {
	list-style: none;
}



.post ol {
    margin-left: 20px;
}



.post ul li {
	background: transparent url('images/ico_listentry.gif') left 9px no-repeat;
	padding: 2px 2px 2px 12px;
}



#commentslist .gravatar img {
	vertical-align: middle;
}



#commentslist cite {
	font-style: normal;
	font-weight: bold;
}


#commentslist .commentmetadata {
	display: block;
	font-size: .9em;
	padding: 3px 0 10px 0;
}



#commentslist .commentmetadata, #commentslist .commentmetadata a {
	color: #888;
	text-decoration: none;
}


#newcomment {
	padding: 30px 0 50px 0;
}



#newcomment h3 {
	display: block;
	padding-bottom: 10px;
}



#newcomment label {
    display: block;
	font-weight: bold;
}



#newcomment label small {
	font-size: .95em;
	font-weight: normal;
}



#newcomment input, #newcomment textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 480px;
}



#newcomment form p {
	padding: 5px 0;
}



#newcomment textarea {
	margin-top: 10px;
}


#newcomment #submit {
	background: #003993;
	border: 0px none;
	color: #fff;
	width: 100px
}



#content .prevnext {
	color: #000b1e;
	display: block;
	padding-bottom: 0px;
	width: 550px;
font-size: 12px;
}



#content .prevnext li {
	display: block;
	width: 200px;
}

#content .prevnext a {
	font-weight: bold;
	color: #000b1e;
	text-decoration: none;
}



#content .prev {
	float: left;
}

#content .prev a {
	margin-left: 4px;
}



#content .next {
	float: right;
}

#content .next a {
	margin-right: 4px;
}



#sidebar {
	float: right;
	padding: 10px 0px;
	width: 280px;
}


#sidebar ul {
	padding: 0px 0px 0px 0px;

}



#sidebar li, #sidebar h4 {
	background: #ff6600 url('images/sidebar-li-bg.gif')  top repeat-x;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 0px 0 0px;
	width: 215px;
}



#sidebar li a {
	text-decoration: none;
}


#sidebar li ul {
	background: #ff6600;
	margin: 0px;
	padding: 0px 0 0 5px;
	width: 240px;
	font-size: 11.5px;

}


#sidebar li li {
	background: transparent;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	width: 240px;
}


#sidebar .tagcloud a, #sidebar li li, #sidebar li li a {
	color: #000b1e;
}



#sidebar li li a {
	background-color: #ff6600;
	padding: 5px 5px 5px 0px;
	width: 240px;
	display: block;
}



#sidebar h4 {
	padding-bottom: 5px;
}



#sidebar .tagcloud {
	display: block;
	padding: 0px;
}



#sidebar .tagcloud a {
	text-decoration: none;
}



#sidebar a:hover, #sidebar a:focus {
	color: #fff;
	font-weight: bold;
}


#sidebar h2, #sidebar h2 a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
}


.widget {
	margin-top: 10px;
}


#sidebar li a {
		color: #000b1e;
}


#sidebar h2 {
	margin-left: 0;
}



#search {
	background: #000e27 url('images/sidebar-li-bg.gif') left top repeat-x;
	margin-top: 20px;
	padding: 15px 10px 20px 10px;
	width: 230px;
}


#search label {
	color: #fff;
	font-weight: bold;
}


#search .wrap {
	background: #fff;
	margin-top: 2px;
	padding: 3px 0;
	position: relative;
}


#search .tx {
	background: ;
	border: 0px none;
	font-size: .9em;
	padding: 3px
}



#search .mag {
	background: url('images/ico_magnifier.gif') no-repeat left 2px;
	border: 0px none;
	height: 18px;
	position: absolute;
	right: 5px;
	top: 3px;
	width: 18px
}



#footer {
	display: block;
	padding: 0 25px 40px 25px;
	width: 570px;
}


#footer, #footer a {
	color: #a6b2c4;
}



#footer a {
	text-decoration: none;
}



#footer a:hover, #footer a:focus {
	text-decoration: underline;
}


#footer .cp {
	float: left;
	font-weight: bold;
	width: 245px;
}



#footer .by {
	float: right;
	text-align: right;
	width: 245px;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0px none;
}



.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.navigation {
	font-weight:bold;
	font-size:.92em;
    overflow:hidden;
    line-height:1.2;
}



.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.alignleft {
    float:left;
}



.alignright {
   float: right;
}

.merchantprice {font-size: 9pt;  margin-top: -30px;}

#image-align-left img {
    float:left;
}

#image-align-right img {
    float:right;
}

#archive {
	color: #000b1e;
	float: left;
	padding: 0px 30px 0px 30px;
	width: 550px;
}


#archive-wide {
	background: #ff6600;
}


#archive a {
	color: #107ee9;
	text-decoration: underline;
}


#archive a:hover, #archive a:focus {
	text-decoration: none;
}


#archive .post {
	border-bottom: 1px dotted #ff6600;
	border-width: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#archive .post-head h3, #archive .post-head p {
	margin: 0 0 0 0px;
}



#archive .post-head h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
}


#archive .post-head h3, #archive .post-head h3 a {
	color: #000b1e;
	text-decoration: none;
}


#archive .post-head h3 a:hover, #archive .post-head h3 a:focus {
	color: #107ee9;
}


#archive .post-body {
	font-size: 1em;
	padding: 20px 0px 0px 0;
        text-align: justify;
}


#archive .post-body p {
	 padding-bottom: 1.3em;
	font-size: .93em;
}


#archive .post-head .tags, #archive .post-head .cat {
font-size: 11px;
padding: 0 0 0 5px;
}


#archive .post-head .tags a, #archive .post-head .cat a {
color: #ff6600;
text-decoration: none;
}


#archive .post-head .tags a:hover, #archive .post-head .cat a:hover {
color: #000b1e;
text-decoration: none;
}


#archive .post-opts .comments {
	float: right;
	text-align: right;
	width: 130px;
}


#archive .post-opts .comments a {
	background: transparent url('images/ico_comment.gif') left 50% no-repeat;
	padding-left: 16px;
color: #ff6600;
font-weight: bold;
}

#navcontainer {margin-top: 10px;
}

#navcontainer ul {
	background-color: #ff6600;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%; list-style-type:none
}

* html #navcontainer ul {
	background: #972f07 url('images/headerBarBkForIE6.jpg') no-repeat;
	background-color: #ff6600;
}

#navcontainer ul li { 
	display: inline; 
	font-size: .9em;
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: url('none');
	text-decoration: none
}

#navcontainer ul li a {
	color: #000b1e;
	background: url('images/headerBarLiBk.gif') no-repeat right 3px;
	text-decoration: none;
	font-weight: bold;
	float: left; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0; padding-left:12px; padding-right:14px; padding-top:4px; padding-bottom:8px
}

#navcontainer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: url('images/searchBarBk.gif') repeat-x;
	color: #841700;
	margin-left: -2px;
	font-family: Arial, Garamond, Georgia, serif;
	font-weight: bold; padding-left:12px; padding-right:12px; padding-top:4px; padding-bottom:8px
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

