/*   
Theme Name: Devil Strip Rollers
Theme URI: http://www.devilstriprollers.com
Description: A custom theme for the Devil Strip Rollers
Author: Matt McCausland
Author URI: http://www.idiotbanter.com
Version: 1.0
*/

body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	background: #181818;
	color: #fff;
}

.Container {
	width: 1100px;
	margin: 0 auto;
}

.Clear {
	clear: both;
}

*:focus {
	outline: none;
}


/* Header ======================================================= */

#Header {
	height: 128px;
	background: url(images/Header.png) 42% 0 repeat-x;
}

#Header .Container {
	background: url(images/Header.png) 42% 0 no-repeat;
	position: relative;
}

#Header h1 {
	margin: 0;
	padding: 0;
}

#Header h1 a {
	display: block;
	text-indent: -9999px;
	width: 470px;
	height: 128px;
}

/* RSS Feed Icon ================================================ */

a.RSS {
	position: absolute;
	bottom: 5px;
	left: 470px;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(images/RSSIcon.png) no-repeat;
}

/* Content ====================================================== */

#Content {
	background: #000 url(images/ContentBG.png) repeat-x;
}

#Content p li {
	font-size: 11px;
	color: #fff;
}

#MainContent {
	width: 425px;
	float: left;
	margin-left: 90px;
	background: url(images/MainPostBG.png) top right no-repeat;
	padding-right: 30px;
	padding-top: 14px;
	min-height: 382px;
	line-height: 16px;
}

#MainContent h2 {
	font-weight: normal;
	font-family: Helvetica;
	margin-bottom: 0;
}

#MainContent h2 a, #MainContent h2 {
	font-size: 22px;
	color: #B50A01;
	text-decoration: none;
	border-bottom: 0;
}

#MainContent h2 a:hover {
	color: #fff;
}

p.MetaInfo {
	text-align: right;
	border-bottom: 1px solid #fff;
	line-height: 13px;
}

#MainContent p.MetaInfo a {
	color: #767676;
	text-decoration: none;
	background: url(images/CommentIcon.gif) 0 50% no-repeat;
	padding-left: 12px;
	border-bottom: 1px solid #fff;
}

#MainContent p.MetaInfo a:hover {
	color: #fff;
	background: url(images/CommentIconOver.gif) 0 50% no-repeat;
}

#Content p.Time {
	margin-top: 0;
	color: #5F5F5F;
}

a.MoreLink {
	color: #767676;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #b40a01;
	padding-bottom: 2px;
	float: right;
}

a.MoreLink:hover {
	color: #fff;
}

/* Comments ============================================== */

ol.commentlist {
	margin: 10px 0 0;
	padding: 0;
}

ol.commentlist li {
	margin: 0 0 15px 0;
	padding: 5px;
	background: #333;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	list-style-position: inside;
}

h3#comments, h3#respond {
	color: #b40a01;
}

ol.commentlist a, form#commentform a {
	text-decoration: none;
	color: #767676;
	border-bottom: 1px solid #b40a01;
}

ol.commentlist a:hover, form#commentform a:hover {
	color: #fff;
}

/* Link Icons ============================================ */

#MainContent a {
	text-decoration: none;
	color: #767676;
	border-bottom: 1px solid #b40a01;
}

#MainContent a:hover {
	color: #fff;
}
	

a.Pop {
	padding-right: 12px;
	background: url(images/links/Pop.gif) center right no-repeat;
}

a.Pop:visited {
	background: url(images/links/PopVisited.gif) center right no-repeat;
}

a.External {
	padding-right: 12px;
	background: url(images/links/External.gif) center right no-repeat;
}

a.External:visited {
	background: url(images/links/ExternalVisited.gif) center right no-repeat;
}

a.Internal {
	padding-right: 12px;
	background: url(images/links/Internal.gif) center right no-repeat;
}

a.Internal:visited {
	background: url(images/links/InternalVisited.gif) center right no-repeat;
}

/* Search ================================================ */

#Search {
	padding: 26px 0 20px 12px;
}

#Search input#s {
	width: 224px;
	height: 18px;
	padding: 1px;
	border: 1px solid #929292;
	background: url(images/SearchBG.png);
	color: #929292;
}

#Search input.Button {
	vertical-align: middle;
}

/* Events ================================================ */

#Events {
	float: left;
	width: 275px;
	background: url(images/EventsBG.png) no-repeat;
	height: 382px;
}

#Events h3 {
	margin: 10px 0 0 8px;
}

#Events h3 a {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url(images/titles/Events.png) no-repeat;
}

#Events ul {
	list-style: none;
	margin: 0 2px 0 1px;
	padding: 0;
}

#Events li {
	margin: 0;
	padding: 5px 0 10px 0;
	border-top: 1px solid #353535;
	border-bottom: 1px solid #000;
	background: #1b0100 url(images/EventBG.png) repeat-x;
}

#Events dl {
	margin: 0 15px;
}

#Events dt a {
	text-decoration: none;
	color: #b40a01;
	font-size: 14px;
	background: url(images/props/Bullet.gif) 0 50% no-repeat;
	padding-left: 10px;
}

#Events dt a:hover {
	color: #fff;
}

#Events dd {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #fff;
}

#Events a.MoreLink {
	margin: 5px 10px;
}

h2.EventsTitle {
	width: 300px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/titles/Events.png) no-repeat;
}

#MainContent ul.ec3_events {
	list-style: none;
	margin: 0;
	padding: 0;
}

