/*
Theme Name: Fun Exploits
Theme URI: http://vanderwykdesign.com/
Description: A sunny theme for adventurers who like the right column format
Version: 1
Author: Julia van der Wyk
Author URI: http://vanderwykdesign.com/


*/

@import url('960.css');

@import url('reset.css');
@import url('text.css');


body {background:#333; text-align:center; font:Georgia, "Times New Roman", Times, serif; color:#333;}

#wrapper {
	width:1024px;
	margin:0 auto;
	padding:0;
	background:#f2f3f4 url(images/hills.jpg) no-repeat top;
}

#header {
}

#content {
	background:#f8f8f6;
	border:#c5e053 5px solid;
	text-align:left;
	
}

#sidebar {
	background:#f1e9da;
	border:#ec9b1e 5px solid;
	
}

#footer {
	clear:both;
	padding:15px 0 0 0;
	margin:0 0 20px;
	text-align:right;
}

a {
	color:#777;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
}

a:hover {
	background:#e8e07f;
}

.alignleft {
	float:left;
	padding:3px;
	margin:2px;
}
.alignright {
	float:right;
	padding:3px;
	margin:2px;
}

h3 {
	font-style:italic;
	font-size:16px;
}
#header h1 {
	font-size:46px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding: 0;
	margin:0;
}
#header h2 {
	font-size:14px;
	text-align:left;
}

#content h2, #content p, #content h3, #content small  {
	margin:8px 15px 15px;
}

#content small {
	font-style:italic;
}
#content .comments {
	float:right;
	padding:0 400px 0 8px;
	border-left:#555 1px solid;
}
#sidebar ul li {
	list-style:none;
	text-align:left;
	margin-left:20px;
}
#sidebar ul ul li {
	margin:0;
}
#sidebar h2 {
	font-size:18px;
	color:#d96b3c;
	margin:10px 0;
}
#footer p {
	font-size:10px;
}

.postmetadata a, .date-comments a, #footer a, p a {
	color:#0f72a9;
}
.widget_pages {
	margin-top:10px;
}
.widget_pages h2 {
	display:none;
}
