@charset "UTF-8";
/* CSS Document */
/* COLORS
   Body Background:       #ffffff
   Main Text:             #666666
   Links:                 #ffa500
   - Selected: 		      #f30025
   - Active:			  #f30025
*/
html
{
	height: 100%;
}
html>body
{
	height: 100%;
	width: 100%;
}
body
{
	position: relative;
	font-size: medium;
	color: #666666;
	font-family:  "Trebuchet MS",arial,sans-serif;
	background-color: #ffffff;
/*	line-height: 1.1em;*/
}
a
{
	text-decoration:none;
	color: #ffa500;
	font-weight: bold;
	font-family:  "Trebuchet MS",arial,sans-serif;
}
h1
{
	font-size: 175%;
	font-weight: bold;
}
h2
{
	font-size:105%;
	color:#333333;
}
h3
{
	font-style: italic;
	font-size: 150%;
}
h4
{
	font-style: italic;
	color: #666666;
	font-size: 70%;
}
p
{
	
}
title
{
	text-transform: capitalize;
}
#background
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(http://jonesgaba.com/_images/greySwirls_onTop_bg.gif) no-repeat;
	position: relative;
	z-index: 0;
/*	height: 668px;*/
/*	width:1072px ;*/
	width: 100%;
	overflow: hidden;
}
#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	margin-top: -668px;*/
	margin-bottom: -45px;
	margin-top: -20px;
	position: relative;
	z-index:10;
	
}
#header
{
	height: 135px;
}
#logo
{
	background: url(http://jonesgaba.com/_images/logo.png) no-repeat;
	float: left;
	height: 116px;
	width: 107px;
}
#top_nav
{
	width: 525px;
	height: 40px;
	vertical-align: bottom;
	float: right;
	margin-top: 80px;		
}

#main_content
{
	height: 500px;
}
#flash
{
	background: transparent;  /*url(http://jonesgaba.com/_images/flash_placeholder.png) no-repeat;*/
	height: 370px;
	width: 700px;
}
#flavors_flash
{
	height: 320px;
	width:760px;
	margin-left: -50px;
}
#home_copy
{
	margin-top: 25px;
	margin-left: 35px;
	font-size: 90%;
	line-height: 1.5em;
/*	height: 600px;*/
}
#right_sidebar
{
	height: 950px;
	background: transparent;
}
#top_bucket
{
	background: url(http://jonesgaba.com/_images/buy_online.png) no-repeat;
	height: 135px;
	width: 240px;
}
#middle_bucket
{
	background: url(http://jonesgaba.com/_images/brandRep_sidebar.jpg) no-repeat;
	height: 185px;
	width: 240px;
}
#bottom_bucket
{
	background: url(http://jonesgaba.com/_images/cans_sidebar.jpg) no-repeat;
	height: 185px;
	width: 240px;
}
#bottom_bucket_karaoke
{
	background: url(http://jonesgaba.com/_images/karaoke-revolution_sidebar.jpg) no-repeat;
	height: 185px;
	width: 240px;
}
#fair_trade_bucket
{
	padding-left: 45px;
	padding-top: 65px;
	width: 140px;
	font-size: 70%;
	line-height: 1.2em;
	font-style: italic;
	font-weight: bold;
}

#footer
{
	height: 50px;
	margin-top: -50px;
/*	background: url(http://jonesgaba.com/_images/footer_color_swirl_bg.jpg) no-repeat;*/
/*	width: 1072px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;	
	
}
.push
{
	height: 50px;
}
#footer_links
{
	margin-left: 10px;
}
#footer_links a
{
	font-size: 85%;
	margin-left: 35px;
	margin-right: -10px;
}

#contact_left
{
	background: url(http://jonesgaba.com/_images/footerBar_lft.gif);
	height: 46px;
	width: 20px;
	float: left;
}
#contact
{
	background: url(http://jonesgaba.com/_images/footerBar_bg.gif);
	height: 46px;
	width: 95%;
/*	text-align: center;*/
	font-size: 75%;
/*	margin-top: 15px;*/
	line-height:.7em;
	float: left;
}
#contact_right
{
	float: left;
	background: url(http://jonesgaba.com/_images/footerBar_rt.gif);
	height: 46px;
	width: 20px;
}
#contact a
{
	color: #000000;
	font-size: 85%;
	position: relative;
	margin: 0;
	
}
#contact ul
{
	margin-top: 17px;
}
#contact li
{
	display: inline;
	float: left;
}
#contact li.last
{
/*	text-align: right;*/
	font-size: 90%;
	float: right;
	color: #ffffff;
}
#top_pane
{
/*	width: 100%;*/
}
#header_image
{
	float: left;
/*	margin-right: 55px;*/
	margin-bottom: -15px;
}
#left_pane
{
	float: left;
		position: relative;
}
#middle_pane
{
	float: left;
	position: relative;
}
#right_pane
{
	float: left;
		position: relative;
}
/*navigation*/
#horizontal_nav
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#horizontal_nav li
{
	float: left;
	position: relative;
	
}
#horizontal_nav li ul
{
	display: none;
	position: absolute;
	top: 10px;
	left: 5px;
	padding-top: 10px;
	width:100%;
/*	background-color: #ffffff;*/
}
#horizontal_nav li ul li
{
	clear: left;
}
#horizontal_nav li ul li a
{
	font-size: 75%;
	font-family: 'Trebuchet MS';
	color: #c0c0c0;
}
#horizontal_nav li ul li a:hover
{
	color: #f30025;
}
#horizontal_nav li > ul
{
/*	top: auto;*/
/*	left: auto;*/
}
#horizontal_nav li:hover ul
{
/*	display:block;*/
}
#about_nav
{
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat 0 0;
	height: 16px;
	width: 135px;
	float: left;
}
#about_nav_selected
{
	background: url(http://jonesgaba.com/_images/top_nav.png) no-repeat;
	background-position: 0px -16px ;
	height: 16px;
	width: 135px;
	float: left;
}
#gaba_nav
{
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat;
	background-position: -150px 0px;
	height: 16px;
	width: 108px;
	float: left;
}
#gaba_nav_selected
{
	background: url(http://jonesgaba.com/_images/top_nav.png) no-repeat -150px -16px;

	height: 16px;
	width: 108px;
	float: left;
}
#fun_nav
{
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat -273px 0;
	height: 16px;
	width: 131px;
	float: left;
}
#fun_nav_selected
{
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat -273px -16px;
	height: 16px;
	width: 131px;
	float: left;
}
#shop_nav
{
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat -404px 0;
	height: 16px;
	width: 136px;
	float: left;	
}
#shop_nav_selected
{
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat -404px -16px;
	float: left;
	height: 16px;
	width: 136px;
}
#shop_lft, #shop_mid, #shop_rgt
{
	height: 100%;
}
/*top navigation classes*/
.about_hover
{
	background-position:  0px -16px !important;
}
.gaba_hover
{
	/*background: url(http://jonesgaba.com/_images/gaba_btn_ro.png) no-repeat !important ;*/
	background: url(http://jonesgaba.com/_images/top_nav.png) no-repeat -150px -16px !important ;
}
.fun_hover
{
	/*background: url(http://jonesgaba.com/_images/fun_btn_ro.png) no-repeat !important;*/
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat -273px -16px !important;
}	
.shop_hover
{
	/*background: url(http://jonesgaba.com/_images/shop_btn_ro.png) no-repeat !important;*/
	background: transparent url(http://jonesgaba.com/_images/top_nav.png) no-repeat -404px -16px !important;
}

/*sidebar navigation*/
#side_nav
{
		margin-top: 50px;
}
#side_nav ul
{
	display: none;
}
#side_nav ul li
{
	padding: 0;
	margin: 0;
}
#about_sidenav_hdr
{
	background: url(http://jonesgaba.com/_images/about_sidenav_hdr.gif) no-repeat;
	height: 30px; 
	width: 164px;
}
#side_nav_flavor
{
	background: url(http://jonesgaba.com/_images/left_nav_flavors.gif) no-repeat; 
	height: 22px;
}
#side_nav_flavor_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_flavors_sel.gif) no-repeat;
	height: 22px;
}
#side_nav_testimonial
{
	background: url(http://jonesgaba.com/_images/left_nav_testimonials.gif) no-repeat;
	height: 22px;
}
#side_nav_testimonial_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_testimonials_sel.gif) no-repeat;
	height: 22px;
}
#side_nav_new
{
	background: url(http://jonesgaba.com/_images/left_nav_whatsnew.gif) no-repeat;
	height: 22px;
}
#side_nav_new_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_whatsnew_sel.gif) no-repeat;
	height: 22px;
}

#gaba_sidenav_hdr
{
	background: url(http://jonesgaba.com/_images/gaba_sidenav_hdr.gif) no-repeat ;
	width: 164px;
	height: 30px;
}
#fun_sidenav_hdr
{
	background: url(http://jonesgaba.com/_images/fun_sidenav_hdr.gif) no-repeat ;
	width: 164px;
	height: 30px;
}
#side_nav_lolFocus
{
	background: url(http://jonesgaba.com/_images/left_nav_lolFocus.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
#side_nav_lolFocus_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_lolFocus_sel.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
.side_nav_lolFocus_ro, .side_nav_lolFocus_selected_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_lolFocus_ro.gif) no-repeat !important;
}
#side_nav_inspired
{
	background: url(http://jonesgaba.com/_images/left_nav_infused.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
#side_nav_inspired_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_infused_sel.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
.side_nav_inspired_ro, .side_nav_inspired_selected_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_infused_ro.gif) no-repeat !important;
}
#side_nav_meet
{
	background: url(http://jonesgaba.com/_images/left_nav_meet.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
#side_nav_meet_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_meet_sel.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
.side_nav_meet_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_meet_ro.gif) no-repeat !important;
}
#side_nav_resources
{
	background: url(http://jonesgaba.com/_images/left_nav_resources.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
#side_nav_resources_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_resources_sel.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
.side_nav_resources_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_resources_ro.gif) no-repeat !important;
}
#side_nav_quiz
{
	background: url(http://jonesgaba.com/_images/left_nav_quiz.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
#side_nav_quiz_selected
{
	background: url(http://jonesgaba.com/_images/left_nav_quiz_sel.gif) no-repeat ;
	width: 164px;
	height: 22px;
}
.side_nav_quiz_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_quiz_ro.gif) no-repeat !important;
}
/*side navigation classes*/
.side_nav_flavor_ro, .side_nav_flavor_selected_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_flavors_ro.gif) no-repeat !important;
}
.side_nav_testimonial_ro, .side_nav_testimonial_selected_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_testimonials_ro.gif) no-repeat !important;
}
.side_nav_new_ro, .side_nav_new_selected_ro
{
	background: url(http://jonesgaba.com/_images/left_nav_whatsnew_ro.gif) no-repeat !important;
}
.side_nav_link
{
	height: 22px;
	width: 164px;
}
.side_nav_item_selected
{color:;}
.side_nav_footer
{
	background: url(http://jonesgaba.com/_images/sidenav_footer.gif);
	height: 30px;
	width: 164px;
}
/*related links right column*/
#rel_links
{
 	width: 181px;
}
#related_rgt_hdr
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_hdr.gif) no-repeat;
	height: 35px;
	width: 181px;
}
#related_rgt_about
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_about.gif) no-repeat;
	height: 22px;
	width: 181px;
}
#related_rgt_meet
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_meet.gif) no-repeat;
	height: 22px;
	width: 181px;
}
#related_rgt_resources
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_resources.gif) no-repeat;
	height: 22px;
	width: 181px;
}
#related_rgt_jones
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_jones.gif) no-repeat;
	height: 22px;
	width: 181px;
}
#related_rgt_focus
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_focus.gif) no-repeat;
	height: 22px;
	width: 181px;
}
#related_rgt_ambassador
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_ambassador.gif) no-repeat;
	height: 22px;
	width: 181px;
}	
#related_rgt_whatsnew
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_whatsnew.gif) no-repeat;
	height: 22px;
	width: 181px;
}
.related_rgt_about_ro
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_about_ro.gif) no-repeat !important;
}
.related_rgt_meet_ro
{
	background: url(http://jonesgaba.com/_images/related_rgt_meet_ro.gif) no-repeat !important;
}
.related_rgt_resources_ro
{
	background: url(http://jonesgaba.com/_images/related_rgt_resources_ro.gif) no-repeat !important;
}
.related_rgt_jones_ro
{
	background: url(http://jonesgaba.com/_images/related_rgt_jones_ro.gif) no-repeat !important;
}
.related_rgt_focus_ro
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_focus_ro.gif) no-repeat !important;
}
.related_rgt_ambassador_ro
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_ambassador_ro.gif) no-repeat !important;
}
.related_rgt_whatsnew_ro
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_whatsnew_ro.gif) no-repeat !important;
}
#related_rgt_footer
{
	background: transparent url(http://jonesgaba.com/_images/related_rgt_footer.gif) no-repeat;
	height: 21px;
	width: 181px;
}

/*Buy Jones GABA Badges*/
#buy_jones
{
	background: url(http://jonesgaba.com/_images/buy_jones_ro.gif) no-repeat;
	height: 92px;
	width: 181px;
	margin-top: 10px;
	
}
#buy_jones_left
{
	background: url(http://jonesgaba.com/_images/buy_jones_left_ro.gif) no-repeat;
	height: 98px;
	width: 161px;
	margin-top: 10px;
	
}
.buy_jones_ro
{
	background: url(http://jonesgaba.com/_images/buy_jones_ro.gif) no-repeat !important;
}
/*related links left*/
#related_links_left li
{
	padding: 0;
	margin: 0;
}
#related_lft_hdr
{
	background: transparent url(http://jonesgaba.com/_images/related_links_left_hdr.gif) no-repeat;
	height: 29px;
	width: 161px;
}
#related_lft_footer
{
	background: transparent url(http://jonesgaba.com/_images/related_links_left_footer.gif) no-repeat;
	height: 29px;
	width: 161px;
}
#related_lft_meet
{
	background: transparent url(http://jonesgaba.com/_images/related_lft_meet.gif) no-repeat;
	height: 29px;
	width: 161px;
}
#related_lft_ambassador
{
	background: transparent url(http://jonesgaba.com/_images/related_lft_ambassador.gif) no-repeat;
	height: 29px;
	width: 161px;
}

#related_lft_testimonial
{
	background: transparent url(http://jonesgaba.com/_images/related_lft_testimonial.gif) no-repeat;
	height: 29px;
	width: 161px;
}
#related_lft_flavors
{
	background: transparent url(http://jonesgaba.com/_images/related_lft_flavors.gif) no-repeat;
	height: 29px;
	width: 161px;
}
#related_lft_what
{
	background: transparent url(http://jonesgaba.com/_images/related_lft_whatIs.gif) no-repeat;
	height: 29px;
	width: 161px;
}
.related_lft_testimonial_ro
{
	background: transparent url(http://jonesgaba.com/_images/related_lft_testimonial_ro.gif) no-repeat !important;
}

.related_lft_meet_ro
{
	background: url(http://jonesgaba.com/_images/related_lft_meet_ro.gif) no-repeat !important;
}
.related_lft_ambassador_ro
{
	background: url(http://jonesgaba.com/_images/related_lft_ambassador_ro.gif) no-repeat !important;	
}
.related_lft_flavors_ro
{
	background: url(http://jonesgaba.com/_images/related_lft_flavors_ro.gif) no-repeat !important;	
}
.related_lft_what_ro
{
	background: transparent url(http://jonesgaba.com/_images/related_lft_whatIs_ro.gif) no-repeat !important;
}
#comment_entry
{
	/*background: url(http://jonesgaba.com/_images/main_bg.jpg) no-repeat;*/
}
/* begin classes */
.hide
{
	display: none;
}
.italic_text
{
	font-style: italic;
}
.intro
{
	font-style: italic;
	font-size: 135%;
}
.link_selected
{
	color: #f30025 !important;
}
.content_text
{
	font-size: 85%;
	padding: 5px;
	line-height: 1.4em;
}

/*related links classes*/
.related_link
{
	height: 22px;
	width:181px;
}


/*testimonial classes*/
.testimonial
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.testimonial_body
{
	float: left;
	margin-bottom: 20px;
}
.testimonial_intro
{
	color: #a0cc00;
	font-style: italic;
	font-size: 110%;
	
}
.testimonial_comments
{
	border-top: 1px dotted #ffa500;
	border-bottom: 1px dotted #ffa500;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 120%;
	color: #a7a9ac;
	line-height: 1.3em;
}
.testimonial_comment
{
	margin-top: 5px; 
	margin-bottom: 5px;
	line-height: 1.3em;
}
.testimonial_italic_text
{
	padding: 20px;
	font-style: italic;
	font-size: 105%;
	font-weight: bold;
}
.image_right
{
	float: left;
	text-align: right;
}
.read_more
{
	font-size: 85%;
	color: #FFA500;
	text-transform: uppercase;
	padding: 5px;	
}
.file_info
{
	font-size: 85%;
	color: #fea500;
	text-transform: uppercase;
	font-style: italic;
}
.whats_new_item
{
	margin: 20px 0px 20px 15px;
}
/*lol focus*/
#add_lol_focus
{
	height: 491px;
	font-size:80%;
	color: #666666;
	background: url(http://jonesgaba.com/_images/add_lol_focus_bkg.png) no-repeat;
}
#add_lol_hdr
{
/*	background: url(http://jonesgaba.com/_images/do_lol_hdr.png) no-repeat;*/
	height: 32px;
	width: 175px;
	padding-left: 25px;
	
}
#add_lol_step1
{
/*	background: url(http://jonesgaba.com/_images/do_lol_bkg.png) repeat-y;*/
	height: 45px;
	width: 175px;
	padding-left: 25px;
	padding-top: 15px;
}
#add_lol_step2
{
/*	background: url(http://jonesgaba.com/_images/do_lol_bkg.png) repeat-y;*/
	height: 80px;
	width: 175px;
	padding-left: 25px;
	padding-top: 15px;
}
#add_lol_preview
{
	padding-top: 15px;
/*	background: url(http://jonesgaba.com/_images/lol_focus_footer.png) no-repeat;*/
	height: 280px;
	width: 175px;
	padding-left: 25px;
	position: relative;
}
#lol_img_preview
{
	height: 170px;
	width: 164px;
	border: 2px solid #a0cc00;
	background: #ffffff;
	margin-bottom: 10px;
}
#lol_caption_preview
{
	width: 167px;
	height: 33px;
	overflow: auto;
}
#lol_input
{
	position: relative;
	z-index: 10;
	-moz-opacity: 0 ;
	filter:alpha(opacity:0);
	opacity: 0;
	text-align: right;
}
#lol_submit
{
	margin-left: 45px;
}
#fake_input
{
	position: absolute;
	top:3px;
	left:0;
	z-index: 1;
}
#fake_input_btn
{
	position: absolute;
	top: 0;
	left: 160px;
}
#upload_submit
{
/* padding-top: 3px;*/
	position: relative;
	z-index: 10;
	-moz-opacity: 0 ;
	filter:alpha(opacity:0);
	opacity: 0;
	text-align: right;
}
#entryform
{
/*	position: absolute;*/
/*	bottom: 15px;
	left: 50%;
	margin-left: -25px;*/
}
#random_lol
{
	height: 32px;
	width: 217px;
	padding-left: 15px;
	background: url(http://jonesgaba.com/_images/random_lol_btn.gif) no-repeat;
	background-position: 10px 0px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.random_lol_hover
{
	background: url(http://jonesgaba.com/_images/random_lol_btn_ro.gif) no-repeat !important;
	background-position: 10px 0px !important;
}
#recent_lolz li, #highest_rated_lolz li
{
	font-size: 85%;
	padding-left: 25px;
	vertical-align: middle;
	height: 25px;
	width: 217px;
	margin-top:0;
	margin-bottom: 0;
	position: relative;
}
#recent_lolz a, #highest_rated_lolz a
{
	font-size: 85%;
	color: #666666;
	position: absolute;
	top: 25%;
	float: left;
}
#recent_lolz_hdr
{
	background: url(http://jonesgaba.com/_images/recent_lolz_hdr.gif) no-repeat;
	background-position: 10px 0px;
/*	width: 217px;*/
	height: 26px !important;
}

.sidebar_lolz_wht
{
	background: url(http://jonesgaba.com/_images/sidebar_wht_stripe_bkg.gif) repeat-y;
	background-position: 10px 0px;
	
}
.sidebar_lolz_gry
{
	background: url(http://jonesgaba.com/_images/sidebar_gray_stripe_bkg.gif) repeat-y;
	background-position: 10px 0px;
		
}
.lolz_sidebar_footer
{
	background: url(http://jonesgaba.com/_images/sidebar_btm_bkg.gif) no-repeat;
	background-position: 10px 0px;
	height: 12px;
}
#highest_rated_lolz_hdr
{
	background: url(http://jonesgaba.com/_images/highest_rated_lolz_hdr.gif) no-repeat;
	background-position: 10px 0px;
/*	width: 217px;*/
	height: 27px !important;
}
.lolz_sidebar_footer
{
	background: url(http://jonesgaba.com/_images/sidebar_btm_bkg.gif) no-repeat;
	background-position: 10px 0px;
	height: 12px;
}
.rating_0
{
	float: right;
}
.rating_1
{
	float: right;
	background: url(http://jonesgaba.com/_images/ratings_sprite_sm.gif) no-repeat;
	height: 11px;
	width: 11px;
	margin-right: 25px;
	margin-top: 6px;
	background-position: 0;
}
.rating_2
{
	float: right;
	background: url(http://jonesgaba.com/_images/ratings_sprite_sm.gif) no-repeat;
	height: 11px;
	width: 22px;
	margin-right: 25px;
	margin-top: 6px;
	background-position:  0 -12px;
}
.rating_3
{
	float: right;
	background: url(http://jonesgaba.com/_images/ratings_sprite_sm.gif) no-repeat;
	height: 11px;
	width: 33px;
	margin-right: 25px;
	margin-top: 6px;
	background-position:  0 -24px;
}
.rating_4
{
	float: right;
	background: url(http://jonesgaba.com/_images/ratings_sprite_sm.gif) no-repeat;
	height: 11px;
	width: 44px;
	margin-right: 25px;
	margin-top: 6px;
	background-position:  0 -36px;
}
.rating_5
{
	float: right;
	background: url(http://jonesgaba.com/_images/ratings_sprite_sm.gif) no-repeat;
	height: 13px;
	width: 56px;
	margin-right: 25px;
	margin-top: 6px;
	background-position:  0 -48px;
}
.stbuttontext
{
	color: #666666;
	font-size: 85%;
}
.bold_text
{
/*	color: #000000;*/
	font-size: 105%;
	font-weight: bold;
}
.lol_green_bold
{
	color: #a0cc00;
	font-weight: bold;
}
.lol_input
{
	border: 1px solid #a0cc00;
}
.add_step_divider
{
	height: 5px;
	width: 220px;
	background: url(http://jonesgaba.com/_images/add_step_divider.png);
}
/*ratings form*/
#rating_form
{
	float: left;
	width: 100px;
}
#rating_form ul
{
	
	position:relative;
	width: 100px;
	height: 14px;
	z-index: 0;
/*	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat 0 -75px;*/
}
.rating_bkg_0
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat 0 -75px;
}
.rating_bkg_1
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat 0 -60px;
}
.rating_bkg_2
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat 0 -45px;
}
.rating_bkg_3
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat 0 -30px;
}
.rating_bkg_4
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat 0 -15px;
}
.rating_bkg_5
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat 0 0;
}
#rating_form ul li
{
/*	float: left;*/
	position: absolute;
	top: 0;	
	list-style: none inside;
	display: block;
/*	height: 14px;*/
	z-index: 10;
}
#rating_form ul li a
{
	display: block;
/*	height: 14px;*/
}
.rate_this
{
	float: right;
	width:122px ;
	height: 21px;
	background: url(http://jonesgaba.com/_images/rate_this.gif) no-repeat;
	margin-top: -5px;
}
#lol_votecount
{
	float: left;
	width: 100px;
}
.lol_rating_1
{

	width: 16px;
	left: 0;
}
.lol_rating_bkg_1
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat;
	background-position: 0 0;
}
.lol_rating_2
{

	width: 16px;
	left: 16px;
}
.lol_rating_bkg_2
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat;
	background-position: -16px 0;
}
.lol_rating_3
{
	/**/
	width: 16px;
	left: 32px;
}
.lol_rating_bkg_3
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat;
	background-position: -32px 0;
}
.lol_rating_4
{
	/**/
	width: 16px;
	left: 50px;
}
.lol_rating_bkg_4
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat;
	background-position: -50px 0;
}
.lol_rating_5
{
	/**/
	width: 16px;
	left: 66px;
}
.lol_rating_bkg_5
{
	background: url(http://jonesgaba.com/_images/rating_bkg.gif) no-repeat;
		background-position: -66px 0;
}
#rating_data
{
	float: left;
	padding-top: 5px;
	font-size: 85%;
	margin-top: 10px;
	width: 350px;
}
#lol_caption
{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*comments*/
.comments_link
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #ffa500;
	font-size: 85%;
/*	float: left;*/
}
.comment_block
{
/*	border-top: 1px dotted #ffa500;*/
	border-bottom: 1px dotted #ffa500;
	width: 100%;
	padding-top:10px;
/*		margin-top: 20px;*/
}
.comment_header
{
	font-size: 75%;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
/*	border-bottom: 1px solid #666666;*/
}
.comment_body
{
	margin-top: 5px;
	margin-bottom: 15px;
 	font-size: 85%;
	line-height: 1.2em;
	letter-spacing: .08em;
}
.comment_footer
{
	margin-top: 5px;
	margin-bottom: 15px;
/*	text-align: right;*/
	font-size: 85%;
}
#comment_form
{
/*	border-top: 1px dotted #ffa500;*/
	width: 100%;
/*	padding-top:10px;*/
	margin-top: 10px;
}
.comment_submit_hover
{
	background: url(http://jonesgaba.com/_images/contact_form_btn_ro.gif) no-repeat !important;
}
.field_name
{
	float: left;
	width: 200px;
	padding: 5px;
}
.input_field
{
	float: left;
	width: 200px;
	padding: 5px;
}
.input_field_rt
{
	float: right;
	padding: 5px;
	margin-right: 5px;
}
#comment_form h4
{
	color: #ffa500;
	font-style: normal;
	padding: 5px;
	width: ;
}
/*contact form*/
#contact_form
{
	font-size: 85%;
	
}
#contact_form_hdr
{
	background: url(http://jonesgaba.com/_images/contact_form_hdr.gif);
	height: 31px;
	width: 528px;
}
#contact_form_body
{
	background: url(http://jonesgaba.com/_images/contact_form_bkg.gif) repeat-y;
/*	height: 600px;*/
	width: 528px;
}
#contact_form_ftr
{
	background: url(http://jonesgaba.com/_images/contact_form_ftr.gif);
	height: 18px;
	width: 528px;
}
#contact_form .input_field
{
	float: left;
	width: 120px;
/*	padding: 5px;*/
	margin-left: 5px;
}
#contact_form .field_name
{
	float: left;
	width: 100px;
/*	padding: 5px;*/
	margin-left: 5px;
}
#contact_form p
{
	padding: 10px;
}
#resources
{
	/*line-height: 1.2em;*/
}
#resources a
{
	font-size: 85%;
/*	color: #666666;*/
}
.resource_seperator
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #a7a9ac;
}
/*social media links*/
.social_media
{
	margin-top: 20px;
	padding-bottom: 10px;
}
.funnier
{
	border-top: 1px dotted #ffa500;
	border-bottom: 1px dotted #ffa500;
	width: 100%;
	height: 25px;
	padding-top:10px;
	margin-top: 20px;
}
#pagination
{
	text-align: right;
	font-size: 85%;
	margin-top: 20px;
	width: 100%;
}
/*representative reports*/
#rep_report
{
	width: 100%;
}
#rep_report tr td
{
	margin-top:3px;
	margin-bottom: 3px;
	border:none;
}
#rep_report p
{
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 90%;
}
.rep_left_col
{
	font-size: 85%;
}
.rep_right_col
{
	
}
.login_form
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 100%;
}
.member_data
{
	font-size: 85%;
}
.report_nav
{
	list-style: none;
	
}
.report_nav li
{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
}
.report_nav li a
{
	font-size: 85%;
	color: #333333;
}
/*errors*/
.error
{
	margin-left: 25px;
	font-size: 75%;
}
.error ul
{
	list-style-image: url(http://jonesgaba.com/_images/bullet_error.png);
	list-style-position: outside;
	color: red;
	width: 145px;
}
.error li
{
	padding-left: 3px;
}
/*email*/
.email a
{
	color: #666666;
}
#privacy
{
	display: none;
}
#lol_focus_entries
{
	border: 1px solid #666666;
}
#lol_focus_entries th, td
{
	text-align: left;
	padding: 3px;
	border: 1px solid #666666;
}
.odd_row
{
	background: #999999;
}
.copy_lft
{
	float: left;
}
.copy_rgt
{
	float: right;
}
.secondary
{
	position: relative;
	width: 100%;
}

.locator_nav 
{
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
}
.locator_nav li
{
	display: inline;
	float: left;
}
.locator_nav li a
{
	font-size: 85%;
	color: #666666;
}
.location
{
	float: left;
	height: 100px;
	width: 105px;
	margin: 3px;
}
#next_prev
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 75%;
	width: 300px;
	
/*	float: right;*/
}
#next_prev ul li
{
	display: inline;
	float: left;
}
#next_prev a
{
	color: #666666;
}
.video_entry
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.video_text
{
	float: left;
}
.video_embed
{float:right;}