/*    "https://staticjw.com/n/templates/blackberry/style.css?m=400"
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Revised by Jim Westergren
*/


body {
 	background: #EAE5E1 ;  /* background of entire screen (behind page) */
	/* background: url(bg_body.jpg) repeat-x scroll center 0 #000; */
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333; /* main content font color */
	margin:auto;
	width:1150px;  /* ######### header background ######### */
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333; /* send button text color */
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;margin-bottom:-9px;font-weight:bold;
}

h3 {
	font-size: 1.1em;margin-bottom:-9px;font-weight:bold;
}
h4 {
	font-size: 1.0em;margin-bottom:-9px;font-weight:bold;
}

p, ul, ol {
	line-height: 160%;
}




blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CC6B47;  /* link reference text color */
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header ***************************************************************** */

#header {
	height: 90px;
	margin: 0 auto;
	background: #480000;  /* main header background (not menu buttons) */
    margin-top:10px;
    border-left:4px solid #666;
    border-right:4px solid #666;
    border-top:4px solid #666;
}

#logo {
	width: 800px;   /* ######### name logo ########### */
	height: 90px;
	margin: 0 auto;
    padding-left:50px;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	font-size: 4em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 47px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu ********************************************************************* */

#menu-wrap {
	background: #480000;   /* header menu background (not main header) */
}

#menu {
	width: 1042px;   /* ########## menu buttons ########## */
	height: 50px;
	margin: 0 auto;
    padding-left:100px;  /* ########## menu buttons left padding ########## */
    border-left:4px solid #666;
    border-right:3px solid #666;
    border-bottom:2px solid #666;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu #active a {
	background: #983D3A;
	border: 1px #D45951 solid;
}

/* Page ******************************************************************* */

#page {
	width: 978px;
	margin: 0 auto;
}


/* Post ******************************************************************* */

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}


.post .entry {
}

/* Latest Post *********************************************************** */

#latest-post-wrap {
	background: #EAE5E1;         /* ******** contents background ****** */
	border: 0px #BBB082 solid;   /* ******** contents border ********** */
	width:1142px;                /* ########## main page contents ########## */
	margin:auto;
}

#latest-post {
	padding: 20px 40px 20px 40px;
}

#latest-post h1 {
	padding: 0;
    color: #CC6B47;
    border-bottom:2px dotted gray;
    width:400px;   /* ########## header dotted underline ########## */
}

#latest-post li {margin-bottom:10px;line-height:15px;}

#latest-post img {border:2px solid #aaa;}

/* Footer ***************************************************************** */

#footer {
	/* clear: both; */
	margin: 0 auto;
	padding: 5px 0 2px 0;
	background: url(fox-logo-80.png) repeat-x; /* https://staticjw.com/n/templates/blackberry/images/img11.gif */
	text-align: center;
	background: #480000;
}

#footer p {
	margin: 0;
	font-size: 0.95em;
	background: #480000;
	color: #FFFFFF; /* footer text color */
}

blockquote {font-style:italic;}
fieldset#contact-form {margin:20px 0px 20px 40px;background:#e6ded8;padding:10px;color:#000;width:400px;}
fieldset#contact-form label {font-size:14px;}
fieldset#contact-form input {height:20px;font-size:16px;margin-bottom:15px;}
fieldset#contact-form textarea {font-size:16px;margin-bottom:15px;}
fieldset#contact-form #contact-button {font-size:15px;height:30px;margin-left:30px;}
