/* Begin Typography & Colors */

b {font-family:georgia; font-weight:bold;}
strong {color:#A1CA2F; font-family:georgia; font-weight:bold;}
s {color:#A1CA2F; font-family:georgia; font-weight:normal;}
i {color:#FFB0B8; font-family:georgia; font-weight:bold;}
u {color:#9A6034; font-family:georgia; border-bottom:2px dashed #FF6E86; font-weight:bold; font-style:italic}
big {color: #7BCAFE; font-family:georgia; letter-spacing:1px; font-weight:bold; }

::-moz-selection{ background:#FFFEDF; color:#FF7F98; }
::selection { background:#FFFEDF; color:#FF7F98; }

body, tr, td, p, table {
	font-size: 8pt;
	scrollbar-face-color: #FEB1C0;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #FEE9ED;
	scrollbar-darkshadow-color: #FE7E97;
	scrollbar-shadow-color: #FE7E97;
	scrollbar-arrow-color: #FEFEFE;
	scrollbar-track-color: transparent;

	font-family: georgia;
	color: #875E30;
	}

#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.thread-alt {
	background-color: #ffffff;
	border: 1px solid #FFC4CC;
	margin: 2px 2px 2px 2px;
}
.thread-even {
	background-color: #ffecef;
	border: 1px solid #FF5F75;
	margin: 2px 2px 2px 2px;
}

.depth-1, .even, .alt {
	margin: 0px 0px 10px 0px;
}

#footer {
	border-top: 1px dotted #604D21;
        font-size: 9px;
        text-align: center;
	}

textarea, input, .textfield, .button, select {

	border: 1px dashed #FE92AB;
	font-family: georgia;
	font-size: 7.5pt;
	color: #FE6A8D;
	wrap: hard;
	background:url(http://i27.tinypic.com/do8mrn.jpg);

	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #FEA1B7;
	scrollbar-track-color: #ffffff;
	}


textarea:hover, submit:hover, input:hover {
	background:url(http://i28.tinypic.com/206hpxe.jpg);
	border: 1px solid #FEB1C3;
	}

small {
	font-family: georgia;
	font-size: 1.0em;
	line-height: 1.5em;
	}

h1 {
	text-align: center;
        font-family: georgia;
        font-size: 14pt;
        color: #896031;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
        border-bottom: 1px dotted #FE7096;
        }

h2, h3, h4 {
	text-align: center;
        font-family: georgia;
        font-size: 14pt;
        color: #896031;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	}

h5 {
	text-align: center;
        font-family: georgia;
        font-size: 8pt;
	background:url(http://i31.tinypic.com/2jecmfd.jpg);
        color: #CB53FF;
	font-weight: bold;
	margin-bottom: 3px;
	}

h6 {
	text-align: center;
        font-family: georgia;
	font-size: 8pt;
	color: #FF7092;
	margin-bottom: 3px;
	}

.avatar {display: inline;
float: left;
margin: 2px 2px 2px 2px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif, Georgia;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #FEC131;
        text-shadow:#FFE097 2px 2px 2px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link, a:visited, a:active { text-decoration: none; color: #FF6C8A; }
a:hover { text-transform: none; cursor: crosshair; color: #A4743F; }


sup {font-size: 6pt;)

pre, code {
	border-left: 3px solid #B5B5B5;
	color: #AEC517;
	font-size: 8pt;
	font-family: Georgia;
	font-style: italic;
	padding-left: 5px;
	margin: 5px 0px 5px 15px;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin-right: 7;
	margin-left: 7;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 5px auto;
	padding: 0;
	width: 760px;
	}

.post {
	margin: 0 0 5px;
	text-align: justify;
	}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}

img { border: 0; }


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 5px;
	list-style: none;
	padding-left: 2px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 5px 0 2px 5px;
	}

.entry ol {
	padding: 0 0 0 5px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 0px 0px 0;
	}

#commentform {
	margin: 0px 0px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 1px quto;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 2px 0 2px;
	padding: 5px 10px 5px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 0px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 3px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #FEA4BF;
	text-align: center;
	background-color: #FEEBF0;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
