/*

Theme Name: Decayed

Theme URI: http://giantsponge.com/

Version: 1.5

Description: A custom style two-column Wordpress theme. Based on the free website template Decayed.

Author: Giant Sponge

Author URI: http://giantsponge.com

*/

/* standard elements */
html { min-height: 100%; }

*
{
	margin: 0;
	padding: 0;
}

a { color: #CC6; }

a:hover
{
	color: #CC3;
	text-decoration: underline;
}

body
{
	background: #000 url('img/body.jpg') no-repeat;
	/*  url(img/bg.jpg) repeat-x; */
	color: #eeeded;
	font: normal 14px Arial,sans-serif;
	padding-left: 90px;
	line-height: 17px;
}

p,code,ul,ol { padding: 5px 10px 5px 5px; }

h1
{
	color: #FFF;
	font-family: Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

h1 a
{
	text-decoration: none;
	color: #FFF;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}

h1 a:hover { }

h2
{
	text-decoration: none;
	color: #FFF;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}

h1,h2,h3,h4 { padding: 2px 10px 2px 10px; }

blockquote
{
	color: #CCC;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 0px 5px 0px 5px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 0px 5px 0px 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	padding: 0px 5px 0px 5px;
	float: right;
}

.alignleft
{
	padding: 0px 5px 0px 5px;
	float: left;
}

/* End Images */
img
{
	border: none;
	padding: 0px 5px 0px 5px;
}

img.right { margin: 5px 0 5px 12px; }
img.left { margin: 5px 12px 5px 0; }

img.border
{
	background: #555;
	display: block;
	padding: 3px;
}

.entry { padding: 0 0 0 10px; }

/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}

.left { float: left; }
.right { float: right; }

.decay
{
	clear: both;
	letter-spacing: 1px;
	padding: 0px 0 0px 5px;
	height: 40px;
}

h1.decay
{
	background: url('img/decay.gif') no-repeat left center;
	padding: 10px 0 0 10px;
	line-height: 30px;
}

h2.decay
{
	background: url('img/decay-small.gif') no-repeat left center;
	padding: 10px 0 0 10px;
	line-height: 30px;
}

p.postinfo
{
	border-top: 1px dashed #333;
	color: #000;
	margin-bottom: 24px;
	padding: 8px;
	font-family: Arial,sans-serif;
	font-size: 0.9em;
}

p.postinfo a { color: #888; }
p.postinfo a:hover { color: #CCC; }

.descr
{
	color: #8DC63F;
	margin-bottom: 6px;
	padding: 10px;
}

/* structure */
#container { font-size: 14px; }

/* title */
#site-title { font: normal 3em Arial,sans-serif; }

#site-title a
{
	color: #DDD;
	text-decoration: line-through;
}

#site-title a:hover
{
	color: #FFF;
	text-decoration: none;
}

#site-description { color: #CCC; }

/* content */
#content
{
	left: 331px;
	position: absolute;
	top: 181px;
	width: 610px;
}

#content li { margin-left: 18px; }

/* navigation */
#navigation
{
	left: 66px;
	position: absolute;
	top: 200px;
	width: 210px;
}

#navigation h2
{
	text-decoration: none;
	color: #FFF;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
	font-size: 18px;
}

#navigation ul
{
	margin: 0 0 0 1em;
	padding: 10px;
}

#navigation li { list-style: none; }

#navigation li a
{
	color: #c8d0ce;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

#navigation li a:hover
{
	color: #c8d0ce;
	text-decoration: underline;
}

/* archives */
.post h1 a { color: #FFF; }

.post h1 a:hover
{
	color: #CCC;
	text-decoration: underline;
}

.post .descr { color: #AAA; }
.post .descr a { color: #CCC; }
.post .descr a:hover { color: #FFF; }

/* footer */
#footer
{
	border-top: 1px dashed #333;
	color: #000;
	font: normal 10px sans-serif;
	margin-top: 12px;
	position: absolute;
	top: 100%;
	padding: 0 0 0 10px;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #eee;
	text-decoration: underline;
}

#footer .left, #footer .right { padding: 10px 0; }
#footer .right a { color: #777; }

/* 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: #666;
	padding: 2px 0 4px;
}

.commentmetadata a
{
	color: #CCC;
	text-decoration: none;
}

.commentmetadata a:hover { text-decoration: underline; }

/* forms */
textarea.styled { width: 280px; }

.styled
{
	background: #DDD;
	border: 1px solid #CCC;
	font: normal 1em Arial,sans-serif;
	padding: 2px;
}

.styled:hover { background: #EEE; }
.styled:focus { background: #FFF; }
#commentform input { margin-bottom: 3px; }

/* calendar */
#wp-calendar { color: #acaf91; }
#navigation table caption { border-bottom-color: #000; }

#navigation table thead tr
{
	border-bottom-color: #000;
	color: #cbceab;
}

#navigation table th { border-bottom-color: #000; }

#navigation table td#today
{
	border-color: #000;
	color: #cbceab;
}

#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 10px;
	text-align: center;
}

#navigation table caption
{
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

#navigation table thead tr { border-bottom: 1px solid; }
#navigation table th { border-bottom: 1px solid; }

#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;
	font-size: 1em;
	font-weight: bold;
}

#navigation table td a
{
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 1.15em;
}

#navigation table tfoot { border-top: 1px solid; }

#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 #CCC;
	padding: 2px;
	width: 120px;
}

/*wordpress*/
.aligncenter,
dl.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.mceIEcenter { text-align: center; }
