/* General Layout */

a, a:link, a:visited {
	color: #112299;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.storycontent p img {
	max-width: 400px;
}

body {
	margin: 0;
	padding: 0;
	background: #33312c url(images/background.png) repeat-x;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;

}

#rap {
	margin: 0 auto;
	padding: 0;
	width: 685px;
	background: #FFFFFF;
	text-align: left;
	overflow: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#header {
	margin: 0;
	padding: 15px 0px 0px 0;
	background: #FFFFFF url(images/new-top.jpg) no-repeat;
	height: 123px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
}

#header a:link, #header a:visited{
	text-decoration: none;
	color: #000000;
}

#navmenu {
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	margin: -15px 0px 0px;
	padding: 0;
	font-size: 11px;
	height: 38px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#navmenu a:link, #navmenu a:visited, #navmenu a:active, #navmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	display:block;
	float:left;
	padding: 6px 8px 8px 6px;
}
#navmenu a:active, #navmenu a:hover {
	background-color: #BC8C5C;
}
#navmenu a.current:link,
#navmenu a.current:visited,
#navmenu a.current:active,
#navmenu a.current:hover {
	text-decoration: underline;
}

#footer {
	clear:both;
	background: #B2AB99;
	color:#ffffff;
	text-align:center;
	width:100%;
	margin:0;
	padding:1ex 0;
	display: block;
	border-top: 1px dashed #4a4a4a;
}
/* ----------------CONTENT------------  */
#content {
	width: 655px;
	margin: 0;
	text-align: left;
	padding: 10px 15px 15px;
	line-height: 150%;
	float: left;
	background-color: #ffffff;
}

#content ul {
	color: #555E55;
	line-height: 175%;
	list-style: circle;
}

#content ol {
	color: #555E55;
	line-height: 175%;
}

.credit {
	margin: 0 auto 0px;
	padding: 11px 3px 0px 15px;
	color: #FFFFFF;
	text-align: center;
	background: url(images/credit_bar.jpg) repeat-x;
	height: 20px;
	width: 667px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.credit a:link, .credit a:hover, .credit a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.post {
	padding-bottom: 50px;
}

.storytitle {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.storytitle a:link, .storytitle a:visited {
	color: #663300;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.storytitle a:hover, .storytitle a:active {
	text-decoration: none;
	color: #000000;
}

.storycontent {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.storycontent ul, .storycontent ol {
	font:  'lucida sans unicode', 'lucida grande', verdana, sans-serif;
}

.storycontent ul li, .storycontent ol li {
	margin-top: 3px;
}

.feedback a:link, .feedback a:visited {
	color: #663300;
}

.feedback a:hover {
	color: #000000;
}

.meta a:link, .meta a:visited {
	color: #663300;
}

.meta a:hover {
	color: #000000;
}

h1, h2, h3 {
	margin: 0px;

}

h1 {
	width:100%;
	display:block;
	text-align:center;
	margin-bottom:.5em;
	line-height:1em;
}

h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 110%;
	color: #333333;
}

h3 {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #2C355C;
	font-size: 14px;
	font-weight: bold;
}

#menu a:link {
	margin: 0;
	padding: 0;
	text-decoration: none;

}

#menu a:visited {
	color: #666666;
	margin: 0;
	padding: 0;
	text-decoration: none;

}

#menu a:hover, #menu a:active {
	color: #000000;
	text-decoration: none;

}

#menu p {
	font-size: 11px;
}

#menu {
	margin: 0;
	padding: 0 0 0 10px;
	width: 268px;
	float: right;
	font-family: "Verdana Geneva Arial Helvetica sans-serif";
	font-variant: normal;
	font-size: 11px;
	background-image: url(images/white_bar_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#menu ul {
	margin: 20px 0 20px 10px;
	font-size: 11px;
	list-style-type: none;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 10px;

}
#menu li {
	font-weight: bold;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#menu ul ul {
	padding: 0;
	font-size: 11px;
	list-style-type: circle;
	margin-top: 0;
	margin-right: 0;
	margin-left: 15px;

}

#menu ul li ul li {
	margin-top: 2px;
	font-size: 11px;
	border: none;
	padding: 0px;
	font-weight: normal;

}
#menu a{
	font-weight: bold;

}


#menu form {
	margin: 0;
	padding-bottom: 12px;

}

#menu input[type="submit"] {
	background-color: #E3DDCB;
	border: 1px solid #AFA186;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
	width: 50px;
}
#menu form #searchbox {
	width: 8em;
	padding: 2px;
	border: 1px solid #AFA186;
	background-color: #FCFBF7;	
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input, textarea {
	padding: 1px;
	border: 1px solid #AFA186;
	background-color: #FCFBF7;	
}

label {
	display:block;
}

acronym, abbr {
	border-bottom: 1px dashed #aaa;
	cursor: help;
	letter-spacing: .07em;
}

.blockquote {
	float: right;
	width: 180px;
	font-weight: bold;
	font-size: 1.1em;
	line-height:1.4em;
	padding:1ex;
	margin:1ex 0 0 2ex;
	background:#E5DFCF;
	color: #333;
	border:1px dashed black;
}

.highlightit {
}
.highlightit:hover {
}
.highlightit img{
//	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
//	-moz-opacity: 0.8;
	display:block;
	margin:4px;
	float:left;
}

.highlightit:hover img{
//	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
//	-moz-opacity: 1;
	border:1px solid #333;
	margin:3px;
}
