/*
Theme Name: SLNA Twenty Eleven
Theme URI: http://www.southlamar.org/slna
Description: The SLNA version of the 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.0
Template: twentyeleven
*/

@import url('../twentyeleven/style.css');

#site-title {
	margin-right: 0px;
	/*padding: 3.65625em 0 0;*/
	text-align: center;
	padding: 2.5em 0;
}

#site-title a {
	color: #415468;
	font-size: 42px;
	font-weight: bold;
	line-height: 42px;
	text-decoration: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #415468; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#415468, #0a0a0a);
	background: -o-linear-gradient(#415468, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#415468), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul ul a {
	background: #415468;
	border-bottom: 1px dotted #ddd;
	color: #eee;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #A09E79;
}
#access li:hover > a,
#access a:focus {
	background: #A09E79; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#A09E79, #B5B497);
	background: -o-linear-gradient(#A09E79, #B5B497);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A09E79), to(#B5B497)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#A09E79, #B5B497);
	color: #422724;
}


/* Search Form */
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #415468;
}


/* =Content
----------------------------------------------- */

.page-title {
	color: #415468;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

.entry-title {
	clear: both;
	color: #415468;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #415468;
	text-decoration: none;
}



/* Singular content styles for Posts and Pages */
.singular .entry-title {
	color: #415468;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}

article.feature-image.small .entry-summary p a {
	background: #415468;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}

article.feature-image.large .entry-title a {
	background: #415468;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #415468;
}


.widget-title {
	color: #43576B;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

#respond input#submit {
	background: #415468;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

/* Three Footer Widget Areas */
#supplementary.three {
	margin: 0;
	background: #D5D4C3;
	color: #422724;
	font-size: 12px;
	line-height: .2em;
	padding: .8em 0.5em;
	text-align: center;
}

#si_contact_form1  {
font-family: Arial, Georgia, "Times New Roman", "Bitstream Vera Serif", serif !important;
font-size:1.2em !important;
text-align:left !important;
padding-top:5px !important;
}

#membership_form td {
    border-top: none;
    padding: 0;
}

#membership_form table {
    border-bottom: none;
    padding: 0;
}
#membership_div {
    border: 1px dashed;
    padding: 5px;
    margin: 15px;
}