#MainContent ul.ec3_events ul {
	list-style: none;
}

#MainContent ul.ec3_events h4 {
	margin-bottom: 3px;
}

#MainContent ul.ec3_events h4 a {
	text-decoration: none;
	color: #b40a01;
}

#MainContent ul.ec3_events h4 a:hover {
	color: #fff;
}

#MainContent ul.ec3_events p {
	margin-top: 0;
}

/* Props ================================================= */

#Props {
	float: left;
	background: url(images/PropsBG.png) no-repeat;
	height: 382px;
	width: 275px;
	padding-top: 14px;
}

#Props h3 {
	margin: 10px 0 0 8px;
}

#Props h3 a {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url(images/titles/Props.png) no-repeat;
}

#Events p, #Props p {
	color: #767676;
	margin: 5px 15px 10px;
}

#Props a img {
	border: 0;
	margin: 5px 15px;
}

#Props ul li {
	padding: 2px;
	list-style-image: url(images/props/Bullet.gif);
}

#Props ul li a {
	color: #767676;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #b40a01;
	font-size: 14px;
}

#Props ul li a:visited {
	border-bottom: 1px solid #767676;
}

#Props ul li a:hover {
	color: #fff;
}

/* Recent Posts ================================================ */

#RecentPosts, #Comments {
	width: 438px;
	height: 386px;
	background: url(images/RecentBG.png) no-repeat;
	margin-left: 60px;
	padding: 0 25px;
}

#Comments {
	background: url(images/CommentsBG.png) no-repeat;
}

#RecentPosts h3, #Comments h3 {
	text-indent: -9999px;
	height: 45px;
}

#RecentPosts dl {
	margin: 5px 0 0;
	padding: 0;
}

#RecentPosts dt {
	padding: 5px 10px 0;
}

#RecentPosts dt a {
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: none;
}

#RecentPosts dt a:hover {
	color: #fff;
}

#RecentPosts dd {
	margin: 0;
	padding: 0 10px 8px;
	color: #000;
	font-size: 11px;
	background: url(images/RecentDivider.png) bottom left repeat-x;
}

#RecentPosts dd span.Comments {
	padding-left: 12px;
	background: url(images/CommentIconBlack.gif) 0 50% no-repeat;
}

#RecentPosts a.MoreLink {
	margin: 5px 10px;
	font-size: 12px;
}

/* Footer ====================================================== */

#Footer {
	background: #181818 url(images/FooterBG.png) repeat-x;
	clear: both;
}

#Footer h3 {
	margin: 0;
	padding: 0;
}

#Footer .Container {
	position: relative;
}

/* Twitter ===================================================== */

#SocialNetworks {
	width:425px;
	position: absolute;
	top: 55px;
	right: 50px;
}

#Twitter h3 a {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 100px;
	height: 25px;
	display: block;
	background: url(images/titles/Twitter.png) no-repeat;
	float: left;
}

#Twitter p.TwitterBlurb {
	font-size: 11px;
	color: #5f5f5f;
	float: left;
	width: 250px;
	margin: 0 0 0 10px;
}

#Twitter p.TwitterBlurb a {
	text-decoration: none;
	color: #a5a5a5;
}

#Twitter p.TwitterBlurb a:hover {
	color: #fff;
}

#Twitter p.Tweet {
	background: url(images/TwitterBG.png) no-repeat;
	font-size: 11px;
	padding: 20px 10px 10px;
	margin-top: 5px;
}

#Twitter p.Tweet a {
	color: #767676;
	text-decoration: none;
	border-bottom: 1px solid #b40a01;
}

#Twitter p.Tweet a:hover {
	color: #fff;
}

/* Flickr ===================================================== */

#Flickr {
	margin: 20px 0;
}

#Flickr h3 a {
	display: block;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 30px;
	height: 90px;
	background: url(images/titles/Flickr.png) no-repeat;
	float: left;
}

.falbum-thumbnail-nods {
	float: left;
	height: 90px;
	overflow: hidden;
}

.falbum-thumbnail-nods a img {
	border: 0;
	width: 110px;
	margin: 5px 10px;
}


#Flickr p {
	float: left;
	margin: 0;
	padding: 0;
}

#Flickr p a img {
	border: 0;
	width: 110px;
	margin: 0 10px;
}

/* You Tube ==================================================== */

#YouTube {
	margin: 30px 0;
}

#YouTube h3 a {
	display: block;
	text-indent: -9999px;
	width: 35px;
	height: 90px;
	background: url(images/titles/YouTube.png) no-repeat;
	float: left;
}

#YouTube p {
	float: left;
	margin: 0;
	padding: 0;
}

#YouTube p a img {
	border: 0;
	width: 110px;
	margin: 0 10px;
}

/* Archive ===================================================== */

h2.ArchiveTitle {
	width: 300px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/titles/Archive.png) no-repeat;
}

ul.Archive {
	margin: 0 0 0 15px;
	padding: 0;
}

ul.Archive li {
	list-style-image: url(images/props/Bullet.gif);
	margin: 0;
	padding: 5px 0;
}

ul.Archive li a {
	text-decoration: none;
	color: #b40a01;
	font-size: 14px;
}

ul.Archive li a span.Date {
	color: #7d7d7d;
	font-size: 12px;
}

ul.Archive li a:hover, ul.Archive li a:hover span.Date {
	color: #fff;
}

/* Search Results =========================================== */

h2.SearchResultsTitle {
	width: 300px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/titles/SearchResults.png) no-repeat;
}