/*  
Theme Name: Hive Mind V1 - The Keeper
Theme URI: http://www.hiveship.net
Description: Wordpress theme for Hive Mind.
Version: 1.0
Author: Ariane
Author URI: http://www.crystalfires.net

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 10px;
}

body {
	background-color: #ebe7ed;
	text-align: center; /* for IE */
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	text-align: center;
}

#wrapper {
	margin: 0 auto 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	float: left;
	width: 900px;
	height: 434px;
}

#container {
	float: left;
	width: 651px;
	background-image:url(images/HiveMindV1_content.jpg);
}

#content {
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 25px;
}

.post {
	padding: 10px 0 10px 0;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.entry {
	line-height: 18px;
}

p {
padding: 10px 0 0 0;
}

.post h2{
	font-size: 18px;
}

.sidebar {
	float: left;
	width: 237px;
	background: #d8ccdd;
	background-image:url(images/HiveMindV1_sidebar-content.jpg);
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 0px 0 5px 0;
}

.sidebar ul li h2 {
	font-family: Showcard Gothic, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
}

#footer {
	clear: both;
	float: left;
	width: 900px;
	padding-top: 10px;
}

#footer p {
	line-height: 18px;
}

a, a:link, a:visited {
	color: #c42196; 
	text-decoration: none; 
	font-style: italic;
}

a:hover {
	text-decoration: none;
	color: #ee46b9;
}

h1{
	font-family: Showcard Gothic, Georgia, "Times New Roman", Times, serif;
	color: #c42196; 
	text-transform: uppercase; 
	font-style: italic;
	font-weight: bolder; 
	text-shadow: #9c9c9c 1px 1px;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.5em;
	padding: 5px;
	color: #c42196; 
	text-transform: uppercase; 
	font-style: italic;
	font-weight: bolder; 
	text-shadow: #9c9c9c 1px 1px;
	font-family: Showcard Gothic, Georgia, "Times New Roman", Times, serif;
}

strong, b {
	padding: 5px;
	color: #671054; 
	font-weight: bold; 
	text-shadow: #c42196 1px 1px;
}

.postmetadata {
	background-color: #d2c6d0;
	font-style: italic;
	text-shadow: #fdcff0 1px 1px;
	color: #3e383c;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

