/*
 * Pink         #FF2E99
 * Orange       #FF8A2D
 * Yellow       #FFE12A
 * Green        #CAFF2A
 * Blue         #1FBFFF
 * Purple       #5931FF
 */

body
{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 108%;
    background-color: #2A2A2A;
	background-image: url(body-background.png);
	background-repeat: repeat-x;
    color: gainsboro;
}

h2
{
    font-size: 138.5%;
    font-weight: bold;
    color: white;
}

h3
{
    color: white;
    font-size: 116%;
    font-weight: bold;
}

h4
{
	color: white;
	font-size: 108%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

a 
{
    color: #FF8A2D;
    text-decoration: none;
}

em
{
    font-style: italic;
}

strong
{
    font-weight: bold;
}

blockquote
{
    margin-left: 32px;
    background-image: url(double-quotes-left.png);
    background-repeat: no-repeat;
    background-position: top left; 
    padding-left:48px;
    margin-bottom: 16px;
}

blockquote div
{
    background-image: url(double-quotes-right.png);
    background-repeat: no-repeat;
    background-position: bottom right;   
    display: inline;
    padding-right:48px;
}

a:link
{
    color: #FF8A2D;
}

a:hover
{
    color: #FFE12A;
}

a:visited
{
}

a:active
{
    color: #FF8A2D;
}

p
{
    margin-bottom: 16px;
}

label
{
	font-style: italic;
	padding-left: 8px;
}

#doc
{
    margin-left: auto;
    margin-right: auto;
    width: 974px;
    background-color: #000000;
}

#main.widecolumn
{
	width: 932px;
}

#header
{
    background-image: url(header.png);
    background-color: #FF2E99;
    color: black;
    height: 128px;
}

#main
{
    width: 674px;
    float: left;
    padding: 16px;
    display: inline;
}

#sidebar
{
    float: left;
    width: 236px;
    padding: 16px;
}

#footer
{
    height: 64px;
    background-color: #FF2E99;
    background-image: url(footer.png);
    clear: both;
}

#prefooter
{
	height: 24px;
	width: 974px;
	background-color: black;
	color: white;
	clear: both;
}

#about
{
    border-left-style: solid;
    border-left-color: #FF8A2D;
    border-left-width: 3px;
}

#tags
{
    border-left-style: solid;
    border-left-color: #FFE12A;
    border-left-width: 3px;
}

#categories
{
    border-left-style: solid;
    border-left-color: #CAFF2A;
    border-left-width: 3px;
}

#categories li
{
    text-transform: lowercase;
}

#designedby
{
    border-left-style: solid;
    border-left-color: #5931FF;
    border-left-width: 3px;
}

#designbadge
{
    background-image: url(design-badge.png);
    width: 166px;
    height: 28px;
}

#commentsection
{
	padding-left: 16px;
}

#respond
{
	height: 19px;
	width: 424px;
	background-image: url(enhance-the-web.png);
	margin-bottom: 16px;
}

#submitcomment
{
	border-style: none;
}

#poweredby
{
	margin-left: 8px;
	float: left;
}

#footermeta
{
	margin-right: 8px;
	float: right;
}

.commentlink
{
	float: left;
}

.trackbacklink
{
	float: right;
}

ol.commentlist li
{
	padding-bottom: 16px;
}

.commentlist li ul
{
    font-size: 93%;
    padding-right: 16px;
    padding-bottom: 16px;
}

.commentlist li ul li
{
    padding-left: 32px;
    padding-top: 4px;
    list-style-image: inherit;
    list-style-position: inside;
    list-style-type: disc;
    padding-bottom: 0px;
}

.commentlist li ol
{
    font-size: 93%;
    padding-right: 16px;
    padding-bottom: 16px;
}

.commentlist li ol li
{
    padding-left: 32px;
    list-style-type: decimal;
    list-style-position: inside;
    padding-bottom: 0px;
}

span.timestamp
{
    font-size: 93%;
}

div.postheader
{
    font-style: italic;
    padding-bottom: 16px;
}

div.posttags
{
    font-size: 85%;
    color: white;
	margin-bottom: 16px;
}

div.commentheader
{
	font-style: italic;
	margin-bottom: 8px;
}

div.commentheader strong
{
	font-style: italic;
	font-weight: bold;
}

img.alignright
{
	float: right;
}

img.alignleft
{
	float: left;
}

input
{
	border-style: solid;
	border-width: 2px;
	border-color: #FF2E99;
	padding: 4px;
	color: white;
	background-color: black;
}

textarea
{
	border-style: solid;
	border-width: 2px;
	border-color: #FF2E99;
	background-color: black;
	color: white;
	padding: 4px;	
}

.block h2
{
    font-size: 108%;
    font-style: italic;
    color: #1FBFFF;
    padding-bottom: 8px;
}

.post
{
    padding-left: 16px;
    margin-bottom: 112px;
}

.post p
{
    line-height: 137%;
    letter-spacing: 0.4px;
}

.post ul
{
    font-size: 93%;
    line-height: 150%;;
    padding-left: 32px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.post ul li
{
    padding-top: 4px;
    list-style-image: inherit;
    list-style-position: outside;
    list-style-type: disc;
}

.postcomments a
{
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.block
{
    letter-spacing: 0.4px;
    padding-left: 16px;
    margin-bottom: 32px;
}

.block p
{
    font-size: 85%;
}

.block li
{
    font-size: 85%;
}

.copyright
{
    text-align: right;
    font-style: italic;
    font-weight: bold;
    font-size: 85%;
    color: black;
}
