html, body {
	margin: 0;
	padding: 0;
	background: url(/media/images/background.jpg);
	font-size: 13px;
	color: #4e3a2e;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Verdana, sans-serif;
}

h1, h2, h3 {
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a2b059;
}

p, ul, ol {
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

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

a:hover {
	color: #6e6bb0;
}

#container {
	margin: auto;
	width: 1266px;
	background: #fff;
}

/* Header */

#header {
	width: 1266px;
	height: 260px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/media/images/header.jpg) no-repeat left top;
}

#header a {
	color: #fff;
}

#header a:hover {
	text-decoration: underline;
}

#login {
	text-align: right;
	color: #fff;
	padding: 5px 10px 0 0;
	margin: 0;
}
#main_login_form {
	margin: 0; 
}
.loginTitle {
	color: #ff965c;
	font-weight: bold;
	font-size: 14px;
}

#submitButton {
	float: right;
	background: url('/media/images/go_button.jpg') no-repeat bottom left;
	width: 33px;
	height: 19px;
	margin-left: 7px;
}

#twitter {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 267px;
}

#twitterLogo img { border:0; }

#twitterLogo {
/* 	background: url('/media/images/twitter-logo.png') no-repeat; */
	width: 260px;
	height: 33px;
	margin-left: 70px;
	margin-top: -5px;
	font-weight: bold;
}

#twitterFeed {
	background: url('/media/images/twitter-feed-02.png');
	width: 267px;
	color: #fff;
	padding: 0 6px;
	font-size: 11px;
}
#twitterFeed form {
	margin: 0;
}
#twitterbgtop {
	background: url('/media/images/twitter-feed-01.png') no-repeat;
	width: 279px;
	height: 8px;
}

#twitterbgbottom {
	background: url('/media/images/twitter-feed-03.png') no-repeat;
	width: 279px;
	height: 17px;
}

#subscriberTop {
	height: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: -12px;
	font-size: 15px;
}

/* Content */

#content {
	padding: 10px;
}

.title {
	background: url('/media/images/title_bg.gif') no-repeat;
	width: 570px;
	height: 46px;
	padding: 2px 0px 0px 70px;
	font-size: 25px;
	color: #fff;
}

.title a {
    color: #FFFFFF;
} 
/* Menu */

#menu {
	float:right;
	margin-top: -52px;
	margin-right: 60px;
	font-size: 17px;
	font-family: Arial, "myriad pro";
	color: #fff;
}

#menu ul li {
	list-style: none;
    padding:12px 2px;
}

#menu li {
	display: inline;
    border:none;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

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

#menu ul#gallery-album-list a { color: black; }
#menu ul#gallery-album-list
{
/*     top:30px; */
    background-color: white;
}

#menu ul#gallery-album-list.videos { width: 200px;}

#menu ul#gallery-album-list li
{
        padding: 4px;
}

/* Input */

input {
	width: 120px;
	/*height: 12px;*/
	font-size: 11px;
}

/* Footer */

#footer {
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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


/* #rightcol, #rightcol div { border:solid 1px red; } */
#rightcol { float:right; margin-right:10px; padding:5px; width: 632px; }
#rightcol_left { float:left; width: 370px; }
#rightcol_right { float:right; width: 260px; }
#rightcol_gallery { float:right; width: 630px; }

#retreat_content .title { margin-left: -30px; }
#retreat_content
{
    width:45%;
    margin: 0 auto;
    padding-left:35px;
    float:left;
}

#retreat_menu
{
    margin: 0 auto 20px;
    height: 17px;
    width: 1200px;
    border: solid 1px #9D92BC;
    padding: 8px;
    background-color: #E8E3F6;
}

#retreat_menu li a { color: #7D7496 }
#retreat_menu li a:hover { text-decoration: underline; }

#retreat_menu li
{
    list-style: none;
    display: inline;
    padding: 8px 35px
}

#retreat_slideshow
{
    float: right;
    width: 400px;
    margin-right:200px;
    padding-left: 10px;
    
}

#seminar_menu
{
    margin: 0 auto 20px;
    height: 17px;
    width: 1200px;
    border: solid 1px #9D92BC;
    padding: 8px;
    background-color: #E8E3F6;
}

#seminar_menu li a { color: #7D7496 }
#seminar_menu li a:hover { text-decoration: underline; }

#seminar_menu li
{
    list-style: none;
    display: inline;
    padding: 8px 30px
}

.newsletter_signup_form input
{
    font-size: 6pt;
}

.newsletter_signup_form { margin-top: 0px;}
.newsletter_signup_form form label
{
    font-size:8pt;
}

#rss_image img { float: right; padding:10px; }

#home_page_blog { width: 46%; }

.post { width: 625px; }

.error {
	color:#FF0000;
	font-weight:bold;
}
.nav a {
    text-shadow: 0 0 3px black;    
}
.nav ul a {
    text-shadow: none;    
}
