/* This mobile theme overrides the existing guidebook mobile 2.0 css file */


.header {
	
	/* 
	header gradient start for c2e2: #ed1c24
	header gradient end for c2e2: #d8141c
	*/
	background-color: #2f7fb1; /* header gradient start */ 
	background-image: -webkit-gradient(linear, left bottom, left top, from(#2a75a2), to(#d8141c)); /* header gradient end -> header gradient start */
	background-image: -webkit-linear-gradient(#ed1c24, #d8141c); /* header gradient start -> header gradient end */
	background-image: -moz-linear-gradient(top, #ed1c24, #d8141c); /* header gradient start -> header gradient end */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFed1c24', endColorstr='#FFd8141c'); /* header gradient start -> header gradient end NOTE: this requires the FF before it to be a valid hex recognized by old MS browsers*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFed1c24', endColorstr='#FFd8141c')2\')"; /* header gradient start -> header gradient end  NOTE: this requires the FF before it to be a valid hex recognized by old MS browsers */
	background-image: -ms-linear-gradient(#ed1c24, #d8141c); /* header gradient start -> header gradient end */
	background-image: -o-linear-gradient(#ed1c24, #d8141c); /* header gradient start -> header gradient end */
	background-image: linear-gradient(#ed1c24 0%, #d8141c 100%); /* header gradient start -> header gradient end */
	box-shadow: inset 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .1), inset 0 -1px 0 #e84147, 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .3); /* second color is base_header_shine */
	-moz-box-shadow: inset 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .1), inset 0 -1px 0 #e84147, 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .3); /* second color is base_header_shine */
	-webkit-box-shadow: inset 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .1), inset 0 -1px 0 #e84147, 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .3); /* second color is base_header_shine */
	-ms-box-shadow: inset 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .1), inset 0 -1px 0 #e84147, 0 2px 2px rgba(19.594%, 23.297%, 25.543%, .3); /* second color is base_header_shine */
	border-bottom: 1px solid #b41016; /* color is base_header_shadow */
}

.header h3 {
	color: #ff888d; /* color is base_lighter2 */
}

.header h2 {
	color:#fff8f9; /* color is base_white */
	text-shadow:0 1px 1px #b41016; /* color is base_header_shadow */
}

.gb-bar {
	background: transparent url(//s3.amazonaws.com/media.guidebook.com/upload/6256/theme/bar.png) left repeat; /* this is the bar image */
}

#navbar table tr td.logo h1 {
	color: #e51921; /* color is base */
}

#navbar table tr td.logo h1.gb-logo {
	background: transparent url(//s3.amazonaws.com/media.guidebook.com/upload/6256/theme/logo.png) center center no-repeat; /* this is the logo.png image */
}
