/*
Theme Name: Run Dobie Run
Theme URI: http://wordpress.org/
Description: The Run Dobie Run Super Theme!
Version: 1
Author: Josh Setchfield / Ben Wright
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/
/* Quattro CSS Document */

/* The Grand Equaliser Rule */
	html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, div, span, img {
		margin: 0;
		padding: 0;
		border: 0;
	}

/* ------- HTML ELEMENTS ------- */
	html, body {
		height: 100%;
	}
	
	body {
		background: #fff url('images/bg-grain.jpg') repeat top;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #666;
	}
	
	a, a:visited {
		color: #029de6;
		text-decoration: none;
	}
	
	a:hover, a:active {
		color: #029de6;
		text-decoration: underline;
	}
	
	p {
		line-height: 16px;
		margin: 0 0 10px 0;
	}
	
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #ec008c;
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	
	h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #ec008c;
		font-size: 24px;
		margin: 0 0 15px 0;
	}
	
	h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #333;
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	
/* ------- STRUCTURE -------*/


	/* Div with fade for the dark diagonal stripe background */
	#main-container {
		background: transparent url('images/bg-arrows.jpg') repeat-y top center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #666;
		min-height: 100%;
	}
	
	#shadow-container {
		background: transparent url('images/bg-shadow.png') repeat-y top center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #666;
	}
	
	#centre-container {
		margin: 0 auto 0 auto;
		width: 869px;
		background-color: transparent;
		position: relative;
	}
	
	#global-container {
		height: 71px;
		background: transparent url('images/bg-shadow-top.png') no-repeat bottom left;
		margin: 0 auto 0 auto;
		width: 862px;
	}
	
		#global-left {
			float: left;
			margin: 0 0 0 30px;
			padding: 20px 0 0 0;
		}
	
		#global-right {
			float: right;
			margin: 0 100px 0 0;
			width: 280px;
			padding: 10px 0 0 0;
		}
	
	#header-container {
		background: transparent url('images/bg-header.jpg') no-repeat top left;
		margin: 0 auto 0 auto;
		height: 152px;
	}
		
		#logo-rdr a {
			float: left;
			width: 228px;
			height: 129px;
			background: transparent url('images/logo-rdr.png') no-repeat top left;
		}
		
			#logo-rdr h1 {
				display: none;
			}
		
	
	
	#page-container {
		background: #fff url('images/bg-page.gif') repeat-y top right;
		margin: 0 auto 0 auto;
		width: 827px;
	}
	
/* ------- FEATURE -------*/	
#feature-container {
	height: 385px;
	background-color: #fff;
}

.bg-feature {
	width: 640px;
	height: 385px;
	background-repeat: no-repeat;
	position:relative;
}

.bg-feature-main-link {
	width: 610px;
	height: 97px;
	bottom:0px;
	background: transparent url('images/bg-feature.png') no-repeat bottom;
	padding: 0px 15px 0 15px;
	position:absolute;
}

	.bg-feature-main-link .date {
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		height: 20px;
		margin: 10px 0 0 0;
	}
	
	.bg-feature-main-link .title {
		font-size: 14px;
		font-weight: bold;
		color: #fff200;
		height: 20px;
	}
	
	.bg-feature-main-link .text a{
		font-size: 18px;
		font-weight: normal;
		color: #fff;
	}

.bg-feature-link-container {
	background-color: #fff;
	margin: 1px 0 0 1px;
}

.bg-feature-link-image {
	margin: 0 0 1px 0;
}

.bg-feature-link-image a{
	width: 186px;
	height: 95px;
	background-color: #fff;
}

.bg-feature-link-image-thumb {
	position:absolute;
	height:94px;
	width:186px;
}

.bg-feature-link {
	width: 176px;
	height: 20px;
	background: transparent url('images/bg-feature-link.png') no-repeat bottom;
	padding: 75px 5px 0 5px;
	color: #fff;
	line-height: 20px;
	z-index:99;
	position:relative;
}

.bg-feature-select {
	width: 178px;
	height: 20px;
	background: transparent url('images/bg-feature-select.png') no-repeat bottom;
	padding: 75px 5px 0 23px;
	color: #fff;
	line-height: 20px;
	margin: 0 0 0 -17px;
	z-index:99;
	position:relative;
}
	
/* ------- CONTENT -------*/
	#content-container {
		
	}
	
	.left-column {
		float: left;
		width: 640px;
	}
	
	.right-column {
		float: right;
		width: 187px;
	}
	
	.right-column ul li {
		list-style: none;
		margin: 0 15px 0 15px;
	}
	
	.content {
		padding: 15px;
	}
	
		.content h2 {
			color: #ec008c;
			font-size: 18px;
			font-weight: normal;
			margin: 0 0 5px 0;
		}
		
	.content h4 {
			margin: 15px 0 3px 0;
		}
		
		.content ul{
			margin: 0px 0 0px 30px;
		}
		
		.content ul li{
			margin: 0px 0 10px 0;
		}
	
	
