@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c6471;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-image:url('../images/body_bg2.jpg');
	background-repeat:repeat-x;
	background-color: #b2dbfd;
}

#media_player {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c6471;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-image:url('../images/body_bg2.jpg');
	background-repeat:repeat-x;
	background-color: #b2dbfd;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
}

#landing2 h1 {
	margin: 12px 0 20px;
	font-style:italic;
	color:#FFF;
}

h2 {
     font-size:18px;
     color:#bf2531;
     padding-bottom:10px;
}

p {
	padding-bottom:10px;
	line-height:120%;
}
ul {
	padding-left:15px;
	padding-bottom:10px;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags
------------------------------------- */

#wrapper {
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
}

#header{
	width: 971px;
	height:77px;
	background-image:url('../images/top_swooth2.jpg');
	background-repeat:no-repeat;
}
#logo {
	width:487px;
	height:55px;
	padding:10px 0px 0px 38px;
}

#page {
	position:relative;
	float:left;
	width:904px;
	background-color:#fff;
	margin:0px 34px 0px 34px;
}
#main_nav {
	float:left;
	height:42px;
	position:relative;
	width:904px;
	z-index:5000;
}
#main_nav #menu {
	float:left;
	height:42px;
	padding: 0;
	position:relative;
	width:608px;
z-index:5000;
}

#main_nav #menu li {
	background:url("../images/menu_divider.jpg") no-repeat left bottom;
	display: inline;
	padding-left:15px;
	font-size:13px;
	color:#5c6471;
	height:42px;
	margin-top:0;
	padding:0;
	float: left;
} 
#main_nav #menu li .here {
	text-decoration:none;
	color:#bf2531;
}
#main_nav #menu li a{
	text-decoration:none;
	color:#5c6471;
	height:30px;
	padding:12px 9px 0 10px;
	display:block;
}
#main_nav #menu li a:hover{
	text-decoration:none;
	color:#bf2531;
}
#main_nav #menu #home {
	background: none;
	padding-left: 5px;
}
#red_btn {
	position:relative;
	float:right;
	width:296px;
	height:57px;
	margin-top:-14px;
	z-index:20;
}
#main_flash{
	position:absolute;
	width:971px;
	height:341px;
	top:110px;
	background-image:url('../images/flash_bg_boxes_16x9_971.png');
	background-repeat:no-repeat;
	z-index:10;
}
#flash_container{
	position:relative;
	float:left;
	height:298px;
	width:947px;
	margin:21px 12px 20px 12px;
}

#landing2 #flash_container {
	float:left;
	height:340px;
	margin:132px 27px 0;
	width:947px;
}

#video {
	position:relative;
	float:left;
	margin-right:14px;
 }
#vid_area{
position:relative;
float:left;
width:530px;
height:298px;

}


#rotateMod {
width:530px;
height:298px;

}

.secondary #main_flash {
	height:213px;
	background-image:url('../images/flash_bg_boxes_short.png');
	background-repeat:no-repeat;
}
.secondary #flash_container{
	height:170px;
}

#flash_img {
	position:relative;
	float:left;
	margin-right:14px;
 }
.secondary #flash_img {
	background-image:url('../images/still_issues.jpg');
	background-repeat:no-repeat;
               width:588px;
                height:172px;
}
#news #flash_img {
	background-image:url('../images/still_news.jpg');
	background-repeat:no-repeat;
}
#blog #flash_img {
	background-image:url('../images/still_blog.jpg');
	background-repeat:no-repeat;
}
#issues #flash_img {
	background-image:url('../images/still_issues.jpg');
	background-repeat:no-repeat;
}
#meet-keith #flash_img {
	background-image:url('../images/still_meet_keith.jpg');
	background-repeat:no-repeat;
}
#contact #flash_img {
	background-image:url('../images/still_contact.jpg');
	background-repeat:no-repeat;

}
#volunteer #flash_img {
	background-image:url('../images/still_volunteer.jpg');
	background-repeat:no-repeat;
}

#action #flash_img {
	background-image:url('../images/action/fimian_wg_header.jpg');
	background-repeat:no-repeat;
}

#featured_link {
	position:relative;
	float:left;
	width:345px;
}

#landing2 #featured_link {
	height: 340px;
	width: 403px;
}

