/*
Bullz-Eye Blog
Designed: 12/2009
*/

@import url("http://www.bullz-eye.com/css/insert_header_nav_standard.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	/*font-style: inherit;*/
	vertical-align: baseline;
}

* { 
	padding: 0; 
	margin: 0; 
}


.related_post {
	list-style-type:none;
}


#main h1 {
	font-size:16px;
}

#main h2 {
	font-size:16px;
	margin:30px 0 0 0;
}

#main h4 {
	font-size:14px;
	margin:30px 0 0 0;
	font-weight:bold;
}

#main h4_padded45 {
	font-size:14px;
	margin:45px 0 0 0;
	font-weight:bold;
}

body {
    font: normal 12px Arial, Verdana, sans-serif;
    color: #000; 
	background:url(images/bck_body.gif) top center;
	padding:0;
	margin:0;
	line-height: 1.3em;
	text-align:center;
	background-position: top center;
	overflow-x:hidden;
}


/**********************************************************************/
	/*  BACKGROUND WRAPPER														*/
/**********************************************************************/

#background_wrapper {
	margin:0 auto;
	background:url(images/header_wrapper.jpg) no-repeat top center;
	position: relative;
   	width: 100%;
   	height: 211px;
	min-height: 211px;
   	background-color: #000;
	background-repeat:no-repeat;
	background-position:50% 0;
	text-align:center;
	/*z-index:-1;*/
	/*background-attachment:fixed;*/
}

#background_wrapper_image a {
	width:1600px;
	height:270px;
	display:block;
	margin:0 auto;
	text-decoration:none;
	background:red;
}

#background_wrapper_image a span {
	visibility:hidden;
}


/**********************************************************************/
/*  HEADER																		*/
/**********************************************************************/

#header {
	text-align:center;
	margin:0 auto;
	width:1000px;
	height:180px;
	position:relative;
}

/*#header_img {
	width:1000px;
	height:219px;
	margin:0 auto;
	position: relative;
}*/

#header_ad {
	width:728px;
	height:90px;
	position: absolute;
	right:12px;
	bottom:2px;
}

/**********************************************************************/
/*  TICKER																		*/
/**********************************************************************/

#ticker {
	//margin:0 auto;
	padding:0 0 0 0;  
	margin:0 0 0 -1; 
	background-color:#000;

}


  
#post-ticker {    
	height:30px;
	background-color:#282828;
	//padding:3px 3px 3px 3px;    
	padding:0 0 0 0;  
	margin:-1 0 -1 0; 
	font-weight:bold; 
	border:solid 1px #131313;
	//width:100%;
	width:1000px;
	background:url(/wp-content/themes/BE_Blog/images/ticker-bg.jpg) no-repeat;


}   
  
#post-ticker a {
	text-decoration:none;
	font-weight:bold; 
	color:#ccc;
	font-size:12px;
}   
#post-ticker img { border: 2px solid #FFFFFF; }   
  
#post-ticker .title {   
	text-align:center;   
	font-size:14px;   
	font-weight:bold;   
	padding:5px;   
}   

.li-tick-2 {
	display:none;
}

.newsticker-jcarousellite { width:100%;margin:8px 0 0 0;padding:0 0 0 0; }  
.newsticker-jcarousellite ul li{ list-style:none; padding-bottom:1px; margin-bottom:1px; }   
//.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:1px; } 
.newsticker-jcarousellite .thumbnail { float:left; width:100%; }   
.newsticker-jcarousellite .info { float:rightright; width:100%; }   
.newsticker-jcarousellite .info span.cat { font-size:12px; color:#6699CC; }


/**********************************************************************/
	/*  WRAPPER																	*/
/**********************************************************************/

#wrapper {
	margin:0 auto;
	width:1000px;
	background:url(images/wrapper_main.gif);
	text-align:left;
}


/**********************************************************************/
/*  LEFT NAV																	*/
/**********************************************************************/

#left_nav {
	width:178px;
	float:left;
	padding:8px 0 60px 0;
}

#new_updated {
	margin:0 auto;
	background:#fff;
	border-bottom:4px solid #ddd;
	padding:4px;
	width:154px;
	margin-bottom:12px;
}

