@charset "utf-8";
/* CSS Document */
/*
Theme Name: In Motion Playground
Theme URI: http://wordpress.org/
*/

html, body {
	margin: 0;
    padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #473b27;	
	background: #968973 url(images/playground-back.gif) no-repeat 0 0;	
	margin: 0;
	padding: 0;
}

#nonFooter {
	min-height: 100%;
	height: auto;
	height: 100%;
}

* html #nonFooter { height: 100%; }

#page {
	width: 100%;
	margin: auto 0;
	padding: 8px 0 0 0;
	background: url(images/playground-bodybg.gif) repeat-x top left;
}

/* general elements */
h1 { width: 200px; }

h1#blog-title { margin: 0; }

h2 {
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 1.8em;
	margin: 0px;
	font-weight: normal;
}
h3 { margin-bottom: 4px; }

p { line-height: 1.5em; font-size: 0.9em; }

a { text-decoration: none; color: #473b27; }

a:hover { color: #eadebe; }

a img { border: none; }
p a { color: #eee6d9; }

h1 img { margin-left: 22px; }


/* general content */
div#allcontent {
	margin-left: 0;
	margin-top: 8px;
}
#contentwrapper {
	background: url(images/playground-content.gif) repeat-y top left;
	margin-left: 35px; 
	overflow: hidden;
}
#footer {	
	background: url(images/playground-footer.gif) no-repeat top left;
	height: 70px;
	padding-top: 24px;
	margin-left: 35px; 
}
#footer p { margin-left: 30px; }
#header { margin-left: 25px; }
#content {
	width: 475px;
	margin-left: 15px;
	margin-right: 35px;
	padding-top: 10px;
}
#content, #sidebar { float: left; }


/* sidebar */
#sidebar { width: 180px; }

#sidebar { font-size: 0.8em; }
#sidebar ul { list-style-type: none; padding: 0; }
#sidebar ul li li { border-bottom: 1px solid #473b27; margin: 4px 0 0; padding: 0 0 4px 3px;}
#sidebar h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.3em; 
	font-weight: bold; 
	margin-top: 5px; 
	padding-bottom: 4px; 
}
#sidebar a:hover { color: #9d927f; }
#sidebar .widget_categories h2 { border-bottom: 1px solid #473b27; }
#sidebar #tag_cloud h2, #sidebar #polls h2 { margin-top: 25px; }

#sidebar .wp-polls { border-bottom: 1px solid #473b27; border-top: 1px solid #473b27;}
#sidebar .wp-polls a { color: #473b27; }
#sidebar .wp-polls ul { margin-left: 0;}
#sidebar .wp-polls li { border-bottom: none; }

/* content */
a.readmore { font-size: 0.9em; }
form textarea { width: 98%; }
form input, form textarea,
.entry img { background-color: #eee6d9; border: 2px solid #473b27;}
form input, form textarea { 
	border-width: 1px; 
	color: #473b27; 
	padding: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
 }
 
.entry ul { font-size: 0.9em;}

.advert {
	display: block;
	overflow: hidden;
	margin-top: 18px;
	text-align: center;
}
