/* Logo and navi
-------------------------------------------------------------- */

/* http://colorzilla.com/gradient-editor/ */
.hw_gradient {
	background: #f3da71 !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4YmMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2RiNzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,  #e8bc38 0%, #f3db74 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8bc38), color-stop(100%,#f3db74)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8bc38 0%,#f3db74 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8bc38 0%,#f3db74 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8bc38 0%,#f3db74 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #e8bc38 0%,#f3db74 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bc38', endColorstr='#f3db74',GradientType=0 ) !important; /* IE6-8 */
}


.hw_header {
	margin: 0 auto;
	height: auto;
	padding-top: 0 !important;
	border-bottom: 1px solid #c99416;
}

.hw_header .header_container {
    margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: auto;
	padding-bottom: 2px;
}

.hw_header .clearfix {
	clear: both;
}

.hw_header .sub-menu {
	display: none !important;
}

.hw_header_left {
	width:65%;
	float:left;
}
.hw_header_right {
	float:right;
	width:35%;
}

#hw-site-head {
	display: block;
	float: left;
	padding: 10px 0 0 35px;
	background: transparent url(../images/thumb.png) 0 8px no-repeat;
	overflow: hidden;
}
#hw-site-head {
	float: left;
	overflow: hidden;
}
	#hw-site-logo-and-navi {
	}
	#hw-site-head #hw-site-logo {
		float: left;
		width: 103px;
		height: 26px;
		margin: 5px 13px 0px 5px;
		background: transparent url(../images/hitchwiki.png) no-repeat;
	}
		#hw-site-head #hw-site-logo a {
			display: block;
			width: 100%;
			height: 100%;
			outline: none;
		}
		#hw-site-head #hw-site-logo h1 { display: none; }
	
	#hw-site-head #hw-site-slogan {
		display: inline-block;
		float: left;
		font-size: 12px;
		line-height: 12px;
		padding: 13px 0 0 0;
		margin: 0;
		font-weight: normal;
		font-style: italic;
		color: #785815;
		border: 0;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
	}

#hw-site-head #hw-site-navi ul {
	display:block;
	float: left;
	list-style:none;
	padding: 5px 0 0 0;
	margin: 0;
	overflow: hidden;
}
#hw-site-head #hw-site-navi ul li {
	float: left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
}
#hw-site-head #hw-site-navi ul li a:link,
#hw-site-head #hw-site-navi ul li a:visited,
#hw-site-head #hw-site-navi ul li a:hover,
#hw-site-head #hw-site-navi ul li a:active {
	font-size: 12px;
	line-height: 12px;
	padding: 2px 5px;
	margin: 0 2px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	text-decoration: none;	
	color: #5c2701;
	border: 1px solid transparent;
	background: transparent;
	font-family: 'trebuchet ms', arial, sans-serif;
}
#hw-site-head #hw-site-navi ul li a:hover,
#hw-site-head #hw-site-navi ul li a:active {
	text-decoration: none;
	background: #f6dd6d;
	
	border-top: 1px solid #deb61b;
	border-right: 1px solid #fceba0;
	border-bottom: 1px solid #fceba0;
	border-left: 1px solid #e4be21;
}
#hw-site-head #hw-site-navi ul li.current-menu-item a,
#hw-site-head #hw-site-navi ul li.current-menu-item a:hover,
#hw-site-head #hw-site-navi ul li.current-menu-item a:active {
	background: #ebc829;
	border-top: 1px solid #deb61b;
	border-right: 1px solid #fceba0;
	border-bottom: 1px solid #fceba0;
	border-left: 1px solid #e4be21;
		
}

.hw_lisence {
	color: #555;
	font-size: 10px;
	line-height: 11px;
}
	.hw_lisence img {
		float: left;
		margin: 3px 6px 0 0;
	}

#hw-site-logopopup {
	display: block;
	width: 300px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 40px;
	padding: 20px;
	background: #fff;
	color: #777;
	z-index: 99999;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

  	box-shadow: 1px 5px 20px rgba(0,0,0,0.5);
  	-moz-box-shadow: 1px 5px 20px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 1px 5px 20px rgba(0,0,0,0.5);
}
	#hw-site-logopopup h3 {
		color: #777;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-transform: uppercase;
		font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	}
	
	#hw-site-logopopup .close {
		outline: none;
	}

#site-generator { 
	color: #4D4D4D;
	margin: 20px;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	text-shadow: #FAFAFA 1px 1px 0px;
}

.clearfix {
	clear: both;
}

/*
#hw-site-head #hw-site-menu {
	display: block;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}
	#hw-site-head #hw-site-menu li {
		display: block;
		float: left;
		padding: 0 8px;
		margin: 0;
		border-right: 1px solid #c9ab22;
		border-left: 1px solid #f7e6a2;
	}
	#hw-site-head #hw-site-menu li.first {
		border-left: none;
	}
	#hw-site-head #hw-site-menu li.last {
		border-right: none;
	}
	a.hw-site:link,
	a.hw-site:vsited,
	a.hw-site:hover,
	a.hw-site:active {
		display: inline-block;
		padding: 0;
		margin: 0;
		font-size: 14px;
		line-height: 14px;
		text-transform: uppercase;
		color: #9d8100;
		text-decoration: none;
		font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	a.hw-site.selected {
		border: 1px solid #fff;
	}
*/

/*
.hw_footer_info.licence {
	padding-top: 20px !important;
	background: transparent url(../images/cc-by-sa.png) 50% 0 no-repeat !important;
}
*/

/* Flatr button
-------------------------------------------------------------- */
/*
.hw_flattr_button {
	display: block;
	margin: 0 auto;
	padding: 15px;
}
	.hw_flattr_button a.about,
	.hw_flattr_button a.about:link,
	.hw_flattr_button a.about:visied,
	.hw_flattr_button a.about:hover,
	.hw_flattr_button a.about:active {
		color: #717171;
		font-size: 11px;
		line-height: 11px;
		text-decoration: none;
	}
	.hw_flattr_button a.about:hover,
	.hw_flattr_button a.about:active {
		text-decoration: underline;
	}
*/


/*
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - iPad
	1.1 - Landscape
	1.2 - Portrait
2.0 - Smartphone
3.0 - iPhone
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.1 - iPad Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	
	.hw_header_left,
	.hw_header_right {
		clear: both;
		float: none;
		width: 100%;
	}
	
	.hw_header,
	.hw_header .header_container {
		height: auto;
		overflow: hidden;
	}
	.hw_header .header_container {
		padding-bottom: 10px;
	}
	
	#hw-site-navi {
		padding: 10px 0;
	}
}


/*--------------------------------------------------------------
1.2 - iPad Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

	#hw-site-head #hw-site-slogan {
		font-size: 11px;
		line-height: 11px;
	}

}


/*--------------------------------------------------------------
2.0 - Smartphone (any)
--------------------------------------------------------------*/
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (max-width: 480px) {

}


/*--------------------------------------------------------------
3.0 - iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {

}