a img {
	border: none;
}

.iborder {
padding: 3px;
	border-top-color: rgb(240, 240, 240);
	border-top-style: solid;
	border-top-width: 6px;
	border-right-color: rgb(240, 240, 240);
	border-right-style: solid;
	border-right-width: 6px;
	border-bottom-color: rgb(240, 240, 240);
	border-bottom-style: solid;
	border-bottom-width: 6px;;
	border-left-color: rgb(240, 240, 240);
	border-left-style: solid;
	border-left-width: 6px;
}

a {
	color: #2e2e2e;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
	color: #2e2e2e;
    font-weight: normal;
}

acronym, abbr {
	border-bottom: 1px dashed #999999;
	cursor: help;
}

blockquote {
	border-left: 5px solid transparent;
	margin: -20px 30px -20px 10px;
	padding: 0px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/* Main sections */

html {
	min-height: 100%;
	overflow-y: scroll;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #474747;
	background-color: #FAF9F5;
	background-image: url(../images/main_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}

#main {
	margin: 0;
	position:relative;
	top: 0;
}

#page {
	margin: auto;
	padding: 0;
	text-align: left;
	position: relative;
	padding: 0;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

#content {
	margin: 5px auto;
	padding: 16px;
	width: 429px;
	position: relative;
}

#content ul {
    padding: 0px;
    margin: 0px;
    margin-left: 16px;
}

#content li {
	margin: 0px;
    left: 1px;
    list-style: square;
}

#content li a:link, #content li a:visited {
    text-decoration: none;
}

body, .entry ol li {
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	position: relative;
	margin: auto;
	margin-top: 50px;
	padding: 0;
	width: 100%;
	height: 66px;
	text-align: center;
}

#logo {
	margin: 0 auto;
	padding-top: 50px;
	margin-bottom: 0px;
	width: 433px;
}

#home {
	margin: auto;
	margin-top: 50px;
	width: 475px;
	position: relative;
}

/* Header */

h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0;
    margin-left: -1px;
	padding-top: 2px;
	padding-bottom: 10px;
	font-weight: normal;
}

h1, h2, h3, h3 a:link, h3 a:visited {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-style:normal;
	color:#111;
	text-align: left;
}

h2 {
	font-size: 18px;
	margin: 0;
    margin-left: -1px;
	margin-top: 12px;
	padding-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	line-height: 1.35em;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-bottom: 0px;
    font-weight: normal;
}

/* Content */

hr {
	display: none;
}

img.alignleft {
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}

img.alignright {
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

p {
	margin-top: 2px;
}

p img {
	padding: 0;
	max-width: 100%;
}

select {
	width: 100px;
}

small {
	padding: 2px 0 7px;
	font-size: 9px;
}

.alignleft {
	float: left;
	margin-top: 29px;
	padding-left: 9px;
}

.alignright {
	float: right;
	margin-top: 29px;
	padding-right: 9px;
}

.center, .description, .entry form {
	text-align: center;
}

.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
}

.entry {
	margin-bottom: 12px;
	background: none;
}

/* Gallery */

#gallery {
	margin: 5px 0 35px;
	width: 100%;
	position:relative;
}

#gallery a {
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration:none;
}

#gallery li {
	float: left;
	margin: 0px 20px 15px 0;
	padding: 0px;
	width: 76px;
	display: block;
	list-style: none;
	height: 86px;
}

#gallery ul {
	margin: 0;
	padding: 0;
	margin-left: 16px;
	width: 390px;
}

/* Forms */

input, select {
	border: 1px solid #062240;
	background-color: #fff;
}

textarea {
	border: 1px solid #062240;
	background-color: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.contacterror {
   border: 1px solid #ff0000;
 }

form #submit {
	margin: 0;
	padding: 0;
	background-color:#FBFAF6;
	border: 0px solid #000;
}

/* Content */

.post {
	margin: 0 0 50px;
	text-align: left;
}

.postmetadata {
	font-size: 10px;
	text-align: right;
    margin-top: 22px;
}

.navigation {
	display: block;
	margin-bottom: 32px;
	padding: 0px;
}

