/* Please, do not steal my CSS! Feel free to look at it for learning purposes, but do not steal =). Any questions about stylesheets please email me at lesleyannx@hotmail.com */


/************ MAIN BODY ************/

body {
	font: 9pt arial;
	color: #232323;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(images/bodybg.png);
	background-attachment: fixed;
	text-align: center;
	}

html {
	width: 100%;
	}

div,th {
	font: 9pt arial;
	color: #232323;
	}

b {
	font-size: 9pt; 
	font-family: arial; 
	text-decoration: none;
	}

u {
	color: #929292; 
	font-size: 9pt; 
	font-family: arial; 
	text-decoration: none; 
	}
li { 
	text-align: left;
	list-style-type: circle;
	margin-bottom: 2px;
	}

i {	
	color: #929292; 
	font-size: 9pt; 
	font-family: arial; 
	text-decoration: none;
	}


input, textarea, submit {
	background-color: #fbfbfb;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin: 0px;
	}

p {
	}

/************ LINK STYLES ************/

A:link {
	color: #000000; 
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
	}

A:active {
	color: #000000; 
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
	}

A:visited {
	color: #000000; 
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
	}

A:hover {
	color: #d9d9d9; 
	text-decoration: none;
	}

/************ LAYOUT DIVS ************/


#container {
	background-image: url(images/container1bg.png);
	width: 814px;
	margin: 0px auto;
	padding:0px;
	border: 0px;
	}
	
#menu {
	margin-top: 10px;
	width: 235px;
	margin-left: 15px;
	margin-right: 0px;
	float:left;
	font-size: 9pt;
	}
	

#content {
	width: 541px;
	float: left;
	margin-left: 10px;
	padding-top: 0px;
	}


#footer {
	clear: both;
	background-image: url(images/footer.png);
	text-align: center;
	text-transform: uppercase;
	font-family: tahoma;
	font-size: 6pt;
	font-weight: bold;
	height: 88px;
	}

#box {
	background-image: url(images/boxbg.png);
	background-color: #fbfbfb;
	border-bottom: 1px solid #cccccc;
	width: 230px;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	}


/************ HEADERS ************/

h1 {
	background-image: url(images/h1.png);
	background-repeat: repeat-x;
	font-family: arial narrow;
	text-transform: uppercase;
	color: #6a6a6a;
	font-weight: normal;
	font-size: 19pt;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom:  7px;
	}

h3 {
	line-height: 12px;
	font: 8pt arial;
	font-weight: normal;
	text-align: center;
	background-color: #f8f8f8;
	color: #acacac;
	font-style: italic;
	}

h2 {
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	height: 40px;
	font-family: Arial Narrow;
	font-weight: normal;
	letter-spacing: 2px;
	font-size:  15pt;
	text-transform: uppercase;
	color: #acacac;
	margin: 0px;
	}

/******************** WORDPRESS ********************/

.postmetadata {
	font: 6pt tahoma;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	}

.formcat {
	width: 170px;
	text-align: right;
	float: left;
	}