p { margin-bottom: 1em; }
small { font-size: 80%; }

/* Display Styles
-------------------------------------------------------------------------- */
.red { color: #D8000C; }
.icon_warning { display: block; padding: .5em; background-color: #FFBABA; border: 2px solid #D8000C; margin-top: 1em;}
.no-shadow { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
.no-rotate {     -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; }
.shadow { -webkit-box-shadow: 0px 2px 4px #b9b09b; -moz-box-shadow: 0px 2px 4px #b9b09b; box-shadow: 0px 2px 4px #b9b09b; }
.item-bg-fade {
	background-image: url(images/linear_bg_2.png); /* fallback image */
    background-image: -moz-linear-gradient(100% 15% 90deg, #f9f5e3, #f5edc5);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, #f5edc5),
    color-stop(0.85, #f9f5e3));
}
.clear-floats { clear: both; padding-bottom: 1px; overflow: auto;}
.wide_button { width: 175px;  }
.center { margin: 0 auto; display: block; text-align: center;}
.center a{ display: block !important; padding: .75em !important; }

/* Button Styles
-------------------------------------------------------------------------- */
.green_button a{
	color: white;
    text-decoration: none;
    font-size: 12px;
	border: 1px solid #688903;
	background-color: #648503;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(119,150,5)),
		color-stop(0.5, rgb(119,150,5)),
		color-stop(0.5, rgb(104,137,3)),
		color-stop(1, rgb(88,122,2))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(119,150,5) 0%,
		rgb(119,150,5) 50%,
		rgb(104,137,3) 50%,
		rgb(88,122,2) 100%
	);
	
	-moz-border-radius: 3px;
	-webkit-border-bottom-radius: 3px;	
}

.green_button a:hover{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(148,173,6)),
		color-stop(0.5, rgb(148,173,6)),
		color-stop(0.5, rgb(129,163,4)),
		color-stop(1, rgb(110,149,3))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(148,173,6) 0%,
		rgb(148,173,6) 50%,
		rgb(129,163,4) 50%,
		rgb(110,149,3) 100%
	);
}

.orange_button a{
	color: white;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #EBA028;
    background-color: #e58220;
    background-image: -moz-linear-gradient(100% 100% 90deg, #df6418, #eba028);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eba028), to(#df6418));
    -webkit-box-shadow: 0px 1px 2px #777;
    -moz-box-shadow: 0px 1px 1px #777;
	box-shadow: 0px 1px 2px #777;
}

.orange_button a:hover{
	color: white;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #EBA028;
    background-color: #e58220;
    background-image: -moz-linear-gradient(100% 100% 90deg, #df6418, #eba028);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eba028), to(#df6418));
    -webkit-box-shadow: 0px 1px 2px #777;
    -moz-box-shadow: 0px 1px 1px #777;
	box-shadow: 0px 1px 2px #777;
}

#msg_activity {
	margin-top: 1em;
	display: block; padding: .5em;
	color: #4F8A10;
    background-color: #DFF2BF;
	border: 2px solid #4F8A10;
}

#msg_activity img {
	border: none;
	background: none;
	vertical-align: middle;
}

.team-meta {
	color:#473B24;
	font-size:14px;
	font-weight:normal;
	letter-spacing:-0.1px;
	line-height:1.4em;
}

.entry-summary h5 { margin-top: 0; }
.logo { width: 650px; }
.logo img { float: left; margin-left: .5em; }
.logo h1 { padding-top: 30px; margin-left: 130px; text-shadow:0px 1px 1px #b9b09b; }
.blog-name {font-family: 'Amphion', 'Crimson Text', serif; letter-spacing: -1px;}
.blog-name a:link, .blog-name a:visited { text-decoration: none; color: #463a24 }
.blog-name a:hover { color: #463a24 }
.blog-description { font-size: 16px; font-weight: bold; color: #463a24; margin: 0; padding: 0 }
.logo h2 { margin-left: 140px; }

.copyright { font-size: 10px; text-align: right; display: block; margin-top: 1em;}

#main .post img, #main .page img {
	border: 2px solid white;
	background: #fff;
	-webkit-box-shadow: 0px 2px 4px #b9b09b;
    -moz-box-shadow: 0px 2px 4px #b9b09b;
    box-shadow: 0px 2px 4px #b9b09b;
}

#newsletter {
    float: right; margin-top: 2.7em; padding: 3px;
    border: 1px solid white;
    -webkit-box-shadow: 0px 2px 4px #b9b09b;
    -moz-box-shadow: 0px 2px 4px #b9b09b;
    box-shadow: 0px 2px 4px #b9b09b;
}
#newsletter a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    display: block;  padding: .5em;
    
    border: 1px solid #e07d1b;
    background-color: #e58220;
    background-image: -moz-linear-gradient(100% 100% 90deg, #df6418, #eba028);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eba028), to(#df6418));
}

.banner_button a {
    display: inline-block;
	padding: .5em;
	margin-top: 1em;
}

.button_holder { background: #f9f7f0 url(../images/button_box_background.png) repeat-x top center; }

.button_donate {
	padding: 3px;
	border: 1px solid white;
    -webkit-box-shadow: 0px 2px 4px #b9b09b;
    -moz-box-shadow: 0px 2px 4px #b9b09b;
    box-shadow: 0px 2px 4px #b9b09b;
}

.button_donate a {
	color: white;
    text-decoration: none;
    font-size: 12px;
    display: block;  padding: .5em;
    
    border: 1px solid #e07d1b;
    background-color: #e58220;
    background-image: -moz-linear-gradient(100% 100% 90deg, #df6418, #eba028);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eba028), to(#df6418));
}

/* Nav Menu
-------------------------------------------------------------*/

.menu {
    color: #fff;
    
    font-size: 13px;
    margin: .75em auto 1em auto;
    
    background: #4c3f27;
	background-image: url(../images/menu_bg.png);
    background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(91,76,47)),
		color-stop(0.5, rgb(86,71,44)),
		color-stop(0.5, rgb(76,63,39)),
		color-stop(1, rgb(61,51,31))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(91,76,47) 0%,
		rgb(86,71,44) 50%,
		rgb(76,63,39) 50%,
		rgb(61,51,31) 100%
	);
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
    -webkit-box-shadow: 0px 2px 3px #b9b09b;
    -moz-box-shadow: 0px 2px 3px #b9b09b;
    box-shadow: 0px 2px 3px #b9b09b;
}

.nav { width: 100%; position: relative; }

.nav li { position: relative; }

.nav li a:link, .nav li a:visited { border-right: 1px solid #372d1c; }

.nav li:first-child a:hover{
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.nav li a:hover {
    background-color: #4c3f27;
	background-image: url(../images/menu_hover.png);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(140,117,63)),
		color-stop(0.5, rgb(132,109,54)),
		color-stop(0.5, rgb(117,97,53)),
		color-stop(1, rgb(94,78,42))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(140,117,63) 0%,
		rgb(132,109,54) 50%,
		rgb(117,97,53) 50%,
		rgb(94,78,42) 100%
	);
    border-right: 1px solid #372d1c;
}

.nav li.projects {
    /*float: right;
	position: relative; */
	position: absolute;
	right: 0;
}

.nav li.projects a{
	padding: 8px 15px 8px 35px;
    background-color: #648503;
	background-image: url(../images/projects_bg.png);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(119,150,5)),
		color-stop(0.5, rgb(119,150,5)),
		color-stop(0.5, rgb(104,137,3)),
		color-stop(1, rgb(88,122,2))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(119,150,5) 0%,
		rgb(119,150,5) 50%,
		rgb(104,137,3) 50%,
		rgb(88,122,2) 100%
	);
	
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	
    border-right: 0;
}

.nav li.projects a:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(148,173,6)),
		color-stop(0.5, rgb(148,173,6)),
		color-stop(0.5, rgb(129,163,4)),
		color-stop(1, rgb(110,149,3))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(148,173,6) 0%,
		rgb(148,173,6) 50%,
		rgb(129,163,4) 50%,
		rgb(110,149,3) 100%
	);
}

