/*
	Theme Name: Jamie Starr
	Version: 1.0
	Author: Jamie Starr
	
*/
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 180%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family:  Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1.entrytitle  {
	font-size:1.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6C4824;

	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h2.entrytitle  {
	border:0;
	font-size:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6C4824;
	padding-bottom: 0px;
}
h3.entrytitle  {
	border:0;
	font-size:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6C4824;
	padding-top: 5px;
}
h3.entrytitle a{
	border:0;
	font-size:1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6C4824;
	padding-top: 5px;
}


.entrymeta{
	line-height: 150%;
	color:#6C4824;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 980px;
}


#sidebar {
	float: right;
	width: 190px;
	display: inline;
	padding:20px;
}


#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFF4;
	background-position: center;
	border: 1px solid #ceb888;
}
.description {
	width: 850px; height: 180px;
      margin: 0 auto;
      vertical-align: top;
      position: relative;
      background: #fffff4 url(/images/header/logo.jpg) no-repeat top left;
    }
#logo {
	display: block;
	height: 180px;
	width: 850px;
	background-image: url(../images/logo.jpg);	  
    }
#header {
	background-image: url(../images/header.jpg);
	height: 180px;
	width: 365px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
#border {
	background-image: url(../images/border.jpg);
	height: 100px;
	width: 850px;
	display: block;

}
#content {
	float: left;
	width: 850px;
	padding-bottom:20px;

	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.entry {
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	width: 490px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #996600;
}


.entrybody {
	line-height: 150%;
	color: #000000;
	text-align:justify;
	padding-top: 4px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.entrybody a  {
	color:#6C4824;
	text-decoration: none;
}
.entrybody ul  {
	margin: 0px;
	
	padding: 0px;
}
.p {
	color: #006600;
}


.entry a{
	color: #6C4824;
}
.entrybody img {
	padding: 1px;
	display:inline;
	background: #fffff4;
	border: 4px solid #ceb888;
	margin-left: 20px;
}
.centertable img {
	padding: 1px;
	display:inline;
	background: #fffff4;
	border: 4px solid #6C4824;

}
#areas {
	text-align: center;
	border: 4px solid #ceb888;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer {
	background-image: url(../images/botborder.jpg);
	height: 100px;
	width: 850px;
	clear: both;
}

#footer p{
	color: #000000;
}

#footer a{
	color: #6C4824;
}

a:hover {
	text-decoration:underline;
}

.brownlink a  {
	color: #ceb888;
	text-decoration: none;
}
  .left {
margin: 10px 10px 5px 0;
float: left;
}
 
.right {
margin: 10px 0 5px 10px;
float: right;
}


/* Begin Nav Bar*/
#sideright{
	float: right;
	width: 280px;
	position: relative;
	margin-right: 20px;
}

#sideright img {
	display:inline;
	background: #fffff4;
	border: 4px solid #ceb888;
	margin-bottom: 5px;
}
#sideright img:hover {
	display:inline;
	background: #fffff4;
	border: 4px solid #000;

}

#sideright h2{
font-size:1.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6C4824;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#sideright ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#sideright li a {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	position: relative;
	display: block;
	padding: 5px;
	}
#sideright ul a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	background-color: #ceb888;
	color: #FFFFFF;
}	

/* End Nav Bar*/


.entrybody ul {
	margin: 10px 0px 10px 30px;
}
.entrybody ol{
	margin: 10px 0px 10px 30px;
}



blockquote{
	padding-left: 20px;
	margin-top: 20px;
	padding-right: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009900;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #009900;
	background-color: #FFFFE8;
}

blockquote p { margin: .7em 0; }


.nav, .nav * {
margin:0pt;
padding:0pt;
list-style:none;
}


.nav {

font-size:12px;
font-weight:bold;
height:35px;
position:relative;

}


.nav ul {
position:absolute; /* remove from flow and allow positioning */
	top:-999em; /* hide submenu in screen-reader and search-engine friendly way */
	width:9.45em; /* VARIABLE. Must have a width for menu items to inherit. Use ems so font scaling does not break design*/
}
.nav li {
float:left;
line-height:35px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
z-index:999;
}
.nav li.current ul {
z-index:999;
}
.nav li.sfHover ul, ul.nav li:hover ul {
background:#DDC797 none repeat scroll 0%;
color:#FFFFFF;

z-index:1000;
}
.nav li li {
}
.nav a {
color:#000000;
display:block;
padding:0pt 13px;
text-decoration:none;
}
.nav li ul {
left:0pt;
position:absolute;
top:-999em;
width:850px;
}
.nav li:hover, .nav li.sfHover, .nav li.current, .nav a:focus, .nav a:hover, .nav a:active {
	background:#b1955f none repeat scroll 0%;
	color:#FFFFFF;
	text-decoration:none;
}
.nav li.sfHover a, .nav li.current a, .nav a:focus, .nav a:hover, .nav a:active {
border-bottom:medium none;
}
.nav li li.current a {
font-weight:bold;
}
.nav li li:hover, .nav li li a:focus, .nav li li a:hover, .nav li li a:active {
}
.nav li:hover ul, body .nav li.current ul, ul.nav li.sfHover ul {
top:2.5em;
}
.nav li:hover li ul, .nav li.sfHover li ul {
top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
top:2.5em;
}
.superfish li:hover ul, .superfish li li:hover ul {
top:-999em;
}


.table p {
	margin:0pt;
	padding:0pt;
	color: #000000;
}
.table td {
background:#ceb888 none repeat scroll 0%;
border:1px solid white;
font-weight:normal;
padding:4px;
}


.submit {
	background:#ceb888 none repeat scroll 0%;
	border:0pt none;
	color:#000000;
	cursor:pointer;
	font-size:1em;
	font-weight:bold;
	padding:2px;
}






