/*  
Theme Name: Rebel Sanctuary
Theme URI: http://rebelsanctuary.com/
Description: A Wordpress theme based upon the Default templates
Version: 1.0
Author: Rachel Brown
Author URI: http://rebelsanctuary.com/
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/
/* Undo some of the default styling of common (X)HTML browsers */
/* This block is (c) 2004 Tantek Celik and is licensed under the Creative Commons License */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
/* END COPYRIGHTED SECTION */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #e7ffdf;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffe6bf;
	font-size: 1.1em;
	padding-top: 10px;
}
h2 {
	border-bottom: 1px solid #613930;
	color: #8a4565;
	font-size: 1.1em;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
h3 {
	border-bottom: 1px solid #613930;
	color: #8a4565;
	padding: 0.1em 0;
}
h4 {
	border-bottom: 1px solid #b6348a;
	color: #450168;
	margin-bottom: 1em;
	padding: 0.1em 0;
}
h5 {
	color: #450168;
	padding: 0.1em 0;
	margin-bottom: 0.8em;
}
p { margin-bottom: 1em; }
p.header {
	color: #ffe6bf;
	padding-top: 6px;
}
p.header a {
	color: #ffe6bf;
	font-weight: normal;
}
a {
	color: #8a4565;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration: underline; }
a:visited { color: #713f6f; }
table th, table td { padding: 0.3em; }
table th { vertical-align: top; }
/* Header bar */
#header {
	height: 60px;
	background: #8a5245 url(images/header_bg.jpg) no-repeat top left;
	text-align: left;
	padding: 0 0 0 255px;
}
#header a {
	color: #ffe6bf;
}
#header a:visited {
	color: #ffe6bf;
}
/* Main area */
#main {
	padding: 30px 50px 50px 50px;
}
/* Sidebar */
#sidebar {
	background: #fcf8f0 url(images/sidebar_bg.gif) repeat-x top left;
	border: 1px solid #458a6a;
	width: 200px;
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left
}
#sidebar h6 {
	color: #613930;
	font-size: 1.1em;
	padding: 10px 0 8px 0;
}
#sidebar ul {
	font-size: 1em;
	padding-bottom: 1em;
}
#sidebar li a {
	font-weight: normal;
}
#pinboard {
	background-image: url(images/pinboard.jpg);
	height: 270px;
	width: 190px;
	margin-top: 20px;
	text-align: center;
}
#pinboard-text {
	padding: 80px 20px 10px 20px;
}
#pinboard-text a {
	display: block;
	padding-bottom: 10px;
}
/* Content */
#main-content {
	background-color: #fcf8f0;
	margin-right: 240px;
	padding: 12px;
	border-top: 20px solid #458a6a;
	border-right: 1px solid #458a6a;
	border-bottom: 1px solid #458a6a;
	border-left: 1px solid #458a6a;
	text-align: left;
}
#main-content ul {
	margin-bottom: 1em;
}
#main-content ul li {
	list-style: circle;
	margin-left: 40px;
}
#main-content ol li {
	margin-bottom: 1em;
}
#main-content ol li {
	list-style: lower-alpha;
	margin-left: 40px;
}
div.navigation {
	padding: 10px 0px 10px 0px;
}
div.alignleft {
	float: left; 
	width: 49%; 
}
div.alignright {
	float: right;
	text-align: right;
	width: 49%;
}
/* Blog specific */
.bloginfo {
	font-size: 0.85em;
	color: #bf608c;
	padding-bottom: 0.5em;
}
.blogcomments {
	font-size: 0.85em;
	text-align: right;
	color: #bf608c;
	padding-bottom: 1em;
}
.blogcomments a {
	color: #8a4565;
}
.alt {
	background-color: #ffdfbf;
	border: 1px solid #8a5245;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
}
#comment {
	display: block;
	width: 80%;
}
small {
	color: #666666;
}
h3#respond {
	margin-bottom: 0.5em;
}
ol#commentlist li {
	list-style: none;
	margin-left: 0px;
}
.commentmod {
	color: #666666;
	margin-bottom: 0.2em;
}
/* Footer bar */
#footer {
	padding-top: 10px;
	clear: left;
}
* html #footer { padding-top: 11px; }
#footer img { margin-left: 0.6em; }
#footer a {
	color: #8a4565;
}
#footer div {
	text-align: left;
	font-size: 0.85em;
	color: #8a4565;
}
.pagination { font-size: 0.85em; }
.pagination a { font-weight: normal; }