body {	
	font: 72% 'Lucida Grande',Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background: #fff url(http://www.fun-vids.de/wp-content/themes/simple%20fun/images/shapes.gif) repeat-x;
}

img {
	border:0;
}

#page {
	width: 810px;
	margin: 0 auto;
	font: 1.1em/1.6em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#header {
	width: 100%;
}    

#headerimg {

}

.description {
        font-size: 0.7em;
}

#wrapper {
	width: 100%;
}

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 0.7em;
}



/*-------------Headings-------------*/


h1 {
	font-weight: normal;
	font-size: 2.3em;
	color: #002EB8;
	font-family: Georgia, Verdana, Arial serif;
	text-decoration: underline;
}

h1 a:link, h1 a:visited {
	color: #000;
}

h2 {
	font-weight: normal;
	font-size: 1.7em;
	color: #002EB8;
	font-family: Georgia, Verdana, Arial serif;
	text-decoration: underline;
        margin-top: 0;
	text-align: left;
}  

h2:hover {
	color: #333;
	text-decoration: underline;
}

/*-------------Links-------------*/

a:link, :visited {
	text-decoration: underline;
	color: #002EB8;
}
a:hover {
	text-decoration: underline;
	color: #002EB8;
}

blockquote {
         border-left: 3px solid #dedede;
         padding: 0 0 0 10px
}

/*-------------Table-------------*/

table {
	width: 80%;
	margin: 1em auto;
	border-collapse: collapse;
}

thead th, tfoot th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid #808080;
	background-color: #C6FFB3;
}

tfoot td {
	border-top: 1px solid #808080;
}

tbody td {
	padding: 0.5em;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

tbody tr.odd {
	background-color: #D9FFCC;
}

td.numeric,
th.numeric {
	text-align: right;
	min-width: 60px;
}


/*-------------The Post-------------*/

.post {
	padding:15px;
      	border: 1px solid #E2E2E2;
        margin-bottom: 10px;
        background: #fff;
}

.entry a, .entry a:visited {
	color: #002EB8;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C2C2C2;
	text-decoration: none;
}

.entry a:hover {
	color: #000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #333;
	text-decoration: none;
}

.entry img {
	padding-left: 15px;
}

blockquote {
      border-left: 3px solid #dedede;
      padding: 0 0 0 10px
}
