/* @override http://waschstrasse.info/style/default.css */

/*
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 * Julian Schrader webwidework - Webdesign & Webdevelopment
 * http://julianschrader.de
 *
 * Title: Default-Styles waschstrasse.info
 * Author: Julian Schrader
 * URL: waschstrasse.info/style/default.css
 * 
 * Description: Default-Stylesheet of waschstrasse.info V2006
 *
 * Created: 2006/01/07
 * Modified: 2006/01/07
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 */
 

/* ----- GLOBAL RESET ----- */

* {
	margin: 0;
	padding: 0;
	}


/* ----- ELEMENTS ----- */

body {
	background-color: #fff;
	color: #333;
	font: .8em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 1.4em;
	padding: 1em;
	text-align: center;
	}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	color: #85a3e9;
	}

h1 {
	font-size: 2.5em;
	margin-bottom: .5em;
	}

h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #c2d1f4;
	padding-bottom: 3px;
	margin-top: .8em;
	margin-bottom: .5em;
	}

h3 {
	font-size: 1.5em;
	margin-top: .5em;
	}

p,ul,ol,dl {
	margin-bottom: .6em;
	}


/* ----- CLASSES ----- */

.readMore {
	display: block;
	float: right;
	padding-left: 18px;
	background: transparent url("../img/information.png") top left no-repeat;
	}

.img {
	padding: 3px;
	border: 1px solid #c2d1f4;
	margin: 1em 0 1em 1em;
	background-color: #eee;
	margin-bottom: .6em;
	}

.leftaligned {
	float: left;
	margin: 0 .5em .5em 0;
	}

.rightaligned {
	float: right;
	margin: 0 0 .5em .5em;
	}


/* ----- IDS ----- */

#container {
	width: 700px;
	margin: auto;
	margin-top: 4em;
	text-align: left;
	}

#secMenu {
	float: right;
	font-size: .8em;
	list-style: none;
	}

	#secMenu li {
		float: left;
		margin-left: 1em;
		}

		#secMenu li a {
			text-decoration: none;
			color: #777;
			}

			#secMenu li a:hover {
				color: #333;
				}

#mainMenu {
	width: 250px;
	height: 250px;
	padding-left: 450px;
	background: #c2d1f4 url("../img/header/logo.jpg") top left no-repeat;
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 2px;
	}

		#mainMenu li a {
			display: block;
			width: 235px;
			padding: 2px 5px 3px 10px;
			color: #555;
			text-decoration: none;
			}

		#mainMenu li a:hover {
			background: transparent url("../img/transWhite.png") top left repeat;
			color: #333;
			}

#mainContent {
	width: 445px;
	padding-right: 5px;
	padding-bottom: 1.5em;
	float: left;
	border-right: 1px solid #c2d1f4;
	}

	#latestPosts {
		list-style: none;
		}

		#latestPosts li {
			margin-top: 1em;
			}

			#latestPosts li li {
				margin: 0 0 0 2em;
				}

			#latestPosts li span {
				float: right;
				color: #999;
				font-size: .8em;
				}

#sidebar {
	margin-left: 460px;
	width: 240px;
	font-size: .8em;
	}

	#sidebar p {
		display: table;
		width: 240px;
		}

#footer {
	border-top: 1px solid #c2d1f4;
	clear: left;
	font-size: .7em;
	}

	#footer ul {
		list-style: none;
		}

		#footer ul li {
			float: left;
			margin-right: 1.5em;
			white-space: nowrap;
			}

	#partnerLinks {
		clear: left;
		}

	#VIPartnerLinks {
		clear: left;
		margin-top: 5em;
		}

	#citiesList {
		clear: left;
		}