/*
Theme Name: yourWapworld
Theme URI: http://wordpress.org/
Description: The first WordPress template-theme.
Version: 1.0
Author: Sebastian Schwarz
Author URI: http://www.imcube7.de
*/


/* --- GLOBAL --- */
body			{	font-size: 80%; /* Resets 1em to 10px */
				font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
				background: rgb(255,255,255);
				color: #285C78;
				background-image: url('_images/design/bg-body.jpg');
				background-repeat: repeat-x;
				margin: 0;
				padding: 0;
			}
	
h1, h2, h3, ul, li 	{	margin: 0;
				padding: 0;
			}

a			{	color: #5AAAD6;
				text-decoration: none;
			}
a:hover 		{	color: #9CDF23;
			}
	
#page			{	width: 920px;
				margin: 0 auto;
				padding: 10px;
				background-color: rgb(230,230,230);
				-moz-border-radius-bottomleft: 10px;
				-moz-border-radius-bottomright: 10px;
			}


/* --- HEADER --- */

#header			{	width: 100%;
			}
#logo			{	
				width: 163px;
				height: 100px;
				position:relative;
				float: left;
				padding: 2px 10px 0px 0px;
				
				
			}
			
#logo span {
background:transparent url(_images/design/ywwlogo.png) no-repeat scroll 0 0;
position:absolute;
width:100%;
height:100%;
}

#leaderboard 		{	width: 738px;
				height: 90px;
				float: left;
				padding: 0px;
				/*background-color: white;
				border: 1px solid black;*/
				background:url(_images/wer.gif) no-repeat top right;
			}


/* --- SKYSCRAPER --- */

#skyscraper		{	width: 130px;
				height: 620px;
				z-index: 2;
				position: absolute;
				margin: -140px 0 0 930px;
				padding: 5px;
				margin-bottom:5px;
			
				/*background-color: white;
				border: 1px solid black;*/
			}


/* --- NAVIGATION --- */

#nav			{	width: 888px;
				height: 20px;
				padding: 5px;
				margin: 0 0 5px 0;
				clear: both;
			}
#nav ul li                 {    float: left;
                                list-style: none;
                                font-size: 1.5em;
                                font-weight: bold;
                                padding: 0 30px 0 0;
}

#subnav			{	width: 650px;
				padding: 0;
				margin: 0;
				float: left;
			}


/* --- SEARCH --- */

#search			{	width: 220px;
				height: 20px;
				padding: 5px;
				margin: 0 0 5px 0;
				float: right;
			}

#searchform		{	padding: 0;
				margin: 0 0 5px 5px;
				width: 100%;
			}
#input			{	float: left;
				margin: -1px 0 0 -5px;
			}
#submit			{	float: left;
				margin: 0 5px 0 10px;
			}


/* --- CONTENT --- */

#content		{	width: 620px;
				padding: 10px;
				margin: 0 0 10px 0;
				background-color: white;
				-moz-border-radius: 10px;
				float: left;
			}


/* --- COMMENTS --- */

.commentlist		{	list-style: none;
			}
.commentlist li		{	background-color: rgb(240,240,240);
				-moz-border-radius: 10px;
				padding: 6px 5px 6px 10px;
				margin: 0 0 10px 0;
			}

/* --- SIDEBAR --- */

#sidebar		{	width: 260px;
				padding: 5px;
				margin: 0 0 5px 0;
				border-top: 1px dotted black;
				float: right;
			}
#sidebar ul		{	margin: 0 0 0 15px;
				list-style: none;
			}

#sidebar ul li	{	border-bottom: 1px dotted grey;
			}


/* --- FOOTER --- */

#footer			{	width: 100%;
				clear: both;
			}
#foot			{	width: 888px;
				height: 10px;
				padding: 10px 5px;
				border-top: 1px dotted black;
			}