/*  
Theme Name: Sporky
Theme URI: http://www.sporkycomplex.com/
Description: Sporky
Version: 3
Author: gothicspork
Author URI: http://www.sporkycomplex.com/

*/

/*------general------*/

body {
background: url('images/header.jpg') top center no-repeat #e8ddb5;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #514F34;
        margin: 0;
        padding: 0;
}

a:link, a:visited, a:active {
        color: #656e03;
        text-decoration: none;
        font-weight: 0;
}

a:hover {
        color: #9d7066;
        text-decoration: underline;
}

/*------header------*/

#container {
	width: 945px;
	padding:0;
	margin:0 auto;
}

#header {
        height: 175px;
	margin: 0;
	padding: 0;
}

#searchform {
	text-align: center;
	margin: 10px 0 0 0;
}

#rssicon {
	display: block;
	margin: 5px 0 0 0;
	background: url('images/rssicon.jpg') no-repeat;
	width: 40px;
	height: 40px;
	text-indent: -3000px;
	outline: 0;
}

/*------navigation------*/

#nav{
	height: 83px;
	margin: 119px 0 0 93px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#nav li a {
	display: inline-block;
	width: 133px;
	height: 83px;
	text-indent: -2000px;
	padding: 0;
	margin: 0;
	outline: 0;
}

#home:hover {
	background: url('images/homehov.jpg') no-repeat;
}

#about:hover {
	background: url('images/abouthov.jpg') no-repeat;
}

#extras:hover {
	background: url('images/extrashov.jpg') no-repeat;
}

#links:hover {
	background: url('images/linkshov.jpg') no-repeat;
}

/*------main------*/

#main {
	width: 625px;
	text-align: justify;
	margin: -70px 0 0 0;
	padding: 0;
}

#main h1 {
	background: url('images/red.png');
	padding: 3px;
	margin: 0;
	color: #FFF;
	font-weight: normal;
}

#main h1 a {
	color: #fffdf3;
}

#main h1 a:hover {
        color: #9d7066;
}

#main a img {
	border: 0;
}

.postcntnt {
	min-height: 180px;
	margin: 0 0 10px 0;
}

.post p {
	padding: 0 5px 0 5px;
}

.postthumbnail {
	float: left;
	margin: 0 5px 5px 0;
}

.more-link {
	display: block;
	width: 185px;
	height: 50px;
	text-indent: -10000px;
	background: url('images/readmore.jpg') top right no-repeat;
	outline: 0;
	margin: 0 0 0 440px;
}

.more-link:hover {
	background: url('images/readmore.jpg') bottom right no-repeat;
}

.timestamp {
	color: #f0896f;
	font-size: 1.2em;
	font-weight: bold;
	margin: -4px 0 0 0;
}

.timestamp {
	color: #df775c;
	font-size: 0.9em
	font-weight: bold;
	margin: -4px 0 0 0;
}

.timestamp a:link, a:visited, a:active {
	color: #df775c;
}

#pages {
	text-align: center;
}

.prev {
	text-indent: -2000px;
	display: inline-block;
	width: 131px;
	height: 45px;
	background: url(images/prevbutton.jpg) center top no-repeat;
}

.prev:hover {
	height: 55px;
	background: url('images/prevbutton.jpg') no-repeat center bottom;
}

.next {
	text-indent: -2000px;
	display: inline-block;
	width: 131px;
	height: 45px;
	background: url(images/nextbutton.jpg) center top no-repeat;
}

.next:hover {
	height: 55px;
	background: url('images/nextbutton.jpg') no-repeat center bottom;
}

/*------graphics------*/
.foliolink {
	background: url('http://www.sporkycomplex.com/images/foliolink.gif') no-repeat;
	display: block;
	width: 450px;
	height: 110px;
	margin: 3px auto;
	padding: 0;
	text-indent: -3000px;
	outline: 0;
}

ul.freebielist {
	list-style-type: none;
	width: 625px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

ul.freebielist li {
	display: inline-block;
	margin: 3px;
	padding: 0;
	font-size: 0.85em;
}

ul.freebielist h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*------side------*/

#side {
	float: right;
	width: 295px;
	margin: -115px 10px 0 0;
	color: #5B523B;
}

#twithead {
	background: url('images/twithead.png') no-repeat;
	height: 56px;
}

#twitbody {
	background: url('images/twitbody.png');
	padding: 0 5px 0 5px;
	text-align: justify;
	color: #797978;
	font-size: 1.1em;
}

#twitfoot {
	background: url('images/twitfoot.png') no-repeat;
	height: 20px;
}

#searchform {
	border: none;
}

#side h2 {
	background: url('images/blue.png');
	padding: 3px;
	margin: 15px 0 3px 0;
	color: #5d482b;
	font-weight: normal;
}

#side ul {
	padding: 0 5px 0 18px;
	margin: 5px 0 0 0;
}

#archives {
	text-align: center;
}

/*------footer------*/

#footer {
	clear:both;
	margin: 20px 0 0 0;
}

#rssfooter {
	padding: 20px 0 0 0;
}

#rssfooter h3 {
	margin: 0 5px 5px 5px;
	color: #5d482b;
	text-align: center;
}

#rssfooter ul {
	margin: 5px 0 5px 0;
}

#rssfooter p {
	padding: 0 10px 0 10px;
}

.rssfootera, .rssfooterb, .rssfooterc {
	width: 305px;
	padding: 5px 0 5px 0;
	min-height: 200px;
}

.rssfootera {
	background: #ccdbd1;
	float: left;
}

.rssfooterb {
	background: #f4bcaf;
	float: right;
	margin: 0 15px 0 0;
	text-align: center;
}

.rssfooterb img {
	margin: 2px;
}

.rssfooterb a:hover img {
	color: #FFF;
}

.rssfooterc {
	background: #ccdbd1;
	float: right;
}

#copy {
	clear:both;
	text-align: center;
	font-size: 0.8em;
}

#copy p {
	margin: 0;
	padding: 10px 0 10px 0;
}

/*------comments------*/

.hrzn {
	background: url('images/hrznline.jpg') repeat-x top left;
	height: 25px;
	width: 503px;
	margin: 0 auto;
	padding: 0;
}

.comments-template {
	font-size: 80%;
	margin: 0;
}

.comments-template h3 {
	padding: 0;
	margin: 0;
}

.commentlist {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

.commentlist {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

.commentmetadata {
	margin: 5px 0 0 5px;
}

.comments-template li {
	background: url('images/twitbody.png');
	padding: 5px;
	margin: 10px 0 10px 0;
	border: 1px solid #f2ecd6;
}

.gravatar {
	float: left;
	margin: 0 3px 0 0;
}


#submit {
	cursor: pointer;
	border: solid 1px #889400;
	background: #c0f119;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0f119), to(#89b100));
	background: -moz-linear-gradient(top,  #c0f119,  #89b100);

}