a:link
{
	color: #990000;
	text-decoration: none;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px transparent solid; /*sets border so later .selflink and a.x colored borders do not shift horizontal display position*/
}

.selflink
{
	font-style: italic;
	background: rgba(255,255,255,.3);
	padding: 2px 6px 1px 6px;
	border: 1px #ccc solid !important;	
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
}

a:visited
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	color: #f00;
	text-decoration: none;
	background: #f8fbf8;
	background: rgba(255,255,255,.4);
	border: 1px #ccc solid;			
}

a:focus
{
	color: #f00;
	text-decoration: none;
	background: #f8fbf8;
	background: rgba(255,255,255,.4);
	border: 1px #ccc solid;			
}

a:active
{
	color: #f00;
	text-decoration: none;
	border: 1px #ccc solid;	
	background: #96c496;
	background: rgba(42, 132, 42,.4)	
}

h1, h2, h3, h4, h5
{
	color: #333;
	font-family: Georgia, Palatino, Times, Serif;
	font-weight: 100;
	letter-spacing: .05em;
	vertical-align: bottom;
}

h1 { line-height: 2em; }
h2, h3, h4, h5 { line-height: 1.4em; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }

dd { margin-left: .4em; }

h1, h2, h3, h4, h5
{ text-indent: -8px; }

html, body
{
	height: 100%; /* gives layout 100% height */
	overflow: inherit; /* triggers 100% height in Opera 9.5 */
	color: #333;
	background-color: #f2f0d5; /*#dfefdf*/
	font-family: Helvetica, Sans-Serif;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center; /* MSIE 5 doesn't center based on auto left/right margins, 
             			             but 'text-align:center' does center top-level divs: */
	min-width: 960px; /* Specify a min-width for the body as wide as the 'wrapper'
           			                element itself. This prevents negative (i.e. inaccessible)
									left-margins in narrow browser windows when using                  			      Navigator 6+/Mozilla on Win32: */
}

#wrapper
{
	background-color: transparent;
	text-align: left;
	/* Reset alignment to compensate for 'text-align:center': */
	width: 960px;
	/* Centered div must be given a width This should be the same
                          as 'body min-width': */
	margin-right: auto;
	margin-left: auto;
	/* Set left and right margins to auto, thus centering the 
                          element in the containing (body) tag: */
	position: relative;
	height: auto !important;
	min-height: 100%;
	/* gives layout 100% height */
	padding-top: 1.4em;
	padding-left: 1em;
	padding-right: 1em;
}

.pagetitle
{
	font-family: Georgia, Palatino, Times, Serif;
	font-size: 1.35em;
	text-shadow: 0px 0px 2px #797;
	letter-spacing: .25em;
	display: block;
	color: #300;
	text-transform: inherit;
	padding: 0 0 7px 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
}

.groupnavbar
{
	letter-spacing: .2em;
	vertical-align: top;
	line-height: 3em;
	display: block;
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: .7em;
	font-weight: normal;
}

.groupnavbar  a
{
	padding: 2px 6px 1px 6px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.groupnavbar  a:hover,
.groupnavbar  a:focus
{
	background: #eef6ee;
	background: rgba(255,255,255,.4);
}

.groupnavbar  a:active
{
	border: 1px #ccc solid;	
	background: #96c496;
	background: rgba(42, 132, 42,.4)
}

.siteheaderbanner
{
	display: block;
	margin: 16px auto 0 auto;
	text-align: center;
}

.entry-content /*for Readability parser*/
{
	display: block;
}

#wikitext
{
	background-color: #f6f5d8; /*#FFFFC0;/*#f8edc5;*/
	line-height: 1.4em;
	height: auto;
	display: block;
	position: relative;
	margin: 16px 0 0 10px;
	overflow: visible;
	padding: 16px 32px 16px 32px;
	width: auto;
	max-width: 540px;/*572px;*/
	float: left;
	border: 1px #fff solid; /*#ccc*/
	-webkit-box-shadow: -1px -1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 4px rgba(0,0,0,.2);
	-o-box-shadow: -1px -1px 4px rgba(0,0,0,.2);
	box-shadow: -1px -1px 4px rgba(0,0,0,.2);
}

#wikitext ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 13px;
}

