/*  
Theme Name: existence
Theme URI: http://existence.com/
Description: The theme for existence.com
Version: 1.0
Author: Owen Johnson
Author URI: http://existence.com/

	Existence v.1.0
	  http://existence.com/

	This theme was designed and built by Owen Johnson
	whose blog you will find at http://existence.com/

*/

body {
	font-size: 75%;
	font-family: Verdana , Arial, Sans-Serif;
	background: #E3E6E6 url("./images/bg.gif") repeat-y top center;
	border: none; 
}


div {
/*	border: 1px solid #ff0000;*/
}

div a, div a:visited {
 	text-decoration: none;
	color: #22A6A4;
}

div a:hover {
	text-decoration: underline;
	color: #22A6A4;
}

#page {
	position: normal;
	width: 802px;
	margin: 0 auto;
}

#header {
	position: normal;
	height: 69px;
	border-left: 2px solid #E3E6E6;   /* Hack to fix IE alignment. */
}

#logo {
	display:inline; /*   Fixes IE margin doubling bug. */
	float: left;
	height: 69px;
	width: 510px;
	margin: 0 0 0 11px;
}

/* Search bar with RSS | CONTENT | SEARCH: */

#searchbar {
	display:inline; /*   Fixes IE margin doubling bug. */
	float: right; 
	height: 16px;
	width: 230px; 
	margin: 53px 31px 0 0;
}

.searchbar-element {
	float: right;
	font-size: 90%;
	color: #22A6A4;	
}

.searchbar-margin-left {
	margin-left: 10px;
}

.searchbar-margin-right {
	margin-right: 10px;
}

.searchbar-delim {
	float: right;
	height: 16px;
	width: 1px;
	border-left: 1px solid #C6C5C5;
}

.searchbar-box {
	float: right;
	height: 12px;
	width: 50px; 
	margin-left: 5px;
	margin-right: 5px;
	font-size: 85%;
	border:1px solid #C6C5C5;
	color: #828282; 
}

.searchbar-button {
	float: right;
	height: 16px;
	width: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*---------------------------------------
  Navigation bar
*/

#navbar {
	position: normal;
	width: 802px;        /* 802px - left and right margins */
	height: 36px;
	margin: 30px 0px 0px 0px;
}

* html .nav-rule {
	display:inline; /*   Fixes IE margin doubling bug. */
	float: left;
	height: 1px;
	w\idth: 800px;
	margin-left: 2px;
}

.nav-rule {
	float: left;
	height: 1px;
	width: 800px;
	margin-left: 1px;
}

.category-spacer {
	float: left;
	margin: 11px 0 0 0;
	width: 20px;
}

.category {
	height:16px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	color: #22A6A4;
}

.category-active {
	height: 16px;
	float: left;
	padding: 10px 10px 10px 10px;
	background-color: #F1F9F9;
	border-left: 1px solid #C6C5C5;
	border-right: 1px solid #C6C5C5;
	color: #828282;
}

.category-delim {
	float: left;
	margin: 10px 0 10px 0;
	height: 15px;
	border-left: 1px solid #C6C5C5;
}

/*---------------------------------------
Main content and sidebar section.
*/

#main {
	float: left;
	margin-top: 30px; 
	margin-bottom: 100px;
}

#content {
	display:inline; /*   Fixes IE margin doubling bug. */
	float: left;
	margin: 0 0 0 44px;
	width: 500px;
}

.post {
	float: left;
	width: 500px;
	text-align: justify;
	margin: 0 0 30px 0;
}

.post h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.post h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.commentattribution {
	margin: 0 0 0 125px;
	font-size: x-small;
	display: inline;
}

.commentmetadata {
	display:inline;
}

.commenttag {
	color: #22A6A4;
	float: right;
}

.commentlist {
	color: #888
}

.postdate {
	color: #22A6A4;
}

/*.post small {
	color: #22A6A4;
}
*/

.entry a:visited {
 	text-decoration: none;
	color: #297877;
}

.entry a:hover {
 	text-decoration: underline;
	color: #297877;
}

/* SOLVE - WHY NO RIGHT/LEFT MARGIN? */ 
#sidebar {
	display:inline; /*   Fixes IE margin doubling bug. */
	float: right;
	width: 137px;
	margin: 0px 31px 0px 0px;
}

#sidebar h2 {
	font-size: small;
	color: #828282;
	margin: 0 0 0 0;
}

#sidebar ul, #sidebar ul ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;      /* Apparently ul's don't default to 0 padding */
	}

/*-----------------------------------
Archive and search tags
*/

/* To accomodate the archive title above the navbar, we have a smaller top margin */
#archivenavbar {
	position: normal;
	width: 802px;        /* 802px - left and right margins */
	height: 36px;
	margin: 30px 0px 0px 0px;
}

#archivemain {
	float: left;
	margin-top: 20px; 
	margin-bottom: 100px;
}

#archivetitle {
	postition: normal;
	height:16px;
	color: #828282;
	margin: 10px 0px 0px 87px;
}

.searchterms {
	color: #404040;
}

.headerspacer {
	position: normal;
	width: 802px;        /* 802px - left and right margins */
	height: 30px;
}

/*-----------------------------------
  Previous and next arrows
*/

.previousnext {
	display: inline;
	float: left;
	text-align: center;
	width: 500px;
	margin: 0px 0 10px 44px;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/*-----------------------------------
  Footer
*/

#ads {
	position: normal;
	width: 728px;
	margin: 0px 37px 0 37px;
	clear: both;
}

#footer {
	position: normal;
	width: 400px;
	margin: 0px 201px 0 201px;
	font-size: x-small;
	text-align: center;
	clear: both; 
}

