/* 

Frontier Web Design 
Chad Coleman 
http://frontierwebdesign.com

Licensed under GPL

*/



/* General Layout */

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


a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: none;
}


.storycontent p img {
	max-width: 400px;
}


body {
	margin: 0;
	padding: 0;
	background: #666666;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;

}

#rap {
	margin: 0 auto;
	padding: 0;
	width: 685px;
	background: #FFFFFF;
	text-align: left;
	height: 100%;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;




}

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




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



}
#header a:hover{
	text-decoration: none;

}

#navmenu {
	background-image: url(build/navbar.jpg);
	background-repeat: repeat-x;
	margin: -15px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	height: 42px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;





}

#navmenu a:link, #navmenu a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;



}


#navmenu a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #BC8C5C;





}

/* ----------------CONTENT------------  */
#content {
	width: 396px;
	margin: 0;
	text-align: left;
	padding: 10px 10px 10px;
	line-height: 150%;
	float: left;
	background-image: url(build/grey_bar_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F6F7F7;


}
#content ul {

	color: #000000;
	line-height: 175%;
	list-style: circle;
}
#content ol {

	color: #000000;
	line-height: 175%;
}




.credit {
	margin: 0 auto 0px;
	padding: 0px 3px 0px 15px;
	color: #FFFFFF;
	text-align: center;
	background: url(build/credit_bar.jpg) repeat-x;
	height: 28px;
	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: #000000;
	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: #0000000;
	margin: 0;
	padding: 0;
	text-decoration: underline;

}

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

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


}
.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: #000000;








}
.feedback a:hover {
	color: #000000;
	text-decoration: none;

}

.meta a:link, .meta a:visited {
	color: #000000;

}
.meta a:hover {
	color: #000000;
	text-decoration: none;
}

/* Basic XHTML styling */



h1, h2, h3 {
	margin: 0px;


}

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

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


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

}

a img {
	border: none;
}


/* Menu styling */


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

}

#menu a:visited {
	color: #000000;
	margin: 0;
	padding: 0;
	text-decoration: underline;

}

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

}

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

#menu {
	margin: 0;
	padding: 0 0 0 10;
	width: 268px;
	float: right;
	font-family: "Verdana Geneva Arial Helvetica sans-serif";
	font-variant: normal;
	font-size: 11px;
	background-image: url(build/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: #000000;


}

#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 #000000;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
	width: 50px;
}
#menu form #searchbox {
	width: 8em;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #FCFBF7;
	
}


/* Form styling */



form {
	margin: 0;
	padding: 0;
}

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

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

blockquote {
	color: #000000;
	background-color: #eee;
	padding: 4px 11px 25px;
	margin-bottom: 15px;
	background-image: url(build/blockquote.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;



}

code {
	color: #000000;
	padding: 4px 11px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "Courier New", Courier, mono;
	width: 100%;





}

/* WordPress elements */




.meta {
	font: 10px verdana, sans-serif;
	color: #000000;
	text-align: right;

}

.meta a {
	font: 10px verdana, sans-serif;
}

.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: circle;
}

.meta li {
	display: inline;
}

.feedback {
	color: #000000;
	text-align: left;
	font-size: 10px;
	float: right;
	margin: 0px;
	padding: 0px;

}


/* WordPress comments form */


#commentform input[type="submit"] {
	background-color: #E3DDCB;
	border: 1px solid #000000;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
}

#commentform textarea {
	border: 1px solid #000000;
	background-color: #FCFBF7;
}

#commentform textarea {
	width: 100%;
}


#commentlist {
	font-size: 11px;

}
#commentform {
	width: 380px;

}
.comment-feedback {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#commentlist li {
	margin: 0px 0px 0px -10px;
	padding: 0px;

}
