/*
 * Any rules which should not be flipped automatically in right-to-left situations should be
 * prepended with @noflip in a comment block. Images that should be embedded as base64 data-URLs
 * should be prepended with @embed in a comment block.
 *
 * This style-sheet employs a few CSS trick to accomplish compatibility with a wide range of web
 * browsers. The most common trick is to use some styles in IE6 only. This is accomplished by using
 * a rule that makes things work in IE6, and then following it with a rule that begins with
 * "html > body" or use a child selector ">", which is ignored by IE6 because it does not support
 * the child selector. You can spot this by looking for the "OVERRIDDEN BY COMPLIANT BROWSERS" and
 * "IGNORED BY IE6" comments.
 */



 /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

:focus {
	outline: 0;
}
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*/
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* TYPOGRAPHY
-------------------------------------------------------------- */


body, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.625;
	color: #000;
}

body {
	color: #fff;
}

a {
	color: #1fb3dd;
}
a:hover,
a:active {
	color: #888;
}
a:focus {
	outline: 1px dotted #ccc;
}
a:visited {
	color: #52a3ba;
}
#header a:link,
#header a:visited,
#header a:hover,
#header a:active,
#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active {
	color: #a47230;
	text-decoration: none;
}
#header a:hover,
#header a:active,
#navigation a:hover,
#navigation a:active {
	color: #e5880f;
	text-decoration: none;
}
#header a:visited,
#navigation a:visited {
	color: #b76801;
}
#navigation a {
	font-size: 13px;
	line-height: 13px;
}

h1,h2,h3,h4,
.hitchfont {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #000;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong,b {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #fff;
	color: #000;
}
input[type=text]:focus,
textarea:focus {
	color: #000;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

.align_left { float: left; }
.align_right { float: right; }
.clearfix { clear: both; }







/* LAYOUT
-------------------------------------------------------------- */


/* Framework */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FAF9F3;
}

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

div#content_wrapper {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
	border: 1px solid #dbdbdb;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: #fff;

}

/* Basic static width of the page - we'll adjust this with media queries later */
footer#footer,
header#header,
nav#navigation,
div#content_wrapper {
	width: 990px;
}


/* Content */
article#content {
	width: 797px;
	padding: 0;
	margin: 0;
	float: left;
	color: black;
	direction: ltr;
}
	/*
	 * Alerts, notices and such
	 */
	.errorbox,
	.mw-special-Confirmemail #mw-content-text,
	.usermessage,
	.noarticletext {
		border: 1px solid #f1b89c;
		padding: 30px 30px 20px 30px;
		text-shadow: none;
		margin: 20px 50px;

  		box-shadow: 0 0 14px #f9ebe4;
  		-moz-box-shadow: 0 0 14px #f9ebe4;
  		-webkit-box-shadow: 0 0 14px #f9ebe4;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	/* Previous box is red, make it green for nice alerts :) */
	.mw-special-Confirmemail #mw-content-text {
		border-color: #9fae25;
  		box-shadow: 0 0 14px #eaf1ae;
  		-moz-box-shadow: 0 0 14px #eaf1ae;
  		-webkit-box-shadow: 0 0 14px #eaf1ae;
	}

/* Head */
#mw-page-base {
}
#mw-head-base {
}
header#header {
	margin: 0 auto;
	height: 70px;

	border: 1px solid #c99416;
	border-top: 0;
	/*
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -495px;
	*/
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
header#header h5 {
	margin: 0;
	padding: 0;
}
	/* Hide empty portlets */
	div.emptyPortlet {
		display: none;
	}
	/* Personal */
	#p-personal {
		float: right;
		padding: 6px 10px 0 0;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
		font-size: 12px;
		line-height: 12px;
	}
	#p-personal h5 {
		display: none;
	}
	#p-personal ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#p-personal li {
		font-size: 12px;
		line-height: 12px;
		float: left;

		margin-left: 10px;
		white-space: nowrap;
	}
	#p-personal li a:link,
	#p-personal li a:visited,
	#p-personal li a:hover,
	#p-personal li a:active {
		text-decoration: none;
	}

/*
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; zoom: 1; }
ul.dropdown a:hover		            { }
ul.dropdown a:active                {  }
ul.dropdown li a                    { display: block; }
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              { }


/*
	LEVEL TWO
*/
ul.dropdown ul 						{
										background: #f1d666;
										border: 1px solid #c99416;
										visibility: hidden;
										position: absolute;
										top: 100%;
										left: 0;

										-webkit-border-radius: 4px;
										-webkit-border-top-left-radius: 0;
										-moz-border-radius: 4px;
										-moz-border-radius-topleft: 0;
										border-radius: 4px;
										border-top-left-radius: 0;


										box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
										-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
										-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
										/*
										-webkit-border-radius: 4px;
										-webkit-border-top-left-radius: 0;
										-webkit-border-top-right-radius: 0;
										-moz-border-radius: 4px;
										-moz-border-radius-topleft: 0;
										-moz-border-radius-topright: 0;
										border-radius: 4px;
										border-top-left-radius: 0;
										border-top-right-radius: 0;
										*/
									}
ul.dropdown ul li 					{ float: none; clear: both; padding: 0; margin: 0; }

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100%; display: inline-block; padding: 5px; }

