/* Begin Structure */
body {
	background: #282828;
	color: #1C1C1C;
	padding: 20px 0 0 0;
	margin: 0;
	border-top: 7px solid #1C1C1C;
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",sans-serif;
}

#wrapper {
	width: 700px; /* Change this to make the theme thinner or wider */
	margin: 0 auto;
	border: 8px solid #363636;
	background-color: #fff;
	min-height: 800px;
	padding: 0;
}

#wrapper2 {
	margin: 15px 15px 0;
	padding: 0;
}

#header {
	width: 670px; /* Change this to make the theme thinner or wider and it equals to #wrapper width - 30px */
	margin: 0;
	padding: 0;
}

#header img {
	max-width: 100%;
}

#navmenu {
	text-align: left;
	text-transform: uppercase;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CCC;
}

#navmenu ul {
	list-style:none;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;

}

#navmenu ul li {
	float: left;
	background: #EFEFEF;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #CCC;
	margin: 0;
	padding: 0;
}

#navmenu ul li.current_page_item {
	float: left;
	border-bottom: none;
	background: #FFF;
}

#navmenu ul li.current_page_item a {
	padding: 7px 0 8px 0;
}

#navmenu ul li a {
	display: block;
	color: #1C1C1C;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 7px 0;
	margin: 0 5px;
}

#navmenu ul li a:hover {
	color: #6F6F6F;
	text-decoration: none;
}

#content {
	margin-top: 20px;
}

.formattedtext {
	text-align: left;
	font-size: 1.2em;
}

.formattedtext h1, .formattedtext h2, .formattedtext h3 {
	text-align: center;
}

#footer {
	color: #999;
	border-top: 4px double #999;
	line-height: 1.8em;
	margin-top: 15px;
	text-align: right;
	width: 100%;
}

#footer a {
	border-bottom: 1px dotted #999;
	color: #999;
}

#footer a:hover {
	border: none;
	color: #1C1C1C;
}
/* End Structure */

/* Begin Typography, Images and Colors */

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

a img {
	border: none;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 3.5em;
	text-align: center;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

p {
	margin: 10px 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

.textwidget a img {
	border: none;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

/* End Typography, Images and Colors */