/*
Theme Name: Rain Taxi
Theme URI: http://yoursite/yourtheme
Description: A child theme of 2012 default WordPress theme for Rain Taxi.
Author: Rain Taxi
Author url: http://yoursite.com/
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

.entry-meta {
    display: none;
}

#nav-single {
display:none;
}

.entry-content {
margin-top: -20px;
}

.entry-content p {
font-size: 15px;
}

.entry-content h1, .comment-content h1 {
	margin-bottom: 0px;
	margin-top: 5px;
}


.entry-content h4, .comment-content h4 {
	margin-bottom: 0px;
	margin-top: 5px;
}


.entry-content h2 {
font-size: 20px;
font-family: 'Arial';
font-weight: normal;
margin-bottom: 3px;
}

.entry-content h3, .comment-content h3 {
	margin-bottom: 0px;
	margin-top: 2px;
}

.entry-content h4 {
font-size: 15px;
font-family: 'Arial';
font-weight: bold;
color: #000000;
line-height:120%;
}

.entry-content h5 {
font-size: 14px;
font-family: 'Arial';
font-weight: normal;
margin-bottom: 0px;
line-height:110%;
}

.entry-content h6 {
font-size: 15px;
color: #707070;
font-family: 'Arial';
font-weight: bold;
margin-bottom: 0px;
line-height:130%;
}

.entry-content h7 {
font-size: 15px;
font-family: 'Arial';
font-weight: bold;
color: #514e4e;
line-height:130%;
}

p.genre {
font-size: 13px;
font-family: 'Arial';
font-weight: bold;
text-transform: uppercase;
color: #707070;
line-height:100%;
margin-bottom: 0px;
}


p.title {
font-size: 18px;
font-family: 'Arial';
font-weight: bold;
margin-bottom: 3px;
}

p.panel {
font-size: 25px;
font-family: 'Arial';
font-weight: bold;
color: #5b293e;
margin-bottom: 5px;
line-height:120%;
}

p.subheader {
font-size: 20px;
font-family: 'Arial';
font-weight: bold;
color: #070707;
margin-bottom: 5px;
line-height:120%;
}

p.descript {
font-size: 16px;
font-family: 'Arial';
color: #000000;
line-height:120%;
margin-bottom: 3px;
}

.entry-content ul li {
font-size: 15px;
font-family: 'Arial';
font-weight: normal;
}

.archive-header span {
font-size: 16px !important;
color: #66b8a6;
text-transform: uppercase;
font-weight: normal;
}

.archive-header h1 {
margin-bottom: -10px;
}

.entry-header {
border-bottom: 1px solid #ededed;
}

h1.entry-title a {
color: #66b8a6;
font-family: 'Arial';
text-decoration: none;
}
h1.entry-title a:hover {
color: #66b8a6;

}

h1.entry-title {
font-size: 25px !important;
color: #66b8a6;
text-transform: uppercase;
text-align: center;
margin-bottom: 5px;
margin-top: 5px;
}

.entry-content h7 {
font-size: 19px;
font-family: 'Arial';
font-weight: bold;
color: #070707;
margin-bottom: 3px;
}

.archive-header h7 {
margin-bottom: 2px;
}



#menu-main-menu-1 li a:hover {
	background-color: #66b8a6;
	color: #fff;
}

#menu-bottom-menu li a:hover {
	background-color: #66b8a6;
	color: #fff;
}

#menu-bottom-menu li a {
	text-decoration: none;
}


.widget-area .widget {
	margin-bottom: 6px;
}
a.donate {
	text-decoration:none;
	}
div.donateButton {
padding: 6px 10px;
padding: 0.428571429rem 0.714285714rem;
font-size: 0.785714286rem;
font-weight: normal;
color: #ffffff;
background-color: #444444;
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
max-width:162px;
}

.event-photo {
	float: right; 
	width: 288px; 
	margin: 0 0 0 20px;
}

img.socialicons {
	margin-right: 17px;
	opacity:0.6;
}
img.socialicons:hover {
	margin-right: 17px;
	opacity:1.0;
}

#dc_jqaccordion_widget-5-item.dcjq-accordion {
	margin-top: -22px;
	margin-bottom: 35px;
	}

#menu-main-menu-1 li a{
	font-size: 13px;
	text-decoration:none;
	}

div#secondary.widget-area {
	margin-top:2px;
	}
h1 {    
	color: #66b8a6;
	text-transform:uppercase;
}

h2 {	
	color: #5b293e;
	
}
h3 {	
	color: #4f4c4d;
	text-transform:uppercase;
	font-size: 22px;
	font-weight: bold;
	margin:0; 
	padding:0;
	margin-bottom: 1px;
	margin-top: 0px;
}
div#content {
	margin-top: -68px;
}

/*Navigation Hide for pages bigger than 600px*/
@media screen and (min-width: 600px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
	visibility: hidden;
}

body {
background-color: #fff;
}

#page.hfeed.site {
background: url('http://www.raintaxi.com/New/media/rainTaxi_logo2.png') no-repeat;
padding-left: 100px;
margin-top: 0px;
box-shadow: none;
}

/* Increase theme width to 1000px */
@media screen and (min-width: 960px) { 
    .site {
        max-width: 1000px;
        max-width: 71.4285rem;

    }
}
.ie .site { max-width: 1000px; }
 
footer[role="contentinfo"] {
    max-width: 1000px;
    max-width: 71.4285rem;
}
/* Left & Right Sidebars */
@media screen and (min-width: 600px) { 
    .custom-layout .site-content {
        width: 50%;
        margin-left: 25%;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -75%;
        width: 23%;
    }
 

}
    
	 .custom-layout .site-content {
        width: 50%;
        margin-left: 25%;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -75%;
        width: 23%;
    }

	/* IE8 and IE7 - Left and Right Sidebars */
.ie  .custom-layout .site-content {
    width: 50%;
    margin-left: 25%;
}
.ie .custom-layout .widget-area {
    width: 20%;
    position: relative;
}
.ie .custom-layout #extra-sidebar {
    float: left;
    margin-left: -75%;
    width: 20%;
}

#authorbio em { 
display: none; 
} 
#authorbio em span { 
display: inline-block; 
}

#authorbio:hover em { 
display: block; 
}
}
