/* Main Stylings */

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

p {
	margin-bottom:20px;
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#996600;
	}
a:hover {
	color:#A77B23;
	text-decoration: underline;
	}

/* Structure */

#wrapper {
	width:700px;


	background:url(file:///Macintosh HD/Users/JeremyThompson/Desktop/babyblue/images/bg-wrapper.png) repeat-y #ffffff;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 63px;
	background-image: url(../images/banner-leafs.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
#header {
	height:160px;
	background:url(file:///Macintosh HD/Users/JeremyThompson/Desktop/babyblue/images/bg-header.jpg) no-repeat;
	line-height:140px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 598px;
	position: relative;
	}
	
#header h1{
	font-size: 20px;
	position: absolute;
	left: 163px;
	top: 40px;
	color: #996600;
	
	}
#sidebar {
	width:150px;
	float:left;
	padding:5px;
	min-height:400px;
	background-color:#ececec;
	}
#body {
	min-height:400px;
	padding:5px;
	font-family: "Times New Roman", Times, serif;
	width: 590px;
	background-image: url(../images/body-leafs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#footer {
	clear:both;
	padding:15px 20px;
	}


/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:15px;
	background-color:#ffffff;
	padding:5px;
	}
#sidebar li {
	background:url(file:///Macintosh HD/Users/JeremyThompson/Desktop/babyblue/images/sidebar-li.png) no-repeat;
	background-position:0px 0;
	height:20px;
	padding-left:20px;
	padding-top:0px;
	background-image: url(../images/pfeil2.gif);
	background-repeat: no-repeat;
	}
#sidebar img {
	padding:5px;
	border:1px solid #dddddd;
	}
.bodyimages {
	clear: both;
	float: right;
	padding-left: 10px;
}
.bodyimagesHome {
	float: right;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar a {
	font-weight:normal;
	}


/* Headings */


#body h1 {
	color: #996600;
	font-size: 2em;
	padding-top: 10px;
	line-height: 2em;
	}
#body h2 {
	font-weight: bold;
	text-transform: capitalize;
	color: #996633;
	font-size: 1.5em;
	line-height: 1.5em;
	}
#body h3 {
	color: #990000;
	font-size: 1em;
	text-transform: capitalize;
	line-height: 2em;
	font-weight: bold;
	}
#body p {
	font-size: 1em;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	}


/*  --------- Navigation  ---------  */		

#nav {
	clear:both;
	width: 435px;
	position: absolute;
	top: 135px;
	left: 163px;
}

#nav span {
	display: none;
}

#nav ul {
	float:left;
	width:100%;
	margin:0;
	list-style:none;
	background-color: #996600;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	width:auto;
	margin:0;
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	letter-spacing:1px;
	background-color: #996600;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #996600;
	border-left-color: #F2C059;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1.5em;
	float: left;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
	color: #FFFFFF;
	background-color: #990000;
}

/* Entries */

.entry {
	margin-bottom:10px;
	}
.entrybody {
	line-height:20px;
	text-align:justify;
	padding:5px 0;
	}

/* Footer */


#footer {
	width: 565px;
}

#copyright {
	text-align:center;
	}


/* Extras */

.download {
	padding-top:5px;
	}
.download ul {
	list-style-type:none;
	}
.download li a {
	height:24px;
	width:90px;
	line-height:24px;
	display:block;
	float:left;
	text-align:center;
	margin-right:5px;
	border:1px solid #dddddd;
	background-color:#efefef;
	}
.preview {
	background:url(file:///Macintosh HD/Users/JeremyThompson/Desktop/babyblue/images/magnifier.png) no-repeat;
	background-position:top left;
	}
