@import url("../twentyeleven/style.css");

/*Theme Name: WAJ
Theme URI: http://waj.org
Description: Child theme for Western Automotive Journalists
Author: Melissa Shimmin
Template: twentyeleven
*/


/* =Header

----------------------------------------------- */


/* hide site title */
#site-title {
    display:none;
}

/* hide site description */
#site-description {
  display:none;
}

/* hide search box */
#searchform { display:none; 
}

/* remove gray rule */
#branding {border-top: 0;} 


/* fixed width */

#page {
clear: both;
max-width: none !important;
overflow: hidden;
padding: 0;
width: 1000px !important;
}

#primary {overflow: hidden;}

.entry-content {width: 100%; clear: both; overflow: hidden;}

.alignright{float: right;}

.alignleft{float: left;}




/* =Header Image
------------------------------------------------------------- */

branding img {
height: 300px;
margin-bottom: -7px;
width: 100%;
}






/* =Menu

-------------------------------------------------------------- */



#access {

	background: #6b6b6b; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#e1e1e1, #6b6b6b);

	background: -o-linear-gradient(#e1e1e1, #6b6b6b);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#6b6b6b)); /* older webkit syntax */

	background: -webkit-linear-gradient(#e1e1e1, #6b6b6b);

	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;

	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;

	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;

	clear: both;

	display: block;

	float: left;

	margin: 0 auto 6px;

	width: 100%;

}

#access ul {

	font-size: 13px;

	list-style: none;

	margin: 0 0 0 -0.8125em;

	padding-left: 0;

}

#access li {

	float: left;

	position: relative;

}

#access a {

	color: #f3f3f3;

	display: block;

	line-height: 3.333em;

	padding: 0 1.2125em;

	text-decoration: none;

}

#access ul ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	display: none;

	float: left;

	margin: 0;

	position: absolute;

	top: 3.333em;

	left: 0;

	width: 188px;

	z-index: 99999;

}

#access ul ul ul {

	left: 100%;

	top: 0;

}

#access ul ul a {

	background: #f9f9f9;

	border-bottom: 1px dotted #ddd;

	color: #444;

	font-size: 13px;

	font-weight: normal;

	height: auto;

	line-height: 1.4em;

	padding: 10px 10px;

	width: 168px;

}

#access li:hover > a,

#access ul ul :hover > a,

#access a:focus {

	background: #efefef;

}

#access li:hover > a,

#access a:focus {

	background: #f9f9f9; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);

	background: -o-linear-gradient(#f9f9f9, #e5e5e5);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */

	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);

	color: #373737;

}

#access ul li:hover > ul {

	display: block;

}

#access .current_page_item > a,

#access .current_page_ancestor > a {

	font-weight: bold;
	color: #FFFFFF;

}

/* Wrapper */
#page {
	margin-top: 15px;
	}
	
	
/* Images  */

.the_content img {
background:white;
border:0px solid #000;
padding:0px;
}

.post_image img {
padding:0px;
background-color:#fff;
border:0px solid #cccccc;
}


/* widget area */

.widget-title {
color: #000000;
font-weight: bold;
font-size:11px;
}

.widget a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

.widget ul li {
list-style: none outside none;
}



/* Delete border around images */

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 0;
}

p img, .wp-caption {
margin-top: 0;
}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
border: none;
padding: none;
}

.em-booking-form-details {
    width: 100% !important;
}
.em-booking-form-details label {
    width: 250px !important;
}