body {
	margin: 0px;
	padding: 0px;
	}
	
#logo {
	position: absolute;
	top: 3px;
	left: 44px;
	}
	
#menu {
	height:  26px;
	
	position: absolute;
	top: 75px;
	right: 75px;
	}

	#menuright {
		float: right;
		}
	#menuleft {
		background: url(../images/core/menu_left.png) top left no-repeat;
		height: 26px;
		padding-right: 10px;
		float: left;
		margin-left: 250px;
		}
	#menu ul {
		padding:0;
		margin:0; 
		}
	#menu li {	
		list-style-type:none;
		font: 11px/1 Helvetica, Arial, sans-serif;
		float: left;
		
		padding-top: 8px;
		margin-left: 15px;
		}
	ul.suggest {
		padding: 0px;
		margin: 0px;
		}
	li.suggest {
		list-style-type:none;
		font: 11px/1 Helvetica, Arial, sans-serif;
		text-indent: -10px;
		margin: 10px 20px;
		}
	li.suggest a, li.suggest a:visited {
		text-decoration: none;
		color: #333;
		}
	li.suggest a:hover {
		text-decoration: underline;
		}
		
	#menu a {
		color: #646464;
		text-decoration: none;
		}
	#menu a.hilited {
		color: #000;
		}
	#menu a:hover {
		text-decoration: underline;
		}
		
	#aboutsub {
		position: relative;
		}

#content {
	margin: 102px 45px 0px 45px;
	padding: 30px;
	background: #fff;
	
	-moz-border-radius-topleft: 15px;  
	-moz-border-radius-topright: 15px;  
	-webkit-border-top-left-radius: 15px;  
	-webkit-border-top-right-radius: 15px;
	
	box-shadow: 0px 20px 50px #000;
	-moz-box-shadow: 0px 20px 50px #000;
	-webkit-box-shadow: 0px 20px 50px #000;
	}
	
#newhere {
	position: absolute;
	top: -39px;
	left: 12px;
	}
		
#sidebar {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: -60px;
	
	width: 320px;
	}
	
	.sideheader {
		margin-left: -9px;
		margin-right: -10px;
		margin-top: -9px;
		height: 40px;
		}
	.sidebox {
		margin-bottom: 20px;
		}
		
	.stripe1 {
		background: #fcfcfc;
		padding: 7px 10px;
		
		border-bottom: #ddd 1px;
		color: #555;
		}
	.stripe2 {
		background: #f8f8f8;
		padding: 7px 10px;
		
		border-bottom: #ddd 1px;
		color: #555;
		}
	.pastdate {
		float: right;
		font: 14px/1 Helvetica, Arial, sans-serif;
		color: #bababa;
		
		margin: 7px 0px 6px 12px;
		}
	
	#dayon em, #searchresults em {
		font: 10px/1 Helvetica, Arial, sans-serif;
		font-style: italic;
		}
	#dayon p, #searchresults p {
		font: 12px/1.8 Helvetica, Arial, sans-serif;
		margin: 7px 0px;
		padding-left: 10px;
		text-indent: -10px;
		}
	#dayon a {
		color: #646464;
		font: 10px/1 Helvetica, Arial, sans-serif;
		margin-left: 8px;
		}
		
	#phototools {
		position: absolute;
		top: 138px;
		right: 25px;
		}
	#aboutpic {
		padding: 10px;
		}
	#aboutpic p {
		font: 12px/1.3 Helvetica, Arial, sans-serif;
		color: #333;
		margin: 0px;
		}
	#aboutpic em {
		font-size: 10px;
		color: #646464;
		}	
	#smallmap {
		width: 60px;
		height: 60px;
		border: 1px solid #222;
		
		position: absolute;
		top: 173px;
		right: 25px;
		}
	#smallmap #logocontrol, .tinym #logocontrol, #foundmap #logocontrol { display: none; }
	#smallmap span, .tinym span, #foundmap span { display: none; }
	#smallmap a, .tinym a, #foundmap a { display: none; }
	.tinym {
		width: 97px;
		height: 60px;
		border: 1px solid #222;
		
		margin-right: 15px;
		}
	
	#bigmap {
		height: 160px;
		}
	#picviews {
		font: 10px/1.2 Helvetica, Arial, sans-serif;
		float: right;
		
		margin-right: 11px;
		margin-top: 10px;
		padding: 3px;
		
		border: 1px dotted #cdcdcd;
		background: #fefefe;
		color: #aaa;
		
		text-align: center;
		}
	
	#toolbox {
		position: absolute;
		top: 163px;
		right: 15px;
		
		text-align: center;
		
		background: url(../images/core/tools_overlay.png) bottom left no-repeat;
		width: 320px;
		}
	#toolbox p {
		font: 12px/1.3 Helvetica, Arial, sans-serif;
		color: #333;
		margin: 2px;
		}
		