#new_updated ul {
	list-style:none;
}

#new_updated li {
	margin-bottom:3px;
}

#new_updated ul a, #new_updated ul a:visited {
	color:#557092;
	text-decoration: none;
	line-height: 1.3em;
	display:block;
	height:1%;
	border-bottom:1px dotted #e5e5e5;
}

#new_updated ul a:hover {
	color:#000;
	text-decoration:none;
	background-color:#eff6ff;
	border-bottom:1px dotted #cc6000;
}


#left_nav .text_block {
	margin:0 auto;
	background:#000;
	border-bottom:4px solid #3c4556;
	padding:4px 5px;
	width:154px;
	margin-bottom:18px;
}

#left_nav .text_block ul {
	list-style:none;
}

#left_nav .text_block li {
	margin-bottom:3px;
	/*padding-left:15px;
	background: url(/images/left-navs/home/orange_bullet.jpg) no-repeat center left;*/
}

#left_nav .text_block ul a, #left_nav .text_block ul a:visited {
	color:#c6e2ff;
	text-decoration: none;
	line-height: 1.3em;
	display:block;
	height:1%;
	border-bottom:1px solid #333;
}

#left_nav .text_block ul a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#282e39;
	border-bottom:1px dotted #333;
}

#left_nav .skyscraper {
	text-align:center;
	margin-bottom:18px;
}


/**********************************************************************/
/*  RIGHT SIDEBAR																*/
/**********************************************************************/

#right_sidebar {
	width:320px;
	float:left;
	padding-bottom:60px;
	position:relative;
}

#right_sidebar .ad_300x250 {
	width:300px;
	/*height:250px;*/
	padding-left:9px;
	margin-bottom:12px;
}

.content_cubes_top {
	margin-bottom:12px;
}

.content_cubes_top .left {
	padding:2px;
	border:1px solid #ddd;
	float:left;
}

.content_cubes_top .right {
	padding:2px;
	border:1px solid #ddd;
	float:right;
}

#rightcolumn1 {
	width: 148px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-left:7px;
}

#rightcolumn1 li, #rightcolumn2 li {
	list-style:none;
}

#rightcolumn1 h2 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	color: #596878;
	font-size: 1.1em;
}

#rightcolumn2 {
	width: 148px;
	float: left;
	padding-left:8px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#rightcolumn2 h2 {
	background: url(images/navgradient.jpg) repeat-x; 
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	color: #596878;
	font-size: 1.1em;
}

#rightcolumn1 p, #rightcolumn2 p {
	margin: 5px;
}

#rightcolumn1 a, #rightcolumn2 a, #rightcolumn1 a:visited, #rightcolumn2 a:visited, #rightcolumn1 a:hover, #rightcolumn2 a:hover {
	color:#999;
	font-weight:normal;
	font-size:11px;
}

.nav_block_2 {
	background-color:#222;
	padding:2px 5px;
	border:1px solid #555;
	line-height: 1.2em;
	color:#899ab1;
	font-weight:bold;
	font-size:11px;
}

.nav_block_2_shell {
	border:4px solid #333;
	margin:4px 0 15px 0;
}

.nav_block_2 li {
	margin:5px 0;
}

.nav_block_3 {
	background-color:#fff;
	margin:4px 0 15px 0;
	padding:2px 5px;
	border:4px solid #c4c4c4;
	line-height: 1.2em;
}

#right_sidebar .nav_block_3 ul a, #right_sidebar .nav_block_3 ul a:visited {
	color: #000;   
	text-decoration: none;
	display:block;
	height:1%;
}

#right_sidebar .nav_block_3 ul a:hover {
	background:#e4e4e4;
	color:#000;
}

.nav_block_3 li {
	margin:3px 0;
}

.nav_block_3_small {
	background-color:#fff;
	margin:4px 0 15px 0;
	padding:2px;
	border:3px solid #c4c4c4;
	line-height: 1.2em;
}

#right_sidebar .nav_block_3_small a, #right_sidebar .nav_block_3_small a:visited {
	color:#990000;
}

.nav_block_cloud {
	margin:4px 0 15px 0;
	background-color:#fff;
	line-height:1.2em;
	padding:5px;
	border:5px solid #c4c4c4;
	text-align:center;
	height:250px;
}

