/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

.iframe {
        background-color: #fff;
        border: 2px solid #b9ad98;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-color: #000;
	background-position: top left;
	background-repeat: repeat-x;
        
}

body {
	background-position: left top;
	width: 860px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px 0 10px;
        background: url(http://anideaweb.com/stylesheets/design_images/59/IGprobkg.jpg) no-repeat;
	background-color: #3f3529;
}

#header {
	background-color: ;
	background-position: top left;
	background-repeat: no-repeat;
	height: 130px;
	width: 880px;
	position: relative;
        padding: 4px 0 0 0;
}

#content {
        width: 621px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 20px 20px 20px;
	float: left;
	margin: 5px 10px 0 0;
	display: inline;
	clear: both;
        background: url(http://anideaweb.com/stylesheets/design_images/59/IGprocontent.jpg) no-repeat;
        background-color: #f5f5f4;
}

.centerdiv{ /*IE method of centering a relative div*/
        text-align: center;
        padding: 10px 0;
}

.centerdiv>div{ /*Proper way to center a relative div*/
        margin: 0 auto;
        padding: 10px 0;
}

.samplediv{
        width: 661px;
        margin: 15px 0 0 -20px;
	border-top: 2px solid #3f3529;
	border-bottom: 2px solid #3f3529;
        background-color: #f5f5f4;
}

/* box model hack for IEWin */
* html #content {
	width: 680px;
	w\idth: 640px;
}

#sidebar {
	width: 154px;
	float: left;
	padding-top: 100px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	width: 640px;
	margin-left: 0px;
	padding: 10px 40px 20px 40px;
	border-top: 0px solid #5c5249;
        background-color: #3f3529;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 600px;
	margin-left: 20px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid #3f3529;
	border-right: 1px solid #3f3529;
	width: 14%;
	padding: 0 2px;
}

table.calendar td.outside {
	color: #aaa;
}

table.calendar tr.label td.outside {
	font-size: 70%;
}

table.calendar tr.label td {
	border-top: 1px solid #3f3529;
	font-size: ;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid #3f3529;
	height: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: #b9ad98;
}

table.calendar .event a:hover {
	background: #3f3529;
}

table.calendar .c1 a {
	background-color: #3f3529;
}

table.calendar .c2 a {
	background-color: #3f3529;
}

table.calendar .c3 a {
	background-color: #7d49ed;
}

table.calendar .c4 a {
	background-color: #b570c6;
}

table.calendar .c5 a {
	background-color: #dd288f;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #3f3529;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	background: ;
	padding: 10px;
	color: #303c54;
	text-align: center;
}

.contactform label {
	display: block;
	color: #5c5249;
	font-size: 90%;
	font-weight: bold;
}

/* @end */

/* @group blog */

.blog.post h2 a {
	color: ;
}

.blog.post h2 a:hover {
	color: #b9ad98;
	background-color: ;
}

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 640px;
}

#blog_nav div {
	
}

#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	color: ;
	margin: 4px 0 0 30px;
	font-size: 90%
}

div.blog_archive {
	margin-left: 20px;
}

#content h3.blog_archive {
	font-weight: normal;
}

/* @end */

/* @group image */

#album_nav {
	float: right;
}

#album_nav div {
	display: inline;
}

#album_nav .next {
	margin-left: 10px;
}

/* @end */

/* @group menus */

/* @group main */

#main_menu {
	background: ;
	float: left;
	width: 880px;
	display: inline;
	border-top: 0px solid #000;
}

#main_menu li {
	float: left;
	margin-right: 6px;
	display: inline;
        font-size: 95%;
        letter-spacing: 0.15em;
}

#main_menu li * {
	display: block;
	float: left;
}

#main_menu li a, .menu li span {
	color: #b9ad98;
	background: #5c5249;
	text-decoration: none;
}

#main_menu li a:hover span {
	color: #f5f5f4;
	background-color: #3f3529;
}

#main_menu li.current span {
	color: #f5f5f4;
	background: #303c54;
}

#main_menu li span {
	padding: 1px 15px;
	margin-left: 0;
}

#main_menu li.current span span {
	padding: 0;
	margin: 0;
}

#main_menu li a:hover {
	background: #3f3529;
}

/* @end */

/* @group content top */

#content_top .menu {
	float: left;
	width: 640px;
	margin: 5px 0 25px 0;
}

#content #content_top .menu li {
	list-style-type: none;
	padding: 0 10px;
	margin: 0 0 0 0;
	float: left;
	background: none;
	border-left: 1px solid #b9ad98;
}

#content #content_top .menu li:first-child {
	padding-left: 0;
	border-left: none;
}

#content #content_top .menu a {
	text-decoration: none;
}

#content #content_top .menu li.current span span {
	font-weight: bold;
	color: #303c54;
}

#content #content_top .menu li span {
	padding: 0;
	background: none;
	color: inherit;
}

/* @end */

/* @group sidebar */

#sidebar .menu li a, .menu li span {
	display: inline-block;
}

#sidebar .menu li a, .menu li span {
	color: #b9ad98;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 3px 10px;
	display: block;
	background-color: #5c5249;
}

#sidebar .menu li a:hover {
	color: #f5f5f4;
	background-color: #3f3529;
	background-position: top left;
}

#sidebar .menu li.current span {
	color: #f5f5f4;
	background: #303c54;
	margin-left: -20px;
	padding-left: 30px;
}

#sidebar .menu li.current span span {
	margin: 0;
	padding: 0;
}

#sidebar .menu li {
	padding: 0 0 3px 0;
}

#sidebar .menu li span span, .menu li a span {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}

#sidebar .menu li.current {
	font-weight: bold;
}

/* @end */

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: ##3f3529;
}

#header h1 {
	color: #b9ad98;
	font: 250%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	bottom: 35px;
	left: 30px;
        visibility: hidden;
}

#header h2 {
        visibility: hidden;
}

#header #tagline {
	color: #5c5249;
	line-height: 1.1;
	position: absolute;
	top: 94px;
	left: 50px;
}

#footer {
	font-size: 80%;
	color: #978c76;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #5c5249;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: 1em 0 0.75em 0;
	color: #303c54;
	font: normal 150%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .5em 0;
	color: #303c54;
	font: 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #5c5249;
	font: 125%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #5c5249;
	font: bold 115%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {



	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #5c5249;
	font: 105%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 40px;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
	color: #b9ad98;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 0px solid #000;
	margin-bottom: .25em;
	color: #f5f5f4;
}

.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	text-decoration: none;
	padding-left: 1em;
	margin-bottom: .25em;
	background-color: #b9ad98;
}

/* @end */

/* @group links */

a {
	color: #756a54;
}

a:hover {
	color: black;
	background-color: none;
	text-decoration: none;
}

a:visited {
	color: #756a54;
}

a:visited:hover {
	color: #3f3529;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */