/* CSS Stylesheet for Textpattern Template 2.0 for Skinyourscreen.com */

/***===== General formatting =====***/
body {
	text-align: center;
	background-image: url("images/bg_top.gif");
	background-repeat: repeat-x;
	background-color: #111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
.announce {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("images/stillhere.png");
	background-repeat: none;
	width: 112px;
	height: 112px;
	}
table {
	border: 1px solid #aaa;
	margin: 0 auto;
	}
th {
	padding: 0 20px 0 20px;
	font-weight: heavy;
	border-bottom: 3px solid #66dd00;
	}
td {
	border: 1px solid #aaa;
	padding: 0.4em;
	background-color: #eeeeee;
	}

/***===== Header formatting =====***/
#container {
	width:768px;
	\width: 778px;
	w\idth: 768px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	}
.thinmenu, .thickmenu {
	text-align: center;
	}
.thinmenu {	/*This element is gone in the 2.0 theme*/
	background-image: url("images/menubar1.png");
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	width: 768px;
	padding-right: 20px;
	padding-left: 20px;
	}

.banner {
	position: static;
	/*margin-top: -21px;*/
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	background-image: url("images/bannerarea.png");
	background-repeat: no-repeat;
	text-align: center;
	height: 115px;
	width: 768px;
	padding-right: 20px;
	padding-left: 20px;
	}
.header {
	/*position: static;
	margin-top: -22px;*/
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	background-image: url("images/titlearea.png");
	background-repeat: no-repeat;
	text-align: center;
	height: 59px;
	width: 768px;
	padding-right: 20px;
	padding-left: 20px;
	}
.affiliatebox {
	background-image: url("images/affiliate.png");
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	height: 36px;
	width: 768px;
	padding-right: 20px;
	padding-left: 20px;
	color: #dddddd;
	}
.thickmenu {
	background-image: url("images/menubar2.png");
	background-repeat: no-repeat;
	color: #000;
	height: 30px;
	width: 768px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	}


/*** Content formatting ***/
.centerarea {
	position: relative;
	top: -20px;
	background-image: url("images/content_bg.png");
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-left: 13px;
	padding-right: 9px;
	}
.contentarea {
	text-align: left;
	vertical-align: top;
	width: 570px;
	padding: 0px;
	margin-right: 150px;
	/* background-color: #F0F; */
	}
.noarticle {
	text-align: center;
	width: 500px;
	height: 300px;
	margin: 30px;
	border: 1px solid #ccc;
	}

/***===== SideBar formatting =====***/
.sidebar {
	float: right;
	text-align: left;
	vertical-align: text-top;
	width: 170px;
	}
ul { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
li { 
	list-style-position: inside;
	list-style-image: url("images/bullet.png");
	/*padding-left: 25px;
	margin-left: 10px;
	margin-bottom: 10px;*/
	}


/***====== Footer formatting =====***/
#footer1, #footer2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#footer1 {
	margin-top: -36px;	
	background-image: url("images/footer1.png");
	background-repeat: no-repeat;
	color: #FFF;
	height: 50px;
	width: 768px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
#footer2 {
	margin-top: -5px;
	background-image: url("images/footer2.png");
	background-repeat: no-repeat;
	height: 72px;
	width: 768px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 30px;
	color: #888888;
	}

/*.messagebox {
	padding: 5px;
	float: right;
	height: 150px;
	width: 400px;
	border: 1px solid #FF0000;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	left: -40px;
	top: 99px;
	}*/


/***===== Link Formatting =====***/
/*a {
	color: black;
	text-decoration: none;
	border-bottom: 10px black solid;
	}*/
/*a:link {color: #3333AA}
a:visited {color: #6666DD}
a:hover {color: #FF6600}
a:active {color: #2222FF}*/

a:link {color: #009900;}		/* unvisited link */
a:visited {color: #00BB00;}	/* visited link */
a:hover {color: #FF6600;}	/* mouse over link */
a:active {color: #22FF22;}	/* selected link */

.centerarea a {
	/*background: url("images/bullet_sunk.png") left center no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;*/
	}
.sidebar a {
	border: 0px;
	color: #C00;
	}
.thinmenu a:link, .thickmenu a:link {
	color: #FFF;
	}
.thinmenu a:visited, .thickmenu a:visited {
	color: #FFF;
	}
.thinmenu a:hover, .thickmenu a:hover {
	background: url("images/menubar1_sel.png") repeat-x;
	color: #FFCC00;
	}
.thinmenu a:active, .thickmenu a:active {
	color: #FFFF00;
	}	/* selected link */
h1 a, h2 a
{
	border: 0px;
	color: #00f;
	}
h3 a {
	border: 0px;
	font-weight: normal;
	font-size: 1.5em;
	}
#footer1 a:link {color: #FFF;}	/* unvisited link */
#footer1 a:visited {color: #CCC;}	/* visited link */
#footer1 a:hover {color: #000;}	/* mouse over link */
#footer1 a:active {color: #FF0;}	/* selected link */


/***===== Typography & Links =====***/
h1, h2, h3, h4, h5 {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	}
h1{
	text-decoration:none;
	font-size: 2em;
	color: #ff00ff;
	}
h2 {
	font-size: 1.6em;
	font-style: italic;
	}
h3 {
	font-size: 1.3em;
	}
.center {
	text-align: center;
	}
.boxed {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 6px solid #666;
	}
.boxed2 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-left: 70px solid #ccc;
	}
.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
	}
p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	}
blockquote
{
	font-family: courier, serif, monospace;
	margin: 10px 0px 10px 15px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
.sidebar p
{
	line-height: 15px;
	font-size: 10px;
	}


/***===== TextPattern Tag Formatting =====***/
#content hr {
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
	}
img.divider {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	}
.comments_error { 
	background-color: #ffa 
	}
div.comments_error {
	border: 1px solid #cc8;
	padding : 0.3em;
	}
.category_list {
	display: inline;
	list-style-type:circle;
	}
.section_list {
	display: inline;
	list-style-type: circle;
	font-size: 10px;
	color: #ffffff;
}
