/* @override 
	http://www.duw.dev/wp-content/themes/DUWPressV02/css/screen.css
	http://blog.duw-berlin.de/wp-content/themes/DUWPressV02/css/screen.css
*/

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group basic */

body, html {
	text-align: center;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	background-color: #eef3fa;
}

a:link, a:visited {
	color: #e32219;
	text-decoration: none;
}
a:hover, a:active {
	color: #e32219;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: .80;
}

a:link.more-link, 
a:visited.more-link {
	float: left;
	clear: both;
	padding-left: 20px;
	background: url(../img/more-link.gif) no-repeat 0 2px;
	display: block;
}

.right a:link.more-link, 
.right a:visited.more-link {
	background: url(../img/link-categories.gif) no-repeat 0 2px;
}

.alignleft {
	float: left;
	padding: 0 18px 9px 0;
}

.alignright {
	float: right;
	padding: 0 0 9px 18px;
}


::-moz-selection {background: #579bc5;color:#fff;}
::selection {background:#579bc5;color:#fff;}

h2 {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 0 0;
	padding: 9px 0 9px 0;
	color: #002c5a;
	font-weight: normal;
}

.post {
	float: left;
 	width: 576px;
	clear: both;
	margin-bottom: 18px;
}

.post div.head {
	width: 567px;
	padding: 0 0 0 9px;
	margin: 0 0 9px 0;
	background: #002c5a url(../img/head-bg-blue.gif) no-repeat left top;
}

.post div.head h2 {
	font-size: 14px;
	padding: 3px 0;
	color: white;
}

.post div.head h2.go {
	width: 567px;
	display: block;
	background: url(../img/head-link-bg-blue.gif) no-repeat right top;
}

.post div.head h2 a:link,
.post div.head h2 a:visited {
	width: 567px;
	display: block;
	color: white;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 0;
	color: #777;
}

hr {
	display: none;
}

.b-75-25 .entry ul {
	list-style-type: disc;
	padding-left: 18px;
}

.b-75-25 .entry ol {
	list-style-type: decimal;
	padding-left: 18px;
}

.caps {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, sans-serif;
}

.clear {
	clear: both;
}

small {
	font-size: 11px;
}

#content p {
	padding-bottom: 9px;
}

#content blockquote {

	font: italic 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #002c5a;
}

div.meta p,
#content p.meta,
#content p.comment-meta {
	clear: both;
	font-size: 11px;
	color: #777;
}

.sociable {
	clear: both;
	float: left;
	display: block;
	padding: 9px 0 0 0;
}

.sociable ul {
	float: left;
}

.sociable ul li {
	float: left;
	padding: 0 0 0 5px;
}


.sociable_tagline {
	float: left;
	font-size: 11px;
	color: #777;
}


/* @end */

/* @group structure */

#page-wrapper {
	background-color: white;
	padding: 0 0 18px 0;
}


#page {
	background-color: white;
	margin: auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 918px;
}

/* @group header */

#header {
	position: relative;
	width: 918px;
	height: 162px;
	background: url(../img/header-bg.jpg) no-repeat;
	margin: auto;
}

#logo {
	float: left;
	
	text-indent: -5000px;
	overflow: hidden; 
	line-height: 0;

	width: 243px;
	height:135px;
}

#search-wrapper {
	position: absolute;
	top: 137px;
	left: 693px;
	width: 225px;
	height: 25px;
	background: url(../img/search-wrapper-bg.gif) no-repeat right top;

}

#search-wrapper label {
	display: none;
}

#search-wrapper button {
	float: right;
	text-indent: -5000px;
	overflow: hidden; 
	border: none;
	
	width: 32px;
	height: 24px;
	
	background: url(../img/search-wrapper-submit-bg.gif);
}

#search-wrapper input {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;

	border: 1px solid #b2b1ad;
	margin: 0 0 0 95px;
	float: left;
	padding: 2px 2px 1px 2px;
	height: 14px;
	width: 90px;
	margin: 2px 0 0 90px;
}
#search-wrapper input {
	border: 1px solid #b2b1ad;

}
 /*IE 7 only*/ 

*+html #search-wrapper input {
	padding: 0 2px 0 2px;
	height: 17px;
}

/* up to IE 6 only */

* html #search-wrapper input {
	padding: 0 2px 0 2px;
	height: 17px;
}

#nav-main {
	position: absolute;
	left: 36px;
	top: 137px;
	width: 717px;
	background: url(../img/nav-main-bg.gif);
}

#nav-main ul {
	float: left;
	padding: 0 18px 0 0;
	background: #dd3916 url(../img/nav-main-roundedcorner.gif) no-repeat right;
}


#nav-main ul li,
#nav-main ul li a {
	float: left;
}

#nav-main ul li a {
	display: block;
	text-indent: -5000px;
	overflow: hidden; 
	line-height: 0;
	background-image: url(../img/nav-main.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#nav-startseite {
	width: 108px;
}

#nav-startseite:hover {
	background-position: 0 -25px;
}

.nav-startseite #nav-startseite {
	background-position: 0 -50px;
}

#nav-ueber-diesen-blog {
	width: 108px;
	background-position: -108px 0;
}

#nav-ueber-diesen-blog:hover {
	background-position: -108px -25px;
}

.nav-ueber-diesen-blog #nav-ueber-diesen-blog {
	background-position: -108px -50px;
}

#nav-die-autoren {
	width: 213px;
	background-position: -216px 0;	
}

#nav-die-autoren:hover {
	background-position: -216px -25px;	
}

.nav-die-autoren #nav-die-autoren {
	background-position: -216px -50px;	
}

/* @end */

/* @group layouts */

#content {
	clear: both;
	padding: 36px 0 36px 36px;
}

