/* @group Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

html {
	background-image: url(../images/bg-main.jpg);
}

body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-header.jpg) repeat-x center top;
	color: #333;
	line-height: 1.6em;
	min-width: 930px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 27px;
	padding: 8px 14px 14px;
	text-align: left;
	letter-spacing:-1px;
	line-height: 28px;
}

.post h1 {
	font-size: 37px;
}

h2, h3 {
	font-size: 28px;
	line-height: 24px;
	padding: 8px 0 6px;
}

h2 {
	margin-bottom: 8px;
}

h3 {
	font-size: 22px;
	padding: 0;
	margin: 14px 0 6px;
	color: #5d2f1e;
}

h4 {
	font-size: 19px;
	padding: 0 0 8px;
}

small {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}

#cdv-intro h1 {
	padding: 10px 0;
	font-size: 31px;
}

a, a:link, a:visited {
	color: #069;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, #cdv-intro a.read-more:hover, .home-box a.read-more:hover, .entry a.read-more:hover {
	color: #538851;
}

.clear {
	clear: both;
}

label {
	font-weight: bold;
	display: block;
	float: right;
	padding-top: 6px;
}

input, textarea {
	border: 0;
	padding: 5px;
	border: 1px solid #D9CFA8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.alert-good, .alert-bad {
	background-color: #fefad0;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	padding: 5px 5px 5px 8px;
	margin: 5px 0 10px;
	border: 1px solid #e3dd9b;
}

.alert-bad {
	color: #fb110f;
}

.outer-box.rss {
	border: 0;
	font-size: 16px;
	font-variant: small-caps;
}

.outer-box.rss a {
	background: url(../images/feed.png) no-repeat;
	padding-left: 21px;
	border-bottom: 1px solid #ccc;
}

#page {
	text-align: left;
	margin: 0 auto;
	background: url(../images/bg-content.jpg) repeat-x center 173px;
}

#page-bottom {
	margin: 0 auto;
	background: url(../images/bg-sub-bottom.jpg) repeat-x center bottom;
}

#header {
	height: 174px;
	width: 932px;
	margin: 0 auto;
}

#headerimg {
	padding: 0;
	background: url(../images/header_logo.jpg) no-repeat center top;
	text-indent: -999em;
	height: 117px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #BFAF7B;
}

#tooltip h3, #tooltip div { 
	margin: 0; 
	color: #fff;
	max-width: 200px;
	padding: 5px;
	font-size: 16px;
	font-variant: normal;
	font-style: italic;
	letter-spacing: normal;
	background: #672F1E url(../images/bg-tooltip.jpg) repeat-x 0 top;
	line-height: 18px;
}

#headerimg a {
	display: block;
	height: 117px;
}

/* @group nav */

ul#nav {
	text-align: center;
	margin: 0 auto;
	width: 930px;
	padding-top: 21px;
}

ul#nav li {
	display: inline;
	padding: 0 20px;
}

ul#nav a {
	outline: none;
	color: #fefffb;
	padding: 19px 0;
	font-size: 20px;
	font-variant: small-caps;
}

ul#nav li a:hover, ul#nav li a:active, ul#nav li a.active {
	color: #e6dab3;
}

#selected {
	background: url(../images/nav-pointer.png) no-repeat center -1px;
	color: #e6dab3;
}

/* @end */

#content, #content-home {
	font-size: 1.2em;
	clear: both;
	width: 930px;
	margin: 0 auto;
	background: url(../images/bg-home-bottom.jpg) no-repeat center bottom;
	padding-bottom: 20px;
}

#content {
	background: url(../images/bg-sub-bottom.jpg) no-repeat center bottom;
}

#cdv-intro a.read-more, .home-box a.read-more, .entry a.read-more {
	color: #5f361c;
	float: right;
	width: auto;
	margin: 6px 6px 12px;
	font-size: 1.2em;
	text-align: right;
	padding-right: 10px;
}

.entry a.read-more {
	margin-bottom: 0;
	font-size: 12px;
	color: #069;
}

#cdv-intro {
	width: 430px;
	float: right;
	margin-top: 18px;
	text-align: center;
}

#cdv-intro p {
	font-size: 1.3em;
	line-height: 20px;
	margin: 4px 0 0 16px;
	word-spacing: 2px;
	text-align: left;
}

#cdv-intro p.inner-box {
	text-align: center;
	margin: 0;
}

