@font-face
{
	font-family: 'Stainless Bold';
	src: url('Stainless-Bold.eot'); /*IE*/
	src: local('Stainless Bold'), url(Stainless-Bold.otf) format('truetype'); /*Everyone else*/
}

/****HTML STYLES****/
body
{
    color: #F9ECD5;
	background-color: #EBE6E0;
	font-family: Georgia;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

a img
{
	border: none;
}

h1
{
	color: #C1B399;
	font-family: Stainless Bold, Arial;
	font-size: 23px;	
	font-weight: bold;
	letter-spacing: 1px;	
	text-transform: uppercase;
}

h2
{
    color: #BA8058;
    font-family: Stainless Bold, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p
{
    color: #F9ECD5;
	font-family: Georgia;
	font-size: 11px;
}

em
{
    font-style: italic;
}

/******PAGE STYLES******/
#page
{
	margin-left: auto;
	margin-right: auto;
	width: 997px;	
	position:relative;	
}

#adminpage
{
    margin: 0px auto 0px auto;
	width: 962px;		
}


#shadowtop
{
	background: #EBE6E0 url(../images/shadow_top.jpg) no-repeat;
	height: 32px;
	margin: 0px auto 0px auto;
	width: 997px;
}

#shadowbottom
{
	background: #EBE6E0 url(../images/shadow_bottom.jpg) no-repeat;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	width: 997px;
}


/*******CONTENT STYLES***********/
#contentwrapper
{
	background: #231F20 url(../images/shadow_sides.jpg) repeat-y;
	text-align: center;
	width: 997px;
}

#adminwrapper, #legalwrapper
{
    background: #231F20 url(../images/shadow_sides.jpg) repeat-y;
	text-align: center;	
	width: 997px;	
}


/*****CONTENT HEADER STYLES*********/
#contentheader
{
	background-color: #231F20;
	height: 115px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}

#landingheader
{
	background-color: #231F20;
	height: 25px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}

#responseheader
{
	background: #231F20 url(../images/header.jpg) no-repeat;
	line-height: 150px;
	margin: 0px 16px 0px 17px;
	text-align: center;
	width: 962px;
}

#responseheader a
{
	height: 150px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 962px;
	display: block;
}


/*****LEGAL.MASTER PAGE STYLES****/
#legalcontent
{	
    color: #EBE6E0;
	background: #231F20;
	margin-left: 17px;
	margin-right: 16px;
	text-align: left;
	width: 962px;
}

#legalcontent .content
{
    padding: 40px 40px 0px 40px;
    text-align: left;
}

#legalcontent .content
{
    font-size: 13px;
}

#legalcontent .content h1
{
    margin: 0px 0px 15px 0px;
}

#legalcontent .content h3
{
    color: #F9ECD5;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    text-decoration: underline;
}

#legalcontent .content p
{
    font-family: Georgia;
    font-size: 13px;
    margin: 0px 0px 15px 0px;
}

#legalcontent .content p strong
{
    font-weight: bold;
}

#legalcontent .content a
{ 
    color: #D56C30;
}

#legalcontent .content a:hover
{ 
    color: #c1b399;
}

#legalcontent .content ol
{
    color: #F9ECD5;
    font-family: Georgia;
    font-size: 13px;
	list-style: decimal;
	padding-bottom: 10px;
	padding-left: 30px;
}

#legalcontent .content ol ol 
{
	list-style: upper-alpha;
	padding-bottom: 0px;
	padding-left: 30px;
}

#legalcontent .content ol ol ol 
{
	list-style: lower-roman;
	padding-bottom: 0px;
	padding-left: 30px;
}

#legalcontent .content ul 
{
    font-family: Georgia;
    font-size: 13px;
	list-style: disc;
	padding-bottom: 10px;
	padding-left: 30px;
}

#legalcontent .content ul ul 
{
	list-style: circle;
	padding-bottom: 0px;
	padding-left: 30px;
}

#legalcontent .content ul ul ul 
{
	list-style: square;
	padding-bottom: 0px;
	padding-left: 30px;
}

#legalcontent .content ol li, #legalcontent .content ul li
{        
    color: #F9ECD5;
    font-family: Georgia;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
}

#legalcontent .content ol li strong, #legalcontent .content ul li strong
{
    font-weight: bold;
}

#legalcontent .content ol li.bulletTitle 
{    
    font-size: 13px;
    font-weight: bold;     
}

#legalcontent .content ol li.bulletTitle p
{ 
    font-weight: normal; 
}


/*****LDA.MASTER PAGE STYLES****/
#content
{	
	background: #231F20;
	font-family: Georgia;
    font-size: 11px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}

#content h1
{
    color: #BA8058;
    margin: 25px 0px 0px 0px;
}
#content p
{
    margin: 25px 0px 0px 0px;
}

#content p.ldamessage
{
    color: #EBE6E0;
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
    margin: 40px auto 0px auto;
    text-transform: uppercase;
}

#content .ldacontent
{
    margin: 0px 246px 0px 246px;
    text-align: left;
}

#content .ldacontent h1
{
    text-align: center;
    width: 100%;
}

#content .ldacontent ul
{        
    list-style-type: disc;
    list-style-position: inside;        
    margin: 25px 0px 0px 0px;
    text-align: left;        
}

#content .ldacontent p a
{
    color: #F9ECD5;
}

#ldalinks ul
{
	margin: 0px 20px;	
	padding: 40px 0px 0px 0px;
	width: 300px;
}

#ldalinks ul li
{
	line-height: 30px;
    background: transparent url(../images/bullet.jpg) no-repeat left 11px;    
    margin: 0px 0px 0px -15px;
    padding: 3px 0 3px 15px;
	text-align: left;
}

#ldalinks ul li a
{
	color: #d56c30;
	font-family: Stainless Bold, Arial;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#ldalinks ul li.selected
{        
    background: none;    
    margin: 0px 0px 0px -15px;
    padding: 3px 0 3px 15px;
}

#ldalinks ul li.notselected
{        
    background: transparent url(../images/bullet_dark.jpg) no-repeat left 11px;    
    margin: 0px 0px 0px -15px;
    padding: 3px 0 3px 15px;
}

#ldalinks ul li.selected a
{    
    color: #F9ECD5;
}

#ldalinks ul li.notselected a
{    
    color: #534B47;
}

.ldaform
{    
    color: #F9ECD5;
    margin: 0px auto 0px 330px;
    text-align: left;   
}

.ldaform a
{
    color: #F9ECD5;
}

.ldaform p
{
    margin: 10px 0px 10px 0px;
}


/*****LANDING.MASTER PAGE STYLES****/
#landingcontent
{	
	/* background: #231F20 url(../images/home_art.jpg) no-repeat 25px 0px; */
	background-color: #231F20;
	height: 475px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}

#landingcontent .content
{
	padding: 100px 0px 0px 250px;
	text-align: left;
}

#landingcontent .content p
{
    color: #F9ECD5;
	padding: 0px 0px 0px 5px;
	margin: 25px 0px 0px 0px;
	width: 425px;
}

#landingcontent .content #ldalinks ul
{
	margin: 0px 15px 0xp 0px;
	width: 525px;
	padding: 15px 0px 0px 0px;
}

#landingcontent .content #ldalinks ul li em
{
    font-style: italic;
}

#landingcontent .content #ldalinks ul li
{
    font-weight: normal;
    height: 18px;
    margin: 0px 0px 0px 0px;
}

#landingcontent .content #ldalinks ul li a
{
    font-weight: normal;
    letter-spacing: 1px;
}

#landingcontent .content #ldalinks ul li.separator
{
    border-top: solid 2px #918680;
    /*background-color: #918680;    */
    background-image: none;
    height: 0px;
    line-height: 0px;
    margin: 20px 0px 3px 0px;
    width: 350px;
}


/*****REGISTER.MASTER PAGE STYLES****/
#responsecontent
{	
	/* background: #231F20 url(../images/clouds.jpg) no-repeat top right; */
	background-color: #231F20;
	height: 350px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}

#responsecontent.register
{	
	/* background: #231F20 url(../images/shaker.jpg) no-repeat top right; */
	background-color: #231F20;
	height: auto;
}

#responsecontent .content
{
    font-family: Georgia;
    font-size: 11px;
	padding: 40px 0px 0px 40px;
	text-align: left;	
}

#responsecontent .content h1
{
	color: #C1B399;
	font-family: Stainless Bold, Arial;
	font-size: 23px;	
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	width:500px;
}

#responsecontent .content .rsvpForm h1, #responsecontent .content .registerForm h1
{
	color: #C1B399;
	font-family: Stainless Bold, Arial;
	font-size: 23px;	
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	width:962px;
	padding-top:2px;
}

#responsecontent .content h2
{
    color: #BA8058;
    font-family: Stainless Bold, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#responsecontent .content p
{
	padding: 10px 0px 0px 5px;
	width: 500px;
}
#responsecontent .content p a
{
    color: #D56C30;
}
#responsecontent .content p a:hover
{
    color: #c1b399;
}


#responsecontent .content #ldalinks ul
{
	margin: 0px;
	width: 525px;
	padding: 0px;
}


/*****ADMIN.MASTER PAGE STYLES****/
#admincontent
{	
    color: #EBE6E0;
	background: #231F20;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 962px;
}

#admincontent .content
{
	padding: 40px 0px 0px 10px;
	text-align: left;	
}

#admincontent .content .header a
{
	color: #EBE7DE;
}

#admincontent .content .header h2, #legalcontent .content .header h2
{
	display: inline;
	font-size: 16px;
}

#admincontent .content .header, #legalcontent .content .header
{
	padding: 0px 0px 10px 10px;
	font-weight: bold;
}


/*****BROWSE.MASTER PAGE STYLES****/
#browsecontent
{	
	background: #231F20 url(../images/recipe_bottom.jpg) no-repeat 15px 365px;
	display: inline-block;
	text-align: left;
	width: 962px;
	padding: 0px 0px 50px 0px;
}

#browsecontent .content
{
    margin: 20px 0px 0px 0px;
}

#browsecontent .listings
{
    float: left;
    width: 275px;
    position:relative;
}

#browsecontent h2
{
    color: #BA8058;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 70px 0px 0px 25px;
    text-transform: uppercase;
}

#browsecontent h1
{
    color: #C1B399;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 0px 25px;
    text-transform: uppercase;
}

#browsecontent .listings ul
{
   	margin: 10px auto 20px 25px;
	width: 300px;
	padding: 0px 0px 50px 0px; 
}

#browsecontent .listings ul li
{
    list-style: none;
    line-height: 20px;    
}

#browsecontent .listings ul li a
{
    color: #D56C30;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#browsecontent .listings ul li.current a
{
    color: #EBE6E0;
}

#browsecontent .photo
{
    float: left;
    width: 282px;
}

#browsecontent .recipe
{
    float: left;
    margin: 0px 0px 0px 25px;
    padding: 75px 0px;
    width: 350px;    
}

#browsecontent .recipe h1
{
    margin: 0px;
}

#browsecontent .recipe h2
{
    display: inline-block;
    margin: 0px;
    width: 375px;
    letter-spacing: .5px;
}

#browsecontent .recipe ul
{
    margin: 0px auto 0px;
	width: 375px;
	padding: 10px 0px 10px 0px; 
	display: inline-block;
}

#browsecontent .recipe ul li
{
    color: #EBE6E0;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    list-style: none;    
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

#browsecontent .recipe p
{
    color: #EBE6E0;
    display: inline;
    font-family: Georgia;
    font-size: 11px;    
    width: 200px
}


/*****CONTENT FOOTER STYLES********/
#contentfooter
{
	background-color: #231F20;
	height: 100px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}

#landingresponsefooter, #landingfooter
{
	background-color: #231F20;
	height: 50px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}

#responsefooter
{
	background-color: #231F20;
	height: 50px;
	margin-left: 17px;
	margin-right: 16px;
	text-align: center;
	width: 962px;
}


/******FORMS*********/
.registerForm
{
    width: 962px;
}
.registerForm .formContent
{
    color: #f9ecd5;
	background: #231F20;
	margin: 10px 0px 0px 0px;
	text-align: left;
    width: 450px;    
}

.rsvpForm .formContent
{
    color: #f9ecd5;
	background: #231F20;
	margin: 10px 0px 0px 0px;
	text-align: left;
    width: 470px;    
}

.registerForm .formContent .formField
{
    float: left;
    margin: 5px 15px 5px 0px;
    width: 210px;    
}
.rsvpForm .formContent .formField
{
    float: left;
    margin: 5px 15px 5px 0px;
    width: 220px;    
}

.registerForm .formContent label
{    
    display: block;
    width: 220px;
}
.rsvpForm .formContent label
{    
    display: block;
    width: 230px;
}

.registerForm .formContent span label, .rsvpForm .formContent span label
{
    display: inline;
    margin: 0px 10px 0px 0px;
    width: auto;
}
.registerForm input[type=text]{width:200px;}  
.rsvpForm input[type=text]{width:215px;}           
.rsvpForm select.event{width:215px;}                    
.registerForm, .rsvpForm {line-height:1.5em;}
.registerForm p {width:450px !important; padding: 0 !important}
.registerForm .submit, .registerForm .consent, .rsvpForm .submit, .rsvpForm .consent {padding-top:16px;}
.registerForm .recipe, .rsvpForm .captcha{padding:16px 0}

.ldaform .formField{padding:6px 0px}

div.country select, div.language select {width:217px;}
div.birthday .month {width:90px;}
div.birthday .date {width:50px;}
div.birthday .year {width:70px;}

/**********HEADER NAVIGATION***********/
#navigation
{
	background: #EBE7DE url(../images/nav_background.jpg) repeat-x;
	margin-left: 17px;
	margin-right: 16px;
	height: 38px;
	width: 962px;
	text-align: left;	
}

#navigation ul
{
	background: #EBE6E0 url(../images/bullet_nav.jpg) repeat-x center;
	height: 38px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#navigation ul li
{	   
	background: #EBE6E0;
	list-style: none;
	float: left;
	padding: 0px 40px 0px 40px;
	height: 38px;
	text-align: center;	
	margin: 0px 0px 0px 4px;
	line-height: 38px;	
}

navigation ul li.current div
{   
    background: #EBE6E0 url(../images/nav_half_background.jpg) repeat-x bottom;
    display: inline-block;
    border: solid 1px black;
}

#navigation ul li.first
{	
	background: #EBE6E0;
	list-style: none;
	margin: 0px;
}

#navigation ul li.current
{	
    background: #EBE6E0 url(../images/nav_half_background.jpg) repeat-x bottom;
}

#navigation ul li a
{
    color: #BA5815;
	font-family: Stainless Bold, Arial;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;	
	letter-spacing: 1px;
}

#navigation ul li.current a
{
    color: #000000;
}

/******ADMIN DATA TABLES*********/
#admincontent table
{    
    color: #231F20;
    background: #231F20;
    border: none;
    font-family: Georgia;
    font-size: 11px;
    margin: 0px auto 0px auto;
    width: 942px;
}

#admincontent table tr th
{
    color: #EBE6E0;
	font-family: Stainless Bold, Arial;
	font-size: 14px;
	font-weight: bold;
    border: solid 1px #EBE6E0;
    background: #231F20;
    text-align: center;
    padding: 4px;        
}

#admincontent table tr th a
{
    color: #EBE6E0;
	vertical-align: middle;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: .5px;
}

#admincontent table tr
{    
    background: #fff;
}

#admincontent table tr td
{    
    border: solid 1px #EBE6E0;
    background: #EBE6E0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	text-transform: capitalize;
	padding: 4px;
}

#admincontent table tr.alternaterow td
{
    background: #FFF;
    border: solid 1px #FFF;
}

#admincontent table tr.pager td
{
    background-color: #231F20;
    border: solid 1px #231F20;
}

#admincontent table tr.pager td table
{    
    border: solid 1px background-color: #231F20;
    margin: 0px auto 0px 0px;
    width: 1px;
}
#admincontent table tr.pager td table tr td
{
    border: solid 1px #231F20;
    background: #231F20;
    color: #D56C30;
	font-family: Stainless Bold, Arial;
	font-size: 14px;
	font-weight: bold;	
	text-transform: none;
	padding: 4px;
}

#admincontent table tr.pager td table tr td span
{
    color: #BA8058;
    font-weight: normal;
    font-size: 14px
}

#admincontent table tr.pager td table tr td a
{
    color: #D56C30;
    font-weight: bold;
    font-size: 14px
}

#admincontent table tr.footer 
{                
    background-color: #231F20;    
    color: #EBE6E0;   
}

#admincontent table tr.footer td
{
    border: solid 1px #231F20;
    background: #231F20;
	font-family: Stainless Bold, Arial;
	font-size: 14px;
	font-weight: bold;	
	text-transform: none;
	padding: 25px 4px 4px 4px;   
}

/*********FOOTER STYLES*********/
#footer ul
{
	padding: 0px 20px 0px 0px;
}

#footer ul li
{
	display: inline;
	background: url(../images/bullet_footer.jpg) no-repeat 5px;
	padding: 0px 0px 0px 20px;
}

#footer ul li.first
{
	background: none;
	display: inline;
	padding: 0px 0px 0px 20px;
}

#footer ul li a
{
	color: #D56C30;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
}

#footer ul li a img
{
	padding: 0px 5px 0px 0px;
}

#footer p, #footer p a
{
	color: #C1B499;
	font-family: Georgia;
	font-size: 10px;	
}

#footer p.motto
{
	color: #918680;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}


/**********GENERIC************/
.message
{
	color: #BA8058;
	font-family: Stainless Bold, Arial;
	font-size: 11px;	
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	clear: both;
}


#logout
{    
    float: right;
    margin: 0px 10px 0px 0px;
    position: relative;
    top: -230px;
}

#logout a
{
    color: #D56C30;
    font-family: Stainless Bold, Arial;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 15px;
	margin: 0px;
    text-decoration: none;
}

/********* Facebook ***************/
.fbInnerButton
{
	float:right;
	margin-right:2px;
}
.fb_profile_pic_rendered img { width:30px;height:30px; }
.fbLoggedIn, .fbLoggedOut{position:absolute;top:21px;right:16px;font-size:12px;}
.fbLoggedIn .logout, .fbLoggedIn .userImage { float:left; padding-left:10px;}
.fbLoggedIn .logout {padding-top:6px;}

.fbLoggedIn a{color:#d56c30; font-size:12px;}
.fbLoggedIn a:hover{color:#c1b399;}

.ldaform .fbLoggedIn, .ldaform .fbLoggedOut {position:relative;top:0px;left:0px;margin: 00px 0px 10px 0px;clear:both;}
.ldaform .fbLoggedIn .logout, .ldaform .fbLoggedIn .userImage { float: none; padding-left:10px;}
div#ldalinks {padding-bottom:16px;}
/********* End Facebook ***************/

/* Like button text color */
#divFbLike 
{
    margin: 15px 0px 15px 0px;
}
