@charset "utf-8";
/* CSS Document */


 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/tile.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-image: url(images/headers/rotate.php);
	height: 323px;
	width: 800px;
	background-position: right;
	background-repeat: no-repeat;
}
#footer {
	height: 129px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
#background {
	width: 800px;
	background-image: url(images/background.png);
	min-height: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* Links */
#stuffbar {
	float: right;
	width: 255px;
	z-index: 2;
}

#stuffy {
	float: right;
	width: 161px;
	z-index: 3;
	position: absolute;
	padding-top: 30px;
	padding-left: 10px;
	font-size: 1.5em;
}

.pagelinks {
	font-weight: bold;
	font-variant: small-caps;
	color: #405E41;
	text-align:center;
	word-wrap: break-word;
	padding-right: 6px;
	padding-left: 6px;
}

.entrylinks {
	font-weight: bold;
	font-variant: small-caps;
	color: #405E41;
	text-align:left;
}

.friendlinks {
	font-weight: bold;
	font-variant: small-caps;
	color: #405E41;
	text-align:left;
	margin-left: 12px;
	word-wrap: break-word;
}

ul {
	word-wrap: break-word;
	padding-left: 24px;
}

/* End Stuff Bar */
#textbox {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 470px;
	padding-left: 45px;
	z-index:2;
} 

#texty {
	float:left;
	z-index:3;
	width: 470px;
	font-size: 1.5em;
}

/* Links */

a:visited {
	color: #405E41;
}
a:hover {
	color: #405E41;
}
a:active {
	color: #405E41;
}
a:link {
	color: #405E41;
}
/* Links End */

/* Headings */


h1 {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

h2 {
	font-size: 0.7em;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-size: 1.6em;
	margin: 0px;
}

h4 {
	font-weight: bold;
	font-size: .9em;
	text-align:center;
	margin: 0;

}

h5 {
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	font-size:1.1em;
	margin: 0px;
}

h6 {
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	margin: 0px;
	font-size:1.5em;
}
/* h7 used on individual archive page */
h7 {
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	font-size:.8em;
}
.center {text-align: center}

/* Headings End */


/* Old css that might be hidden somewhere in the pages*/
/* Old css that might be hidden somewhere in the pages*/

.biggerFont {
	font-size: 14px;
	text-transform: uppercase;
	}
	
.blackFont {
	color:#000000;
	}