/*Theme Name: Decayed*/
IMG.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
IMG.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}
/*standard elements*/
HTML
{
	min-height: 100%;
}
*
{
	margin: 0;
	padding: 0;
}
A
{
	color: #CC3;
}
A:hover
{
	color: #FCE91B;
}
BODY
{
	background: #000 url('img/body.gif') no-repeat;
/*url(img/bg.jpg) repeat-x;*/
	color: #DDD;
	font: normal 62.5% "Trebuchet MS", Verdana, sans-serif;
	padding-left: 90px;
}
P, CODE, UL, OL
{
	padding-bottom: 1.2em;
}
H1
{
	color: #FCE91B;
	font: normal 2em Impact, sans-serif;
}
H1 A
{
	color: #000;
	text-decoration: none;
}
H1 A:hover
{
	color: #FCE91B;
}
H2
{
	font: normal 1.8em Tahoma, sans-serif;
}
H1, H2
{
	padding-top: 0px;
}
BLOCKQUOTE
{
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
IMG
{
	border: none;
}
IMG.right
{
	margin: 5px 0 5px 12px;
}
IMG.left
{
	margin: 5px 12px 5px 0;
}
IMG.border
{
	background: #555;
	display: block;
	padding: 3px;
}
/*misc*/
.clearer
{
	clear: both;
	font-size: 0;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.decay
{
	background: url('img/decay.gif') no-repeat left center;
	color: #000;
	font: normal 2em Impact, sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
H2.decay
{
	background: url('img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}
P.postinfo
{
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
P.postinfo A
{
	color: #888;
}
P.postinfo A:hover
{
	color: #CCC;
}
.descr
{
	color: #FCE91B;
	margin-bottom: 6px;
}
/*structure*/
#container
{
	font-size: 1.3em;
}
/*title*/
#site-title
{
	font: normal 3em Tahoma, sans-serif;
	color: #FCE91B;
}
#site-title A
{
	color: #FCE91B;
	text-decoration: none;
}
#site-title A:hover
{
	color: #777;
	text-decoration: none;
}
#site-description
{
	color: #D00;
	font: normal 1.8em Tahoma, sans-serif;
}
/*content*/
#content
{
	left: 360px;
	position: absolute;
	top: 90px;
	width: 610px;
}
#content LI
{
	margin-left: 18px;
}
/*navigation*/
#navigation
{
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}
#navigation H2
{
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation UL
{
	margin: 0 0 0 1em;
}
#navigation LI
{
	list-style: none;
}
#navigation LI A
{
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation LI A:hover
{
	color: #FCE91B;
}
/*archives*/
.post H1 A
{
	color: #A00;
}
.post H1 A:hover
{
	color: #F00;
}
.post .descr
{
	color: #AAA;
}
.post .descr A
{
	color: #CCC;
}
.post .descr A:hover
{
	color: #FFF;
}
/*footer*/
#footer
{
	border-top: 1px dashed #333;
	color: #222;
	font: normal 1.3em sans-serif;
	margin-top: 12px;
	position: absolute;
	top: 100%;
}
#footer A
{
	color: #EEE;
	text-decoration: none;
}
#footer A:hover
{
	color: #900;
	text-decoration: underline;
}
#footer .left, #footer .right
{
	padding: 10px 0;
}
#footer .right A
{
	color: #111;
}
/*comments*/
.content OL LI
{
	background: none;
}
.commentlist
{
	margin: 0;
	padding: 0;
}
.commentlist LI
{
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform
{
	margin: 1em 0;
	background: #000;
	width: 360px;
}
.commentmetadata
{
	color: #6DA61F;
	padding: 2px 0 4px;
}
.commentmetadata A
{
	color: #FCE91B;
	text-decoration: none;
}
.commentmetadata A:hover
{
	text-decoration: underline;
}
/*forms*/
TEXTAREA.styled
{
	width: 280px;
}
.styled
{
	background: #DDD;
	border: 1px solid #F60;
	font: normal 1em Verdana, sans-serif;
	padding: 2px;
}
.styled:hover
{
	background: #EEE;
}
.styled:focus
{
	background: #FFF;
}
#commentform INPUT
{
	margin-bottom: 3px;
}
/*calendar*/
#wp-calendar
{
	color: #A0A0A0;
}
#navigation TABLE CAPTION
{
	border-bottom-color: #000;
}
#navigation TABLE THEAD TR
{
	border-bottom-color: #000;
	color: #A53512;
}
#navigation TABLE TH
{
	border-bottom-color: #000;
}
#navigation TABLE TD#today
{
	border-color: #000;
	color: #A53512;
}
#navigation TABLE TD A
{
	border-bottom-color: #000;
	background-color: #EDF3DE;
}
#navigation TABLE TFOOT
{
	border-top-color: #000;
}
#navigation TABLE TFOOT A
{
	background: none;
}
#wp-calendar
{
/*display: inline-table;*/
	border-collapse: collapse;
	width: 185px;
	margin: 0px 10px 0;
	text-align: center;
}
#navigation TABLE CAPTION
{
	margin: -5px 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	letter-spacing: 0.1em;
}
#navigation TABLE THEAD TR
{
	border-bottom: 1px solid #000000;
}
#navigation TABLE TH
{
	border-bottom: 1px solid #000000;
}
#navigation TABLE TD
{
	width: 225px;
/*maximaize width; honestly, I don't know much about tables...*/
	padding: 1px;
	font-size: 0.9em;
}
#navigation TABLE TD#today
{
	padding: 0;
	border: 1px solid #000000;
	font-size: 1em;
	font-weight: bold;
}
#navigation TABLE TD A
{
	display: block;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 1.15em;
}
#navigation TABLE TFOOT
{
	border-top: 1px solid #000000;
}
#navigation TABLE TFOOT A
{
	border: none;
	font-weight: bold;
}
#navigation TABLE TFOOT #prev A
{
	text-align: left;
}
#navigation TABLE TFOOT #next A
{
	text-align: center;
}
/*search form*/
#searchform
{
	padding: 0 10px;
}
#searchform INPUT.sfield
{
	border: 1px solid #F60;
	padding: 2px;
	width: 120px;
}

