/*
Theme Name: Fareshare
Theme URI: http://faresharenyc.com/
Description: Fareshare theme
Version: 1.0
Author: Atteromedia
Author URI: http://www.atteromedia.com/

*/


/*
html, body {height: 100%;}

#wrap {min-height: 100%;}

#content {overflow:auto;
	padding-bottom: 40px; margin-bottom: 70px; }  

#footer {position: relative;
	margin-top: -40px; 
	height: 30px;
	clear:both;} 

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
*/
    
    


#footer
{
    margin-top: 70px;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}




body
{
    font-family: Verdana;
    font-size: 13px;
    color: #525252;
}


h1, h2, h3, h4, h5, h6 
{ 
    font-family: 'Trebutchet MS', arial, serif; 
    line-height: 1em; 
}

h2 
{ 
    font-size: 28px; 
    margin-bottom: 15px; 
    color: #FAA632; 
    margin-left: -1px;
}
h3 
{ 
    font-size: 20px; 
    margin-bottom: 20px; 
}


a
{
    outline: 0;
    color: #525252;
    text-decoration: underline;
}
a:focus { outline: 0; }
a:hover
{
    color: #FAA632; 
}

div.preload img
{
    display: none;
}

div.tlabel
{
    text-decoration: none;
    color: #545454;
    font-size: 15px;
    padding-right: 5px;
    text-transform:uppercase;
    text-align:right;
    height:33px;
}

div.tanswer
{
    text-align:let;
    height:33px;
    font-size: 15px;
}

a.plain
{
    text-decoration: none;
}

a.link1
{
    text-decoration: none;
    color: #525252;
    font-size: 11px;
}
a.link1:hover
{
    color: #FAA632; 
}

#page
{
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}

div.clearb
{
    clear: both;
}

#header
{
    margin-top: 22px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

#header_logo
{
    float: left;
}

#header_login
{
    float: right;
    margin-top: 5px;
}

#header_login a.login
{
    width: 71px;
    height: 22px;
    padding-top: 6px;
    display: inline-block;
    background-image: url(images/btn_login_1.png);
    
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
#header_login a.login:hover
{
    background-image: url(images/btn_login_2.png);
}

#header_login a.register
{
    width: 79px;
    height: 22px;
    padding-top: 6px;
    display: inline-block;
    background-image: url(images/btn_register_1.png);
    margin-left: -5px;
    
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
#header_login a.register:hover
{
    background-image: url(images/btn_register_2.png);
}


/* I made the margin zero but what I really want is the logo to be to the left and there to be no margin; the pages to the right, the login and register screen right on top.
*/

#header_menu
{
    float: right;
    margin-top: 55px;
    clear: right;
}

#header_menu li
{
    float: left;
    margin-left: 1px;
    
}

#header_menu li a
{
    font-family: Verdana;
    font-size: 12px;
    color: #525252;
    text-decoration: none;

    padding: 6px 15px;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}

#header_menu li a:hover, #header_menu li.current_page_item a
{
    color: #FAA632;
    background-color: #3f3d3e;
}



#live_ride_requests
{
    float: right;
    width: 350px;/*213px;*/
    
}

#live_ride_requests_title
{
    background-image: url(images/bgr_title1.png);
    width: 213px;
    height: 34px;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
    font-weight: bold;
}

#content_left
{
    width: 700px;
}


ul.check
{
    list-style-image: url(images/bullet1.png);
    margin-left: 25px !important;
}

#content_left ul
{
    list-style-type: disc;
    margin-left: 40px;
}

#content_left ul li, ul.check li
{
    margin: 10px 0;
}

#content_left p
{
    margin: 0px 0 0px 0;
}


#footer ul
{
    list-style-type: none;
    margin: 0;
}

#footer li
{
    float: left; 
    margin-right: 30px;
}


.category_post
{
    margin-bottom: 50px;
    padding-top: 20px;
}
