/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg.gif) repeat-y top center;
	font: 57.0% "NobileRegular", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000033;
	text-align: left;
	letter-spacing: 1px;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	font-family: "CuprumFFURegular", serif;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.6em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #CFD14B;
  cursor: text;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px dotted;
  padding: 2px;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 955px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.3em;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 955;
	height: 118px;
	background: transparent url(images/header_bg.gif) repeat-x left top;
	}

#header .blogtitle {
	width: auto;
	height: 118px;
	background: transparent url(images/header.gif) no-repeat left bottom;
	}
#header h1 {
	padding: 50px 0 0 50px;
	}
#header h1 a {
	color: #fff;
	}


	#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 31px;
		background: transparent url(images/nav_bg.gif) repeat-x 0 0;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 3px 15px 0 15px;
		line-height: 24px;
		color: #fff;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #fff;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		background: transparent url(images/nav_active.gif) no-repeat center bottom;
		text-decoration: none;
		}

	.searchbar {
		float: right;
		width: 280px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 280px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 265px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* Fuck IE */
		padding: 1px 0 0 2px;
		border: 1px solid #999;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}


/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff;
	margin: 0 !important;
	margin: -15px 0 0 0; /* Fuck IE */
	padding: 0;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 700px;
	height: 100%;
	background: #fff;
	color: #000033;
	}

.pages_ {
	float: left;
	width: 700px;
	
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* Fuck IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* Fuck IE */
	}

.page-title {
	width: 700px;
	margin: 20px 0 0 0;
	
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	font-size: 1.6em;
	line-height: 48px;
	color: #9E0D0D;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 15px 30px 3px 30px;
	background: #fff;
	
	}


.postpage {
	color: #050d24;
	text-align: justify;
	}
.postpage a,
.postpage a:hover {
	color: #2f63b3;
	}


.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}

.postentry img {
	border: 0px solid #8BA52C;
	padding: 5px;
	}
.postentry img:hover {
	border: 0px solid #8BA52C;
	padding: 5px;
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #050d24;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #2f63b3;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}
	
.post-read {
	padding: 0 0 0 20px;
	background: url(images/read-1.gif) no-repeat 0 0;
	}	

.post-stift {
	padding: 0 0 0 20px;
	background: url(images/stift.gif) no-repeat 0 0;
	}
	
.post-stift0 {
	padding: 8px 0 8px 38px;
	background: url(images/achtung.png) no-repeat 0 -1px;
	line-height:2.9em;
	margin-left:-6px;
	height: 40px;
	border: 0px solid;
	}	
	
.post-download {
	padding: 0 0 0 25px;
	background: url(images/download.png) no-repeat 0 2px;
	}
	
.image-download {
	padding: 0 0 0 40px;
	background: url(images/images-save.png) no-repeat 0 0px;
	line-height: 2.7em;
	}	
	
.post-users {
	padding: 0 0 0 25px;
	background: url(images/user_accept2.png) no-repeat 0 0px;
	font-weight:800;
	line-height:1.9em;
	}
	
.post-users-slogan-no {
	padding: 0 0 0 45px;
	background: url(images/user_slogan_no.png) no-repeat 0 48px;
	font-weight:800;
	font-family: "CuprumFFURegular", serif;
	color:#434343;
	font-size:17px;
	line-height:3.0em;
	border: 0px solid #000000;
	margin-left: 20px;
	}
	
.post-users-slogan-yes {
	padding: 0 0 0 45px;
	background: url(images/user_slogan_yes.png) no-repeat 0 48px;
	font-weight:800;
	font-family: "CuprumFFURegular", serif;
	color:#434343;
	font-size:17px;
	line-height:3.0em;
	border: 0px solid #000000;
	margin-left: 20px;
	}										
	
.spenden_bg {
	background: url(images/spenden_bg.png) no-repeat 0 0;
	}
	
.post-users-navi {
	padding: 0 0 0 45px;
	font-weight:200;
	font-family: "CuprumFFURegular", serif;
	color:#434343;
	font-size:11px;
	border: 0px solid #000000;
	margin-left: 20px;
	margin-top: -13px;
	}				


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #eee;
	background: #fafafa url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	text-align: justify;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	border: 1px solid #5F859D;
	background: #F4F4EC url(images/bg_featured.jpg) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #aaa; padding: 4px; font-family: font: 59.0% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;; font-size: 12px; color: #000033;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #476578;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 100px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}	



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 255px;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#sidebar .rssfeeds {
		height: auto;
		margin: 0;
		padding: 0;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		
		}

#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 0 3px;
		background: none !important;
		font-size: 1.4em;
		}
#sidebar h2.social-title {
		margin: 0;
		padding: 20px 0 10px 3px;
		background: none !important;
		font-size: 1.4em;
		}
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}
	.socialtools img  {
		border: 1px solid #edf2ff;
		padding:1px;
		}
#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 5px 0 10px 2px;
	font-size: 1.8em;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #bbb;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 180px;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 200px;
	margin: 0 0 15px 10;
	
	}

ul.splittedlists li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -23px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #000033;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #2F63B3;
	}




/**********************
*   Footer            *
***********************/

#footer {
	width: 955;
	height: 118px;
	clear: both;
	border-top: 0px solid #000;
	background: #605F5F;
	}


	
