/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 "Times", Times New Roman, serif;

}


a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 38px;
	letter-spacing:-2px;
	line-height:34px;
	margin-top:10px;
}

h2 {
	font-size: 23px;
	text-transform:uppercase;
	border-bottom: 1px solid #c7b4a9;
	padding-bottom: 5px;
	
}

h3 {
	font-size: 18px;
	text-align: center;
}

h4 {
	font-size: 18px;
	text-transform:uppercase;
	border-bottom: 1px solid #c7b4a9;
	padding-bottom: 5px;
	margin-top:-15px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: none;
	padding: 10px 0;
}

ul {
	list-style: none;
	padding: 10px 0;
}

li {
}
#menu li {
	list-style:none;
	margin-left: 30px;
	float:right;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}

#menu { font-weight: normal; font-size: 1em; float:right; margin-top:-4px;}
#menu ul { margin-left: 1px; padding: 0 1px; position: relative; float: left; line-height: 27px; }
#menu ul li { float: left; }
#menu ul li a { color: white; outline: none; text-align: center; display: block; overflow: hidden; float: left; z-index: 10; padding: 0 6px; position: relative; } /* relative breaks ie */
#menu ul li a:hover { text-decoration: none; color:#CCC; }
#menu ul li.back { width: 9px; height: 27px; position: absolute; z-index: 8; top: 11px; }
#menu ul li.back .left { height: 27px; margin-right: 5px; }

#menu a {color:#f3e3d2;
	font-size:12px;
} 
.date {
	font-size:14px;
}

.date a {
	color:#722e0c;
}
.MailPressFormEmail {
	background-color:transparent;
border-color:-moz-use-text-color -moz-use-text-color #333333;
border-style:none none dotted;
border-width:0 0 3px 0;
font-family:Times New Roman;
font-size:14px;
width:200px;
color:#333;
text-align:left;
}
.MailPressFormSubmit {
background:#333333 none repeat scroll 0 0;
border:medium none;
color:#EEDBC3;
font-family:Times New Roman;
font-size:14px;
margin-top:9px;
padding:5px;
text-align:center;
width:100px;
}

#searchsubmit {
	background:#333333 none repeat scroll 0 0;
border:medium none;
color:#EEDBC3;
font-family:Times New Roman;
font-size:14px;
margin-top:9px;
padding:5px;
text-align:center;
width:80px;
}
#s {
background-color:transparent;
border-color:-moz-use-text-color -moz-use-text-color #333333;
border-style:none none dotted;
border-width:0 0 3px 0;
font-family:Times New Roman;
font-size:14px;
width:250px;
color:#333;
}
.widgettitle {
	padding-top:20px;
}