#signup {
	width:385px;
	height:105px;
	background-image:url('../images/tall_shadow_box2.jpg');
	background-repeat:no-repeat;
	margin-top:6px;
	margin-bottom:6px;
	padding:6px 8px 0px 10px;
}
.secondary #signup {
	width:327px;
	background-image:url('../images/tall_shadow_box.jpg');
}
#signup .blue {

	background-color:#badff3;
	border:1px solid #97a9b9;
	font-size:14px;
	color:#326e96;
	padding:2px 0px 2px 4px;
	margin-bottom:3px;
	margin-right:3px;
	margin-left:3px;
	width:140px;
}
#landing #signup .blue, #contribute #signup .blue {
	padding:5px 0px 5px 8px;
	height:18px;
	width:172px;
}

#landing2 #signup .blue {
	width: 185px;
	height:20px;
	margin:3px;
}

#homepage #signup .blue {
	width:176px;
}

#signup #submit_btn {
	float:right;
	width:80px;
	height:31px;
	margin-right:10px;
	background:url('../images/submit_btn.jpg')  no-repeat scroll 0px 0px;
	border:none;
	cursor: pointer;
        margin-top:-12px

}
#stay_connected {
	width:403px;
	height:38px;
	background-image:url('../images/short_shadow_box2.jpg');
	background-repeat:no-repeat;
	margin-top:5px;
	padding-top:18px;
	padding-left:20px;
}
.secondary #stay_connected {
	background-image:url("../images/short_shadow_box_sm.jpg");
	background-repeat:no-repeat;
	height:51px;
	margin-left:-2px;
	margin-top:-10px;
	padding-left:0;
	width:330px;
}
.cnt_btns {
	padding-left:10px;
}
.secondary .cnt_btns {
	padding-left:5px;
}
#content {
	position:relative;
	float:left;
	margin-top:341px;
}
.secondary #content {
	margin-top:213px;
}
#content_left {
	float: left;
	width: 571px;
}
#content_left_text {
	padding:5px 15px 15px 25px;

}
#content_right {
	float: right;
	width: 333px;
}
#right_btns {
	width:312px;
	margin:0px 10px 0px 10px;
}
#shadow_divider {
	width:312px;
	height:11px;
	background-image:url('../images/shadow_divider.jpg');
	background-repeat:no-repeat;
}
.btn_left {
	position:relative;
	float:left;
	display:block;
	margin-right:3px;
}
#twitter_feed {
	background-image:url('../images/right_short_box.jpg');
	background-repeat:no-repeat;
	width:302px;
	height:200px;
	margin:12px 10px 0px 10px;
       padding-left:10px;
}
#latest_news {
	background-image:url('../images/right_long_box.jpg');
	background-repeat:no-repeat;
	width:302px;
	height:208px;
	margin:0px 10px 0px 10px;
       padding-left:10px;
}
#categories {
	background-image:url('../images/Fimian-RRbox-blogcategories.jpg');
	background-repeat:no-repeat;
	width:283px;
	min-height:79px;
	margin:10px 10px 0px 10px;
        padding:60px 14px 10px 14px;

}
#monthly {
	background-image:url('../images/Fimian-RRbox-monthly.jpg');
	background-repeat:no-repeat;
	width:283px;
	min-height:79px;
	margin:0px 10px 0px 10px;
        padding:60px 14px 10px 14px;

}
#recent_entries {
	background-image:url('../images/Fimian-RRbox-recententries.jpg');
	background-repeat:no-repeat;
	width:283px;
	min-height:79px;
	margin:0px 10px 0px 10px;
       padding:60px 14px 10px 14px;
}

#blogroll {
	background: #fff url("../images/blogroll.jpg") no-repeat scroll 0 0;
	width:283px;
	min-height:79px;
	margin:0px 10px 0px 10px;
    padding:60px 14px 10px 14px;
}
	
#blogroll .buttonslink {
	padding: 0 20px 10px 20px;
}

#rss_feed {
	background-image:url('../images/Fimian-RRbox-RSSFeed.jpg');
	background-repeat:no-repeat;
	width:283px;
	min-height:79px;
	margin:0px 10px 0px 10px;
        padding:60px 14px 10px 14px;
}
#blog_f_wrapper a, .right_item_text a{
	text-decoration:none;
	color:#395270;
}
#blog_f_wrapper a:hover, .right_item_text a:hover {
	color:#bf2531;
}
.right_item_title {
	position:relative;
	float:left;        
	display:block;
	margin:13px 0px 0px 13px;
}

.right_item_text {
	position:relative;
	float:left;   
	padding:30px 0px 0px 13px;    
        width:200px;
}

