/*  
Theme Name: LongRifle
Theme URI: http://blackbartscorner.com/
Description: A Remodified theme for Bart's Video Blog.
Version: 1.0
Author: Matthew Gowdy
Author URI: http://seerinteractive.com/
*/

/* Main Body Styles */
body {
	margin: 0;
	padding: 0;
	background-color: #444;
	color: #111;
	font-family: "Trebuchet MS", "Lucida Sans", "Arial", "Verdana", sans-serif;
	text-align: center;
	}
	
a img {
	border: 0;
	}	

a:link, a:visited {
	color: #222;
	text-decoration: none;
	}
	
a:hover {
	color: #880000;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	margin: 0px 0px 3px 0px;
	padding: 0;
	font-size: 18pt;
	}

h3 {
	margin: 0px 0px 3px 0px;
	padding: 0;
	font-size: 1.3em;
	}

/* Main Layout Styles */
#MainContainer {
	margin: 20px auto 0px auto;
	padding: 0;
	background: #444 url('images/MainBG.gif') top center repeat-y;
	width: 750px;
	}

#MainTop {
	margin: 0;
	padding: 0;
	background: url('images/MainTopBG.jpg') top center no-repeat;
	width: 750px;
	height: 125px;
	text-align: center;
	}
	
#MainFooter {
	margin: 0;
	padding: 0;
	background: url('images/MainBottomBG.jpg') bottom center no-repeat;
	width: 750px;
	height: 60px;
	clear: both;
	text-align: center;
	font-size: 10px;
	}
	
#InnerContainer {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 730px;
	text-align: center;
	}
	
#Content {
	margin: 0px 200px 0px 0px;
	padding: 5px 0px 5px 10px;
	text-align: justify;
	font-size: 12px;
	line-height: 1.6em;
	}

#SideBar {
	margin: 0px 10px 0px 0px;
	padding: 0;
	width: 170px;
	float: right;
	font-size: 12px;
	text-align: left;
	}
	
/* Custom SideBar Styles */
#SideBar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#SideBar ul, #SideBar ul ol {
	margin: 0;
	padding: 0;
	}

#SideBar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#SideBar ul p, #SideBar ul select {
	margin: 5px 0 8px;
	}

#SideBar ul ul, #SideBar ul ol {
	margin: 5px 0 0 10px;
	}

#SideBar ul ul ul, #SideBar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #SideBar ul ol li {
	list-style: decimal outside;
	}

#SideBar ul ul li, #SideBar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* Post Styles */
.Post {
	margin: 0px 0px 0px 5px;
	padding: 0;
	text-align: justify;
	line-height: 1.4em;
	}

.Post small {
	color: #555;
	}

.Entry {
	margin: 10px 5px 0px 5px;
	padding: 0;
	}
	
.PostMetaData {
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size: 10px;
	color: #444;
	text-align: center;
	}
	
.Navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.AlignLeft {
	float: left;
	}
	
.AlignRight {
	float: right;
	}
	
.AlignCenter {
	text-align: center;
	}
	
#MainFooter p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	color: #555;
	}
	
.PageTitle {
	text-size: 1.6em;
	text-align: center;
	margin-top: 20px;
	}
	
#TopBarShadow {
	margin: 0;
	padding:  0;
	background: #444 url('images/TopBarShadow.gif') top left repeat-x;
	height: 10px;
	}

/* Search Styles */
.SearchForm {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
	
.SearchForm input {
	background-color: #FFF;
	color: #222;
	border: 1px solid #222;
	}	

#SideBar .SearchForm #s {
	width: 115px;
	padding: 2px;
	}

#SideBar .SearchSubmit {
	padding: 1px;
	}
	
/* Comments Styles */
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* Video */
.flvplayer {
	margin-left: 10px;
	text-align: center;
	}