@charset "utf-8";
/*   
Theme Name: Connect The Dots, Dark Transparency
Theme URI: http://www.AndrewDAnderson.com/themes/
Description: custom theme designed around circles
Author: Andrew D. Anderson
Author URI: http://www.AndrewDAnderson.com
Version: 1.0
.
	Creative Commons nc license.
.
*/

/* STICKY FOOTER STUFF - Thanks in part to Steve Hatcher @ http://www.cssstickyfooter.com */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
}

#main {
	overflow:visible;
	padding-bottom: 30px; /* same as value of footer height */
}

#push{
	clear: both;
}

#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
}

/* END STICKY FOOTER STUFF */

body{
	font-family: "Georgia";
	background: url("./images/background.jpg") no-repeat fixed top center;
	color: #ffffff;
	min-width: 1000px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

.dark50{
	background-image: url("./images/black_50p.png");
}

.dark25{
	background-image: url("./images/black_25p.png");
}

.light50{
	background-image: url("./images/white_50p.png");
}

.light25{
	background-image: url("./images/white_25p.png");
}

/* header styles */
#topmost {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

#crumbs{
	width: 850px;
	margin: auto;
	padding: 0px 25px;
	overflow: hidden;
	height: 30px;
	font-size: 24px;
}

#header{
	position: relative;
	margin: auto;
	height: 300px;
	width: 900px;
	background: url("./images/header_background.png") no-repeat top center;
	z-index: 5;
	font-weight: bold;
}

.hlink{
	position: absolute;
}

#hblog{
	top: 155px;
	left: 350px;
	font-size: 80px;
	height: 120px;
	width: 185px;
}

#hfiction{
	top: 15px;
	left: 420px;
	font-size: 30px;
	height: 40px;
	width: 100px;
}

#hpoetry{
	top: 120px;
	left: 145px;
	font-size: 45px;
	height: 60px;
	width: 175px;
}

#hphotos{
	top: 21px;
	left: 560px;
	font-size: 40px;
	height: 56px;
	width: 150px;
}

#hsave{
	top: 38px;
	left: 40px;
	font-size: 36px;
	height: 40px;
	width: 80px;
}

#hwork{
	top: 190px;
	left: 725px;
	font-size: 28px;
	height: 30px;
	width: 75px;
}

#hnews{
	top: 60px;
	left: 750px;
	font-size: 36px;
	height: 40px;
	width: 85px;
}

#habout{
	top: 20px;
	left: 205px;
	font-size: 20px;
	height: 22px;
	width: 60px;
}

#hhome{
	top: 230px;
	left: 575px;
	font-size: 20px;
	height: 22px;
	width: 60px;
}

#hcontact{
	top: 50px;
	left: 290px;
	font-size: 20px;
	height: 26px;
	width: 100px;
}
/* end header style */

#main{
	position: relative;
	width: 900px;
	margin: 0px auto;
	z-index: 1;
}

#content{
	float: left;
	width: 600px;
}

#nav{
	float: right;
	width: 200px;
	padding-top: 25px;
}

#footer{
	width: 100%;
	text-align: center;
	z-index: 3;
}

#footer_text{
	font-size: 16px;
	font-style: italic;
	width: 900px;
	margin: auto;
	line-height: 30px;
}

.AThing{
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}

.ThingDate{
	position: absolute;
	top: 25px;
	right: -54px;
	width: 100px;
	height: 100px;
	background-image: url("./images/content_circle.png");
	z-index: 4;
}

.ThingDate .date{
	text-align: center;
	position: relative;
	top: 12px;
	left: -4px;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
}

.AThing h2{
	position: relative;
	top: 55px;
	left: -10px;
	font-size: 32px;
	font-weight: bold;
	width: 550px;
	height: 45px;
	line-height: 45px;
	padding: 0px 30px;
	overflow: hidden;
	z-index: 3;
	text-transform: lowercase;
}

.AThing blockquote{
	background-image: url("./images/black_25p.png");
	padding: 25px;
	margin-bottom: 10px 0px;
}

.ThingContent{
	padding: 75px 50px 50px 50px;
	font-size: 16px;
	width: 500px;
}

.ThingContent p{
	padding: 10px 0px;
}

.ThingContent ol, ul{
	padding-bottom: 25px;
	margin-left: 25px;
}

.ThingContent li{
	padding-bottom: 10px;
}

.ThingContent hr{
	margin: 10px 0px;
}

.ThingContent a{
	text-decoration: underline;
	font-style: italic;
}

.ThingMore {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	text-align: center;
	overflow: hidden;
}

.ThingInlineSearch {
	font-size: 16px;
	width: 300px;
}

.ThingNotes{
	position: absolute;
	bottom: -40px;
	left: -46px;
	width: 100px;
	height: 100px;
	background-image: url("./images/content_circle.png");
}

.ThingNotes .text{
	text-align: center;
	position: relative;
	top: 26px;
	left: -4px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.ThingTags{
	position: absolute;
	bottom: -19px;
	left: 55px;
	width: 525px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden;
	padding: 0px 10px;
	text-align: right;
}

.ThingTags a{
	text-decoration: underline;
}

.ThingEdit{
	position: absolute;
	top: 20px;
	height: 25px;
	line-height: 25px;
	width: 100px;
	text-align: center;
	font-size: 12px;
}

#ThingComments {
	position: relative;
	margin-top: 55px;
	color: #000000;
}

#ThingComments a{
	color: #000000;
	text-decoration: underline;
}

#ThingComments .secTitle{
	position: relative;
	top: 10px;
	left: -10px;
	margin-bottom: 25px;
	padding-left: 25px;
	width: 585px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-style: italic;
}

#ThingComments .comment{
	position: relative;
	background-image: url("./images/white_25p.png");
	margin-top: 10px;
	margin-left: 65px;
	padding: 5px;
}

#ThingComments .bypostauthor{
	background-image: url("./images/black_25p.png");
}

.comment p{
	padding-bottom: 10px;
}

.comment-meta {
	position: absolute;
	top:5px;
	right: 5px;
	font-size: 12px;
}

.comment-author {
	padding-bottom: 10px;
}


#ThingComments .avatar{
	position: absolute;
	top: 0px;
	left: -75px;
}

#ThingComments .centered{
	position: relative;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

#ThingComments .usrbx{
	width: 150px;
	display: inline-block;
	text-align: center;
}

#ThingComments #commentform{
	padding: 0px 25px 10px 25px;
}

.ASideThing{
	margin-bottom: 25px;
	padding: 10px 5px 5px 5px;
}

.SideThingTitle{
	margin: 0px -5px 10px -15px;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.navigation{
	position: relative;
	width: 550px;
	height: 25px;
	line-height: 25px;
	padding: 0px 25px;
}
.aleft{
	float: left;
}
.aright{
	float: right;
}

#s{
	width: 150px;
	text-align: center;
}
#searchform{
	text-align: center;
}
