/*
Theme Name: ideoverse
Theme URI: http://www.ideoverse.com
Description: Um, description?
Version: 2.0 
Author: Adam Dunford
Author URI: http://www.ideoverse.com
*/

* {
	margin: 0;
	padding: 0;
}


body {
	padding: 12px 24px;
	background: #ccf url(images/bkg.png) bottom fixed repeat-x;
	font: normal 90%/140% "Gill Sans", "Gill Sans MT", Futura, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

hr {
	display: none;
}

p {
	padding-bottom: 10px;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #99c;
	text-decoration: underline;
}

#content h2 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 10px;
}

#container {
	width: 945px;
	padding: 9px;
	color: #000;
	text-align: left;
	background-color: #fafaff;
	border: 1px solid #e7e7f1;
	margin: 0 auto;
}

#content1 {
	width: 644px;
	float: left;
	background: #fff url(images/navbkg.png) right repeat-y;
	border: 1px solid #e7e7f1;/*#e7e7f1;*/
	margin-bottom: 10px;
}

#header {
		background: #fff url(images/banner.png) no-repeat;
		height: 112px;
}

h1 {
	font-size: 11px;
	font-weight: normal;
}

#header h1 a {
	display: block;
	position: relative;
	width: 600px;
	height: 80px;
	color: #99c;
	text-decoration: none;
}

#header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 600px;
	height: 80px;
	background: #fff url(images/banner.png) no-repeat;
}


#navbar {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
	float: left;
	margin-left: 10px;
}

#navbar a {
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	border-bottom: 1px solid #000;
}

#navbar a:hover {
	border-bottom: 1px solid #fff;
}

#navbar ul li {
	list-style: none;
	float: left;
	display: inline;
	margin-top: 10px;
	padding: 0 10px;
}

#navbar li:first-child {
	border-left: none;
}

#searchform2 {
	display: none;
}

/*  this is the version for the header


#searchform2 {
	float: right;
	text-align: right;
	margin: 5px 6px 0 0;
	width: 210px;
}

#searchform2 label {
	color: #000;
	font-size: 0.9em;
	vertical-align: text-top;
}

#searchform2 #searchsubmit {
	font-family: "Gill Sans", "Gill Sans MT", Futura, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0 1px 0;
	margin: 3px 2px 0;
	border: 1px solid #bbb;
	background-color: #000;
	color: #fff;
	height: 19px;
	line-height: 12px;
}

#s {
 	width: 110px;
 }*/

/*  this was the version for the sidebar

#searchform {
	text-align: center;
	padding: 10px;
	margin: 15px 2px;
	border: 1px solid #bbb;
	background: #fff;
}

#searchform label {
	color: #333;
	font-size: 0.9em;
	vertical-align: text-top;
}

#searchform input {
	font-family: "Gill Sans", "Gill Sans MT", Futura, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0 1px;
	margin: 2px;
	border: 1px solid #bbb;
	background-color: #fafaff;
	color: #333;
}

#s {
 	width: 100px;
 }*/



#content {
/*	float: left;
	width: 430px;*/
	padding: 0 40px 0 30px;
}

.post {
	margin-top: 20px;
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7f1;
}


.post a {
	color: #669;
	text-decoration: none;
	background: #fafaff;
}

.post a:hover {
	color: #99c;
	text-decoration: underline;
}

.post h2 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post h2 a {
	color: #000;
	background: #fff;
	text-decoration: none;
}

.post h2 a:hover {
	color: #669;
	background: #fafaff;
	text-decoration: none;
}

.postmetadata {
	float: left;
	width: 130px;
	margin: 3px 15px 0 0;
	clear: both;
	font-size: 0.9em;
	padding: 10px 10px 5px;
	border: 1px solid #bbb;
	color: #333;
	background-color: #fafaff;
}

.postmetadata a {
	color: #669;
}

.postmetadata:hover a {
	color: #669;
	text-decoration: none;
	background: #fafaff;
}

.postmetadata a:hover {
	color: #99c;
	text-decoration: underline;
}

.postmetadata p:first-child {
	padding: 0;
}

.postmetadata p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.postxtime:before {
	content: "posted: ";
}


.entry {
	margin-left: 170px;
}

.addcomment {
	text-align: center;
	margin-left: 170px;
	font-style: italic;
	padding: 5px 10px;
	border: 1px solid #bbb;
	color: #000;
	background-color: #fafaff;
}

textarea {
	background-color:#fff;
	padding: 2px;
	color: #928282;
	width:270px;
}

blockquote {
	font: 1.2em bold Times, "Times New Roman", serif;
	margin: 10px 15px;
	line-height: 1.5em;
	padding: 5px;
	border: 1px #99c dotted;
	background: #fcfcff;
	color: #99c;
}




#skipnav, #book h2, #music h2, #photobox h2 {
	position: absolute;
	left: -1000em;
	width: 20em;
}


#sidebar {
	float: right;
	width: 289px;
	margin-bottom: 10px;
	margin-left: 8px;
}



#photobox {
	width: 265px;
	height: 258px;
	background: #fafaff url(images/picback.png) 0 -5px no-repeat;
	padding: 15px 0 0 23px;
}