/* Tags 
-------------------------------------------------------*/
.tagging {
        text-align: left;
        font-size: 0.9em;
        padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging a{
	text-decoration: none;
	border-bottom: none;
}
/* End Various Tags & Classes*/

.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
/* Extras */

.copy {
	padding: 0px 0px 0px 4px;
	height: 50px;
	
	}
	
	
.bookmarking {
	padding: 20px 10px 13px 2px;
	
	}
	
	
.adsRechteck1 {
	float: left;
	padding: 0px 5px 0px 0px;
}


/* Adsense */
.adsBlock {
	margin-left: -5px;
}
.adsRechteck {
	float: left;
	padding: 5px 10px 5px 0px;
}

.adsRechteck1 {
	float: left;
	padding: 0px 10px 5px 0px;
}

.adsRechteck2 {
	float: right;
	padding: 7px 0px 5px 10px;
}

.pictur {
	float: left;
	padding: 0px 5px 0px 0px;
}	

.dl {
	padding: 0 0 0 20px;
	background: url(images/dl.gif) no-repeat 0 0;
	text-align: justify;
	}
	
	
.picture img{
	border: 0px solid #ced4ca;
	padding-right: 5px;
	margin: 5px 0 5px 0;
	float: left;
	}



.picturepost- img{
	border: 0px solid #8BA52C;
	padding: 5px;
	margin: 5px 7px 5px 0;
	float: left;
	}


.picturepost img {padding:5px; background:#ECECEC; border:#D9D9D9 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding: 5px;
	margin: 5px 7px 5px 0;float: left;}
.picturepost img:hover {border:#BFBFBF 1px solid;}




.picturepost0 img {padding:5px; background:#ECECEC; border:#D9D9D9 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; margin: 5px 7px 5px 0;float: left;}
.picturepost0 img:hover {border:#BFBFBF 1px solid;}


.picturepost1 img {padding:5px; background:#ECECEC; border:#D9D9D9 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.picturepost1 img:hover {border:#BFBFBF 1px solid;}







/* Pagebar2 */
.pagebar
{
   padding: 0.2em 0.5em;
   margin-right: 0.1em;
   margin-left: 18px;
   border: 1px solid #fff;
   background: #fff;
   text-decoration: none;
}

.pagebar a, .pageList .this-page
{
   border: 1px solid #2F3A4D;
   text-decoration: none;
   padding: 0.2em 0.5em;
   color: #2F3A4D;
}

.pagebar a:visited
{
   border: 1px solid #2F3A4D;
   text-decoration: none;
   padding: 0.2em 0.5em;
   color: #000033;
}

.pagebar .break
{
   padding: 2px 6px;
   border: none;
   background: #fff;
   text-decoration: none;
}

.pagebar .this-page
{
   border: 1px solid #2F3A4D;
   padding: 0.2em 0.5em;
   font-weight: bold;
   background: #8BA52C;
   color: #fff;
}

.pagebar a:hover
{
   border-color: #2F3A4D;
   color: #FFFFFF;
   background: #8BA52C;
   border: 1px solid #2F3A4D;
   text-decoration: none;
}


.ddsg-wrapper 
{
   border-color: #2F3A4D;
   color: #000033;
   background: #ffffff;
   border: 0px solid #2F3A4D;
   text-decoration: none;
   font-size:13px;
   
   letter-spacing:4px;
   
}

.ddsg-pagenav
{
   border-color: #2F3A4D;
   color: #9E0D0D;
   background: #ffffff;
   border: 0px solid #2F3A4D;
   text-decoration: none;
   text-transform:uppercase;
   font-weight:700;
      
   
}


.post-site {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}

.full-width {
width: 955px;
border: 0px solid #666666;

}


.wp-pagenavi {
	clear: both;
	width:450px;
}


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 2px 2px 2px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #C6C3B3;
	color: #024A81;
	background-color: #E6E3D3;
	font-size: 0.9em;
	line-height: 1.8em;
		
}
.wp-pagenavi a:visited {
	padding: 2px 2px 2px 2px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #C6C3B3;
	color: #024A81;
	background-color: #E6E3D3;
	font-size: 0.9em;
	line-height: 1.8em;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #C6C3B3;
	color: #ffffff;
	background-color: #61859F;
	text-decoration: bold;
}
.wp-pagenavi a:active {
	padding: 2px 2px 2px 2px; 
	margin: 2px;
	text-decoration: bold;
	border: 1px solid #C6C3B3;
	color: #ffffff;
	background-color: #61859F;
	font-size: 0.9em;
	line-height: 1.8em;	
}
.wp-pagenavi span.pages {
	padding: 2px 2px 2px 2px; 
	margin: 2px;
	margin-top: -3px;
	color: #024A81;
	text-decoration: none;
	border: 1px solid #C6C3B3;
	background-color: #E6E3D3;
	font-size: 0.9em;
	line-height: 1.8em;
	width: 100px;
}
.wp-pagenavi span.current {
	padding: 2px 2px 2px 2px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #C6C3B3;
	color: #ffffff;
	background-color: #61859F;
	font-size: 0.9em;
	line-height: 1.8em;
}
.wp-pagenavi span.extend {
	padding: 2px 2px 2px 2px; 
	margin: 2px;	
	border: 1px solid #C6C3B3;
	color: #ffffff;
	background-color: #61859F;
	font-size: 0.9em;
	line-height: 1.8em;
}				




		