.nav li.projects img {
	left:5px;
	position:absolute;
	top:4px;
}

.nav li ul {
	position: absolute;
	width: 960px;
	left: 6px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.nav li ul li a:link, .nav li ul li a:visited {
border-right: none;
}

.sf-sub-indicator { background: url(../images/icons/arrow_down.png) no-repeat; text-indent: -999em; position: absolute; width: 10px; height: 6px; right: 6px; margin-top: 7px; }
.nav li a.sf-with-ul { padding-right: 18px; }
/* WKP Homepage
-------------------------------------------------------------*/

div.section {
    clear: both;
	position: relative;
}

.section.no-header {
	padding-top: 2.5em;
}

.front_page .item .summary {
	min-height: 215px;
	text-align: center;
}

.item {
    position: relative;
    margin: 30px 40px;
    border: 1px solid white;
    background-color: #f9f5e3; /* fallback color */
    background-image: url(images/linear_bg_2.png); /* fallback image */
    background-image: -moz-linear-gradient(100% 15% 90deg, #f9f5e3, #f5edc5);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, #f5edc5),
    color-stop(0.85, #f9f5e3));
    
    -webkit-box-shadow: 0px 2px 4px #b9b09b;
    -moz-box-shadow: 0px 2px 4px #b9b09b;
    box-shadow: 0px 2px 4px #b9b09b;
}

.item h2 {
    border-bottom:1px solid #E9E0B2;
    font-family: 'Amphion', 'Crimson Text', serif;
    font-size: 30px;
    letter-spacing: -1px;
    color: #d8510f;
    text-align: center;
    margin: 0 0.5em;
    text-shadow:0px 1px 1px #b9b09b;
}

.item h2 a { text-decoration: none; }
.item h2 a:hover { text-decoration: underline; }

.item h3.header {
	margin-top: 0;
	margin-bottom: .5em;
	color: #5E7E02;
}

.item .image{
    display: block;
    margin: 0 auto;
    position: relative;
    height: 355px;
}


.item .image img {
    position: absolute;
    top: -15px;
    right: 40px;
    
    border: 2px solid white;
    
    -webkit-box-shadow: 0px 1px 3px #b9b09b;
    -moz-box-shadow: 0px 1px 3px #b9b09b;
    box-shadow: 0px 1px 3px #b9b09b;
    
    -webkit-transform: rotate(-1.5deg);
    -moz-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
    
    -webkit-transition: border .5s linear;
}

.item .image img:hover {
    /*border: 2px solid #d8510f; */
}

.item .summary {
    padding: .5em 1.5em;
    display: block;
    min-height: 160px;
}

.item .coming-soon {
    position: absolute;
    top: -26px;
    right: -11px;
}

.item .readmore {
	margin: 1em;
	display: block;
	text-align: right;
}

.item .readmore a {
	color: white;
	text-decoration: none;
	padding: 0.3em .8em;
	display: inline-block;
}

.one_item {
	padding: 1px 0;
}

.one_item .summary, .two_item .summary, .three_item .summary, .four_item .summary {
	text-align: left !important;
}

.one_item .item {
	margin: 1em 0;
}

.one_item .summary {
	min-height: 0;
}

.two_item .item  {
	width: 338px;
	margin: 1em 0;
	float: left;
}

.two_item {
	overflow: hidden;
}

.two_item .item:first-child {
	margin-right: 10px;
}

.three_item {
	overflow: hidden;
}

.three_item .item {
	width: 220px;
	margin: 1em 10px 1em 0;
	float: left;
}

.three_item .item .image {
	height: 150px;
}

.three_item .item:last-child, .four_item .item:last-child, .wka_item .item:last-child {
	margin-right: 0;
}

.three_item .image, {
	height: 135px;
}

.three_item .image img {
	right: 10px;
}

.three_item h3, .four_item h3 {
	font-size: 16px;
	letter-spacing: -.5px;
	text-align: left;
	margin: .3em .8em 0 .8em;
	text-transform: none;
	font-weight: normal;
}

.three_item h3 a, .four_item h3 a{
	text-decoration: none;
}

.four_item h3 {
	font-size: 18px;
	text-align: center;
}

.four_item .item {
	float:left;
	margin:1em 20px 1em 0;
	width:223px;
}

.four_item .image {
	height: 163px;
}

.four_item .image img {
	top: 12px;
	right: 12px;
}

/* WKL Homepage Items
-------------------------------------------------------------- */
#container.wkl_home {
	float: none !important;
	width: auto !important;
}

#header.wkl_home .logo {
	width: 200px;
}

#header.wkl_home .logo img {
	margin: 0;
}

