@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: white url("./images/backgrounds/background.12.jpg") repeat fixed;
	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;
}

#breadcrumbs{
	width: 600px;
	height: 50px;
	margin: auto;
	padding-top: 10px;
}

#crumb{

	width: 585px;
	height: 20px;
	font-size: 16px;
	position: relative;
	margin-left: -10px;
	padding: 10px 10px 10px 25px;

}

#header{

   	width: 900px;
   	height: 300px;
   	margin: auto;
   	position: relative;
   	padding-bottom: 25px;

}

#header a{

	color: white;
	text-decoration: none;
	font-weight: bold;

}

.hlink{

	position: absolute;
	
}

.htxt{

	position: absolute;
	text-align: center;
	
}

.huback{

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: .5;
	filter:alpha(opacity=50);

}

.hsback{

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: .40;
	filter:alpha(opacity=40);
	border: black thick double;
	
}

#hsave{

	width: 150px;
	height: 150px;
	top: 20px;
	left: 5px;

}

	#hsavet{

		top: 12px;
		left: 30px;
		font-size: 36px;

	}
	
#hpoetry{

	top: 42px;
	left: 85px;
	width: 225px;
	height: 225px;
	
}

	#hpoetryt{

		top: 100px;
		left: 33px;
		font-size: 40px;

	}
	
#habout-me{

	top: 5px;
	left: 180px;
	width: 100px;
	height: 100px;
	
}

	#habout-met{

		top: 15px;
		left: 22px;
		font-size: 20px;

	}
	
#hcontact-me{

	top: 25px;
	left: 280px;
	width: 125px;
	height: 125px;
	
}

	#hcontact-met{

		top: 15px;
		left: 20px;
		font-size: 20px;

	}


#hblog{

	top: 50px;
	left: 325px;
	width: 240px;
	height: 240px;
	
}

	#hblogt{

		top: 115px;
		left: 25px;
		font-size: 80px;

	}

#hfiction{

	top: 5px;
	left: 375px;
	width: 175px;
	height: 175px;

}

	#hfictiont{

		top: 15px;
		left: 40px;
		font-size: 30px;

	}


#hphotos{
	top: 5px;
	left: 520px;
	width: 225px;
	height: 225px;

}

	#hphotost{

		top: 40px;
		left: 50px;
		font-size: 40px;

	}
	
#hhome{
	top: 190px;
	left: 560px;
	width: 85px;
	height: 85px;

}

	#hhomet{

		top: 45px;
		left: 10px;
		font-size: 20px;

	}

#hwork{

	top: 100px;
	left: 645px;
	width: 200px;
	height: 200px;

}

	#hworkt{

		top: 100px;
		left: 75px;
		font-size: 28px;

	}

#hjust-for-fun{

	top: 10px;
	left: 720px;
	width: 175px;
	height: 175px;

}

	#hjust-for-funt{

		top: 50px;
		left: 60px;
		font-size: 36px;

	}
/* 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/black_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 h1{
	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;
	line-height: 125%;
}

.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: 10px;
	right: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 20px;
	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/black_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;
	right: 0px;
	height: 25px;
	line-height: 25px;
	width: 150px;
	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_50p.png");
	margin-top: 10px;
	margin-left: 65px;
	padding: 5px;
}

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

.comment p{
	padding: 0px 0px 10px 25px;
}

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

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

#comment{

	padding: 25px;

}

#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;
}
#botnav{
	width: 600px;
	height: 50px;
	margin: auto;
	padding-top: 10px;
}
#botnavs{
	width: 585px;
	height: 20px;
	font-size: 16px;
	position: relative;
	margin-left: -10px;
	padding: 10px 10px 10px 25px;
}
.aleft{
	position: absolute;
	top: 10px;
	left: 25px;
}
.aright{
	position: absolute;
	top: 10px;
	right: 25px;
}

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

.audioplayer_container{

	position: absolute;
	top: 10px;
	left: 0px;

}

.hrecent{

	padding: 10px 0px 0px 0px;
	text-transform: lowercase;
	
}

#searchform .screen-reader-text{

	display: none;

}

td .kpg-summary{

	display: none;

}

