* {
margin: 0;
padding: 0;
}

body {
color: #6F6F6F;
background: url(images/bg_nav.jpg) repeat-x;
font: .8em/1.75em "Helvetica Neue", Arial, Tahoma, sans-serif;
margin: 0;
}

#wrap {
width: 1000px;
margin: 0 auto;
}

a {
text-decoration: none;
}

a img {
border: 0;
}

a:link {
color: #A94141;
font-weight: bold;
border-bottom: 1px solid #aaa;
}

a:hover {
color: #D94949;
border-bottom: 1px solid #D94949;
}

#nav {
width: 100%;
border-bottom: 5px solid #A6DDDD;
height: 30px;
}

#nav h1 {
display: none;
}

#nav ul#links {
margin: 0;
padding: 5px 75px 5px 0;
float: right;
height: 100%;
display:block;
}

ul#links li {
list-style: none;
display:inline;
margin: 5px 10px;
padding: 5px 0;
height: 100%;
}

ul#links li a {
font-weight:bold;
color: #fff;
font-size: 1em;
text-transform: lowercase;
text-decoration: none;
border: none;
}

ul#links li:hover {
color: #fff;
background: url(images/bg_nav_hov.jpg) repeat-x;
padding:5px 10px 7px 10px;
text-decoration: none;
}

#logo {
background: url(images/bg_fade.png) repeat-x;
width: 1000px;
}

#logo img {
margin: 20px 0 20px 75px;
}

#logo h2 {
margin: -68px 68px 0 0;
color: #A93F3F;
font-weight: bold;
text-transform: lowercase;
font-size: 135%;
float: right;
}

#logo h2 a:link {
border: none;
}

#content {
width: 1000px;
margin: 20px 75px;
padding: 10px 5px;
}

#left {
width: 450px;
float: left;
}

.intro {
width: 450px;
margin: -40px 20px 30px 0;
font-size: 1.2em;
font-weight:lighter;
}

.intro strong {
font-weight:bold;
color: #A93F3F;
font-size: 1.1em;
}

#banner {
background: #51818F url(./images/long.jpg) no-repeat;
margin: 0 0 70px 80px;
height: 50px;
width: 1000px;
}

#banner h2 {
font-weight:lighter;
color: #E5F6F6;
padding: 13px 0 10px 60px;
font-size: 160%;
}

#banner h2 strong {
color: #fff;
font-weight:bold;
}

#tabs {
padding: 0 10px;
margin: 5px 0;
}

#tabs li {
background: url(images/bg_tab.jpg) repeat-x;
display: inline;
padding:10px 15px;
margin: 0 2px;
}

#tabs li:hover, #tabs li#selected {
background: url(images/bg_tab_hov.jpg) repeat-x;
}

#tabs li a {
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #6CA2B3;
border: none;
}

.box {
width: 400px;
padding: 10px 15px;
margin: -5px 0 40px 0;
}

h3.featured {
text-transform: uppercase;
font-size: 92%;
color: #A94141;
font-weight: bold;
margin: 0;
}

.box h2 {
color: #51818F;
margin-bottom: 25px;
font-size: 130%;
font-weight:bolder;
}

a.rss {
margin:5px 5px 0 0;
border: none;
}

h3.date {
background: #eee;
color: #6F6F6F;
text-transform: uppercase;
font-size: 80%;
margin-top: -30px;
margin-bottom: 5px;
padding: 3px 5px;
font-weight: lighter;
}

.box p {
margin-bottom: 10px;
}

#feature {
background: #E5F6F6 url(images/bg_feat.jpg) repeat-x; 
}

#feature h3.date {
background: #C6E3E3;
}

#original {
background: #FAFAFA;
}


#alt {
background: #F2F6F7;
}

#alt h3.date {
background: #D4E2E6;
}

h2 {
text-transform: lowercase;
color: #337279;
padding: 0 20px 10px 0;
font-weight:lighter;
font-size: 150%;
}

h2.recent {
background: url(images/bg_arrow.jpg) no-repeat 110px 40%;
}

h2.discuss {
background: url(images/bg_arrow.jpg) no-repeat 105px 40%;
}

h2.spotlight {
background: url(images/bg_arrow.jpg) no-repeat 155px 40%;
}

h4 {
font-size: 85%;
color: #6F6F6F;
font-weight: lighter;
text-transform: uppercase;
}

h4 a {
font-weight: bold;
border: 0;
color: #6DBDBC;
}

#middle_wrap {
width: 205px;
margin: -45px 30px 75px 30px;
float: left;
}

#right_wrap {
width: 200px;
margin: -45px 0 50px 30px;
float: left;
}

#middle ul, #right ul {
margin: 0 0 15px 0;
list-style: none;
}

#middle ul li, #right ul li {
background: url(images/icon_comment.png) 5px 50% no-repeat;
padding: 3px 3px 3px 20px;
border-bottom: 1px solid #D4E2E6;
margin: 3px 0;
}

#right ul li {
background: url(images/icon_rarrow.png) 5px 50% no-repeat;
border-bottom: 1px solid #eee;
}

#middle {
width: 1000px;
padding:10px;
background: #F2F6F7;
}

#dropped {
padding: 5px;
font-style: italic;
}

#right {
padding:10px;
background: #FAFAFA;
width: 100%;
}

#right h3 {
text-transform: lowercase;
font-size: 130%;
margin-top: 15px;
}

#right h3.name {
margin-top: 0;
color: #A94141;
}

#right h4 {
border: none;
margin-bottom: 0;
}

#right img {
background: #fff;
padding: 5px;
border: 1px solid #eee;
margin:5px 0;
}

#footer {
padding:5px 10px;
text-align:center;
clear:both;
font-size: 85%;
}