
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* style yeah */


body {
	background-color:#e7e7de;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	margin:20px;
}


/* theSpace */

#theSpace {
	width:1040px;
	position: relative;
	margin:0px auto;
}

/* sideBarNav */

#sideBarNav, #header_sidebar{
	width:210px;
	margin-right:40px;
}

#sideBarNav {
	float:left;
	margin-top:10px;
	position:fixed;
}

#othermenu {
	float:left;
	width:188px;
	margin:11px 0px 0px 840px;
	position:fixed;
}

#othermenu ul {
	margin:10px;
}


#sideBarNav a:link, #sideBarNav a:active, #sideBarNav a:visited, 
#othermenu a:link, #othermenu a:active, #othermenu a:visited {
	color:#000000;
	text-decoration:none;
}

#sideBarNav a:hover, #othermenu a:hover {
	color:#000000;
	text-decoration:underline;
}


/* MAIN */

#maincontent {
	float:left;
	width:550px;
	margin:10px 40px 0px 250px;
}

.navigation {
	margin-bottom:20px;
}

/*	HEADERS */

.yellowheader{
	background-color:#f1e73c;
	text-transform:uppercase;
}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 15px 0px 0px 0px;
	padding:2px;
	width:550px;
	background-color:#cad349;
	}

.headstyle0, .headstyle1, .headstyle2, .headstyle3, .headstyle4, .headstyle5, .headstyle6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	/* font-family:Courier, "Courier New", monospace; */
	font-size:14px;
	font-weight:normal;
	margin: 15px 0px 10px 0px;
	padding:2px 2px 2px 6px;
	width:542px;
	color:#e7e7de;
	}

.headstyle0 {
	background-color:#000000;
	/*background-color:#83ded8;*/
	}

.headstyle1 {
	background-color:#000000;
	/*background-color:#ffca00;*/
	}

.headstyle2 {
	background-color:#000000;
	/*background-color:#ff85af;*/
	}

.headstyle3 {
	background-color:#000000;
	/*background-color:#b7da4b;*/
	}

.headstyle4 {
	background-color:#000000;
	/*background-color:#74dde1;*/
	}

.headstyle5 {
	background-color:#000000;
	/*background-color:#79e2a0;*/
	}

.headstyle6 {
	background-color:#000000;
	/*background-color:#acb0b5;*/
	}
	
.headstyle0 a:link, .headstyle1 a:link, .headstyle2 a:link, .headstyle3 a:link, .headstyle4 a:link, .headstyle5 a:link, .headstyle6 a:link, .headstyle0 a:active, .headstyle1 a:active, .headstyle2 a:active, .headstyle3 a:active, .headstyle4 a:active, .headstyle5 a:active, .headstyle6 a:active, .headstyle0 a:visited, .headstyle1 a:visited, .headstyle2 a:visited, .headstyle3 a:visited, .headstyle4 a:visited, .headstyle5 a:visited, .headstyle6 a:visited {
	text-decoration:none;
	color:#ffffff;
	}
	
.headstyle0 a:hover, .headstyle1 a:hover, .headstyle2 a:hover, .headstyle3 a:hover, .headstyle4 a:hover, .headstyle5 a:hover, .headstyle6 a:hover {
	text-decoration:underline;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h5{
	font-family:Courier, "Courier New", monospace;
}
	
h6{
	font-family:Courier, "Courier New", monospace;
	font-size:1em;
	margin-bottom:0px;
}

/* GENERAL TEXT LAYOUT */

.entry, .single_entry {
	line-height: 1.4em;
}

.more-link {
	margin-top:30px;
}

.page p {
	margin-bottom:8px;
}




/* SPECIFIC LINK STUFF */

.more-link a:link, .more-link a:active, .more-link a:visited {
	color:#000000;
	font-weight:normal;
	background-color:#ff85af;
	text-decoration:none;
}

.more-link a:hover{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.entry a:link, .entry a:active, .entry a:visited, .single_entry a:link, .single_entry a:active, .single_entry a:visited{
	color:#000000;
	font-weight:normal;
	background-color:#ff85af;
	text-decoration:none;
}

.entry a:hover, .single_entry a:hover{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.yellow a:link, .yellow a:active, .yellow a:visited{
	color:#000000;
	background-color:#ff85af;
	text-decoration:none;
}

.yellow a:hover{
	color:#000000;
	text-decoration:underline;
}

/* IMAGE STUFF */

.entry img, .single_entry img {
	margin-top:10px;
}

a:link img{
	background-color:#e7e7de;
}

/* FLOATS */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