/*
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



	/* Navigation Containers */
	nav#navigation {
		margin: 5px auto 0 auto;
		padding: 0;
		clear: both;
	}
	#left-navigation,
	#right-navigation {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#left-navigation {
		float: left;
	}
	#right-navigation {
		float: right;
	}
		#right-navigation li {
			padding: 0;
			margin: 0;
			font-size: 12px;
			line-height: 12px;
		}
		#right-navigation li a {
			font-size: 12px;
			line-height: 12px;
			text-decoration: none;
		}
	/* Navigation Labels */
	div.hitchwikiTabs h5,
	div.hitchwikiMenu h5 span {
		display: none;
	}
	/* Namespaces and Views */
	/* @noflip */
	div.hitchwikiTabs {
		float: left;
		height: 40px;
	}
	div.hitchwikiTabs {
		background-image: url(images_vector/tab-break.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 1px;
	}
	/* @noflip */
	div.hitchwikiTabs ul {
		float: left;
	}
	div.hitchwikiTabs ul {
		height: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	/* @noflip */
	div.hitchwikiTabs ul li {
		float: left;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	div.hitchwikiTabs ul li {
		line-height: 1.125em;
		display: inline-block;
		height: 100%;
		margin: 0;
		padding: 0;
		white-space:nowrap;
	}
	/* IGNORED BY IE6 */
	div.hitchwikiTabs ul > li {
		display: block;
	}
	div.hitchwikiTabs li.selected {

	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	div.hitchwikiTabs li a {
		display: inline-block;
		height: 1.9em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	/*	color: #0645ad; */
		cursor: pointer;
	}
	/* IGNORED BY IE6 */
	div.hitchwikiTabs li > a {
		display: block;
	}
	div.hitchwikiTabs li.icon a {
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	div.hitchwikiTabs span a  {
		display: inline-block;
		padding-top: 1.25em;
	}
	/* IGNORED BY IE6 */
	/* @noflip */
	div.hitchwikiTabs span > a {
		float: left;
		display: block;
	}
	div.hitchwikiTabs span {
		display: inline-block;
		background-image: url(images_vector/tab-break.png);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	div.hitchwikiTabs li.selected,
	div.hitchwikiTabs li.selected a,
	div.hitchwikiTabs li.selected a:visited{
	/*	color: #333;*/
		font-weight: bold;
		text-decoration: none;
		background: rgba(255, 255, 255, 0.3);
	}
	div.hitchwikiTabs li.new a,
	div.hitchwikiTabs li.new a:visited{
	/*	color: #a55858;*/
	}
	/* Variants and Actions */
	/* @noflip */
	div.hitchwikiMenu {
		direction: ltr;
		float: left;
			background-image: url(images_vector/arrow-down-icon.png);
		background-position: 100% 60%;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	div.hitchwikiMenuFocus {
			background-image: url(images_vector/arrow-down-focus-icon.png);
		background-position: 100% 60%;
	}
	/* @noflip */
	body.rtl div.hitchwikiMenu {
		direction: rtl;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	/* @noflip */
	header#header div.hitchwikiMenu h5 {
		float: left;
		background-image: url(images_vector/tab-break.png);
		background-repeat: no-repeat;
	}
	/* This will be flipped - unlike the one above it */
	header#header div.hitchwikiMenu h5 {
		background-position: bottom left;
		margin-left: -1px;
	}
	/* IGNORED BY IE6 */
	header#header div.hitchwikiMenu > h5 {
		background-image: none;
	}
	header#header div.hitchwikiMenu h4 {
		display: inline-block;
		float: left;
		padding-left: 0.5em;
		padding-top: 1.375em;
		font-weight: normal;
		border: none;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	/* @noflip */
	div.hitchwikiMenu h5 a {
		display: inline-block;
		width: 24px;
		height: 2.5em;
		text-decoration: none;
		margin: 0;
		/*
		background-image: url(images_vector/tab-break.png);
		background-repeat: no-repeat;
		*/
	}
	/* This will be flipped - unlike the one above it */
	div.hitchwikiMenu h5 a {
		background-position: bottom right;
	}
	/* IGNORED BY IE6 */
	div.hitchwikiMenu h5 > a {
		display: block;
	}
	div.hitchwikiMenu div.menu {
		position: relative;
		display: none;
		clear: both;
		text-align: left;

	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	/* @noflip */
	body.rtl div.hitchwikiMenu div.menu {
		margin-left: 24px;
	}
	/* IGNORED BY IE6 */
	/* @noflip */
	body.rtl div.hitchwikiMenu > div.menu {
		margin-left: auto;
	}
	/* IGNORED BY IE6 */
	/* Also fixes old versions of FireFox */
	/* @noflip */
	body.rtl div.hitchwikiMenu > div.menu,
	x:-moz-any-link {
		margin-left: 23px;
	}
	/* Enable forcing showing of the menu for accessibility */
	div.hitchwikiMenu:hover div.menu,
	div.hitchwikiMenu div.menuForceShow {
		display: block;
	}
	div.hitchwikiMenu ul {
		position: absolute;
		background-color: white;
		border: solid 1px silver;
		border-top-width: 0;
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		padding: 0;
		margin: 0;
		margin-left: -1px;
		text-align: left;

		-webkit-border-radius: 4px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-radius: 4px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;

  		box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  		-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  		-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);

	}
	/* Fixes old versions of FireFox */
	div.hitchwikiMenu ul,
	x:-moz-any-link {
		min-width: 5em;
	}
	/* Returns things back to normal in modern versions of FireFox */
	div.hitchwikiMenu ul,
	x:-moz-any-link,
	x:default {
		min-width: 0;
	}
	div.hitchwikiMenu li {
		padding: 0;
		margin: 0;
		text-align: left;
		line-height: 1em;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	div.hitchwikiMenu li a {
		display: inline-block;
		padding: 0.5em;
		white-space: nowrap;
		cursor: pointer;
	}
	/* IGNORED BY IE6 */
	div.hitchwikiMenu li > a {
		display: block;
	}
	div.hitchwikiMenu li.selected a,
	div.hitchwikiMenu li.selected a:visited {
	/*	color: #333333; */
		text-decoration: none;
	}
	#p-cactions h5 {
		margin: 0 !important;
	}
	/* Search */
	#p-search h5 {
		display: none;
	}
	#p-search {
		display: inline-block;
		float: right;
		margin: 5px 10px 0 0px;
		padding: 3px;
		height: 20px;
		background: #fff;

  		box-shadow: 1px 1px 4px #dbb42a;
  		-moz-box-shadow: 1px 1px 4px #dbb42a;
  		-webkit-box-shadow: 1px 1px 4px #dbb42a;

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#p-search form,
	#p-search input {
		margin: 0;
	}
	#p-search #searchInput {
		display: block;
		float: left;
		line-height: 20px;
		font-size: 13px;
		margin: 0 0 0 3px;
		width: 80px;
		height: 20px;
		padding: 0;
		border: 0;
		background: transparent;
		-webkit-appearance: none;
		border-right: 1px solid #ccc;
		outline: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
  		box-shadow: none;
  		-moz-box-shadow: none;
  		-webkit-box-shadow: none;
	}
	#p-search .searchButton {
		background: #fff;
		border: none;
		display: block;
		float: right;
		font-size: 13px;
		line-height: 13px;
		padding: 2px 4px;
		margin: 5px 0 0 0;
		height: 13px;
		font-size: 11px;
		text-transform: uppercase;
		color: #ccc;
		cursor: pointer;
	}
	#p-search #mw-searchButton {
		border-right: 1px solid #ccc;
	}

	div#simpleSearch label {
		/*
		 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
		 * this from ever being shown anyways.
		*/
		font-size: 13px;
		top: 0.25em;
		direction: ltr;
	}
	div#simpleSearch input {
		color: black;
		direction: ltr;
	}
	div#simpleSearch input:focus {
		outline: none;
	}
	div#simpleSearch input.placeholder {
		color: #999999;
	}
	div#simpleSearch input::-webkit-input-placeholder {
		color: #999999;
	}
	div#simpleSearch input#searchInput {
		position: absolute;
		top: 0;
		left: 0;
		width: 90%;
		margin: 0;
		padding: 0;
		padding-left: 0.2em;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		outline: none;
		border: none;
		/*
		 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
		 * this from ever being shown anyways.
		*/
		font-size: 13px;
		background-color: transparent;
		direction: ltr;
	}
	div#simpleSearch button#searchButton {
		position: absolute;
		width: 10%;
		right: 0;
		top: 0;
		padding: 0;
		padding-top: 0.3em;
		padding-bottom: 0.2em;
		padding-right: 0.4em;
		margin: 0;
		border: none;
		cursor: pointer;
		background-color: transparent;
		background-image: none;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	div#simpleSearch button#searchButton img {
		border: none;
		margin: 0;
		margin-top: -3px;
		padding: 0;
	}
	/* IGNORED BY IE6 */
	div#simpleSearch button#searchButton > img {
		margin: 0;
	}