.tools {
	float: right;
	margin-top: -5px;
	margin-bottom: 10px;
	}
	
a.button, a.button:visited {
	background-color: #f8f8f8;
	height: 14px;
	padding: 4px 10px;
	margin-top: 5px;
	text-align: center;
	
	color:  #333 ! important;
	font: 10px/1 Helvetica, Arial, sans-serif;
	border: 1px solid #666;
	text-decoration: none ! important;
	margin-right: 10px;
	
	font-weight: normal !important;
	
	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;  
	-moz-border-radius-bottomright: 4px;  
	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px;
	}
a.button:hover, a.button:active {
	background-color: #333;
	background-image: none;
	
	color: #f8f8f8 ! important;
	font: 10px/1 Helvetica, Arial, sans-serif ! important;
	
	font-weight: normal !important;
	}

.alertbox {
	background: #f0f0f0;
	padding: 5px 15px 15px 15px;
	margin-bottom: 15px;
	max-width: 600px;
	
	font: 12px/1.4 Helvetica, Arial, sans-serif;
	color: #444;
	
	-moz-border-radius-topleft: 10px;  
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;  
	-webkit-border-bottom-right-radius: 10px;
	}
	.alertbox strong {
		color: #000;
		font-weight: bolder;
		}
	.alertbox p {
		margin: 10px 0px 0px 0px;
		}
	.closebox {
		float: right;
		margin: 10px;
		}
		
.posttools {
	position: absolute;
	bottom: -30px;
	left: -5px;
	right: -5px;
	
	box-shadow: 0px 2px 2px #ddd;
	-moz-box-shadow: 0px 2px 2px #ddd;
	-webkit-box-shadow: 0px 2px 2px #ddd;
	
	-moz-border-radius-bottomleft: 10px;  
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;  
	-webkit-border-bottom-right-radius: 10px;
	
	background: #fff url(../images/core/toolboxfade.gif) bottom left repeat-x;
	
	font: 12px/1.4 Helvetica, Arial, sans-serif;
	color: #444;
	}
	.posttools p {
		color: #000;
		font: 12px/1.3 Georgia, Times, serif;
		text-indent: -50px;
		}
	.posttools em {
		color: #606060;
		font: 10px Helvetica, Arial, sans-serif;
		font-style: normal;
		}
	.social {
		margin-right: 10px;
		vertical-align: middle;
		}
	.toolstop {
		height: 20px;
		
		position: absolute;
		top: -30px;
		left: -5px;
		right: -5px;
		
		-moz-border-radius-topleft: 10px;  
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;  
		-webkit-border-top-right-radius: 10px;
		
		background: #fff url(../images/core/tools_top.gif) top left repeat-x;
		}
	a.tag, a.tag:active, a.tag:visited {
		background: #f3f3f3;
		color: #a4a4a4 !important;
		padding: 2px;
		text-decoration: none;
		-moz-border-radius-topleft: 2px;  
		-moz-border-radius-topright: 2px;
		-webkit-border-top-left-radius: 2px;  
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-bottomleft: 2px;  
		-moz-border-radius-bottomright: 2px;
		-webkit-border-bottom-left-radius: 2px;  
		-webkit-border-bottom-right-radius: 2px;
		}
	a.tag:hover {
		background: #bababa;
		}
	
.postplain {
	color: #222;
	font: 16px/1.5 Georgia, Times, serif;
	}
	.posthilite {
		color: #000;
		font: 18px/1.5 Georgia, Times, serif;
		}
	.postreceded {
		color: #444;
		font: 14px/1.4 Georgia, Times, serif;
		}
	.aboutpost {
		color: #9b9b9b;
		font: 10px Helvetica, Arial, sans-serif;
		margin-bottom: 3px;
		height: 20px;
		}
	.count {
		color: #9b9b9b;
		font: 10px Helvetica, Arial, sans-serif;
		margin-right: 4px;
		height: 20px;
		padding-bottom: 2px;
		vertical-align: -7px;
		}
	.aboutpost a, .aboutpost a:visited, .aboutpost a:active, .aboutcomment a, .aboutcomment a:visited, .aboutcomment a:active {
		color: #9b9b9b !important;
		}
	.aboutpost a:hover, .aboutcomment a:hover {
		color: #444 !important;
		}
	.postlink {
		color: #767676 !important;
		font-weight: normal !important;
		font: 12px Helvetica, Arial, sans-serif;
		}

