/*  
Theme Name: Brandon Hopkins
Theme URI: http://www.brandon-hopkins.com
Description: New theme for Brandon
Version: 1.0
Author: AfterHim Media
Author URI: http://www.afterhimmedia.com
*/


* {
	margin: 0;
	padding: 0;
	}
	
html { /* Force Vertical Scrollbar */
	height: 100.1%;
	margin-bottom: 0.1em;
	}
	
body {
	background-color: #000;
	font: 62.5% arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
	
h2 {
	font-size: 1.4em;
	}
	
h3, h4, h5, h6 {
	font-size: 1em;
	}

p,
ol,
ul {
	line-height: 140%;
	}

p {
	margin-bottom: 12px;
	}	
	
blockquote
	{
	width:380px;
	margin-left:40px;
	border-left:3px solid #f90;
	background-color:#ccc;	
	}

blockquote p 
	{
	padding: 10px 5px;
	}
		
img { 
	margin:  0 0 5px 10px;
	}

img.left {
	float: left;
	margin: 0 10px 10px 0px;
	}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	}	

/**********************
*   Image Links          *
***********************/
	
img a:link {
	border: 0;
	}	

/**********************
*   Generic Links          *
***********************/
	
a {
	outline: none;
	}
	
a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/	
	
#outline {
	width: 950px;
	background-color: blue;
	margin: 0 auto;
	background: #fff url(images/outline_bg.gif) repeat-y top center; 
	font-size: 1.3em;
	}	

/**********************
*   Header            *
***********************/

#headerhome {
	width: 950px;
	height: 150px;
	background: transparent url(images/logo_home.jpg) no-repeat top left;	
	}
	
#header{
	width: 950px;
	height: 150px;
	background: transparent url(images/logo.jpg) no-repeat top left;	
	}	

#header h1, #headerhome h1 {
	text-indent: -3333px;
	}
	
/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 506px;
	background-color: #fff;
	}

.pages {
	width: 486px;
	padding: 20px 0 20px 20px;
	}

.page-title h2.page-title-border {
	padding: 20px 0 0 20px;
	font-size: 1.6em;
	color: #000;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	width: 465px;
	padding: 20px 20px 0px 20px;	
	}

.postmeta{
	margin: 5px 0 15px 0;
	font-size: .9em;
	color: #f90;
	text-decoration: none;
	}

.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
	
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
	
.post-filed {
	padding: 0 0 0 0px;
	}

/**********************
*   Blog Entry Metadata Links          *
***********************/
.postmeta a {
	margin: 5px 0 15px 0;
	font-size: 1em;
	color: #f90;
	text-decoration: none;
	}
	
/**********************
*   Comments          *
***********************/

.comment-meta {
	color: #2f63b3;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#commentlist li {
	padding: 10px 25px 0 0;
	border-bottom: 1px solid #eee;
	background: #fafafa url(images/comment_bg.gif) repeat-y 0 0;
	}
	
.alt {
	background-color: #fff !important;
	background-image: none !important;
	}
			
h2#postcomment {
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
	background: transparent url(images/separator1.gif) repeat-x center bottom;
	}

.comments-num {
	padding: 0 0 10px 0;
	background: transparent url(images/separator1.gif) repeat-x center bottom;
	}
	
.postcomment textarea#comment {
	font: 100% arial, helvetica, Sans-Serif;
	width: 99% !important;
	height: 200px;
	}	

.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 99% !important;
	height: 18px;
	}

div.postcomment input#submit {
	width: 60px;
	height: 24px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin-bottom: 10px;
	border: 0;	
	background: url(images/submit.gif) no-repeat center top;
	}

/**********************
*   Video           *
***********************/

#video {
	color: #454545;
	width: 507px;
	text-align: center;
	border-bottom: 1px dashed #999;
	background: #ccc url(images/preview_bg.jpg) no-repeat 0px 192px;
	}

#video h2 {
	display: block;
	text-indent: 10px;		
	text-align: left;
	margin-left: 40px;
	padding: 20px 0 10px 3px;
	background: url(images/bullet1.gif) no-repeat 0px 27px;
	font-size: 1.25em;
	}