/* Panel */
aside#mw-panel {
	float: left;
	width: 193px;
	margin: 0;
	padding: 0;

	/*background: #f0f0f0;*/
	border: 0;
	color: #000;

	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
	aside#mw-panel a:link,
	aside#mw-panel a:visited {
		text-decoration: none;
	}
	aside#mw-panel a:active,
	aside#mw-panel a:hover {
		text-decoration: underline;
	}
	aside#mw-panel .content {
		padding: 15px 5px 15px 0;

		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		border-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	aside#mw-panel.align_right {
		float: right;

		-webkit-border-radius: 0;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius: 0;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		border-radius: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	aside#mw-panel.align_right .content {
	/*
		border: 1px solid #fff;
		border-left: 1px solid #d4d4d4;*/

		-webkit-border-radius: 0;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius: 0;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		border-radius: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	aside#mw-panel div.portal {
		padding-bottom: 1.5em;
		direction: ltr;
	}
	aside#mw-panel div.portal h5 {
		font-weight: normal;
		color: #000;
		padding: 0 0 5px 0;
		margin-left: 20px;
		margin: 0 0 0 15px;
		cursor: default;
		border: none;
		font-size: 13px;
		line-height: 14px;
		text-transform: uppercase;
		background-repeat: no-repeat;
		background-position: 0 1px;
	}
	/*
		aside#mw-panel div.portal#p-How_to_hitchhike h5 { background-image: url(images/icon_howto.png); padding-left: 18px; }
		aside#mw-panel div.portal#p-Places_to_go h5 { background-image: url(images/icon_places.png); padding-left: 18px; }
		aside#mw-panel div.portal#p-Hitchwiki h5 { background-image: url(images/icon_heart.png); padding-left: 18px; }
	*/
		aside#mw-panel div.portal li#n-Search-from-top-of-the-page a,
		aside#mw-panel div.portal li#n-Browse-places-on-map a,
		aside#mw-panel div.portal li#n-Ask-more-help-from-community a {
			font-size: 10px;
			line-height: 11px;
			color: #717171;
			background-repeat: no-repeat;
			background-position: 0 0;
			padding-left: 10px;
		}
		/*
		aside#mw-panel div.portal li#n-Ask-more-help-from-community a { background-image: url(images/icon_ask.png); }
		aside#mw-panel div.portal li#n-Browse-places-on-map a { background-image: url(images/icon_map.png); }
		aside#mw-panel div.portal li#n-Search-from-top-of-the-page a { background-image: url(images/icon_search.png); }
		*/
		aside#mw-panel div.portal h5 .toggle {
			display: block;
			float: left;
			width: 10px;
			height: 10px;
			margin: 2px 5px 0 0;
			background: url(images/toggle.png) 50% top no-repeat;
			text-decoration: none;
		}
		aside#mw-panel div.portal h5 .toggle.open {
			background-position: 50% bottom;
		}
		aside#mw-panel div.portal#p-tb h5 {
			cursor: pointer;
		}

	aside#mw-panel div.portal div.body {
		margin: 0;
		padding-top: 0.5em;
		margin: 0 15px;
		background-image: url(images_vector/portal-break.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	aside#mw-panel div.portal div.body ul {
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	aside#mw-panel div.portal div.body ul li {
		line-height: 1.125em;
		padding: 0;
		padding-bottom: 0.5em;
		margin: 0;
		overflow: hidden;
		font-size: 0.75em;
	}
	aside#mw-panel div.portal div.body ul li a {