.nav_block_cloud a {			/* added by Casey */
	text-decoration:none;
	color: #3c3c5c; 
	font-weight: bold;
	line-height:1.2em;
}

.nav_block_cloud a:hover {			/* added by Casey */ 
	color: #66667d; 
	border-bottom:1px dotted #8c7c48;
	/* line-height:1.2em; */
}

.content_feed_01 {
	width:250px;
	margin:10px 0 15px 0;
	text-align:left;
	line-height:1.3em;
}

.adblade_block {
	padding-left:9px;
	margin-bottom:17px;
}


/* BE ENTERTAINMENT */

.be_ent {
	margin:0 0 25px 4px;
	width:300px;
}

.content_table {
	margin:0;
	line-height:1.0em;
} 

#right_sidebar .title_link a, #right_sidebar .title_link a:visited, #right_sidebar .title_link a:hover {
	font-size: 11px;
	font-weight:bold;
	color: #8a96ae;
	display:block;
	margin-bottom:1px;
}

#right_sidebar .rnav_plug a, #right_sidebar .rnav_plug a:visited {
	font-size: 10px;
	color: #ddd;
	text-decoration:underline;
	font-weight:normal;
}

#right_sidebar .rnav_plug a:hover {
	color:#fff;
}

#right_sidebar .content_block_right, #right_sidebar .content_block_left {
	border: 1px solid #4a4a4a;
	background-color: #333;
	padding:3px;
	font-size: 10px;
	color:#ccc;
}

#right_sidebar .content_block_left {
	margin: 2px 2px 2px 4px;
}

#right_sidebar .content_block_right {
	margin: 2px 4px 2px 2px;
}

#right_sidebar .content_block_right img, #right_sidebar .content_block_left img {
	display:block;
	border:1px solid black;
	margin-bottom:1px;
}


/* INTERNAL RN PLUGS */

.internal_rn_plug_block {
	background-color:#222;
	padding:4px;
	margin:10px 0 0 0;
}

.internal_rn_plug_block .head {
	letter-spacing:.8em;
	color:#646464;
	font-size:10px;
	font-weight:900;
	text-align:center;
	padding-bottom:3px;
}

#right_sidebar .prompt_link {
	letter-spacing:.1em;
	color:#777;
	font-size:10px;
	font-weight:900;
	text-align:right;
	padding:2px 4px;
	margin:0 0 15px 0;
	background-color:#000;
	border-bottom:3px solid #222;
}

#right_sidebar .prompt_link a, #right_sidebar .prompt_link a:visited {
	color:#777;
	text-decoration:none;
}

#right_sidebar .prompt_link a:hover {
	color:#aaa;
	text-decoration:none;
}

.internal_rn_plug_block .entry {
	margin:0;
	font-size:11px;
	color:#bbb;
	margin-top:5px;
}

#right_sidebar .internal_rn_plug_block .entry a, #right_sidebar .internal_rn_plug_block .entry a:visited {
	color:#999;
}

#right_sidebar .internal_rn_plug_block .entry a:hover {
	color:#aaa;
}

.internal_rn_plug_block .entry img.thumb {
	padding:2px;
	border:1px solid #555;
	margin:0 4px 0 0;
	float:left;
}

.internal_rn_plug_block .entry iframe {
	padding:2px;
	border:1px solid #555;
	margin:0 4px 0 0;
	float:left;
}

#right_sidebar .internal_rn_plug_block .entry p.headline {
	margin:0 0 3px 0;
	font-size:14px;
}

#right_sidebar .internal_rn_plug_block .entry p.headline a, #right_sidebar .internal_rn_plug_block .entry p.headline a:visited {
	font-size:14px;
	color:#889db3;
	text-decoration:none;
	font-weight:bold;
}

#right_sidebar .internal_rn_plug_block .entry p.headline a:hover {
	color:#99b0c9;
}

/* search box */
#s { 
	margin-top:2px;
	margin-bottom:2px; 
	width:134px;  
}

#searchsubmit {
	width:52px;	
}

/**********************************************************************/
/*  MAIN		                  											  */
/**********************************************************************/

