@charset "UTF-8";
/* CSS Document */




body {
background: #ccc url(/urV3/images/URBG508.jpg) repeat-y;
font:small;
}

#wrapper {
	width:700px;
	background:url(/images/URContentWrap.jpg) repeat-y 0 30px;
	position:relative;
	top:50px;
	left: 50%;
	margin-left:-350px;
}

#header {
background:url(../images/URSite_03.png) no-repeat;
width: 698px;
height: 230px;
}

#siteNav {
	width:350px;
	height:40px;
	position:relative;
	left:25%;
	top: 175px;
}

#mainContent {
width:697px;
background: #1e1e1e;
float:left;
}

#rightCol {
width:465px;
float:left;
padding:.5em;
}

#leftCol {
float:right;
width:190px;
padding:.5em;
}

#footer {
background:url(../images/URSite_09.png) no-repeat;
width: 698px;
height: 210px;
clear:both;
}

/*------------------------------------------------------------
NAV styles
-------------------------------------------------------------*/

ul {
margin: 0;
padding: 0;
list-style: none;
width: 500px;
}

ul li {
float: left;
}

ul a {
display: block;
padding: 0 1em;
line-height: 2.1em;
font-size: 12px;
text-decoration: none;
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul .first a {
background: none;
}

#home #mainNav .home a,
#about #mainNav .about a,
#photos #mainNav .photos a,
#video #mainNav .video a,
#podcast #mainNav .podcast a,
#download #mainNav .download a,
#shop #mainNav .shop a,
#art #mainNav .art a {
color:#000;
cursor: default;
}

a {
font-size: 12px;
text-decoration: none;
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
text-decoration: none;
color:#CCCCCC;
}

a:hover {
text-decoration: none;
font-weight::bold;
color:#000000;
}

/*------------------------------------------------------------
TEXT styles
-------------------------------------------------------------*/

h1 {
	color: #CCC;
	font-size: 18px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h3 {
font-family: arial;
text-align: left;
color: #FFF;
font-size: 12px;
line-height: 22px;
font-family: arial;
}

p {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.date-header {
       text-align: right;
       color: #595959;
       font-size: 14px;
       padding: 0px;
	   margin: 0px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entry-header {
       font: georgia;
       text-align: left;
       color: #C0C0C0;
       font-size: 24px;
       margin: 0px 0px 20px 0px;
       line-height: 33px;
       font-family: arial;
}

.entry-body a,
.entry-body a:visited,
.entry-more a,
.entry-more a:visited {
       font-weight: bold;
       text-decoration: none;
       color: #8d0202;
}

.entry-body a:hover,
.entry-more a:hover {
       color: #CC99FF;
}

.entry-body,
.entry-more {
       font: arial;
       text-align: left;
       color: #FFF;
       font-size: 13px;
       line-height: 18px;
       font-family: Georgia, Times, serif;
}

.entry-footer,
.trackback-footer,
.comments-open-footer,
.archive-content {
       clear: both;
       font-family: arial;
       font-size: 10px;
       font-weight: bold;
       color: #595959;
       margin: 5px 0px 20px 0px;
       border-top: 1px dotted #999999;
}

/*------------------------------------------------------------
IMAGE styles
-------------------------------------------------------------*/


img {
border-width: 1px;
border-style: groove; 
border-color: #FFFFFF;
}