#wikitext img
{
	border: 1px #333 solid;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}

#sidebar
{
	display: block;
	width: auto;
	height: auto;
	max-width: 300px;
	float: right;
	margin: 16px 10px 0 0;
	overflow: hidden;
	background-color: transparent;
	font-family: Georgia, Palatino, Times, Serif;
	font-size: .9em;	
	text-align: left;
	text-shadow: 0px 0px 2px #797;
	letter-spacing: .17em;
	line-height: 1.8em;
	position: relative;
	font-weight: normal;
	padding-top: 2px;

}

#sidebar ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 1em;	
	letter-spacing: .17em;
	text-transform: uppercase;
	text-shadow: none;
	font-family: Helvetica, Sans-Serif;
	font-size: .7em;
	line-height: 1.5em;
	font-weight: normal;
}

#sidebar li a
{
	padding: 2px 6px 1px 6px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#sidebar li a:hover,
#sidebar li a:focus
{
	color: #F00;
	background: #f8fbf8;
	background: rgba(255,255,255,.4);
	border: 1px #ccc solid;			
}

#sidebar li a:active
{
	border: 1px #ccc solid;	
	background: #96c496;
	background: rgba(42, 132, 42,.4)
}


#navlist
{
	text-transform: none;
	text-align: left;
	height: auto;
	width: auto;
	background-color: transparent;
	display: block;
	line-height: 1.6em;
	letter-spacing: .35em;
	margin: 0 0 20px 0;
}

#headleft
{
	font-weight: normal;
	font-style: normal;
	font-size: 150%;
	line-height: 2.5em;
	text-transform: none;
	text-align: left;
	position: absolute;
	top: 15px;
	display: inline;
	letter-spacing: .8em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 50%;
}

#headright
{
	line-height: 110%;
	padding: 5px;
	font-size: x-small;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 20px;
	left: 300px;
}

#wikiedit textarea
{
	width: 99%;
	height: 50%;
}


/*.sidebarbox  Used by Weather.SideBar until sidebar removed - may be used elsewhere
{
	 width: 142px;
	padding: 6px 16px 10px 0px;
	float: left;
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
	overflow: hidden;
	background-color: transparent;
	color: #111;
	border: 1px #469 solid;
}

.sidebarbox ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}*/



.navbar
{
	letter-spacing: .2em;
	vertical-align: top;
	line-height: 2.5em;
	display: block;
}

.headerimage
{
	margin-top: 20px;
	padding-top: 20px;
}

.travelsphotoclip
{
	display: block;
	width: 500px;
	height: 320px;
	overflow: hidden;
}



.printversion
{
	font-size: x-small;
	font-weight: lighter;
	display: block;
	margin: 0 0 10px 0;
	text-align: right;
	line-height: .8em;
	text-transform: inherit;
}


.wikititle
{
	margin: 20px 0px 0px 10px;
	border-width: 0px 0px 0px 0px;
	border-style: solid none none none;
	border-color: gray;
	line-height: 4em;
	font-size: medium;
	text-align: left;
	width: 60%;
	height: 10px;
	position: relative;
	overflow: visible;
	display: block;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.linktext
{
	line-height: 2.5em;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.heading
{
	letter-spacing: .15em;
	font-weight: bold;
}

.quote, .q
{
	display: block;
	color: #666;
	margin: 10px;
	border-left: 1px gray solid;
	padding-left: 10px;
	font-family: Palatino, serif;
	font-style: italic;
	font-weight: 200;
	font-size: 1.1em;
}

.note
{
	background-color: #F8F8EB;
	display: block;
	padding: 16px;
	/*margin: 0 10px 0 10px;*/
	border: 1px gray solid;
}

.note ul
{
	list-style-type: none;
	padding: 0 0 0 .6em;
}

.imagebox
{
	border-width: 1px;
	border-style: solid;
	position: relative;
	width: auto;
	height: auto;
	border-color: black;
	padding: 2px;
	display: block;
	margin: 12px;
}

.boxr
{
	float: right;
	width: 100px;
	padding: 8px 0 8px 12px;
	clear: right;
	overflow: hidden;
}

.boxr ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 .4em;
}

.boxl
{
	float: right;
	width: 100px;
	padding: 8px 0 8px 12px;
	clear: right;
	overflow: hidden;
}

.boxl ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 .4em;
}

.menuboxr
{
	display: block;
	float: right;
	width: 96%;
	border-left: 1px solid;
	border-color: #446699;
	padding-left: 1em;
	overflow: hidden;
	background-color: transparent;
	letter-spacing: .08em;
	line-height: 1.4em;
	text-align: left;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.1em;
}

.menuboxr ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	letter-spacing: .17em;
	text-transform: uppercase;
	font-size: .7em;
	font-family: Helvetica;
	line-height: 1.5em;
}