/* ------- NAVIGATION -------*/
	
	#nav-container {
		height: 25px;
		background: #000 url('images/bg-nav.gif') repeat-x top;
	}
	
	#nav {
		height: 25px;
		line-height: 25px;
	}
	
	#nav ul li {
		float: left;
		list-style: none;
	}
	
	#nav ul li a, #nav ul li a:visited{
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		padding: 0 19px 0 19px;
		line-height: 25px;
		text-decoration: none;
	}
	
	#nav ul li a:hover, #nav ul li a:active{
		font-size: 12px;
		font-weight: bold;
		color: #ec008c;
		padding: 0 19px 0 19px;
		line-height: 25px;
		text-decoration: none;
	}
	
	#nav ul li a.selected{
		font-size: 12px;
		font-weight: bold;
		color: #fff200;
		padding: 0 19px 0 19px;
		line-height: 25px;
		text-decoration: none;
	}

/* ------- FOOTER -------*/

	#footer-container {
		height: 30px;
		margin: 0 auto 0 auto;
		width: 827px;
		background: #000 url('images/bg-nav.gif') repeat-x top;
	}
	
	#footer {
		height: 30px;
		line-height: 30px;
		padding: 0 0 0 15px;
		color: #ccc;
	}
	
	#footer-shadow {
		height: 30px;
		background: transparent url('images/bg-shadow-bottom.png') no-repeat top;
	}
	
/* ------- TOTAL RAISED -------*/

.total-text {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0 5px 0 0;
}

	.total-text span {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 26px;
		font-weight: bold;
		color: #ec008c;
	}

.total-number {
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background: transparent url('images/bg-letter.gif') no-repeat top;
	width: 22px;
	height: 35px;
	text-align: center;
	margin: 0 1px 0 0;
}

.total-decimal {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 9px;
	height: 35px;
	background: transparent url('images/bg-decimal.gif') no-repeat top center;
}

/* ------- CHARITIES -------*/
	
	.charities-text {
		float: left;
		font-size: 14px;
		font-weight: bold;
		color: #333;
		margin: 20px 10px 0 0;
	}
	
		.logo-tsa a {
			float: left;
			width: 84px;
			height: 38px;
			background: transparent url('images/logo-tsa.png') no-repeat top;
			margin: 8px 20px 0 0;
		}
		
		.logo-tsa a span {
			display: none;
		}
		
		.logo-afc a {
			float: left;
			width: 40px;
			height: 50px;
			background: transparent url('images/logo-afc.png') no-repeat top;
		}
		
		.logo-afc a span {
			display: none;
		}
		
	
/* ------- DONATE BUTTON -------*/

	#donate-button a, #donate-button a:visited  {
		top: 30px;
		right: 0px;
		position: absolute;
		width: 99px;
		height: 98px;
		background: transparent url('images/button-donate.png') no-repeat 0 0;
	}
	
	#donate-button a:hover, #donate-button a:active  {
		top: 30px;
		right: 0px;
		position: absolute;
		width: 99px;
		height: 98px;
		background: transparent url('images/button-donate.png') no-repeat 0 -98px;
	}
	
/* ------- TWITTER -------*/
	
#twitter-container {
float: left;
padding: 0px 0 0 65px;
}


#twitter_div {
	width: 442px;
	padding: 25px 0 15px 0;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#twitter_update_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #ec008c;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#twitter-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#right-column-photos {
	padding: 15px;
	text-align: center;
	margin: 0 0 10px 0;
}

#right-column-posts {
	text-align: left;
	margin: 0 0 10px 0;
}

#right-column-posts h4 {
	text-align: center;
	margin: 15px 0 5px 0;
	padding: 0;
}

#right-column-posts ul li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	font-weight: normal;
	font-size: 10px;
	list-style: none;
}

#right-column-posts ul a {
	font-weight: bold;
	font-size: 11px;
}



#right-column-archive {
	padding: 15px;
	text-align: center;
	margin: 0 0 10px 0;
}

/* ------- ROUTE THUMB -------*/
#right-column-route {
	padding: 15px;
	text-align: center;
	margin: 0 0 10px 0;
}

.thumb-route a, .thumb-route a:visited {
	width: 128px;
	height: 128px;
	background: #fff url('images/thumb-route.jpg') no-repeat 5px 5px;
	display: block;
	margin: 0 auto 0px auto;
	padding: 5px;
	border: 1px solid #ccc;
}

.thumb-route a:hover, .thumb-route a:active {
	border: 1px solid #999;
}

.thumb-route a span {
	display: none;
}


/* ------- LOGOS -------*/

#logos {
	text-align: center;
	width: 186px;
}