/*		color: #0645ad;*/
	}
	aside#mw-panel div.portal div.body ul li a:visited {
/*		color: #0b0080;*/
	}
/* Footer */
footer#footer {
	clear: both;
	margin: 15px auto;
	padding: 15px 0;

	color: #6a6a6a;
	text-shadow: #fafafa 1px 1px 0px;

	direction: ltr;
}
	footer#footer .content {
		display: block;
		margin: 0 auto;
		padding: 0 10px;
	}
	footer#footer section {
		padding: 0 0 13px 0;
	}
	footer#footer a:link,
	footer#footer a:visited,
	footer#footer a:hover,
	footer#footer a:active {
		color: #6a6a6a;
		text-decoration: none;
	}
	footer#footer a:hover,
	footer#footer a:active {
		text-decoration: underline;
	}
	footer#footer .footer_info {
		display: block;
		clear: both;
		font-size: 11px;
		line-height: 14px;
	}
	footer#footer .footer_info.surfing_bird {
		font-size: 13px;
	}
	footer#footer ul {
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	footer#footer ul li {
		margin: 0;
		padding: 0;
		font-size: 0.7em;
	}
	#footer-icons {
		float: right;
	}
	footer#footer .col-1,
	footer#footer .col-2,
	footer#footer .col-3 {
		float: left;
		width: 33%;
	}
	footer#footer .col-2 {
		text-align: center;
	}
	footer#footer .col-3 {
		text-align: right;
	}
	footer#footer .portal h5 { display: none; }



/*
 * Login page
 */
