/*
Theme Name: Mast Blog
Theme URI: http://mastblog.de
Description: 
Version: 1.0
Author: XOR Media
Author URI: http://www.mastblog.de
License: License to Mast Blog
*/


* {
	margin: 0;
	padding: 0;
	outline: none;
}


body {
	margin:  6px 0 0;
	font: normal 80%/160% tahoma, arial, verdana, san-serif;
	background: #EFEFEE url(images/bg.jpg) repeat-x;
	margin-bottom:20px;
}


li {
	list-style: none;
}


hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

a img {
	border:none;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-family: tahoma, arial, verdana, san-serif;
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.3em;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #87A047;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84755c;
}


/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clr {
	clear:both;
}

#wrapper {
	margin:0 auto;
	width:900px;
}

#topbar {
	padding-top:7px;
	height:26px;
	text-align:right;
	color:#fff;
}

#topbar a {
	color:#ccc;
}

#topbar a:hover {
	color:#84755c;
}

#header {
	height:112px;
}

#header #left{
	float:left;
	width:680px;
	line-height:112px;
}

#mast {
	color:#695645;
	float:left;
}

#blog {
	color:#87A047;
	
}

#header #right{
	margin-left:680px;
	line-height:112px;
	text-align:right;
	padding-top:40px;
}

#topnav {
	display:block;
	text-align:left;
	background:url(images/navbar.jpg) no-repeat;
	height:43px;
	color:#fff;
	line-height:43px;
	padding-left:15px;
}

#topnav ul li {
	display:inline;
	margin-right:15px;
}

#topnav a {
	color:#fff;
}

#topnav a:hover {
	color:#ccc;
}

#wp_spry_menu {
	width:600px;
	height:43px;
}

#contentwrapper {
	margin-top:35px;
	border:1px solid #CBCCBF;
	padding:15px;
	background:#fff;
}

#content {
	float:left;
	width:600px;
}

#sidebar {
	margin-left:620px;
}

#footerline {
	height:5px;
	background:#695645;
}

#footer {
	height:33px;
	background:#342924;
	line-height:33px;
	color:#fff;
	padding-left:10px;
}

#footer a {
	color:#84755c;
}

#footer a:hover {
	color:#fff;
}



#topsearch {

	right: 14px;
	top: 35px;
	width: 218px;
	height: 42px;

}
#topsearch input {
	width: 169px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 8px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}



/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #ccc;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	display:block;
	width: 400px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
	background:#efefef;
}
#respond button {
	padding:4px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: #342924;
	color:#84755c;
	margin-right: 10px;
}

#respond button#submit:hover {
	background: #695645;
	color:#fff;
}

#respond button#reset {
	background: #342924;
	color:#84755c;
}

#respond button#reset:hover {
	background: #695645;
	color:#fff;
}


/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
	margin:0;
	margin-left:618px;
	width:250px;
}

#sidebar h2 {
	width:240px;
	height:40px;
	color:#fff;
	padding: 9px 0 0 10px;
	font-size: 16px;
	background:url(images/sidebar.jpg) no-repeat;
	text-shadow: 1px 1px #666;
}

.widget {
	padding-bottom:5px;
	margin-bottom:15px;
	background:#ebebeb;
}


#sidebar li ul {
	margin: 0 0 0 5px;
}
#sidebar li ul li {
	border-bottom: 1px dotted #666;
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
	background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li:hover {
	
	background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #84755c;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}



/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 20px 0;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 .2em;
	font-size: 1.6em;
}
.post h2 a {
	color: #864901;
}
.post h2 a:hover {
	color: #84755c;
}
.post-info {
	background: url(images/hr.gif) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	margin: 0 0 1em 0;
}
.post-entry a {
	color: #4f6373;
}
.post-entry a:hover {
	color: #84755c;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #864901;
}
.post-entry span.more-link a:hover {
	color: #84755c;
}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: .4em 0 0 1em;
	padding: 0 10px 10px 0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}