body, p, table, td, tr, h1, h2, h3, h4 {
	color: #036;
}

html {
	background-color: #ddd;
}
body {
	padding: 20px 0 20px 0;
	margin: 0;
	background-color: #ddd;
}

body, p, table, td, tr {
}

a {
	color: #f60;
}

a:hover {
	color: #36c;
}

h1, h2, h3, h4 {
	color: #4166cc;
}

dl dd {
	
}

dl dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}

dl {
	margin-bottom: 1em;
}

#header {
	padding:0;
}

#header a {
	display: block;
	height: 100px;
	background-image: url(../images/photo_header_logo_rc.jpg);
	background-repeat: no-repeat;
	background-color: #ddd;
}

#header a h1 {
	display: none;
}

#sub-header {
	padding-left: 20px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	background-color: #f9fdff;
}

#sub-header p {
	font-size: 85%;
	padding:  0;
	margin: .5em 0 .5em 0;
	color: #036;
	letter-spacing: .1em;
}

#sub-header p a {
	color: #036;
}

#sub-header p a:hover {
	color: #f60;
}

#sub-header .crumb_trail {
	text-transform: uppercase;
}

#bd {
	background: #d0dae6;
}

#content, .trakkline, .late-breaking, .social {
	background-color: #fff;
	margin: 1em;
	margin-left: 0;
	padding: 13px;
}

.late-breaking {
	background-color: #fafebf}

#content h1, 
#content h2,
#content h3,
#content h4 {
	margin-bottom: .8em;
}

div#nav-wrapper {
	background-color: #fff;
	padding: 13px;
	margin: 13px;
}

ul#nav {
	background-color: #fff;
	padding: 13px;
	margin: 1em;
	margin-right: 0;
}

ul#nav li {
	list-style: none;
	padding-bottom: .5em;
}

ul#nav li a {
	display: block;
	width:  95%;
	border-bottom: 1px solid #d0dae6;
	padding: .1em;
	padding-bottom: .2em;
	text-decoration: none;
}

ul#nav li a:hover {
	background-color: #eee;
}

ul#nav li.active a {
	font-weight: bold;
	color: #36c;
}

ul#nav li.active a:hover {
	background-color: #fff;	
}

#photo-shelf {
	border-top: 1px solid #fff;
	padding: 1em;
	padding-bottom: 2em;
	margin-top: 1em;
}

.photo-box {
	background-color: #fff;
	padding: 13px;
	text-align: center;
}

.photo-box img {
	width: 145px;
}

.gallery-box {
	padding: 13px;
	background-color: #fff;
	margin: 1em;
	text-align: center;
}

.event-details {
	border-bottom: 1px solid #d0dae6;
	margin-bottom: 1em;
}

.event-listing {
	padding-bottom: 1.5em;
}

#map-box {
	width: 355px;
	margin: 2em auto 2em;
}

#ft {
	font-size: 85%;
	padding: 5px 0 5px 20px;
	background-color: #fff;	
	border-top: 1px solid #333;
}

#ft p {
	margin: 0;
	padding: 0 0 2px 0;
	letter-spacing: .1em;
}

ol.alpha-list,
ol.alpha-list li {
	list-style: lower-alpha;
}

.social_icons {
 	width: 100%;
 	overflow: hidden;   
}

.social_icon {
    float: left;
    width: 64px;
    height: 64px;
    margin-right:10px;
}

.twitter_social_icon {
    background-image: url(../images/twitter-64x64.png);
}

.facebook_social_icon {
    background-image: url(../images/facebook-64x64.png);
}