.posted {
	position: relative;

	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #bebebe dotted 1px;
	
	margin-right: 290px;
	}
	.posted a, #columns a {
		font-weight: bolder;
		color: #000;
		}
	.posted a:visited, #columns a:visited {
		font-weight: normal;
		color: #222;
		}
		
.commentplain {
	color: #555;
	font: 13px/1.2 Georgia, Times, serif;
	margin-bottom: 5px;
	}
	.aboutcomment {
		color: #9b9b9b;
		font: 10px Helvetica, Arial, sans-serif;
		}
	.commenting {
		margin: 20px 0px 0px 40px;
		}

img {
	border: 0px;
	}
	img.hilite {
		border: 1px solid #686868;
		background: #dedede;
		padding: 3px;
		-moz-border-radius-topleft: 4px;  
		-moz-border-radius-topright: 4px;  
		-moz-border-radius-bottomleft: 4px;  
		-moz-border-radius-bottomright: 4px;  
		-webkit-border-top-right-radius: 4px;  
		-webkit-border-top-left-radius: 4px;  
		-webkit-border-bottom-left-radius: 4px;  
		-webkit-border-bottom-right-radius: 4px; 
		}	
	img.right {
		float: right;
		margin-left:  15px;
		margin-bottom:  15px;
		}	
		
#addpost {
	background: #f0f0f0; 
	margin-right: 290px;
	}
	#addpost form {
		margin-top: 20px;
		margin-left: 20px;
		}
	#loginform {
		background: url(../images/core/bg_login.jpg) top left no-repeat;
		margin-right: 290px;
		}
	#loginform form {
		margin-left: 280px;
		}
	#about {
		background: #f0f0f0 url(../images/core/bg_about.gif) top left no-repeat;
		margin-right: 290px;
		margin-bottom: 60px;
		}
	#about p {
		margin-left: 25px;
		color: #000;
		font: 11px/1.8 Helvetica, Arial, sans-serif;
		}
	#about a {
		color: #000;
		}
	#followtwitter {
		float: left;
		margin-right: 10px;
		margin-top: 1px;
		}
	#search {
		background: #f0f0f0 url(../images/core/bg_search.gif) top left no-repeat;
		margin-right: 290px;
		}
	#searchresults {
		overflow: auto;
		
		height: 200px;
		background: #fdfdfd;
		border: 1px solid #eee;
		
		padding: 10px;
		margin-left: 7px;
		margin-top: 60px;
		}
	#searchresults a {
		color: #333;
		}
	#columns {
		background: #f0f0f0 url(../images/core/bg_wrote.jpg) top left no-repeat;
		padding-top: 30px;
		}
	#postpreview {
		margin-top: 15px;
		background: #fefefe;
		
		font: 12px/1.5 Georgia, Times, serif;
		}
	#postpreview a {
		color: #000;
		}
	#foundmap {
		height:  60px;
		width: 60px;
		border: 1px dotted #777;
		padding: 1px;
		float: right;
		margin-right: 40px;
		}

a:hover {
	text-decoration: none;
	}
	
p.dead {
	margin: 0px;
	padding: 0px;
	}
	p.shorter {
		margin-top: 14px !important;
		}
	p.topper {
		margin-top: 0px;
		margin-bottom: 40px;
		}
	
blockquote {
	margin-left: 20px;
	padding-left: 68px;
	padding-top: 13px;
	background: #fff url(../images/core/quote.gif) top left no-repeat;
	
	font-size: .9em;
	}
	
.footer {
	color: #bbb;
	font: 10px Helvetica, Arial, sans-serif;
	}
	.footer a, .footer a:visited {
		color: #aaa;
		}
		
.sink {
	vertical-align: -3px;
	}
		
::selection {
	background: #ddd;
	}
	::-moz-selection {
		background: #ddd;
		}