#footer {
	position:relative;
	float:left;
	width:904px;
	text-align: center;
	margin-top:17px;
	
}
#footer ul li {
	display: inline;
	padding-left:10px;
	color:#395270;
	padding-top:17px;
}
#footer p {
	color:#395270;
}
#footer ul li a{
	text-decoration:none;
	color:#395270;
}
#footer ul li a:hover {
	color:#bf2531;
}
#footer ul {
	padding-bottom:0px;
}

/* -------------------------------------
END: Main Structure Tags
------------------------------------- */
.gray_bg {
 	background-color:#efefef;
	padding:10px 10px 0px 10px;   
}
#content_left_text a {
	color: #5c6471;

}

#content_left_text h2 a {
	text-decoration:none;
       color:#bf2531;
}

body#landing, body#landing2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01132f;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-image:url('../images/body_bg_landing.jpg');
	background-repeat:repeat-x;
	background-color: #b2dbfd;
}

body#landing2 {
	background-color: #01132f;
	background-image:url('../images/body_bg_landing2.jpg');
}

body#contribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01132f;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-image:url('../images/body_bg_contribute.jpg');
	background-repeat:repeat-x;
	background-color: #b2dbfd;
}
#landing #wrapper, #landing2 wrapper {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	background-image:url('../images/landing_bg.jpg');
	background-repeat:no-repeat;
        height:997px;
}

#landing2 .landing2_content {
	height:299px;
	margin:0 30px;
	width:470px;
}

.landing2_content p {
	color:#5F5F5F;
	font-size:12px;
	line-height:130%;
	text-align:justify;
}

#contribute #wrapper {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	background-image:url('../images/contribute_bg.jpg');
	background-repeat:no-repeat;
	height:1488px;
}


#header_landing{
       position:relative;
       float:left;	
       width: 971px;
	height:77px;
}
#main_nav_wrap{
       width: 971px;
	height:50px;
       background-color:#fff;
       margin:5px 0px 0px 15px;
}

#main_landing{
	position:relative;
	float:left;	
	width:971px;
	height:341px;
	background-image:url('../images/flash_bg_boxes_16x9_971.png');
	background-repeat:no-repeat;
	margin:35px 0px 0px 15px;
}

#landing2 #main_landing{
	width:1008px;
	height:588px;
	background-image:url('../images/landing2_bg.jpg');
	margin:0;
}

#contribute #main_landing {
        margin:30px 0px 0px 15px;
}
#contribute #page {
	width:971px;
	background-color:#dfdcdc;
       margin:-10px 0px 0px 15px;

}
#contribute #page_wrap {
     margin:0px 12px 12px 12px;
      width:907px;
     background-color:#fff;   
     padding:20px 20px 20px 20px;
}
#footer_landing {
	position:relative;
	float:left;
	width:600px;
	margin-top:12px;
	padding-left:200px;
	text-align:center;
}

#landing2 #footer_landing {
	margin-top: -70px;
}

#footer_landing p {
	color:#fff;
        padding-top:20px;
}
#div_cell {
       position:relative;
       float:left;
width:250px;
background-color:#f7f7f7;
padding:5px 5px 5px 5px;
margin-top:5px;

}

#submit_big {
	position:relative;
	float:left;
	width:113px;
	height:43px;
	padding-top:52px;
}

#landing2 #submit_big {
	padding: 10px 0;
	height: 44px;
	width: 198px;
}

#contribute #submit_btn, #landing #submit_btn, #submitbtn2{
 	float:left;
	width:113px;
	height:43px;
	background:url('../images/submit_btn_big.jpg')  no-repeat scroll 0px 0px;
	border:none;
	cursor: pointer;
	margin-left:5px;
}

#landing2 #submit_btn {
	background:url('../images/landing_submit2_btn.jpg') no-repeat scroll 0 0 ;
	height: 44px;
	width: 198px;
	margin: 0;
}

submitbtn2
#signup #cell {
	width:230px;
}

#landing #signup, #contribute #signup {
	width:385px;
	height:233px;
	background-image:url('../images/landing_signup_bg.jpg');
	background-repeat:no-repeat;
	margin-top:6px;
	margin-bottom:6px;
	padding:6px 8px 0px 10px;
}

#landing2 #signup {
	background:none repeat scroll 0 0 transparent;
	float:right;
	position:relative;
	right:15px;
	top:90px;
	width:183px;
}