#header.wkl_home #branding {
	float: left;
}

#header.wkl_home {
	overflow: hidden;
}

#header .ads_before, #header .ads_after {
	float: left;
	width: 380px;
	margin-top: 30px;
}

#header .ad {
	width: 154px;
	height: 94px;
	margin: 17px;
	display: inline-block;
}

.wka_item .item {
	float: left;
	margin: 1em 1.5em 0 0;
	height: 500px;
}

.wka_item .summary {
	margin-top: 1em;
	line-height: 1.5em;
}

.wka_item .item_preview {
	width: 400px;
	
}

.wka_item .item_text {
	width: 320px;
}

.wka_item .item_sidebar {
	width: 180px;
}



.latest-news li, .links li {
    margin-bottom: .3em;
}

.latest-news li a, .links li a {
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.latest-news li a:hover, .links li a:hover {
    text-decoration: underline;
}

/* =Emma Signup Form
--------------------------------------------------------------
  #e2ma_signup_message
  .e2ma_signup_message
  
  #e2ma_signup_form_container
  .e2ma_signup_form_container

form#e2ma_signup

emma_member_name_first
#e2ma_signup_form_button_row
.e2ma_signup_form_button_row
e2ma_signup_form_label

*/

@charset "UTF-8";
/* Controls width of your form */
.e2ma_signup_form {
	width:180px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc; 
	font-family:Verdana, sans-serif;
	font-size:10px;
	width: 65px; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border:1px solid #ddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	padding-top:5px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-family:verdana;
	font-size:10px;
	color:#333333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: inline;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 60px !important;
}

#emma_signup form { padding: 0; }

#e2ma_signup_form { width: 250px; font-size: 12px; display: none; }
#e2ma_signup_message { font-size: 12px; font-family: 'Trebuchet MS', Arial, sans-serif;}

#e2ma_signup .e2ma_signup_form_row { border: 0; margin-bottom: 0;}
#e2ma_signup .e2ma_signup_form_required_footnote { border: 0; }

#e2ma_signup .e2ma_signup_form_row .e2ma_signup_form_label { font-weight: bold; font-size: 12px; font-family: 'Trebuchet MS', Arial, sans-serif;}
#e2ma_signup .e2ma_signup_form_row .e2ma_signup_form_element input { width: 200px; height: 16px; }

#e2ma_signup_submit_button {}
#e2ma_signup_reset_button {}

.e2ma_signup_form_button {}

/* Modal Dialog
-------------------------------------------------------------*/
#simplemodal-overlay { background-color: #000;}

#simplemodal-container{
    padding: 1.5em;
    border: 2px solid white;
    background-color: #f9f5e3; /* fallback color */
    background-image: url(images/linear_bg_2.png); /* fallback image */
    background-image: -moz-linear-gradient(100% 100% 90deg, #f9f5e3, #f5edc5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5edc5), to(#f9f5e3));
    
    -webkit-box-shadow: 0px 2px 4px #000;
    -moz-box-shadow: 0px 2px 4px #000;
    box-shadow: 0px 2px 4px #000;    
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}

/* WKA Slider
-------------------------------------------------------------*/
.slider_section {
	padding-top: .5em;
}

.slider_content {
	position: absolute;
	top: 70px;
	left: 70px;	
}

.slider_content h1 {
	
	font-family: 'Tahoma', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 45px;
	color: #fff;
	border: none;
	text-shadow:0 1px 1px #555555;
	line-height: 1.1em;
}

.slider_content p {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	width: 500px;
	text-shadow:0px 1px 1px #555;
}

.slider_content p a{
	text-shadow: none;
	color: #FFD5A5;
	font-weight: bold;
}

.slider_background {
	z-index: 0;
}

#slider {
	border: 1px solid white;
	margin-left: 5px;
	
	-webkit-box-shadow: 0px 2px 4px #b9b09b;
    -moz-box-shadow: 0px 2px 4px #b9b09b;
    box-shadow: 0px 2px 4px #b9b09b;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:948px;
	height:433px;
	overflow:hidden;
	position: relative;
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:48px;
	height:48px;
	position:absolute;
	left:-20px;
	top:180px;
	z-index:1000;
}	