.logo-facebook a, .logo-facebook a:visited {
	width: 121px;
	height: 24px;
	background: #e7f7ff url('images/logo-facebook.gif') no-repeat 0 0;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-facebook a:hover, .logo-facebook a:active {
	width: 121px;
	height: 24px;
	background: #e7f7ff url('images/logo-facebook.gif') no-repeat 0 -24px;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-facebook a span {
	display: none;
}

.logo-twitter a, .logo-twitter a:visited {
	width: 123px;
	height: 29px;
	background: #e7f7ff url('images/logo-twitter.gif') no-repeat 0 0;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-twitter a:hover, .logo-twitter a:active {
	width: 123px;
	height: 29px;
	background: #e7f7ff url('images/logo-twitter.gif') no-repeat 0 -29px;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-twitter a span {
	display: none;
}

.logo-youtube a, .logo-youtube a:visited {
	width: 82px;
	height: 34px;
	background: #e7f7ff url('images/logo-youtube.gif') no-repeat 0 0;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-youtube a:hover, .logo-youtube a:active {
	width: 82px;
	height: 34px;
	background: #e7f7ff url('images/logo-youtube.gif') no-repeat 0 -34px;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-youtube a span {
	display: none;
}

.logo-flickr a, .logo-flickr a:visited {
	width: 82px;
	height: 23px;
	background: #e7f7ff url('images/logo-flickr.gif') no-repeat 0 0;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-flickr a:hover, .logo-flickr a:active {
	width: 82px;
	height: 23px;
	background: #e7f7ff url('images/logo-flickr.gif') no-repeat 0 -23px;
	display: block;
	margin: 0 auto 15px auto;
}

.logo-flickr a span {
	display: none;
}

/* ------- HELP CONTAINER -------*/

.home-help {
	border-top: 1px solid #ffd800;
	padding: 15px 0 0 0;
	margin: 0px 15px 15px 15px;
}

.supporters {
	border-top: 1px solid #ffd800;
	padding: 15px 0 0 0;
	margin: 0px 15px 15px 15px;
}

	.supporters ul li {
		list-style: none;
		display: inline;
	}

.tracking {
	border-top: 1px solid #ffd800;
	padding: 15px 0 0 0;
	margin: 0px 15px 15px 15px;
}

.help-container {
	margin: 10px 0 5px 0;
}

.help {
	float: left;
	width: 543px;
	margin: 0 0 0 15px;
}

.icon-donate {
	float: left;
	width: 50px;
	height: 50px;
	background: #fff url('images/icon-donate.gif') no-repeat top center;
}

.icon-sponsorship {
	float: left;
	width: 50px;
	height: 50px;
	background: #fff url('images/icon-sponsor.gif') no-repeat top center;
}

.icon-word {
	float: left;
	width: 50px;
	height: 50px;
	background: #fff url('images/icon-word.gif') no-repeat top center;
}

.content-index-item {
	border-top: 1px solid #ffd800;
	padding: 10px 5px 10px 5px;
}

/* Quick Jump links underneath the main title */
		.quick-jump {
			padding: 0;
			margin: 0 0 10px 0;
		}
		
		.quick-jump-bottom {
			margin: 0px;
			border-top: 1px solid #ffd800;
			padding: 10px 0 0px 0;
		}
		
			.quick-jump ul li, .quick-jump-bottom ul li{
				float: left;
				display: inline;
				list-style: none;
			}
			
				.quick-jump ul li a, .quick-jump-bottom ul li a{
					font-weight: bold;
				}
		.content-control-left {
	float: left;
}

.content-control-right {
	float: right;
}

.content-item {
	padding: 15px
}

	.content-item h3 {
	margin: 0;
}

	.content-date {
		font-size: 12px;
		color: #666;
		font-weight: bold;
	}
	
	.content-date .type {
		font-size: 12px;
		color: #999;
		font-weight: bold;
	}

.content-item-thumb a, .content-item-thumb a:visited {
	float: left;
	width: 186px;
	height: 95px;
	display: block;
	margin: 0 10px 0px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.content-item-thumb a:hover, .content-item-thumb a:active {
	border: 1px solid #999;
}

.content-item-description {
	float: left;
	width: 385px;
}

.main-photo-container {
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #ffd800;
	border-bottom: 1px solid #ffd800;
}

.main-photo {
	background-position: center center;
	width: 610px;
	min-height: 275px;
	margin: 10px 0 10px 0;
}

	.content-item-description .date {
		color: #999;
	}
	.content-item-description h5 a {
		font-weight: bold;
		font-size: 14px;
		margin: 0 0 8px 0;
	}
	
	.content-item-description p {
		margin: 0;
	}

	
.clear {
clear: both;
}


.addtoany_share_save_container ul li{
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.addtoany_share_save_container{
	margin: 10px 0 10px 0;
}

.feed{
	margin: 10px 0 10px 0;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
text-align: right;
}

h2.widgettitle {
display: none;
}

ol.commentlist {
	margin: 0 0 0 20px;
}