#main {
	/*border: 1px solid #ccc;*/
	width: expression( document.body.clientWidth > 476 ? "477px" : "auto" );   /* sets max-width for IE */
	background: #fff;
	font-size:12px;
	width:477px;
	padding:10px 12px 60px 12px;
	float: left;
	text-align:left;
	color:#000;
	line-height:1.4em;
}

#main a, #main a:visited {
	color:#000;
	text-decoration:underline;
}

#main p {
	margin: 13px 0;
}

#main p.title {
	margin:0 0 2px 0;
	line-height:1.6em;
}

#main p.title a, #main p.title a:visited {
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#main p.title a:hover {
	color:#000;
}

#main p.byline {
	font-size:10px;
	margin:0 0 20px 0;
	color:#5273a9;
}

#main .post_info {
	text-align:right;
	margin-top:15px;
	font-size:11px;
	line-height:1.3em;
	/*background-color:#fafafa;
	padding:5px;*/
}

#main .post_info p.comments, #main .post_info p.posted {
	margin:1px 0;
}

#main .post_info p.comments a, #main .post_info p.comments a:visited {
	color: #a74500;
	font-weight:bold;
	text-decoration:none;
}

#main .post_info p.comments a:hover {
	color: #c45100;
}

#main .post_info p.posted a, #main .post_info p.posted a:visited, #main .post_info p.posted a:hover {
	color: #000;
	text-decoration:underline;
}

#main .post_info p.buttons {
	margin:7px 0 0 0;
}

.posted_tag {
	font-weight:900;
}

blockquote {  
	padding-left:6px;
	margin:5px 0 5px 28px;
	display:block; 
	border-left:solid 5px #ccc;
	color: #505050;
}

.spacer {
	border-bottom:5px solid #f0f0f0;
	margin:25px 0 30px 0;
}

/* commented out for replacement css below to directly style image
.photo_right {
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	margin: 4px 0 4px 8px;
}

.photo_left {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	margin: 4px 8px 4px 0;
}

.photo_right img, .photo_left img {
	display: block;
	border: 1px solid #aeaeae;
}

*/

.photo_right {
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 4px 0 4px 8px;
	/*display: block;*/
}

.photo_left {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 4px 8px 4px 0;
	/*display: block;*/
}

.photo_right_noborder {
	float: right;
	margin: 4px 0 4px 8px;
	/*display: block;*/
}

.photo_left_noborder {
	float: left;
	margin: 4px 8px 4px 0;
	/*display: block;*/
}

.photo_right img, .photo_left img {
	display: block;
	border: 1px solid #aeaeae;
}

#main p.photo_center {
	text-align:center;
}

.social_bookmarking {
	margin:0;
	text-align:center;
}

.social_bookmarking img {
	margin-left:1px;
}

.gillette_badge_post {
	float:right;
	width:160px;
	height:135px;
	margin:0 0 10px 10px;
}

.subhead_block_black01 {
	background-color:#000;
	color:#fff;
	padding:8px;
	font-size:15px;
	font-weight:bold;
	margin:35px 0 20px 0;
}

#main .subhead_block_black01 a, #main .subhead_block_black01 a:visited {
	color:#ccc;
	text-decoration:none;
}

#main .subhead_block_black01 a:hover {
	color:#9fb6cb;
	text-decoration:none;
}

.subhead_block_black01 {
	background-color:#000;
	color:#fff;
	padding:8px;
	font-size:15px;
	font-weight:bold;
	margin:35px 0 20px 0;
}

#content .subhead_block_black01 a, #content .subhead_block_black01 a:visited {
	color:#ccc;
	text-decoration:none;
}

#content .subhead_block_black01 a:hover {
	color:#9fb6cb;
	text-decoration:none;
}


/**********************************************************************/
/*  COMMENTS		                  											  */
/**********************************************************************/

#comment_block {
	margin:30px 0 30px 0;
}

#main p.comment_status {
	font-size:13px;
	font-weight:bold;
	margin:45px 0 30px 8px;
}

.comment_count {
	font-size:13px;
	font-weight:bold;
	color:#990000;
}

#main p.comment_prompt {
	font-size:13px;
	font-weight:bold;
	margin:30px 0 10px 8px;
}