#video ul {
	list-style-type: none;
	}

p.viddesc {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 120%;
	margin-bottom: 1em;
	}
	
/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 444px;
	position: relative;
	top: -150px; 
	margin-left: -1px;
	}

#sidebar h2 {
	text-indent: 10px;	
	color: #fff;
	margin: 15px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/bullet1.gif) no-repeat left;
	font-size: 1.25em;
	}
	
#sidebar ul {
	list-style-type: none;
	}

#sidebar .rssfeeds {
	height: 90px;
	background: transparent url(images/feeds.gif) no-repeat right bottom;
	}	

.rssfeeds a.rss  {
	padding: 0 0 0 20px;
	background: transparent url(images/icon_rss.gif) no-repeat 3px 2px;
	}	

.socialtools img  {
	border: 1px solid #edf2ff;
	}	

#sidebar ul ul{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background: #ff9c00 url(images/list_bg.jpg) no-repeat top right;		
	}

#sidebar ul li ul li {
	text-align: left;
	margin: 0;
	padding-left: 30px;
	background: url(images/bullet2.gif) no-repeat 12px 6px;
	}

ul#navbar {
	width: 186px;
	background: url(images/navline.gif) bottom center no-repeat;
	margin-bottom: 20px;
	}

ul#navbar li{
	text-align: center;
	background: url(images/navline.gif) top center no-repeat;
	}

#navbar a {
	display: block;
	height: 23px;
	font-size: 90%;
	padding-top: 6px;
	}

.textwidget {
	text-align: center;
	}

.textwidget p {
	line-height: 125%;
	text-align: justify;
	}

#searchform {
	text-align: center;
	}
	
input#s {
	width: 214px;
	height: 18px;
	margin-bottom: 10px;
	}	

#sidebar_r input#submit {
	width: 70px;
	height: 25px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin-bottom: 10px;
	border: 0;	
	background: url(images/search.gif) no-repeat center top;
	}	
	
/**********************
*   Sidebar Left          *
***********************/	
#sidebar_l {
	width: 186px;
	color: #292929;
	background: transparent url(images/sidebar_l_bg.jpg) top right no-repeat;	
	padding: 120px 10px 10px 10px;
	float: left;
	}	

/**********************
*   Sidebar (Left) Links          *
***********************/
	
#sidebar_l a:link, #sidebar_l a:visited  {
	color: #fff;
	text-decoration: none;
	}

#sidebar_l a:hover, #sidebar_l a:active {
	color: #fff;
	text-decoration: underline;
	}
	
/**********************
*   Sidebar Right          *
***********************/	
#sidebar_r {
	width: 218px;
	color: #fff;
	background: transparent url(images/sidebar_r_bg.jpg) top left no-repeat;	
	padding: 10px;
	float: right;
	}	
	
/**********************
*   Sidebar (Right) Links          *
***********************/
	
#sidebar_r a:link, #sidebar_r a:visited  {
	color: #f90;
	text-decoration: none;
	}

#sidebar_r a:hover, #sidebar_r a:active {
	color: #f90;
	text-decoration: underline;
	}
	
/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	width: 950px;
	background: #2d2d2d url(images/bottom_bg.gif) no-repeat;		
	border-top: 5px solid #f90;	
	color: #fff;	
	float: left;
	}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 290px;
	padding: 20px 0 20px 20px;
	float: left;
	}

#bottom h2 {
	margin: 0 0 10px 0;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	}

#bottom h2 span {
	color: #f90;
	}

#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}

#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	}

/**********************
*   Bottom Links          *
***********************/
	
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}

#bottom ul li a:hover {
	background: #191919;
	}
	
/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 67px;
	clear: both;
	background: #000 url(images/footer_bg.gif) repeat-x;		
	border-top: 1px solid #000;
	color: #f90;
	}	

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer p {
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 0.85em;
	}

/**********************
*   Footer Links          *
***********************/
	
#footer p a:link,
#footer p a:visited {
	color: #aaa;
	}
	
#footer p a:hover {
	color: #fff;
	}
	
#footer p a:active {
	color: #9ad202;
	}