/* Navigation Tab */

#navTab {
    position: relative;
    z-index: 11;
    margin-left: 275px;
    text-align:center;
}

#navTab a {
    margin: 0px auto;
    top: -6px;
    position:relative;
}

/* Navigation Bar */

#navbar {
	display: block;
	text-align: center;
	margin: 0px auto;
	border-bottom: 1px solid #212121;
	position:relative; 
	width: 100%; 
	height: 3px; 
	background-color: #2E2E2E; 
	overflow:hidden;
    font-size: 12px;
	line-height: 19px;
}

#navbar .lbl {
	text-align:left;
	position:relative;
	margin: 5px 0 5px;
}

#navbar #navContainer {
    width: 100%;
    top: 0px;
    position:relative;
    display: block;
    margin: 0px auto;
    text-align:center;
    height: 350px;
}

#navbar #navContainer #navBoxes {
    width: 433px;
    height: 350px;
    position:relative;
    display: block;
    margin: 0px auto;
    text-align:center;
}




#navbar #rightBoxes {
    width: 160px;
    margin-top: 13px;
    position:relative;
	padding: 0px;
	float: right;
}

#navbar #navSearch {
    background-color:#272727;
    width: 160px;
    position:relative;
}

#navbar #navFeatures {
    background-color:#272727;
    width: 160px;
    margin-top: 13px;
    position: relative;
	padding: 0px;
}

#navbar #navFeatures a {
    left: 0px;
	font-weight:normal;
	width: 140px;
	display:block;
	margin: 0px 8px 0 8px;
}

#navbar #navUpdates {
    background-color:#272727;
    width: 260px;
    float: left;
    top: 13px;
    position:relative;
	display:block;
	clear:left;
}

#navbar #navUpdates a {
	left: 76px;
	position: relative;
	display: block;
	width: 172px;
	font-weight:normal;
}

#navbar #navUpdates .more, #navbar #navUpdates .more:link, #navbar #navUpdates .more:hover, {
	left: 76px;
	position: relative;
	background: transparent;
	display: block;
	width: 172px;
	font-weight:bold;
}

#navbar #navUpdates .icon {
	position: absolute;
   	display: block;
    padding-top: 5px;
    width: 16px;
    height: 16px;
    left: 57px;
}

#navbar a, #navbar a:link, #navbar a:visited {
	color: #AFAFAF;
    padding: 3px;
    text-align: left;
    text-decoration:none;
}

#navbar #navSite {
    width: 475px;
    position: relative;

	display: block;
	height: 32px;
	text-align: left;
	padding-left: 7px;
}

#navbar #navSite a {
	float: left;
	padding: 3px 10px 4px 10px;
	margin: 0px;
	margin-right:7px;
    font-weight: bold;
	display: block;
}

#navbar #navSite a:hover {
	text-decoration:none;
}
.date {
	position: relative;
	background: url(/images/calendar.png);
	height: 67px;
	width: 59px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
}

.date .month, .date .day {
	text-align: center;
	width: 59px;
}
.date .month {
	overflow: hidden;
	font-size: 13px;
	position: absolute;
	margin-top: 42px;
	text-transform: uppercase;
}

.date .day {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	margin-top: 11px;
}

.date .year {
	display: none;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
	padding: 0;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h3 {
	visibility: hidden;
	/*letter-spacing: -9px;*/
	font-size: 24px;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	/*letter-spacing: -9px;*/
	font-size: 19px;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
    display: block;
    height: 26px;
}

.sIFR-hasFlash h1 {

	/*letter-spacing: -9px;*/
	font-size: 18px;
}


#invite {
width: 475px;
padding: 10px;
padding-top: 15px;
background-color: #2E2E2E;
border: 1px solid #000000;
}
#iheader {
margin: auto;
width: 450px;
background: #000000 url("/images/invite.png") no-repeat;
height: 225px;
padding-top: 60px;
text-align: center;
}
#ifooter {
margin: auto;
width: 450px;
background: #000000 url("/images/invite.png") bottom no-repeat;
height: 25px;    
}
        
