/*-----------------------------------------------------*/

* {
	font-size:100%;
	margin:0;
	padding:0;
	}

body {
	background: #647c3f url(simplify/bg-body.jpg) 0 0 repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	}
	
#inner {
	width: 760px;
	margin: 0 auto;
	text-align: justify;
	}
	

/* ----- image header ----- */

#header {
	width: 760px;
	height: 230px;
	position: relative;
	background: #647c3f url(simplify/header.jpg) 0 0 no-repeat;
}

/* ----- links ------ */

a {
	color: #92a575;
	text-decoration: none;
}

a:visited {
	color: green;
	text-decoration: none;
}

a:hover {
	color: lightblue;
	text-decoration: none;
}

/* ------headers ----- */

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	font: Helvetica, Verdana, Arial, sans-serif;
	margin: 0 20px 15px 0;
	font-size: 2.5em;
	line-height: 1.0em;
	color: #fff;
}

h2 {
	margin: 15px 0px 5px 0;
	font-size: 1.5em;
	line-height: 1.0em;
	color: #fff;
}

h2.alt a {
	color: lightblue;
}

/* ----- text ----- */

p {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 10px;
}

/* ----- floats ----- */

.alignright {
	float: right;
	margin: 5px 0 10px 13px;
}

.alignleft {
	float: left;
	margin: 5px 13px 10px 0;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.clearfloat {
	clear: both;
}

/* ----- images ----- */

img{
	border: 6px solid #fff;
	margin: 5px 10px 5px 10px;
}

a:hover img {
	border: 6px solid lightblue;
	text-decoration: none;
}

.wp-smiley {
	margin: 0;
	padding: 0;
	text-decoration: 0;
	border: 0;
	
}

/* ----- image captions ----- */

.wp-caption {
text-align: center;
margin-bottom: 5px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 6px solid #fff;
}

.wp-caption a:hover img {
margin: 0;
padding: 0;
border: 6px solid lightblue;
}

.wp-caption p.wp-caption-text {
line-height: 22px;
font-size: 10px;
text-align: center;
margin: 0;
}

/*----- scroller ------*/
#scroller {
	clear: both;
	position: relative;
	width: 758px;
	border: 0px solid #fff;
	background: #21340d;
	margin: 0 1px 30px 1px;
}

#scrolleralt {
	clear: both;
	position: relative;
	width: 758px;
	border: 0px solid #fff;
	background: #274976;
 /*#DDCBF1;*/
	margin: 0 1px 30px 1px;
}

#scroller-container {
	margin: 0 30px 0 30px;
	padding: 28px 0 30px 0;
}
	
/*#scroller p {
	text-align: justify;	
}	
*/

/*#scrolleralt p {
	color: #000;
	text-align: justify;
}*/


/* ----- navigation ----- */
a.next {
	position: absolute;
	top: 20px;
	left: 735px;
	display: block;
	width: 23px;
	height: 160px;
	background: url(simplify/next.jpg) no-repeat;
}

a.prev {
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	width: 23px;
	height: 160px;
	background: url(simplify/prev.jpg) no-repeat;
}

a.nextalt {
	position: absolute;
	top: 20px;
	left: 735px;
	display: block;
	width: 23px;
	height: 160px;
	background: url(simplify/next-author.jpg) no-repeat;
}

a.prevalt {
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	width: 23px;
	height: 160px;
	background: url(simplify/prev-author.jpg) no-repeat;
}


/* ----- blockquote ----- */

blockquote {
	padding: 15px 50px 15px 50px;
}

/* ----- keywords ----- */

#category_cloud a{
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#category_cloud {
	margin: 10px 0px 10px 0px;
}

/* ----- lists ----- */

#scroller ol, #scroller ul, #scroller il {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	padding: 10px 50px 10px 50px;
}

ol, ul, il {
	padding: 0;
	margin: 0;
}