.captcha label {
    font-size: 18px;
    line-height: 23px;
}
/*
#userlogin, #userloginForm {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.page-Special_UserLogin #catlinks,
.page-Special_UserLogin #firstHeading,
.page-Special_UserLogin #navigation,
.page-Special_UserLogin aside#mw-panel {
	display: none;
}

.page-Special_UserLogin div#content_wrapper {
	margin-top: 10px;
	background: #fff url(images/login_bg.jpg) 0 0 no-repeat;
	padding: 0;
	border: 1px solid #c99416;
}
.page-Special_UserLogin .mw-headline,
.page-Special_UserLogin #userloginForm h2,
.page-Special_UserLogin article#content a:link,
.page-Special_UserLogin article#content a:visited,
.page-Special_UserLogin article#content a:hover,
.page-Special_UserLogin article#content a:active,
.page-Special_UserLogin article#content {
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
	border: 0;
}
.page-Special_UserLogin .errorbox {

}
.page-Special_UserLogin article#content {
	width: 100%;
	display: block;
	padding: 50px 0;
	margin: 0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
#userlogin2,
#userloginForm {
	display: block;
	width: 300px;
	padding: 50px 0;
	margin: auto;
}
#userloginForm {
	padding: 100px 0;
}
#userlogin2 {
	width: 80%;
	padding: 5%;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  	box-shadow: 1px 5px 20px rgba(0,0,0,0.3);
  	-moz-box-shadow: 1px 5px 20px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 1px 5px 20px rgba(0,0,0,0.3);
}
.page-Special_UserLogin #userlogin2 h2,
.page-Special_UserLogin #userloginForm h2 {
	font-size: 40px !important;
	line-height: 40px !important;
	border: none;
}
.page-Special_UserLogin input.loginText,
.page-Special_UserLogin input.loginPassword {
	font-size: 15px;
	line-height: 15px;
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

  	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);
}
.page-Special_UserLogin #userloginForm #userloginprompt { display: none; }

.page-Special_UserLogin #userloginlink {
	font-size: 12px;
	font-style: italic;
}
.page-Special_UserLogin #userloginlink a {
	font-weight: bold;
}
.page-Special_UserLogin .mw-label {
	font-size: 15px;
	line-height: 15px;
	padding: 15px 10px 0 0;
}
.page-Special_UserLogin .mw-input {
	font-size: 13px;
}


label[for='wpRemember'] {
	font-size:12px;
	line-height: 15px;
	display: inline-block;
	float: left;
	padding-left: 6px;
	width: 90%;
}

#wpRemember {
	border: 1px solid #fff;
	background: #fff;
	color: #000;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	float: left;

  	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);
}

.page-Special_UserLogin #userlogin2 h2,
.page-Special_UserLogin article#content #userlogin2 a:link,
.page-Special_UserLogin article#content #userlogin2 a:visited,
.page-Special_UserLogin article#content #userlogin2 a:hover,
.page-Special_UserLogin article#content #userlogin2 a:active,
.page-Special_UserLogin article#content #userlogin2 {
	text-shadow: none;
	color: #000;
}


#userlogin2 #wpRemember,
#userlogin2 input.loginText,
#userlogin2 input.loginPassword {
  	box-shadow: none;
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
  	border: 1px solid #b7b5b5;
}

.page-Special_UserLogin .mw-submit a {
	font-size: 11px;
	line-height: 11px;
	display: block;
	clear: both;
	float: right;
	text-decoration: none;

}
.page-Special_UserLogin #wpCreateaccount,
.page-Special_UserLogin .mw-submit #wpLoginAttempt {
	border: 1px solid #c99416;

	padding: 5px 10px;
	margin: 0 0 20px 0;
	float: right;
	cursor: pointer;

	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
 	font-size: 15px;
  	line-height: 15px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

  	box-shadow: 1px 5px 20px rgba(0,0,0,0.3);
  	-moz-box-shadow: 1px 5px 20px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 1px 5px 20px rgba(0,0,0,0.3);

}
*/


/*
 * The following code is highly modified from monobook. It would be nice if the
 * preftoc id was more human readable like preferences-toc for instance,
 * howerver this would require backporting the other skins.
 */

/* Preferences */
#preftoc {
	/* Tabs */
	width: 100%;
	float: left;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	/*
	background-image: url(images_vector/preferences-break.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	*/
}
	#preftoc li {
		/* Tab */
		float: left;
		margin: 0;
		padding: 0;
		padding-right: 1px;
		height: 2.25em;
		white-space: nowrap;
		list-style-type: none;
		list-style-image: none;
			background-image: url(images_vector/preferences-break.png);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	/* Sadly, IE6 won't understand this */
	#preftoc li:first-child {
		margin-left: 1px;
	}
	#preftoc a,
	#preftoc a:active {
		display: inline-block;
		position: relative;
/*		color: #0645ad;*/
		padding: 0.5em;
		text-decoration: none;
		background-image: none;
		font-size: 0.9em;
	}
	#preftoc a:hover,
	#preftoc a:focus {
		text-decoration: underline;
	}
	#preftoc li.selected a {
			background-image: url(images_vector/preferences-fade.png);
		background-position: bottom;
		background-repeat: repeat-x;
		color: #333333;
		text-decoration: none;
	}
#preferences {
	float: left;
	width: 100%;
	margin: 0;
	margin-top: -2px;
	clear: both;
	border: solid 1px #cccccc;
	background-color: #f9f9f9;
	background-image: url(images_vector/preferences-base.png);
}
#preferences fieldset {
	border: none;
	border-top: solid 1px #cccccc;
}
#preferences fieldset.prefsection {
	border: none;
	padding: 0;
	margin: 1em;
}
#preferences legend {
	color: #666666;
}
#preferences fieldset.prefsection legend.mainLegend {
	display: none;
}
#preferences td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#preferences td.htmlform-tip {
	font-size: x-small;
	padding: .2em 2em;
	color: #666666;
}
#preferences div.mw-prefs-buttons {
	padding: 1em;
}
#preferences div.mw-prefs-buttons input {
	margin-right: 0.25em;
}

/**
 * The following code is slightly modified from monobook
 */
article#content {
	line-height: 1.5em;
}
#bodyContent {
	font-size: 0.8em;
}

.editsection {
	float: right;
}

ul {
	list-style-image: url(images_vector/bullet-icon.png);
}

pre {
	line-height: 1.3em;
}

label {
	display: inline;
}

/* Site Notice (includes notices from CentralNotice extension) */
#siteNotice {
	font-size: 0.8em;
}
#siteNotice #localNotice {
  overflow: hidden;
}
#firstHeading {
	margin: 0;
	padding: 15px 15px 0 15px;
	font-size: 1.6em;
}
body.page-Main_Page #bodycontent_before,
body.page-Main_Page #firstHeading { display: none; }