.outer-box, .outer-date-box {
	border: 2px solid #D9CFA8;
	margin: 6px 14px;
	text-align: center;
}

.outer-date-box {
	margin: 0;
	width: 38px;
	float: left;
	margin-right: 6px;
}

.outer-box p, .outer-date-box div {
	font-size: 1.2em;
	line-height: 18px;
	background-color: #D9CFA8;
	border: 1px solid #fff;
	padding: 10px 10px 4px;
}

.outer-date-box div {
	font-variant: small-caps;
	padding: 2px 2px 8px;
	color: #5f3009;
}

.outer-date-box div b {
	font-size: 19px;
	line-height: 10px;
}

.outer-box span {
	font-variant: small-caps;
	font-size: 1.9em;
	display: block;
	margin-bottom: 10px;
}

.outer-box b {
	font-size: 28px;
	font-weight: normal;
}

.outer-box p {
	padding-bottom: 8px;
	line-height: 20px;
}



#faclinks {
	width: 280px;
	float: right;
	margin-top: 1px;
	text-align: center;
}

#faclinks p {
	line-height: 10px;
	margin: 0px 0 0 1px;
	word-spacing: 2px;
	text-align: left;
}


#s1 {
	position: absolute;
	z-index: 1;
}

.pics {  
	float: left;
    height:  341px;  
    width:   491px;  
    padding: 0;  
    margin:  24px 0 0 -6px;
	background-image: url(../images/home-frame.png);
	overflow: hidden;
} 
 
.pics img {  
    margin: 24px 25px;  
    width:  442px; 
    height: 294px; 
} 

#prev, #next {
	z-index: 8;
	width: 32px;
	margin: 48px 0 0 18px;
	text-indent: -999em;
	display: block;
	outline: none;
	overflow: hidden;
	position: absolute;
	background: url(../images/arrow-trans-left_gallery.png) repeat left top;
}

#next {
	margin-left: 429px;	
	background-image: url(../images/arrow-trans-right_gallery.png) ;
}

.picsgallery {  
	float: left;
    height:  371px;  
    width:   491px;  
    padding: 0;  
    margin:  24px 0 0 -6px;
	background-image: url(../images/gallery-frame.png);
	overflow: hidden;
} 
 
.picsgallery img {  
    margin: 24px 25px;  
    width:  442px; 
    height: 332px; 
} 



.home-box {
	margin: 20px 15px;
	width: 280px;
	float: left;
}

.home-box p {
	margin: 4px 10px 18px;
	font-size: 14px;
	line-height: 18px;
}

.home-box.krewe p {
	font-size: 12px;
}

.home-box.krewe img.kreweimg, .entry .new-p p img {
	padding: 1px;
	border: 2px solid #D9CFA8;
	float: left;
	margin: 0 10px 4px;
}

.home-box.krewe h3 {
	margin: 0 14px 6px;
}

.home-box.krewe #krewe-sort {
	height: 296px;
	overflow: hidden;
}

.home-box.krewe #krewe-sort div {
	height: 296px; 
	text-align: left; 
	overflow: hidden
}

.home-box.krewe #knext, .home-box.krewe #kprev {
	color: #fef4d7;
	font-size: 16px;
	font-variant: small-caps;
	padding: 4px 8px;
	background: #672F1E url(../images/bg-tooltip.jpg) repeat-x 0 top;
	border: 1px solid #bdbb74;
	float: left;
	margin: 4px 0 10px;
}

.home-box.krewe #knext {
	float: right;
}

#home-photos {
	text-align: center;
}

#home-photos a {
	display: inline-block;
	margin-bottom: 8px;
}

#home-photos span {
	margin: 0 auto;
	width: 264px;
	display: block;
	border: 2px solid #D9CFA8;
}

#home-photos span img {
	border: 1px solid #fff;
}

.post {
	float: left;
	width: 580px;
	margin: 20px 0 30px 16px;
	text-align: center;
}

.entry .outer-date-box {
	margin-top: 6px;
} 

.entry .new-p, .home-entry .home-new-p {
	padding-top: 6px;
	float: right;
	width: 462px;
}

.home-entry .home-new-p {
	float: right;
	width: 232px;
	margin-bottom: 10px;
	padding-top: 0;
}

.home-entry .home-new-p p {
	font-size: 1em;
	margin: 0;
}

.home-entry .more-link{
	float: right;
}

