
/* Start Menu-bar */

#menu-wrapper {
    overflow: hidden;
    height: 56px;
    background: #696969; /*dimgray*/
    border-top: 1px solid #3D2729;
}

#menu-wrapper1 {
    overflow: hidden;
    height: 56px;
    background: #696969; /*dimgray*/
    border-top: 1px solid #3D2729;
}

#menu {   
    width: 300px;
    height: 55px;
    margin: 0px auto;
    padding: 0px;
}

#menu ul
{
	margin:0;
	padding:10px 0px 0px 0px;
	list-style:none;
    line-height:normal;
}

#menu li
{
	float:left;
	border-right:1px solid #543E40;
}

#menu a 
{
	display: block;
	letter-spacing: 1px;
	margin: 0px 10px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F0F8FF; /*aliceblue*/
	border: none;
}

#menu a:hover, #menu ul li.active a 
{
    background: #F0F8FF; /*aliceblue*/
	text-decoration: none;
	color: #3D2729;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Century Gothic', serif;
    font-weight: normal;
    color: #696969;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
	width: 630px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
    text-decoration: none;
    color: #696969;
}


/* Page */
#page {
    overflow: hidden;
    width: 1300px;
    margin: 0px auto;
    padding: 30px 0px;
}

#page1 {
    overflow: hidden;
    width: 1300px;
    margin: 0px auto;
    padding: 30px 0px;
}

/* Content */

#content {
	float:left;
    width:auto;
    max-width: 1225px;
}

#content1 {
    float: left;
    width: auto;
    max-width: 1225px;
}

.modalBackground {
    background-color: black; /*testing to see where this hits*/
    /*background-color: #F0F8FF;*/ /*aliceblue*/
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.post {
    margin-bottom: 15px;
    padding: 30px 40px;
    border: 1px solid #E7DFD7;
    background: #F0F8FF; /*aliceblue*/
}

.post .title {
    height: 38px;
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 32px;
}

.post .title a {
	border: none;
	color: #3D2729;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	display: inline-block;
	height: 58px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
	width: 614px;
}

.button
{
	padding: 10px 25px;
	background: #3E282A;
	text-transform: uppercase;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 210px;
    margin: 0px;
    padding: 40px 30px 0px 30px;
    color: #787878;
    border: 1px solid #E7DFD7;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	font-size:15px;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li {
	border-bottom: 1px solid #E7DFD7;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
}

#sidebar li li a {
	color: #3B3B3B;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 20px;
	font-size: 25px;
    font-family: 'Century Gothic', sans-serif;
	color: #3D2729;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#banner {
	width: 300px;
	margin: 0px auto;
}