article#content a.external,
article#content a.external[href ^="gopher://"] {
	background: url(images_vector/external-link-ltr-icon.png) center right no-repeat;
	padding-right: 13px;
}
/*
article#content a.external[href ^="https://"],
.link-https {
	background: url(images_vector/lock-icon.png) center right no-repeat;
	padding-right: 13px;
}
*/
article#content a.external[href ^="mailto:"],
.link-mailto {
	background: url(images_vector/mail-icon.png) center right no-repeat;
	padding-right: 13px;
}
article#content a.external[href ^="news:"] {
	background: url(images_vector/news-icon.png) center right no-repeat;
	padding-right: 13px;
}
article#content a.external[href ^="ftp://"],
.link-ftp {
	background: url(images_vector/file-icon.png) center right no-repeat;
	padding-right: 13px;
}
article#content a.external[href ^="irc://"],
article#content a.external[href ^="ircs://"],
.link-irc {
	background: url(images_vector/talk-icon.png) center right no-repeat;
	padding-right: 13px;
}
article#content a.external[href $=".ogg"], article#content a.external[href $=".OGG"],
article#content a.external[href $=".mid"], article#content a.external[href $=".MID"],
article#content a.external[href $=".midi"], article#content a.external[href $=".MIDI"],
article#content a.external[href $=".mp3"], article#content a.external[href $=".MP3"],
article#content a.external[href $=".wav"], article#content a.external[href $=".WAV"],
article#content a.external[href $=".wma"], article#content a.external[href $=".WMA"],
.link-audio {
	background: url(images_vector/audio-icon.png) center right no-repeat;
	padding-right: 13px;
}
article#content a.external[href $=".ogm"], article#content a.external[href $=".OGM"],
article#content a.external[href $=".avi"], article#content a.external[href $=".AVI"],
article#content a.external[href $=".mpeg"], article#content a.external[href $=".MPEG"],
article#content a.external[href $=".mpg"], article#content a.external[href $=".MPG"],
.link-video {
	background: url(images_vector/video-icon.png) center right no-repeat;
	padding-right: 13px;
}
article#content a.external[href $=".pdf"], article#content a.external[href $=".PDF"],
article#content a.external[href *=".pdf#"], article#content a.external[href *=".PDF#"],
article#content a.external[href *=".pdf?"], article#content a.external[href *=".PDF?"],
.link-document {
	background: url(images_vector/document-icon.png) center right no-repeat;
	padding-right: 13px;
}

article#content .printfooter {
	display: none;
}
/* Icon for Usernames */
#pt-userpage,
#pt-anonuserpage,
#pt-login {
	background: url(images/icon-user.png) left top no-repeat;
	padding-left: 15px !important;
	text-transform: none;
}
#pt-logout {
	background: url(images/icon-logout.png) left top no-repeat;
	padding-left: 15px !important;
}
#pt-language {
	background: url(images/icon-language.png) left top no-repeat;
	padding-left: 15px !important;
}
li#pt-openidlogin {
	padding-right: 20px;
	float: right;
	background-image: url(images/icon-open_id2.png) !important;
}
#pt-anonuserpage,
#pt-anontalk {
	font-size: 11px;
	line-height: 11px;
}

.redirectText {
	font-size: 140%;
}

.redirectMsg img {
	vertical-align: text-bottom;
}

#mw-content-text {
	padding: 0 15px 15px 15px;
	display: block;
	overflow: hidden;
}
.usermessage,
#contentSub,
#contentSub2,
#bodycontent_before {
	padding: 5px 15px;
	display: block;
	clear: both;
	color: #999;
	font-size: 11px;
	line-height: 13px;
}
#mw-js-message {
	font-size: 0.8em;
}
div#bodyContent {
	line-height: 1.5em;
}
#firstHeading,
#catlinks,
#ticker {
	display: block;
	list-style: none;
	background: #f4f4f4;
	overflow: hidden;
	clear: both;

}
#firstHeading {
	height: auto;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #d4d4d4;
	background: #F9F9F9;

	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
#catlinks {
	padding: 10px 0 10px 20px;
	height: auto;
	margin: 20px 0 1px 0;

	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
#ticker {
	width: 100%;
	margin: 1px 0 20px -14px;
	padding: 0 24px 0 5px;

	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;

	color: #612a01;
	background: #fffbee;
	border-bottom: 1px solid #ede2bf;
}
	#catlinks.catlinks-allhidden { display: none; }
	#catlinks {
		font-size: 11px;
		line-height: 11px;
		color: #989898;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
	}
	#ticker li {
		display: block;
		margin: 0;
		padding: 45px 0 20px 35px;
	}
	#ticker h1,
	#ticker h2,
	#ticker h2,
	#ticker h4 {
		color: #dd9700;
		font-family: georgia,times,serif;
		font-weight: normal;
		border: 0;
	}
	#ticker h1 {
		font-size: 30px;
		line-height: 35px;
		padding: 0;
		margin: 0;
	}
	#ticker .ingress {
		overflow: hidden;
		margin: 0;
		padding: 7px 150px 7px 0;
	}
	#ticker .first_links {
		color: #ded4b5;
		display: block;
		padding: 0;
		margin: 0;
	}
	#ticker a:link,
	#ticker a:visited,
	#ticker a:hover,
	#ticker a:active {
		color: #b66c03;
		text-decoration: none;
	}
	#ticker a:hover,
	#ticker a:active {
		text-decoration: underline;
	}

.frontpage_col {
	width: 50%;
	float: left;
}
.frontpage_col .col_content {
	padding: 0 20px 20px 20px;
}

