/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

	font-size:12px;
	background:#393939 url(http://www.seo-watchblog.de/wp-content/themes/blueprint/images/bg.jpg);
	margin:25px 0 4px 0;
	color:#222222;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}
#navdown{
height: 22px;
	position: relative;
	top: -10px;
	left: 70px;
	color:#fff;

}

/* Structure */

.leftbox { float: left; margin: 2px 8px 2px 2px; } 
.rightbox { float: right; margin: 2px; }
.leftbox2 { float: left; margin-right: 5px; } 
.rightbox3 { float: right; margin: 10px; } 

.right{
float:right;
width: 200px;
margin:10px 40px 5px 0px;

}

.left{
float:left;
width: 350px;
border-right: 1px solid #383838;
padding-right: 40px;
margin:10px 0 5px 20px;
}

.right2{
float:right;
width: 300px;
margin:0px 40px 0px 0px;

}

.left2{
float:left;
width: 300px;
border-right: 1px solid #383838;
padding-right: 20px;
margin:0px 0 0px 20px;
}
.clear {clear: both;}

#wrapper {
	width:700px;
	margin:0 auto;
	background:#fff;
	}
#header {
	height:290px;
	line-height:40px;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	}
#navigation {

	margin-left:55px;
	padding-top:10px;
	}
#content {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
		text-align:justify;
	background-repeat:no-repeat;
	background-position:top center;
	padding:0px 5px;
	}
	#content2 {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
		text-align:justify;
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 20px;
	}
		#content3 {
	background-color:#fff;

		text-align:justify;
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 50px;
	}
#footer {
	text-align:right;
	background: #383838;
	line-height:24px;
	padding-right:10px;
	color:#ccc;
	}

/* Navigation */

#navi {

	padding-left:55px;
	padding-top:0px;		
	background:url(images/bg-content.gif) no-repeat #fff;
	width:645px;
	height:25px;
	}

#navi ul {
	list-style-type:none;
	}
#navi li {
	float:left;
	text-align:center;
	}
#navi li a {
	display:block;
	height:25px;

	padding: 10px 15px 0px;
	text-decoration:none;
	color:#000;
	}
#navi li a:hover {
	color:#222222;
	background:url(images/bg-navigation-hover.gif);
	background-repeat:repeat-x;
	}
#navi .active {
	color:#222222;
	background:url(images/bg-navigation-hover.gif);
	background-repeat:repeat-x;
	}

/* Headings */


h1 {
	font-size:50px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-left:50px;
	}
h2 {
	color:#333;
	font-size:25px;
	margin-left:15px;
	font-weight:normal;
	letter-spacing:-1px;
	
	margin-bottom: 10px;
	}
h3 {
	margin-left:10px;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* Link Colors */

h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}

#content a, #content a:active{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	
	}
#content a:hover, #content2 a:visited{
	color:#222;
	text-decoration:underline;
	}
	
#content2 a, #content2 a:active{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
#content2 a:hover, #content2 a:visited {
	color:#222;
	text-decoration:underline;
	}
	
#content3 a, #content2 a:active{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
#content3 a:hover, #content2 a:visited {
	color:#222;
	text-decoration:underline;
	}

#footer a {
	color:#fff;
	text-decoration:none;

	}

#footer a:hover {
	color:#ccc;
	}
