/*  
Theme Name: thenonplace
Theme URI: http://thenonplace.com/
Description: thenonplace theme
Version: 1.0
Author: Drew Matthews / Stephen Mann
Author URI: http://www.regalbear.com/
*/

/* Begin Typography & Colors */
body
{
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-family: 'Georgia', Georgia, Serif;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
}

#wrapper
{
	margin: 0px auto;
	padding: 85px 0 0 0;
	width: 650px;
}

#header
{
	margin: 0;
	padding: 0 0 30px 0;
	width: 650px;
	height: 35px;
}

#thenonplace
{
	margin: 0;
	padding: 0;
	width: 650px;
}

#footer
{
	margin: 0;
	padding: 0;
}

#sidebar
{
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 5px solid #000000;
	text-align: center;
}

#sidebar li
{
	margin: 0;
	padding: 10px 10px 0 0;
	display: inline;
	list-style-type: none;
	color: #000000;
}

#navigation
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation li
{
	margin: 0;
	display: inline;
	list-style-type: none;
	color: #000000;
}
.post{
margin:0;
padding:0;
}
/*Text stylings*/
h2
{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 2.4em;
	font-weight: lighter;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

p { font-size: 1.2em; }

a
{
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.credits
{
	text-align: center;
	font-weight: bold;
}

/*img styling*/
img
{
	margin: 0;
	padding: 0;
	border: none;
}