.entry .new-p p {
	margin: 2px 8px 8px 2px;
}

.entry .new-p p img {
	margin: 6px 0 12px 0;
}

.entry .new-p h2 {
	font-size: 2em;
	margin: 2px 0 6px;
	padding: 0;
	border: 0;
}

.entry .post-meta {
	margin: 10px 0 5px;
	padding: 8px 10px 8px 0;
	background-color: #f3ecd8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #666766;
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
}

.entry, #context {
	padding: 4px 10px;
	background-image: url(../images/bg-entry.png);
	margin: 0 25px 0;
	text-align: left;
}

.entry p {
	margin: 10px 10px 16px;
	font-size: 1.1em;
	line-height: 22px;
}

.entry .pspacer {
	margin: 20px 0;
}

.entry ul {
	margin: 12px 34px 7px;
	font-size: 13px;
	line-height: 20px;
}

.entry li {
	list-style-type: circle;
	margin: 8px 0;
}

.entry ul h3 {
	margin: 16px 0 0 -20px;
}

.entry .ulleft {
	float: left;
	width: 50%;
}

.entry .ulleft li {
	line-height: 22px;
	font-size: 14px;
}

.entry p.pwidth {
	width: 336px;
	float: right;
	margin-top: 3px;
}

.entry ul.pwidth {
	width: 280px;
	float: right;
	margin-top: 4px;
}

.entry img.imgbrd {
	margin: 4px 6px 6px 0;
	clear: both;
}

.entry img.hdr {
	padding: 24px 25px;
	margin: -8px 0 0 -12px;
	background: url(../images/hdr-img.jpg) no-repeat;
}

.entry .frameit{
	background: url(../images/small-frame.jpg) no-repeat;
	float: left;
	padding: 14px 16px;
	width: 118px;
	height: 122px;
	overflow: hidden;
}

.entry .pspnsrs {
	text-align: center;
	padding: 10px;
	margin: 12px 0;
	background-color: #fff;
	border: 1px solid #D9CFA8;
	width: 488px;
}

.entry .pspnsrs img {
	margin: 12px;
}

.alignleft a, .alignright a {
	color: #fef4d7;
	font-size: 16px;
	font-variant: small-caps;
	padding: 4px 8px;
	background: #672F1E url(../images/bg-tooltip.jpg) repeat-x 0 top;
	border: 1px solid #bdbb74;
}

.alignleft a:hover, .alignright a:hover {
	background: #672F1E url(../images/bg-tooltip.jpg) repeat-x 0 100px;
	color: #fff;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.news-spacer {
	margin: 26px 0;
}

#sidebar {
	float: right;
	margin: 20px 11px 0 0;
	text-align: center;
	width: 290px;
}

#sidebar ul {
	margin: 10px 18px;
	text-align: left;
	font-size: 1.3em;
	line-height: 20px;
	font-variant: small-caps;
}

#sidebar li:first-child {
	border-top:  1px solid #f4f4d8;
}

#sidebar li a, #sidebar li a:link, #sidebar li a:visited {
	border-bottom: 1px solid #f4f4d8;
	padding: 6px;
	display: block;
}

#sidebar li a:hover, #sidebar li a:active, #sidebar li a.active, #sidebar .current_page_item {
	background-color: #D9CFA8;
}

#sidebar ul li ul li a {
	font-size: .7em;
	padding: 0;
	line-height: 12px;
	border: none !important;
}

.sidebarsub {
	font-size: .7em;
	margin-left: 0px;
	line-height: 12px;
	border: none !important;
	background-color:#e4e4e4;
	text-align:center;

}

#sidebar ul li ul {
	margin: 0 0 10px 20px;
	border-left: 1px solid #f4f4d8;
	border-bottom: 1px solid #f4f4d8;
}

#sidebar ul li ul li {
	border: none !important;
}

#sidebar .home-box {
	margin: 0 0 10px;
}

#sidebar #home-photos {
	margin: 6px 0 10px 12px;
}

#sidebar .outer-box {
	margin: 20px 0;
}

#sidebar #global-links-top {
	background: url(../images/global-top.png) no-repeat center bottom;
	padding: 19px 0;
	margin: 8px 0 0;
}

#sidebar #global-ul {
	width: 256px;
	text-align: center;
	margin: 0;
	padding: 0 18px 0 16px;
	background: url(../images/global-middle.png) repeat-y center;
	font: small-caps 16px "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