/* below comment css added by Casey */

#main .comment-list {
	margin: 0 8px;
	padding: 0px 10px 0px 10px;
	color: #000000;
	list-style-type: none; 
	text-align: justify;
}


.top {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background-color:#f8f8f8;
	padding: 10px;
	font-size:11px;
}

.alt {
	border-bottom:solid 1px #ccc;
	background-color:#f8f8f8;
	padding: 10px;
	font-size:11px;
}

.alt2 {
	border-bottom:solid 1px #ccc;
	background-color:#eee;
	padding: 10px;
	font-size:11px;
}

#main .comment-list li .comment-cite {
	font-weight:bold;
	font-size:12px;
	margin-bottom:12px;
}

#main .comment-list li p {
	padding: 0px;
	margin: 8px 0px 0px 0px;
}

#main .comment-list li p a {
	white-space: normal;
	word-wrap: break-word;
}

.comment-link {
	text-align:right;
	margin-top:10px;
}

#main .comment-link a, #main .comment-link a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#000066;
}

#main .comment-link a:hover {
	color:#900000;
	text-decoration:underline;
}


/* ----------------------------- Comment Form ------------------------------- */
h2#postcomment {
 background: #FFFFFF url(images/comments.gif) no-repeat center top; 
 margin: 40px 0px 0px 0px;
 padding: 0 0 20px 10px;
}


#commentform {
/* background: #f5f6f7; */
 padding: 1px 8px;
 margin-top: 0px;
 margin-bottom: 0px;
}


#commentboxes {
 width: 200px;
 float: left;
 color: #7b7b7b;
 font-size: 0.9em;
}


p.instructions {
 margin: 14px 0 0 200px;
 color: #7b7b7b;
 font-size: 0.9em;
 text-align: justify;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #d5d7db;
 padding-left: 15px;
 position: relative;
}


#inputbox {
 clear: both;
 color: #7b7b7b;
 font-size: 0.9em;
}


#button{
 padding-top: 0.5em;
}


#commentsbottom {
 background: #FFFFFF url(images/commentsdown.gif) no-repeat center top; 
 margin: 0;
 padding: 0;
 height: 22px;
}


/**********************************************************************/
/*  FOOTER - STANDARD																	*/
/**********************************************************************/

#footer_divider {
	margin:0 auto;
	width:960px;
	background:url(images/footer.jpg) no-repeat top center;
	/*border-top:8px solid #6a88ab;
	border-bottom:2px solid #888;*/
	background-color:#333;
	height:28px;
	padding:17px 30px 0 10px;
	text-align:right;
	vertical-align:text-bottom;
	color:#bbb;
	font-weight:bold;
	/*border-bottom:35px solid #333;*/
}

#footer {
	margin:0 auto;
	background:#000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	width:996px;
}

#footer_links {
	margin:0 auto;
	/*width:972px;*/
	background:#000;
	padding:20px 8px 25px 8px;
}

#footer_links .table {
	width:900px;
	margin:0 auto;
	background:url(images/logo_internal_mat_black.jpg) no-repeat;
	background-color:#000;
	background-position:100% 100%
}

#footer_links .table td {
	vertical-align:top;
	padding:0 6px;
	/*border-right:1px solid #fff;*/
}

#footer_links .text_head {
	margin:0 0 5px 0;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

#footer_links ul {
	list-style:none;
	margin-top:4px;
	margin-bottom:15px;
	text-align:left;
}

#footer_links li {
	margin-bottom:3px;
	overflow:visible;
}

#footer_links ul a, #footer ul a:visited {
	color:#b1caeb;
	font-size:11px;
	text-decoration: none;
	line-height: 1.3em;
	display:block;
	height:1%;
}

#footer_links ul a:hover {
	color:#fff;
	text-decoration:none;
}

/* temp fotoglif css to correct bad formatting */
#mainImage {
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	display:block;
	clear:both;
}

.entry div div {
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	display:block;
	clear:both;
	width:100%;
}
.entry div div a{
	text-align:center;
}

.entry div div img{
	text-align:left;
}

.blog_entry_subhead_black {
	background-color:#d5d5d5;
	padding:4px 0 4px 6px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:35px 0 15px 0;
}

