/*
Theme Name:         Cville Theme
Theme URI:          http://vibethink.com
Description:        C-Ville Theme on Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            3.0.0
Author:             Ryan DeRose 
Author URI:         http://Vibethink.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

@font-face {
    font-family: 'TradeGothic';
    src: url('library/fonts/trade_gothic_lt_std_condensed_no._18-webfont.eot');
    src: url('library/fonts/trade_gothic_lt_std_condensed_no._18-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/trade_gothic_lt_std_condensed_no._18-webfont.woff') format('woff'),
         url('library/fonts/trade_gothic_lt_std_condensed_no._18-webfont.ttf') format('truetype'),
         url('library/fonts/trade_gothic_lt_std_condensed_no._18-webfont.svg#TradeGothicLTStdCondensedNo18') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul#bestof_2013_nav{
	margin-bottom: 10px;
	float: left;
}
ul#bestof_2013_nav li{
	width: 48%;
	float: left;
	border-bottom: 1px solid #ccc;
	list-style: none;
	font-size: 30px;
	text-align: left;
}
ul#bestof_2013_nav li.even_nav{
	float: right;

}
ul#bestof_2013_nav li.lh_nav{
	/*line-height: 48px;*/
	
}
ul#bestof_2013_nav li a{
	color: black;
}
ul#bestof_2013_nav li a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 920px) {
		ul#bestof_2013_nav li{
			width: 100%;
			
		}
	}