#sidebar #global-ul a:link, #sidebar #global-ul a:visited {
	color: #5c5c5c;
}

#sidebar #global-ul a:hover, #sidebar #global-ul a.active, #sidebar #global-ul a:active {
	background: #EDEBEA;
	color: #92a163;
}

#sidebar #global-links-bottom {
	background: url(../images/global-bottom.png) no-repeat center top;
	padding: 22px 0;
	margin: 0;
}

#sidebar #email-form {
	margin: 10px;
}

#sidebar #email-form h4 {
	text-align: center;
}

#sidebar #email-form p {
	margin: 0 0 6px 0;
}

#sidebar #email-form .email-input {
	float: left;
	width: 210px;
	font-size: 14px;
}

#sidebar #email-form .go-btn, #contactsubmit {
	float: right;	
	padding: 0;
	border: 0;
}

#contactsubmit {
	float: none;
	padding: 0;
	border: 0;
}

#footer {
	padding-top: 10px;
	clear: both;
	background: url(../images/bg-footer.jpg) repeat-x center top;
}

#footer .inner-foot {
	margin: 0 auto;
	text-align: center;
	width: 940px;
	padding: 10px;
}

#footer .inner-foot a {
	text-decoration: underline;
}

#footer .inner-foot, #footer .inner-foot a {
	color: #fff;
	background-color: inherit;
}

#footer .inner-foot .pleft {
	float: left;
}

#footer .inner-foot .pleft a {
	margin: 0 0 0 10px;
}

#footer .inner-foot .pright {
	float: right;
}

#footer #sponsors-foot {
	background: url(../images/bg-sponsors.png) no-repeat center top;
	clear: both;
	margin-top: 10px;
	padding: 10px;
	height: 90px;
}

#footer #sponsors-foot a img {
	padding: 8px 6px 0;
	float: none;
	vertical-align: middle;
}

p.big-amp {
	text-align: center;
	font: italic 5em/30px "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	padding-top: 26px;
	clear: right;
}

/* @group Flickr Stuff */

p.flickr-frame {
	padding: 15px 14px;
	background: url(../images/bg-flickr-photos.png) no-repeat;
	float: left;
	margin: 6px 10px 8px 0;
}

p.flickr-frame a {
	display: block;
	width: 240px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}

p.flickr-caption, p.flickr-meta {
	display: block;
	width: 220px;
	margin: 22px 0 0 280px;
}

p.flickr-meta {
	margin-top: 10px;
}

p.flickr-thumbs {
	text-align: center;
	margin: 10px -2px;
}

p.flickr-thumbs img {
	margin: 1px;
	padding: 1px;
	border: 2px solid #D9CFA8;
}

p.flickr-thumbs img, .home-box.krewe img.kreweimg {
	color: inherit;
	background-color: #fff;
}

.tt-older-posts .album {
	margin: 0 0 10px;
	clear: both;
}

.tt-older-posts.albums a{
	border: 2px solid #D9CFA8;
	display: inline-block;
	float: left;
	margin: 6px;
}

.tt-older-posts.albums .highlight{
	border: 1px solid #fff;
}

.tt-older-posts.albums .album h2{
	padding: 0;
	margin-bottom: 0;
}

.tt-older-posts.albums .album h2 a{
	margin-bottom: 0;
}


.tt-older-posts.albums h2 a, .tt-older-posts.albums p a {
	border: 0;
	float: none;
	margin: 2px 0 6px;
}

.tt-older-posts.albums h2, .home-entry h3 {
	text-align: left;
	font-size: 1.3em;
	font-variant: small-caps;
	width: 186px;
	margin-left: 93px;
	border: 0;
	padding: 0;
	letter-spacing: normal;
}

.home-entry h3 {
	width: auto;
	margin: 0 0 4px;
	line-height: 16px;
}

.tt-older-posts.albums p{
	text-align: left;
	padding-left: 6px;
	width: 186px;
	margin-left: 90px;
}

.entry #photo {
	margin-top: 10px;
	text-align: center;
}

.entry #photo span{
	display: inline-block;
	border: 2px solid #D9CFA8;
}

.entry #photo img{
	border: 1px solid #fff;
}

.entry #photoalbum-nav {
	margin: 8px;
	font-size: 1.28em;
}

#fancy_block img {
	border: 2px solid #fff;
}




/* @end */