.menuboxl
{
	display: block;
	float: left;
	width: auto;
	border-right: 1px solid;
	border-color: #446699;
	padding-right: .5em;
	overflow: hidden;
	background-color: transparent;
	letter-spacing: .08em;
	line-height: 1.4em;
	text-align: right;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.1em;
	margin-right: 1em;
}

.menuboxl ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 .6em;
}

.amazonboxr, .googleboxr
{
	position: relative;
	display: block;
	float: right;
	clear: both;
	/*margin: auto auto 12px 12px;*/
	width: 300px;
	overflow: hidden;
	background-color: transparent;
	letter-spacing: .1em;
	line-height: 1.3em;
	text-align: left;
	font-size: 1em;
}

.amazonboxr, .googleboxr ul
{
	list-style-type: none;
}

.amazonboxl, .googleboxl
{
	position: relative;
	display: block;
	float: left;
	clear: both;
	margin: auto 12px 12px auto;
	width: 160px;
}

.googlesearch { letter-spacing: normal; }

.googlesearchbox
{
	font-size: small;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	height: auto;
	width: auto;
	position: relative;
	background-color: transparent;
	display: block;
	line-height: 1.8em;
	letter-spacing: .4em;
	margin: 20px 0 20px 0;
}

.amazon160x600 { font-size: xx-small; }

.amazonastore768banner { text-indent: -14px; } /*used in Site/AllGroupFooter for Travels Group*/

.rightfloat
{
	border-width: 1px;
	border-style: solid;
	border-color: #bac191;
	float: right;
	width: 230px;
	padding: 8px;
	clear: right;
	overflow: hidden;
	margin: auto auto 12px 12px;
}

.rightfloat ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
}

.leftfloat
{
	border-width: 1px;
	border-style: solid;
	border-color: #bac191;
	float: left;
	width: 120px;
	padding: 8px;
	clear: left;
	overflow: hidden;
	margin: auto 12px 12px auto;
}

.copyright
{
	padding: 1em 5px 0 5px ;
	text-align: center;
	text-transform: inherit;
	display: block;
	margin: 1em auto 0 auto;
	position: relative;
	bottom: 0;
	width: 100%;
}

.footer
{
	padding: 1em 5px 5px 0px;
	text-align: center;
	text-transform: inherit;
	display: block;
	margin: 1em auto 2em auto;
	position: relative;
	bottom: 0;
	width: 100%;
}

.groupfooter
{
	position: relative;
	width: 100%;
	height: auto;
	display: inline;
	line-height: 2em;
	padding: 0 8px 0 8px;
	letter-spacing: .2em;
}

.groupfooterright
{
	float: right;
	width: 60%;
	clear: right;
	overflow: hidden;
	margin: auto auto 12px 12px;
}



.rss { font-size: x-small; }