#fckie { /* IE hack */
	clear: both;
	background: transparent;
	border: 0;
	height: 0;
	line-height: 0;
}


/* @group 75-25 */

.b-75-25 {
	clear: both;
}

.b-75-25 .left {
	float: left;
	width: 576px;
}

.b-75-25 .right {
	float: right;
	width: 270px;
}

.author {
	clear: both;
}

.author .author-left {
	float: left;
	width: 144px;
	margin: 0 18px 9px 0;
}

.author .author-right {
	float: right;
	width: 414px;
}


/* @end */

#footer-wrapper {
	clear: both;
	padding: 0 0 36px 36px;
}

#footer {
	font-size: 11px;
	padding: 4px 0 5px 18px;
	background: #edece7 url(../img/bg_footer.gif) no-repeat;
}

#footer a:link, 
#footer a:visited {
	color: black;
	padding: 0 27px 0 0;
}





/* @end */

/* @end */

#sidebar {
	padding-top: 0;
}

#sidebar div {

}

#sidebar .box {
	float: left;
	margin-bottom: 18px;
}

#sidebar .box2 {
	float: left;
	margin: 0;
}

#sidebar ul {
	float: left;
}


#sidebar div.head {
	height: 27px;
	width: 261px;
	padding: 0 0 0 9px;
	background: #b0afa6 url(../img/head-bg-gray.gif) no-repeat left top;
}

#sidebar div.head h2 {
	float: left;
	width: 261px;
	font-size: 14px;
	padding: 3px 0;
	color: white;
}

#sidebar div.head h2.go {
	background: url(../img/head-link-bg-gray.gif) no-repeat right top;
}

#sidebar div.head h2 a:link,
#sidebar div.head h2 a:visited {
	display: block;
	color: white;
}


#sidebar div.head.highlight {
	background: #e32219 url(../img/head-bg-red.gif) no-repeat left top;
}

#sidebar div.head.highlight h2.go {
	background: url(../img/head-link-bg-red.gif) no-repeat right top;
}

#sidebar #tagcloud {
	float: left;
	margin-bottom: 16px;
	text-align: center;
}

ul.linklist {
	float: left;
	font-size: 11px;
	padding: 9px 0;
}

ul.linklist.nospace {
	float: left;
	font-size: 11px;
	padding: 9px 0 0 0;
	margin: 0;
}

ul.linklist li {
	float: left;
	display: inline;
	margin-left: 9px;
	
}

ul.linklist li a:link, 
ul.linklist li a:visited  {
	color: black;
	float: left;
	display: block;
	width: 248px;
	padding: 0 0 0 12px;
	background: url(../img/bg_ul.gif) no-repeat left 6px;
}

ul.linklist li a:hover,
ul.linklist li a:active {
	color: #e32219;
}


ul.linklist li a:link.rss,
ul.linklist li a:visited.rss {
	padding: 0 0 0 22px;
	width: 236px;
	background: url(../img/feed-icon-16x16.gif) no-repeat;

}

ul.linklist li a:link.twitter,
ul.linklist li a:visited.twitter {
	padding: 0 0 0 22px;
	width: 236px;
	background: url(../img/twitter-icon-16x16.gif) no-repeat;

}

#statement {
	background-color: #e6e4df;
	padding: 0 0 9px 0;
}


#statement p {
	float: left;
	padding: 6px 9px 5px 9px;
}

#statement span {
		font: italic 13px/18px Georgia, "Times New Roman", Times, serif;
}


#categories {
	background-color: #e6e4df;
}

#categories a:link,
#categories a:visited {
	font-size: 12px;
	padding: 4px 0 5px 24px;
	width: 236px;
	background: url(../img/link-categories.gif) no-repeat left ;
}

#recent-comments {
	float: left;
	margin-top: 18px;
	font-size: 11px;
	color: #666;
}


#recent-comments li {
	padding: 3px 9px 4px 9px;
	border-top: 1px solid #b0afa6;
	width: 252px;
}

#recent-comments a:link,
#recent-comments a:visited {
	color: black;
}

#recent-comments a:hover,
#recent-comments a:active {
	color: #e32219;
}

/* @group comments */

.comment-wrapper {
	float: left;
	width: 540px;

	background: #eef3fa url(../img/comment-wrapper-bg.gif) no-repeat left top;
	padding: 12px 18px 15px 18px;
	margin-bottom: 9px;
}

.comment-wrapper.odd {
	background: #e6eefa url(../img/comment-wrapper-odd-bg.gif) no-repeat left top;

}

/* @group form */

label,
input.button {
	cursor: pointer;
}




#comment-add-wrapper label,
#comment-add-wrapper select,
#comment-add-wrapper input,
#comment-add-wrapper textarea {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	color: #000;
}


#comment-add-wrapper {
	float: left;
	padding-top: 18px;
}


#comment-add-wrapper input {
	padding: 4px 4px 0 4px;
	width: 314px;
	height: 19px;
}

#comment-add-wrapper input,
#comment-add-wrapper textarea  {
	border: 1px solid #b2b1ad;
}

#comment-add-wrapper input:focus,
#comment-add-wrapper textarea:focus,
#comment-add-wrapper select:focus {
	border: 1px solid #002c5a;
	color: #002c5a;
}


#comment-add-wrapper textarea {
	width: 576px;
}

#comment-add-wrapper input.button {
	background: #002c5a url(../img/bg_input-button.gif) no-repeat left top;
	height: 27px;
	border: 0;
	padding: 0 0 0 0;
	width: 180px;
	color: #fff;
}

/* @end */

.navigation {
	clear: both;
}

.navigation .paging-left {
	float: left;
	display: block;
	width: 40%;
}

.navigation .paging-right {
	float: right;
	display: block;
	width: 40%;
}

/* @end */