#issues_dropdown, #meet_dropdown, #involved_dropdown {
	position:absolute; 
	visibility:hidden; 
	background-color:#badff3;
	border:1px solid #97a9b9;
	width: 200px; 
	z-index:100;
	text-align:left;
}
#issues_dropdown ul, #meet_dropdown ul, #involved_dropdown ul {
margin:0;
padding:0;
width: 200px; 
}
#issues_dropdown li, #meet_dropdown li, #involved_dropdown li {
	list-style:none;
	width:200px; 

 }
#issues_dropdown li a, #meet_dropdown li a, #involved_dropdown a {
        display:block;
	text-decoration:none;
	width: 190px; 
padding:5px 5px 5px 5px;
	color: #5c6471;
}
#issues_dropdown li a:hover, #meet_dropdown li a:hover, #involved_dropdown a:hover {
	text-decoration:none;
	background-color:#fff;
	width: 190px; 
	color: #5c6471;
}
.paginate {
padding-top:50px;

}
#tbl_donation, #tbl_billing, #tbl_cc, #tbl_comment {
margin:20px 20px 20px 20px;
}

#tbl_don td, #tbl_billing td, #tbl_cc td, #tbl_comment td {
padding: 2px 2px 2px 2px;
}

#landing #rotateMod, #contribute #rotateMod {
	background-image:url('../images/home4.jpg');
	background-repeat:no-repeat;
}

#tbl_vol td {
padding:2px 2px 2px 2px;
vertical-align:top;
}

#div_cell_main {
 position:relative;
 float:left;
}
#homepage #div_cell_main {
width:250px;
}
#div_submit_main {
       position:relative;
       float:right;
	width:80px;
	height:31px;
padding-top:16px;

}

#media_player #site_center{
	width:1029px;
	background-image:none;
	background-repeat:no-repeat;
	min-height:1450px;
	margin-left:auto;
	margin-right:auto;
}
#media_player #red_btn {
	position:relative;
	float:right;
	width:296px;
	height:57px;
	background: none;
	display:block;
	cursor:pointer;
	outline:none;
}


#media_player #site_center{
	width:1029px;
	background-image:none;
	background-repeat:no-repeat;
	min-height:1450px;
	margin-left:auto;
	margin-right:auto;
}

#media_player #video {
background:url(../images/site_images/player_bg.jpg) no-repeat;
width:921px;
height:477px;
padding:0px;
float:left;
}
#media_player {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c6471;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-image:url('../images/body_bg2.jpg');
	background-repeat:repeat-x;
	background-color: #b2dbfd;
}
#media_player#main_nav {
	position:relative;
	float:left;
	width:904px;
	height:43px;
}
#media_player#main_nav #menu {
	position:relative;
	float:left;
	height:26px;
	width:593px;
	padding-top:15px;
}
#media_player#media_player#main_nav #menu li {
	display: inline;
	padding-left:15px;
	font-size:14px;
	color:#5c6471;
	
} 
#media_player#red_btn {
	position:relative;
	float:right;
	width:296px;
	height:57px;
	margin-top:-14px;
	z-index:20;
}
#media_player #wrapper {
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	min-height:800px;
}
#media_player #page {
	position:relative;
	float:left;
	width: 916px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
}

#player_area {
width:918px;
height:425px;
position:relative;
left:0px;
top:0px;
}

#videoDiv {
width:615px;
height:370px;
text-align:center;
margin:0px;
padding:0px;
float:left;
position:absolute;
top:15px;
left:17px;
z-index:10;
}
#media_player #video {
background:url(../images/site_images/player_bg.jpg) no-repeat;
width:921px;
height:477px;
padding:0px;
float:left;
}

#player_right {
width:274px;
height:425px;
float:right;
}
#cat_menu {
width:916px;
height:24px;
text-align:right;
padding-top:15px;
padding-right:5px;
}
#cat_menu a:link,
#cat_menu a:visited,
#cat_menu a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#707070;
font-weight:bold;
padding-right:10px;
padding-left:10px;
text-decoration:none;
outline:none;
}
#cat_menu a:hover{
color:#bb2828;
}

#cat_menu .catOn:link,
#cat_menu .catOn:active,
#cat_menu .catOn:visited,
#cat_menu .catOn:active {
color:#bb2828;
}
.modOn {
left: auto;
}
.length_span {
position:absolute;
bottom:7px;
left:10px;
font-weight:normal;
}
.title_span {
position:absolute;
top:7px;
left:10px;
width:150px;
line-height:12px;
}
.thumbnail_menu {
width:71px;
height:47px;
position:absolute;
right:5px;
top:4px;
border:none;
}
#scroll_bg {
width:247px;
height:34px;
background-color:#1b4e7a;
position:relative;
}
#next_vidset,
#prev_vidset {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
#prev_vidset {
position:absolute;
left:11px;
top:10px;
}
#next_vidset {
position:absolute;
right:11px;
top:10px;
}

