/*
Theme Name: Tangled
Theme URI: http://www.tangledweweave.com
Description: Theme for "tangled; we weave"
Version: 1.0
Author: Eric Peterson
Author URI: http://www.eric.pe

*/


html, body
{
	width:100%;
	height:100%;
	background:#2a1a09;
	color:#000;
}

body
{
	text-align:center;
	padding:0;
	margin:0;
}

h2
{
	color:#593606;
	text-transform:capitalize;
	font-size:16px;
}

h3
{
	color:#593606;
}


/* TABLE (STRUCTURE) DECLARATIONS */

table#skeleton
{
	border:0;
	border-spacing:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:1050px;
}

table#skeleton td#header
{
	background:url('./_images/filmstrip_noholes.jpg') #000;
	width:1050px;
	height:233px;
	vertical-align:bottom;
	color:#cfb883;
}

table#skeleton td#footer
{
	background:#000;
	text-align:center;
	vertical-align:middle;
	color:#583606;
	font-size:9px;
}

table#skeleton td
{
	text-align:center;
	vertical-align:top;
	font-family:"Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	line-height:19px;
	text-align:justify;
	background:#fff;
	padding:0px;
}


table#tablecontent
{
	border:1px #583606;
	border-style:dashed none dashed none;
	width:100%;
	padding:0px;
	border-spacing:10px;
}

table#tablecontent td
{
	vertical-align:top;
}


table.comments
{
	margin:5px;
	width:100%;
}

td.commentheader
{
	background:#f7f2dc;
	padding:5px;
}

td.commentwords
{
	background:#cfb883;
	padding:5px;
	font-size:10px;
}


/* DIV (CONTENT) DECLARATIONS */

div#navigation
{
	padding:5px;
	float:right;
	font-size:14px;
}

div#frame
{
	margin-left:75px;
	margin-right:75px;
	margin-top:25px;
	margin-bottom:25px;
}

div#postmeta
{
	float:right;
	color:#120906;
	font-size:9px;
}

div#content
{
	padding-right:10px;
	text-align:justify;
}

div.commentdate
{
	font-size:9px;
	float:right;
}

span.commentname
{
	font-weight:bold;
	text-transform:capitalize;
}



img
{
	border:0px;
}



a:link,a:visited
{
	text-decoration:none;
	color:#583606;
}

a:hover,a:active
{
	text-decoration:none;
	color:#cfb883;
}