.frontpage_box {
	overflow: hidden;
	padding-bottom: 30px;
	clear: both;
}
.frontpage_box h2 {
	padding: 0 0 5px 0;
	font-size: 20px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.frontpage_box h2,
.frontpage_box h2 a {
	color: #444;
}
.frontpage_box h2 a {
	text-decoration: none;
}

.frontpage_potm .gallerytext {
	font-size: 11px;
	line-height: 14px;
}

.frontpage_box.frontpage_news ul,
.frontpage_box.frontpage_events ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .frontpage_box.frontpage_news ul li,
    .frontpage_box.frontpage_events ul li {
    	padding: 0 0 10px 0;
    	margin: 0;
    }

/* Watch/Unwatch Icon Styling */
#ca-unwatch.icon a,
#ca-watch.icon a {
	margin: 0;
	padding: 0;
	outline: none;
	display: block;
	width: 26px;
	/* This hides the text but shows the background image */
	padding-top: 3.1em;
	margin-top: 0;
	/* Only applied in IE6 */
	margin-top: -0.8em !ie;
	height: 0;
	overflow: hidden;
	background-image: url(images_vector/watch-icons.png);
}
#ca-unwatch.icon a {
	background-position: -43px 60%;
}
#ca-watch.icon a {
	background-position: 5px 60%;
}
#ca-unwatch.icon a:hover,
#ca-unwatch.icon a:focus {
	background-position: -67px 60%;
}
#ca-watch.icon a:hover,
#ca-watch.icon a:focus {
	background-position: -19px 60%;
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
	background-image: url(images_vector/watch-icon-loading.gif);
	background-position: 5px 60%;
}
#ca-unwatch.icon a span,
#ca-watch.icon a span {
	display: none;
}
div.hitchwikiTabs ul {
}

/*
 * Buddypress style footer
 */
/*--------------------------------------------------------------
2.3 - Footer
--------------------------------------------------------------*/
#footer {
	margin: 20px 0;
}
#footer-widgets {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 19px;
}
#site-generator {
	color: #4D4D4D;
	margin: 20px 20px;
	text-align: center;
	text-shadow: #fafafa 1px 1px 0;
}
#footer-widget-area {
	margin-top: -19px;
	overflow: hidden;
}
#footer-widget-area div.widget-area > ul {
	float: left;
	margin-right: 2.5%;
	width: 23%;
}
#footer-widget-area div.widget-area > ul > li {
	margin-top: 19px;
}
#footer-widget-area h3.widgettitle {
	background: #eaeaea;
	clear: left;
	padding: 5px 15px;
	font-size: 12px;
	margin: 0 0 10px 0;
}
#footer-widget-area div div.item-options {
	margin-left: 0;
	margin-right: 0;
}
#footer-widget-area ul.item-list li img.avatar {
	margin-left: 15px; /* border is 4px */
}
div#fourth ul.xoxo { margin-right: 0; }


/* Widget part from the Sidebar section */
#footer-widget-area .widget_search,
div#sidebar .widget_search {
	margin-top: 20px;
}
#footer-widget-area .widget_search input[type=text],
div#sidebar .widget_search input[type=text] {
	padding: 2px;
	width: 110px;
}
#footer-widget-area ul.item-list img.avatar,
div#sidebar ul.item-list img.avatar {
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
#footer-widget-area div.item-avatar img,
div#sidebar div.item-avatar img {
	height: 40px;
	margin: 1px;
	width: 40px;
}
#footer-widget-area .avatar-block,
div#sidebar .avatar-block {
	overflow: hidden;
}
#footer-widget-area ul.item-list div.item-title,
div#sidebar ul.item-list div.item-title {
	font-size: 12px;
}
#footer-widget-area div.item-options,
div#sidebar div.item-options {
	background: #f5f5f5;
	font-size: 11px;
	margin: -10px -20px 0 -19px;
	padding: 5px 15px;
}
#footer-widget-area div.item-content {
	margin-left: 38px;
}
#footer-widget-area div.item-meta,
div#sidebar div.item-meta,
div#sidebar div.item-content {
	font-size: 11px;
	margin-left: 38px;
}
#footer-widget-area div.tags div#tag-text,
div#sidebar div.tags div#tag-text {
	font-size: 1.4em;
	line-height: 140%;
	padding: 10px 0 15px;
}

.footer-info li {
    line-height: 1.4em;
    padding: 0 0 10px 0;
}
.footer-icons li {
    float: left;
    margin-left: 0.5em;
    line-height: 2em;
    text-align: right;
}
.footer-places {
    clear: both;
}
.footer-places li {
    display: block;
    float: left;
    padding: 0 5px 0 0 !important;
    margin: 0 5px 0 0 !important;
}
.footer-credits {
	clear: both;
	width:100%;
	padding: 10px 0;
	font-size: 12px;
	line-height: 12px;
}

/*
 * Wiki contents (override commoncontents.css stuff
 */

#mw-content-text h2 {
	line-height: 25px;
}
#mw-content-text h3 {
	line-height: 30px;
}
#mw-content-text h4 {
	line-height: 22px;
}

