/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebar right of content
*/

/*  ---  CSS RESET  ---  */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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: 100%;
	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;
}



/*  ---  LAYOUT --- */

body {
	background: url('./images/bg.jpg');
}

#wrapper {
	margin: 0 auto;
	width:829px;
	background: url('./images/paper.jpg');
	background-repeat: repeat-y;
}

#header {
	height: 123px;
	width: 829px;
	background: url('./images/header.jpg') no-repeat;
	padding: 40px 0 0 45px;
	margin: 0 0 10px 0;
}

h1 a {
	width: 326px;
	height: 22px;
	background: url('./images/title.jpg') no-repeat;
	text-indent: -2000px;
	display: block;
	float: left;
}

#access {
	width: 829px;
	padding: 0 0 0 45px;
}

#container {
	padding: 0 0 0 45px;
}

#content {
	margin:0;
	width: 408px;
	float: left;
	margin: 0 52px 0 0;
}

div.sidebar {
	float:left;
	overflow:hidden;
	width:280px;
}

#secondary {
	clear:right;
}

#comments {
	margin: 50px 0 0 0;
}

#footer {
	clear:both;
	width:789px;
	background: url('./images/footer.jpg');
	height: 343px;
	margin: 0 auto;
	padding: 0 0 0 41px;
	text-align: bottom;
}

.widget {
	width: 140px;
	float: left;
	margin: 0 0 20px 0;
}

.widget_tag_cloud {
	width: 280px;
	text-transform: lowercase;
}


.widget_recent_comments {
	width: 280px;
}

#twitter-tools {
	width: 280px;
}

.aktt_tweets ul li {
	margin-bottom: 10px;
	text-transform: lowercase;
}

.key {
	float: left;
	margin-right: 10px;
}


.entry_author_image {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.entry_author_image img {
	width: 60px;
	height: 60px;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px;
}

.entry-content {
	clear: both;
}

/*  --- TEXT ---  */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

p {
	margin: 5px 0 15px 0;
}

.wp-caption-text {
	font-size: 0.75em;
	font-style: italic;
}

.widgettitle {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
}

.widget > ul > li {
	text-transform: lowercase;
}

h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 1.1em;
	margin: 5px 0 5px 0;
}

h3 {
	margin: 50px 0 0 0;
}

.entry-date {
	margin: 0 0 10px 0;
}

#content ul {
	margin: 5px 0 20px 25px;
	list-style-type: disc;
}

#byline {
	padding-top: 240px;
}

.entry-content div {
	margin-bottom: 40px;
}

/*  --- LINKS ---  */

a:link {
	text-decoration: none;
	color: #8F9E45;
	}
	
a:visited {
	text-decoration: none;
	color: #8F9E45;
}

a:hover {
	color: grey;
}

a:active {
	color: #8F9E45;
}




div#menu {
	float: right;
	margin: 3px 70px 0 0;
}

div#menu li {
	float: left;
	margin: 0 5px 0 0;
	text-transform: lowercase;
	font-weight: bold;
	color: #c1c1c1;
	font-size: 1.2em;
	background-color: white;
	border: 1px solid #949393;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div#menu a:link, div#menu a:visited {
	color: #545353;
	padding: 0 2px 0 2px;
}

div#menu a:hover {
	color: #df6e00;
}

/* --- GALLERY --- */

.gallery-item {
	width: 120px;
	float: left;
	margin: 0 15px 0 0;
	height: 190px;
}

.gallery-icon {
	width: 120px;
	margin: 0 auto;
}

.gallery-image {
}

.gallery-caption {
	font-size: 0.8em;
	font-style: italic;
}

.entry-attachment {
	margin-bottom: 10px;
}

.entry-caption p {
	font-style: italic;
	margin-top: -30px;
}

#comment {
	width: 400px;
}

div.entry-meta {
	margin: 15px 0 0 0;
}


/*  --- MAP SPECIFIC RULES ---  */

#mapContainer {
	background: url('./images/mapframe.png')no-repeat;
	width: 440px;
	height: 565px;
	padding: 24px 0 0 26px;
	margin: 0 -40px 0 -20px;
}

#map {
	width: 409px;
	height: 532px;
	overflow: none;
	border: none;
}

#geoMashupCategoryLegend {
	clear: left;
}

h1#blog-title {
	text-indent: -2000px;
}

#archives-page li {
	list-style-type: none;
}

img {
	border: 1px solid #c1c1c1;
}