#photobox a img {
	border: none;
}

#photocap {
	text-align: center;
	padding: 5px 28px 5px 5px;
	font-size: 0.87em;
	position: relative;
}

#music {
	margin-left: 11px;
	margin-top: 10px;
}

#music img {
	width: 60px;
	height: 60px;
	border: 0;
	padding: 1px 11px 1px 6px;
	background: #fafaff url(images/cdcase.png) right top no-repeat;
}

#music a {
	border: 0;
}

#music ul, #music ol, #book ul { /* all lists */
	list-style: none;
	text-align: center;
	padding-right: 10px;
}

#music li, #book li { /* all list items */
	display: inline;
}

#music li a {
}

.shelf {
	width: 275px;
	height: 44px;
	background: #fafaff url(images/shelf.png) left top no-repeat;
	z-index: 1;
	float: left;
	position: relative;
	top: -10px;

}

#book {
	clear: both;
	margin-left: 11px;
	margin-bottom: 50px;
	text-align: center;
}

#book img {
	width: 62px;
	border: 0;
	padding: 0 15px 1px 6px;
	background: #fafaff url(images/bookspine.png) right top no-repeat;
}

#book a {
	border: 0;
}

#recently {
	font-size: 0.95em;
	background: #fff;
	padding-bottom: 25px;
	background: #fafaff url(images/recently.png) bottom no-repeat;
	text-align: center;
	color: #666;
	margin-left: 3px;
}

#recently h2 {
	font-size: 11px;
	font-weight: normal;
}

#recently h2 a {
	display: block;
	position: relative;
	width: 285px;
	height: 70px;
	color: #99c;
	text-decoration: none;
	border: none;
}

#recently h2 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 283px;
	height: 70px;
	background: #fafaff url(images/recentlyhead.png) 4px 0 no-repeat;
}

#recently li {
	list-style-type: none;
	list-style-image: none;
	padding: 4px 2px 4px 4px;
	margin: 0 18px 0 13px;
}

#recently #archives {
	padding: 6px 8px 8px;
	text-align: center;
}

#recently #archives:before {
	font-size: 0.8em;
	content: "\2605 \0020 \0020 ";
}

#recently #archives:after {
	font-size: 0.8em;
	content: "\0020 \0020 \2605";
}




#footer {
	padding: 10px 0 0 10px;
	background: #d2d2ff url(images/footer.png) center bottom no-repeat;
	border: 1px solid #e7e7f1;
	border-top: 30px solid #000;
	font-size: 0.8em;
}

#footer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 2px;
}

#footer ul li {
	list-style: none;
}

#footer ul li:before {
	content: "\00BB \0020 ";
	}

#about {
	float: left;
	width: 205px;
	margin-right: 20px;
}

#about ul li {
	float: left;
	display: inline;
	margin-left: 20px;
}

#cat {
	float: left;
	width: 220px;
	height: 120px;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	padding-left: 15px;
	margin-right: 20px;
}


#cat ul li {
	float: left;
	width: 95px;
}

#arch {
	float: left;
	width: 300px;
}

#arch ul li {
	float: left;
	width: 95px;
}

#errat {
	float: left;
	width: 125px;
	height: 120px;
	border-left: 1px solid #000;
	padding-left: 15px;
}

fieldset {
	border: none;
}

#internetlove h3 {
	font-weight: normal;
	font-size: 1.5em;
	text-transform:uppercase;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.navigation {
	margin: 0 -40px 0 -30px;
	padding: 3px 10px 3px;
	border-bottom: 1px solid #e7e7f1;
	height: 18px;
	font-style: italic;
	background-color: #f4f4ff;
}



#aboutit {
	font-size: 0.8em;
/*	border: 1px solid #e7e7f1;
	width: 255px;
	padding: 10px 15px;
	background: #fff;*/
}

#aboutit h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 2px;
}

#aboutit ul li {
	list-style: none;
	float: left;
	display: inline;
	margin-left: 30px;
}

#aboutit ul li:before {
	content: "\00BB \0020 ";
}

h3 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.entry h4 {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	width: 130px;
	margin-left: -160px;
}

#addcomment {
	margin: 20px 0 0 170px;
}

#addcomment label {
	float: left;
	width: 130px;
}

#addcomment textarea {
	width: 380px;
/*	margin-left: 130px;*/
}


#commentsection {
	 padding: 162px 5px 0;
}

#commentsection h3 span {
	font-size: 0.6em;
}

.commentlist li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #e7e7f1;
}

.cite {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.commentmetadata {
	font-size: 0.9em;
	float: right;
}

.commentedit {
	clear: both;
	border: 1px solid #e7e7f1;
	padding: 2px;
	margin: 0 15px;
	text-align: center;
	background: #fff;
}

.commentedit a {
	color: #669;
}

.commentedit a:hover {
	color: #99c;
	text-decoration: underline;
}


.commenttext {
	font-style: italic;
	clear: both;
}

.commenttext p {
	padding: 5px 0 0;
}

.hi, .alt {
	background-color: #f4f4ff;
}
