/* css:	USB Stick Synchro default style v1.0              *
 * css:	released under Creative Commons License -         *
 *		http://creativecommons.org/licenses/by-nc-sa/3.0/ *
 * css:	Last Modified:            03.07.2008              */

/* MASTER.CSS *
 * __________ */
@import url('master.css');


/*     CLASSES     *
 * _______________ */

* {
	
/*	border:1px solid;*/
	
}

body {
	background:			url('image/bg.jpg');
}

hr .content_devider {

}

.source {

}

/* HEADER */

#header {
	background:			url('image/see.jpg') no-repeat;
	text-align:			center;
	color:				#39F;
	height:				240px;
}

#header h1 {
	font-size:			2em;
	font-weight:		bold;
	letter-spacing:		.3em;
	padding-top:		2.5em;
}

/* NAVIGATION */

#navigation {
	width:				120px;
	border-right:		1px solid #000;
	float:				left;
}

#navigation ul {
	list-style-type:	none;
	background:			#369;
}

#navigation li {
	margin-left:		-2.5em;
	line-height:		1.5em;
}

#navigation li a {
	padding:			0 .3em;
	color:				#000;
	display:			block;
	text-decoration:	none;
}

#navigation li a:hover {
	background:			#39F;
}

#navigation li a:visited {
	
}

/* CONTENT */
#content {
	margin-left:		30px;
	float:				left;
	min-height:			340px;
}

#content .article {
	float:				left;
	margin: 			0 0 0 35px;
	padding-bottom:		.5em;
	width: 				720px;
	border-bottom:		1px solid #000;
}

#content .article h3 {
	font-variant:		small-caps;
	letter-spacing:		2px;
}

#content .article h2 {
	letter-spacing:		-1px;
	padding:			0 0 .5em 0;
}

#content .article img {
	float:				left;
	padding: 			2px;
	border: 			1px solid #AAA;
}

#content .article p {
	margin:				0 0 0 95px;
}

.post {
	font-size:			.7em;
	text-align:			right;
}

.post span {
	font-style:			italic;
}

#content .download {
	float:				left;
	margin: 			0 0 0 35px;
	padding-bottom:		.5em;
	width: 				720px;
	border-bottom:		1px solid #000;
}

#content .download h3 {
	font-variant:		small-caps;
	letter-spacing:		2px;
}

#content .download h2 {
	letter-spacing:		-1px;
	padding:			0 0 .5em 0;
}

.end_cont {
	clear:				both;
}

/* FOOTER */
#footer {
	text-align:			center;
	height:				200px;
}

#footer p {
	font-size:			.7em;
	padding:			0;
	margin:				0;
}
