/*
Theme Name: Radial 2010
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 0.7
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/*
gold #8F8043;
red #991424;
*/
html{height: 100%;background-color: #0e0d0c;}
body {
	color:#8F8043;
	background-color: #0e0d0c;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 18px;
	height: 100%;
}

#header {
background: transparent url(assets/images/logo.gif) no-repeat top center; 
padding-top: 120px;
margin-top: 30px;
}

a{
color:#991424;
text-decoration: none;
}

a:hover{
color:#8F8043;
}

h1,h3{
color: #8F8043;
font-size: 1.2em;
}
h2,h4,h5{
	color:#991424;
	font-size: 1.2em;
}

#head{
border-bottom: #8F8043 1px solid;
margin-bottom: 30px;
}

#head a {
font-size: 1.2em;
}

.video_wrap {
width:480px;
border: #8F8043 solid 1px;
}
.goldimage{
border: #8F8043 solid 1px;
float:right;
margin: 3px 0 5px 10px
}

#content {
text-align: justify;
}




