/*
-----------------------------------------------
$Id gr.css 1258027935, 2009-11-12 13:11:15 msslovi0 $
gowallaradi.us
Stylesheet:	gr.css
Author:		Matt Slovig
Version:	12 November 2009
Revision:	12 November 2009
Colors: 
	Light green: 445522
	Dark green: 2C3718
	Content green: 5A6D37
	Yellow: FDE373

----------------------------------------------- */
/* -----------------------------------*/
/* ---------->>> RESET <<<------------*/
/* -----------------------------------*/

/* v1.0 | 20080212 */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

html {}

body {
	background: #445522 url(/i/bg-top.png) repeat-x;
	font: 11px/16px "Lucida Grande", Verdana, sans-serif;
	text-shadow: 0 1px 1px #283610;
	font-style: normal;
	font-weight: normal;
}

a {
	color: #FDE373;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
h2 {
	color: #FDE373;
	font-size: 30px;
	margin-bottom: 20px;
}

h3 {
	color: #FDE373;
	font-size: 22px;
	margin: 20px 0;
}

p {
	color: #FFF;
	margin: .5em 0;
}

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/
#header {
	height: 20px;
	width: 940px;
	margin: 0 auto;
}
#content {
	width: 940px;
	margin: 0 auto;
	background: #5A6D37;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#footer {
	margin: 0 auto;
	width: 940px;
}
#default-map, #radius-map {
	width: 660px;
	height: 220px;
}
.map-wrapper {
	width: 660px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background: #445522;
	margin: 10px 0;
	text-shadow: none;
}
#bookmarklet {
	background: #2C3718;
	width: 100px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 25px;
}
a#slovig {
	background: url(/i/slovig.de.png) right center no-repeat;
	padding: 5px 55px 5px 0;
}

