@import url('styles/2c-r.css');
@import url('styles/reset.css');
@import url('styles/rebuild.css');
@import url('styles/wp.css');

body {
	margin: 0 0 0 7em;
	background: url('background.gif') fixed 0 0 no-repeat;
	font-family: Trebuchet MS, helvetica, verdana, arial;
	font-size: 16px;
	background-color: #f7e7c0;
}

hr {
	border: 0; 
	height: 1px; 
	color: #A40047; 
	background-color: #A40047;
}

h1 {
	color: #A40047;
	font-family: Trebuchet MS, helvetica, verdana, arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h1:first-letter {
	font-size: 22px;
}

span .mimic: first-letter {
	font-size: 22px;
}
h2 {
	color: #A40047;
	font-family: Trebuchet MS, helvetica, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3,h4 {
	color: #A40047;
	font-family: Trebuchet MS, helvetica, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a {
	color: #505127;
	text-decoration: none;
}

a:hover {
	color: #505127;
	text-decoration: underline;
}

a.info {
	color: #A40047;
	font-family: helvetica, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 3.5em 0 0 0;
}

#header {
	background: url('logo.gif') no-repeat;
}

#header h1 {
	display: none;
}

#text {
	margin-left: 500px;
	line-height: 1.2em;
	text-align: left;
	white-space: nowrap;
	color: #A40047;
	font-family: Trebuchet MS, helvetica, verdana, arial;
	font-size: 18px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 1em 0 2em 0;
	width: 858px;
	padding: .5em;
	overflow: auto;
	outline: 2px outset #505127;
	background: #F6E6BF;
	background-image: url('hcolumn.gif');
}

#info {
	background-image: url('infobutton.gif');
	text-align: center;
	height: 18px;
	width: 213px;
}

.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	z-index: 10;
	color: #000;
	background: #FFFDE5;
	font-family: verdana, arial, times new roman;
	font-size: 15px;
	margin: .5px 0 1px 0;
	padding: 0 1px;
	width: 210px;
	text-align: center;
	text-decoration: none;
	background-image: url('button.gif');
}

.menu a:hover {
	text-decoration: underline;
	color: #505127; 
}

/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */