/*  
Theme Name: EDGE
Author: Marc Pierschel
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
*/


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
        line-height: 25px;
	font-size: 14px;
	color: #404040;

        
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Verdana", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: bold;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Verdana, Sans-Serif, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

a {
	text-decoration: none;
        color: red;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

img {
	border: none;
}

img.borderaround {
border:10px solid #fff; 
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Verdana, Sans-Serif, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 44px;
/*	letter-spacing: -0px; */
	font-family: Verdana, sans-serif, Georgia, "Times New Roman", Times;
        padding-top: 0px;
        margin-top: 0px;


}


#headerbg {
	clear: both;
	width: 900px;
	height: 150px;
	background: url(images/top_banner2.gif) no-repeat left top;
	margin: 0 auto;

}


/* Navigation */

#navigation {
 clear: all;
margin: 0;
padding: 0;
position: relative;
top: 17px;

}
#navigation li {
	
        display: inline;

/* width:300px; height:140px; */
	list-style-type: none;
	margin: 0px; 
	padding: 0px; 
	line-height: 25px; 
        z-index:1;
        font-family: sans-serif, Georgia, "Times New Roman", Times;
}
#navigation li a {

	text-decoration: none;
        padding: 7px 11px 7px 11px;
	color: #fff;
	background: url(images/button_shade.gif) repeat-x left top;
	font-size: 15px;
	font-weight: bold;
}
#navigation li a:hover {

	color: #000;
	background: url(images/button_shade_red.gif) repeat-x left top;
}

#navigation li:before {

	content: "   ";
	color: #842814;
        font-size: 1.6em;
}

#navigation li:first-child:before {
        
        content: "    ";
}

/* End Navigation */

/* Page */

#page {
        clear: all;	
        width: 936px;
        background: #FFFFFF url(images/rapr.png) repeat-y left top;
        margin: 0 auto;
        line-height: normal;
        margin-bottom: 20px;
	
}
#graphic {
         clear: all;
         float: left;
         width: 900px;
         height: 440px;
         margin-top: 0px;
         background: url(images/live_back2.jpg) no-repeat left top; 
}

#video {
position: relative;
top: 52px;
left: 55px;
}

#uebercontent {
         width: 900px;
         margin: 0 auto;
        
        padding-bottom: 0;
}
#content {
         margin: 0px 18px 0px 18px;
         padding: 10px 10px 0px 10px;

}
/* this is used index.php, the other content (see above) is used in page.php for example*/
#maincontent {
        float: left;
        width: 850px;
        height: 500px
	padding: 0px 20px;
}


.recent-posts {
	float: left;
        clear: all;
	margin-top:0px;
        width:100%;
	padding: 0px 10px 10px 10px;
	font-size: 14px;
        background: #fff;
}

.recent-posts .entry {
}

.recent-posts .entry a {
	background: #333333;
	padding: 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

.recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.recent-posts .meta {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 5px;
	line-height: normal;
	font-size: 11px;
	color: #666;
}

.recent-posts .meta a {
	color: red;
}

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 25px;
	font-size: 10px;
	color: #000;
}

.post .meta a {
	color: #000;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;  

}

/* Sidebar */

#sidebar {
	 clear: both;
         float: left;
         width: 900px;
         height: 80px;
         margin: 0 auto;
}

/* Footer */

#footer {
        width: 936px;
        height: 60px;
        background: url(images/footer_bckgrnd.jpg) no-repeat top left;
	margin: 0 auto;
        margin-left: -18px;
        clear: both;
	font-size: 11px;
	color: #CCCCCC;
        text-align: center;
}

#footer p {
	margin: 0;
	padding: 13px 30px 15px 30px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.navigation {
	float: right;
	padding-right: 15px;
}

table.sample {
        margin: 15px 0px 15px 0px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #AAAAAA;
	border-collapse: collapse;
	background-color: white;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 15px 15px 15px 15px;
	border-style: none none none none;
	border-color: #AAAAAA;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

textarea { 
        font-size: 70%; 
        color: #666666;
}