#default_still {
width:615px;
height:347px;
border:none;
}


#featured_btn:active,
#featured_btn:visited,
#featured_btn:link,
#featured_btn {
background:url(http://keithfimian.com/images/featured_btn.jpg) no-repeat scroll 0px 0px;
width:160px;
height:57px;
display:block;
cursor:pointer;
outline:none;
position:absolute;
right:3px;
bottom:0px;
}
#featured_btn:hover {
background:url(http://keithfimian.com/images/featured_btn.jpg) no-repeat scroll -160px 0px;
}
#fader {
border:0px;
}
#footer {
background:url(http://keithfimian.com/images/footer_media_bg.jpg);
width:916px;
height:184px;
	margin-left: auto;
	margin-right: auto;
}
#media_player #wrapper {
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	min-height:800px;
}

.disabled {
display:none;
}

#media_player #page {
	position:relative;
	float:left;
	width: 916px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
}
#player_area {
width:918px;
height:425px;
position:relative;
left:0px;
top:0px;
}
#videoDiv {
width:615px;
height:370px;
text-align:center;
margin:0px;
padding:0px;
float:left;
position:absolute;
top:15px;
left:17px;
z-index:10;
}
#media_player #video {
background-image:url(../images/site_images/player_bg.jpg);
background-repeat: no-repeat;
background-position:top;
background-color:#ededed;
width:921px;
height:882px;
padding:0px;
float:left;
}
#send_friend_form {
padding:20px 20px 20px 20px;

}
#player_left {
width:644px;
height:425px;
float:left;
position:relative;
}

#videoTitle 
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#1b4e7a;
float:left;
height:25px;
width:475px;
position:absolute;
bottom:13px;
left:20px;
}

#videoTitle h5{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#1b4e7a;
float:left;
height:25px;
width:475px;
padding:0px;
margin:0px;
}

#player_menu {
width:247px;
height:425px;
padding: 11px 12px 0px 11px;
}

.player_btn:link,
.player_btn:active,
.player_btn:visited {
display:block;
background-color:#1b4e7a;
border-top:solid 1px #8296a8;
border-bottom:solid 1px #8296a8;
width:232px;
height:45px;
cursor:pointer;
outline:none;
margin-bottom:4px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
text-decoration:none;
padding:5px 5px 5px 10px;
position:relative;
}


.player_btn:hover {
background-color:#9d0808;
border-top:solid 1px #bc7777;
border-bottom:solid 1px #bc7777;
}

.btnOn:link,
.btnOn:active,
.btnOn:visited,
.btnOn:hover {
display:block;
background-color:#9d0808;
border-top:solid 1px #bc7777;
border-bottom:solid 1px #bc7777;
width:232px;
height:45px;
cursor:pointer;
outline:none;
margin-bottom:4px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
text-decoration:none;
padding:5px 5px 5px 10px;
position:relative;
}

#cat_menu .catOn:link,
#cat_menu .catOn:active,
#cat_menu .catOn:visited,
#cat_menu .catOn:active {
color:#bb2828;
}

#donation_form {
font-size:14px;
}
#Fimian_Fans #right_btns,  #Fimian_Fans #twitter_feed, #Fimian_Fans #latest_news, #Fimian_Fans #stay_connected {
display:none;
}
#Fimian_Fans #flash_img {
	background-image:url('../images/Fimian_Fans_Logo.jpg');
	background-repeat:no-repeat;

}

#fimian_fan_right {
display:none;
}
#Fimian_Fans #fimian_fan_right {
display:block;
float:right;
padding-right:10px;
padding-top:22px;
}

ul.action {
	height:160px;
	float: left;
	padding:5px;
	margin:0 5px 15px;
}

ul.action li {
	display:inline;
	float:left;
	height:160px;
	margin:0 3px;
	width:160px
}

ul.action li a {
	border: none;
	text-decoration:none;
}

.action img {
	border:none;
}

.action_left {
	float: left;
	margin: 5px 5px 0;
}

.action_right {
	float: right;
	margin: 5px 0;
}

.action_top{
	height:700px;
}

.action_bottom {
	margin: 10px 0;
}

.action_volunteer_form {
	margin: 5px 0 10px;
}

.facebook_widget {
	margin: 0 150px;
}