li.gallerybox div.thumb {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/**
 * Table of Contents
 */
#toc {
	background: #e6e6e6;
	float: right;
	margin: 10px 0 10px 10px;
	font-size: 90%;

	max-width: 400px;

	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;

  	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
    #toc ul {
    	clear: both;
    	margin: 5px 15px;
    }
    #toc,
    #toc a {
    	color: #333;
    	text-decoration: none;
    }
    #toc a:hover,
    #toc a:active {
    	text-decoration: underline;
    }
    #toc, .toc, .mw-warning {
    	background-color: #F9F9F9;
    	border: 1px solid #aaa;
    	padding: 5px;
    }
    #toc, .toc, .mw-warning {
    	background-color: #F9F9F9;
    	border: 1px solid #aaa;
    	padding: 5px;
    }
    #toc #toctitle h2 {
    	font-size: 15px;
    	line-height: 16px;
    	padding: 5px 5px 0 5px;
    	float: left;
    }
    #toc .toctoggle {
    	float: right;
    	padding: 5px;
    }
    #toc .toctoggle a {
    	outline: none;
    }


/*
.thumb {
	margin: 7px;
	padding: 6px;
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 15px;
}
	.thumb .thumbcaption {
		padding: 3px 0;
	}
.gallerybox {
	margin-right: 5px;
}

#mw-content-text img { max-width: 100%; }

#mw-content-text h2 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 22px;
	line-height: 40px;
}
#mw-content-text h3 {
	font-size: 17px;
	line-height: 30px;
}
#mw-content-text h4 {
	font-size: 15px;
	line-height: 22px;
}
*/


/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
.tipsy {
	font-size: 0.8em;
}

.clearfix { clear: both; }

.light {
	color: #777;
}


/*
 * Editing tools
 */
#editform textarea#wpTextbox1 {
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	border: 1px solid #dbdbdb;
	padding: 10px;
	font-size: 1.0em;
}
/* Edit links on pages */
.editsection {
	color: #ccc;
	float: right;
	font-size: 0.7em;
}
.editsection a:link,
.editsection a:link,
.editsection a:active,
.editsection a:hover {
	font-weight: normal;
	color: #606060;
	text-decoration: none;
}
.editsection a:active,
.editsection a:hover {
	text-decoration: underline;
}

#editpage-copywarn {
	font-size: 12px;
	line-height: 15px;
	color: #666;
}


.frontpage-meta-links {
    font-size: 12px;
    line-height: 24px;
    color: #333;
}
.frontpage-meta-links a.external,
.frontpage-meta-links a {
    font-size: 12px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
}

/*
 * Info box in the content area about city/country
 */
.infobox {
	float: right;
	margin: 0 0 20px 20px;
}


/**
 * Styles for http://hitchwiki.org/en/MediaWiki:Sitenotice
 */
#siteNotice {
   background: #ede2bf;
   font-size: 16px;
   margin: 0;
}
#localNotice,
.mw-dismissable-notice {
   padding: 10px;
}
#siteNotice a {
   color: #613000;
}

@media only screen and (min-width: 1100px) {

	/* Basic static width of the page */
	footer#footer,
	header#header,
	nav#navigation,
	div#content_wrapper {
		width: 1100px;
	}
	article#content {
		width: 907px;
	}

}
@media only screen and (min-width: 1200px) {

	/* Basic static width of the page */
	footer#footer,
	header#header,
	nav#navigation,
	div#content_wrapper {
		width: 1200px;
	}
	article#content {
		width: 1007px;
	}

}

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

	/* Basic static width of the page */
	footer#footer,
	header#header,
	nav#navigation,
	div#content_wrapper {
		width: 90%;
	}
	article#content {
		width: 100%;
	}
	article#content {
		width: 100%;
	}
	#ticker {
		background-image: none;
	}
	#ticker .ingress {
		padding: 0;
	}
	header#header {
		height: auto;
	}
	div#content_wrapper {
		background-image: none;
	}
	aside#mw-panel {
		width: 100%;
	}
	aside#mw-panel .portal {
		width: 25%;
		float: left;
	}

	.page-Special_UserLogin article#content {
		padding: 120px 0 50px 0;
	}
}

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

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

	/* Basic static width of the page */
	footer#footer,
	header#header,
	nav#navigation,
	div#content_wrapper {
		width: 99%;
	}
	#footer-widget-area div.widget-area > ul {
		width: 45%;
	}
}


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

	/* Basic static width of the page */
	footer#footer,
	header#header,
	nav#navigation,
	div#content_wrapper {
		width: 99%;
	}

	.frontpage_col {
		width: 100%;
		clear: both;
	}
	#ticker h1 {
		font-size: 20px;
		line-height: 25px;
	}
	aside#mw-panel .portal {
		width: 50%;
		float: left;
	}

}

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

	/* Basic static width of the page */
	footer#footer,
	header#header,
	nav#navigation,
	div#content_wrapper {
		width: 99%;
	}

	.frontpage_col {
		width: 100%;
		clear: both;
	}
	#ticker h1 {
		font-size: 20px;
		line-height: 25px;
	}
	aside#mw-panel .portal {
		width: 50%;
		float: left;
	}
}


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

	/* Basic static width of the page */
	footer#footer,
	header#header,
	nav#navigation,
	div#content_wrapper {
		width: 99%;
	}
	aside#mw-panel .portal {
		width: 100%;
		clear: both;
	}
	#footer-widget-area div.widget-area > ul {
		width: 100%;
		clear: both;
	}

}


@media print {
 * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

