/*
Theme Name:				Mynt
Theme URI:				http:/www.drweb.de/weblogs/wordpress-themes.shtml
Description:			A theme titled "Mynt" enjoy. Designer Alexander Stubbs for drweb.de
Version:				1.0
Author:					Dr. Web Magazin
Author URI:				http:/www.drweb.de/
*/



/* Global Styles */

* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, fieldset, address { margin:1em 0; }

a img { border:none; }

a:link,a:visited {
text-decoration:none;
color: #00AAD9;
}
a:hover {
color:#2ccdfa;
}

body {
background:#FFF;
font:90% Verdana, Tahoma, sans-serif;
margin:0;
min-width:700px;
padding:0;
text-align:center;
color:#3d3d3d;
}


/* Wrapping */

.wrap {
position:relative;
top:-35px;
	width:800px;
	margin:0px auto;
}
.whiteWrap {
	background: #FFFFFF;
	padding:30px 0px 0px;

}
#contentWrap {
	width:790px;

}

/* Layout */

#content {
float:left;
text-align:left;
top:35px;
position:relative;
width: 510px;
}

/* Header */

#header {
width:100%;
height:168px;
background: url(img/header.png) repeat-x;
}
#header a { color:#E8F0CD; }
#header a:hover {
color: #FFF;
position:relative;
top:-5px;
height:18px;
}
#header .title {
position:relative;
margin-left:5px;
top:-5px;
float:left;
font-size:1.4em;
color:#E8F0CD;
font-weight:bold;
}

#header .nav {
top:50px;
margin-right:15px;
position:relative;
float:right;

}

/* Sidebar(s) */

#sidebar {
float:right;
margin:0px 30px;
line-height:1.2em;
width:190px;
position:relative;
top:30px;
height:auto;
}

.side { margin-bottom:10px; }
.side li {
padding-left:25px;
list-style-type: none;
background-image: url("img/slist.gif");
background-repeat: no-repeat;
background-position: 0.5em;
}

#sidebar ul,li {
list-style-type: none;
}

.widg {
text-align:center;
padding:5px;
}

.widg li {
padding-left:3px;
list-style-type: none;
}

#sidebar .sidebar_wide {
width:100%;
background:#FBFCF4;
border:1px dotted #dfd8ba;
position:relative;
margin-bottom:15px;
padding-top:10px;
text-align:center;
}

#sidebar .sidebar_long {
text-align:left;
font-size:80%;
width:100%;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
background:#FBFCF4;
border:1px dotted #dfd8ba;
height:400px;
position:relative;
margin-bottom:15px;
height:auto;
list-style-type:none;
}

#sidebar h1 {
font-size:1em;
color:#777;
padding-bottom:12px;
}

#sidebar h2 {
font-size:1.3em;
}

/* Post Formatting */
.post {
position:relative;
padding-top:20px;
}
.posttitle {
position:relative;
top:-5px;
padding-bottom:10px;
border-bottom:1px solid #aac1a7;
}
.posttitle a { font-weight:normal; }
.date {
float:right;
font-size:0.85em;
position:relative;
top:2px;
color:#8a8a8a;
margin-bottom:5px;
}
.light {
color:#BBBBBB;
}
.entry { margin-bottom:40px; }

.metadata {
background:#FBFCF4 url(img/information.gif) center no-repeat;
background-position:15px 50%;
text-align:left;
border-top:1px dotted #DFD8BA;
border-bottom:1px dotted #DFD8BA;
padding:5px 20px 5px 45px;
height:auto;
}
.readon {
float:right;
}

/* Page Styles */


.pagetitle {
position:relative;
top:-5px;
padding-bottom:10px;
}
.pagetitle a { font-weight:normal; }

/* Image Styles */

img.floatLeft {
    float: left;
    margin: 10px;

}
img.moveDown {
position:relative;
top:3px;
}
img.moveDown2 {
position:relative;
top:15px;
}
img.moveDslight {
position:relative;
top:2px;
}
img.moveDslightest {
position:relative;
top:1px;
}
img.logotype {
position:relative;
top:7px;
}

/* Navigation */


/* square */

#navSquare {
	margin: 0;
	padding: 0 0 20px 10px;
	}

#navSquare li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navSquare a:link, #navSquare a:visited {
	float: left;
	line-height: 14px;
	padding: 0 12px 16px 12px;
	text-decoration: none;
font-size:1.2em;
color:#fafafa;
font-weight:bold;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
color: #E8F0CD;
position:relative;
top:-5px;
height:18px;
}

/* Footer Styles */

#footer {
padding-top:5px;
color:#B5C47D;
padding-top:8px;
border-top:1px dotted #B5C47D;
clear:both;
position:relative;
width:100%;
text-align:center;
height:auto;
min-height:40px;
background:#E5EDC8;
}

/* Comments */
#comtemp {
padding-top:50px;
height:auto;
}
h5 {
color:#8a8a8a;
font-weight:bold;
}

.comment
{
	background:url("img/ctop.gif") no-repeat;
	margin-top:1.1em;
	margin-bottom:1.5em;
	font-size:small;
	width:420px;

}

.comment p {
	margin:0;
	padding:10px 10px 0;
}

.comment p.line
{
	background:#FFF url("img/clow.gif") no-repeat;
	padding-left:55px;
	padding-top:17px;
}

/* Forms */

.texta, .textb, .input {
color:#00AAD9;
font-weight:bold;
border:1px solid #E5EDC8;
background:#FBFCF4;
}


/* Bye */