#nextBtn, #slider1next{ 
	left:930px;
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:48px;
	height:48px;
	background:url(../images/wka_banner/prev_button.png) no-repeat 0 0;	
}

#prevBtn a:hover, #slider1prev a:hover{  
	background:url(../images/wka_banner/prev_button_hover.png) no-repeat 0 0;	
}	

#nextBtn a:hover, #slider1next a:hover{ 
	background:url(../images/wka_banner/next_button_hover.png) no-repeat 0 0;	
}

#nextBtn a, #slider1next a{ 
	background:url(../images/wka_banner/next_button.png) no-repeat 0 0;	
}	
	
/* numeric controls */	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}

ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}

ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}

ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
    
/* Forms
-------------------------------------------------------------*/
form { padding: 1em 1.5em }
input { border: 1px solid #bcb18e; height: 20px; }
input[type="radio"] { height: auto;}
textarea, select { border: 1px solid #bcb18e; }
label { margin-right: .5em; }
fieldset { display: block; padding: 1em;}

input[type="hidden"] {
    margin: 0;
    padding: 0;
}


.small { font-size: 10px;}

form div.row {
	clear: both;
	overflow: hidden;
}

form div.row:first-child {
	margin-top: 1em;
}

form div.row p {
	float: left;
	margin-right: 1em;
}

form div.row label {
	display:block;
	margin-bottom:0.4em;
}

form span.center {
	display:block;
	text-align:center;
}

div.legend { display: block; font-size: 18px; font-family: 'Palatino Linotype', Verdana, sans-serif; padding: .2em 0; margin: .8em 0; background-color: #fff;}

.sidebar-donate {
	display: block;
	padding: 3px;
    border: 1px solid white;
	background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px #b9b09b;
    -moz-box-shadow: 0px 2px 4px #b9b09b;
    box-shadow: 0px 2px 4px #b9b09b;
}

.sidebar-donate a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: .5em;
	border: 1px solid #e07d1b;		
    background-color: #e58220;
    background-image: -moz-linear-gradient(100% 100% 90deg, #df6418, #eba028);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eba028), to(#df6418));
}

/* Twitter Widget
-------------------------------------------------------------*/	
.twitter-content {
	background-color:white;
	display:block;
	font-size:11px;
	padding:0.6em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 2px 4px #b9b09b;
    -moz-box-shadow: 0px 2px 4px #b9b09b;
    box-shadow: 0px 2px 4px #b9b09b;
	overflow: hidden;
}

.twitter-meta {
	background:url("../images/tweet_meta.png") no-repeat scroll 180px top transparent;
	display:block;
	font-size:10px;
	height:20px;
	line-height:1.3em;
	padding-right:38px;
	padding-top:1.5em;
	text-align:right;
}

/* Amazon Wishlist
-------------------------------------------------------------*/
.avh-wishlist {
	height: 300px;
	margin: 1em;
	overflow: auto;
	padding: 1.5em;
}

/* Tables
-------------------------------------------------------------*/
table.data-table {
	margin:1em auto;
	text-align:center;
	width:600px;
	background-color: #fff;
	border: 2px solid #BCB18E;
}

.data-table thead {
	border-bottom: 2px solid #BCB18E;
}

.data-table th {
	padding: .3em .1em;
	border: 1px solid #BCB18E;
	background: #f5edc5;
	vertical-align: middle;
}

.data-table tr {
	
}

.data-table td {
	padding: .3em .3em;
	border: 1px solid #BCB18E;
}

.chef-letter {
	font-family: 'Palatino Linotype', cursive, sans-serif;
	font-style: italic;
	font-size: 1.3em;
	padding: 1.5em;
}


