/* @override 
	http://lloyd.origencreatives.com/assets/css/global.css
	http://thelloydsociety.org/assets/css/global.css
*/

header, section, article, footer {
	display: block;
}

body {
	font-family: Helvetica, Arial, Serif;
	font-size: 100%;
	line-height: 1.5em;
	background: #baddf1 url(../i/body_bg.jpg) top center repeat-x;
}


a {
	color: #005e98;
	text-decoration: none;
}

a:hover {
	color: #006fc1;
}

p {
	font-size: .85em;
	color: #555;
}


span.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, sans-serif;
}
#header_wrapper {
	background: url(../i/header_bg.jpg) top center repeat-x;
	height: 105px;
}

#header_wrapper #header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}

#header h1#logo {
	width: 213px;
	height: 156px;
	background: url(../i/logo.png) top left no-repeat;
	position: absolute;
	z-index: 10000;
	text-indent: -9999px;
}

#header h1#logo a {
	display: block;
	width: 213px;
	height: 156px;
}

#header ul#nav_main {
	float: right;
	clear: both;
	position: absolute;
	top: 55px;
	left: 280px;
}
#header li {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px 25px 20px;
}

#header ul#nav_main li.current, #subhead ul li.current a  {
	background: url(../i/nav_hover_bg.png);
}


#header ul#nav_main li a:hover {
	color: #e1f4fb;		
}

#header li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all;
	-webkit-transition-duration: .5s;	
}

#header form {
	float: right;
	clear: both;
	width: 304px;
	background: url(../i/search.jpg) no-repeat;
	height: 28px;
	padding: 8px 10px;
}

#header form input#search_box {
	float: left;
	width: 218px;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 5px 5px 6px 5px;
	background: #fff;
	background: rgba(255,255,255,0.1);
	display: block;
	margin: 0 10px 0 0;
	color: #fff;
}

#header form input#search_submit {
	background: url(../i/search_submit.jpg) top left no-repeat;
	width: 61px;
	height: 27px;
	text-indent: -9999px;
	border: none;
	display: block;
}

#content #sidebar form input#search_box {
	width: 180px;
	margin: 10px 30px 5px 30px ;
}

#content form input#search_box {
	float: left;
}
#content form input#search_submit {
	float: right;
	width: 100px;
}

#home #subhead_wrapper {
	background: url(../i/subheader_wrapper_bg.jpg) top left repeat-x;
}

#subhead {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

#subhead_wrapper {
	background: url(../i/subhead_wrapper_inner.jpg) top center repeat-x;
}

#about #subhead {
	height: 286px;
	background: url(../i/about_header.jpg) top center no-repeat;
}

#work #subhead {
	height: 286px;
	background: url(../i/work_header.jpg) top center no-repeat;	
}


#weblog #subhead {
	height: 286px;
	background: url(../i/weblog_header.jpg) top center no-repeat;	
}

#support #subhead {
	height: 286px;
	background: url(../i/support_header.jpg) top center no-repeat;	
}

#contact #subhead {
	height: 286px;
	background: url(../i/contact_header.jpg) top center no-repeat;	
}

#home #subhead h2 {
	font-size: 48px;
	position: absolute;
	top: 217px;
	width: 470px;
	left: 460px;
	z-index: 1000;
	background: url(../i/nav_hover_bg.png);
	color: #fff;
	padding: 20px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}

#home #subhead h2 em {
	font-style: italic;
	font-weight: normal;
	color: #dbedf8;
	display: block;
}

#subhead h2 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
	position: absolute;
	top: 90px;
	left: 70px;
}

#subhead ul {
	position: absolute;
	left: 310px;
	top: 90px;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
	font-weight: bold;
}
#subhead ul li {
	float: left;
	margin: 0 10px 0 0;
}


#subhead ul li a {
	color: #FFF;
	font-size: 14px;
	padding: 10px 20px 40px 20px;
	-webkit-transition: all;
	-webkit-transition-duration: .5s;
}

#subhead ul li a:hover {
	color: #f2fafd;
	background: url(../i/nav_hover_bg.png);
}
#content_wrap {
	margin: -150px auto 0;
	width: 960px;
	padding: 10px;
	background: url(../i/content_wrap_bg.png);	z-index: 1000;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 25px rgba(0,0,0,0.2);

	position: relative;
}

#content {
	background: #fff url(../i/inner_sidebar.jpg) top left no-repeat;
	overflow: auto;
}

#home #content {
	background-image: none;
}

#home #sidebar {
	float: right;
	width: 310px;
	background: url(../i/home_sidebar.jpg)  left -70px no-repeat;
}

#sidebar {
	float: left;
	width: 240px;
	position: relative;
	padding: 0 0 40px 0;
}

#sidebar h3 {
	color: #0f3b63;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 30px 30px 10px 30px;
}


#home #sidebar img {
	margin: 0 20px 10px 0;
	background: none;
	padding: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	border: none;
}
#sidebar img {
	margin: 30px 30px -20px 0px;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);	border: 1px solid #ccc;
}

#sidebar input.donate {
    display: block;
    width: 220px;
    height: 67px;
    text-indent: -9999px;
    text-align: left;
    padding: 0;
    background: url(../i/donate.jpg) top left no-repeat;
    margin: 30px 10px 10px 20px;
    border: none;
    cursor: pointer;
}

#sidebar input.donate:hover {
    background: url(../i/donate.jpg) bottom left no-repeat;
}

#sidebar ul#nav_third li a {
	padding: 10px 10px 10px 30px;
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #fff;
	line-height: 1.5em;
	-webkit-transition: all;
	-webkit-transition-duration: .5s;
}

#sidebar ul#nav_third li:first-child {
	border-top: 1px solid #eee;
}

#sidebar ul#nav_third li.current {
	border-top: none;
}

#sidebar ul#nav_third li:last-child {
	border-bottom: 1px solid #fff ;
}

#weblog #sidebar ul#nav_third li a {
	padding: 10px 30px;
}

#sidebar ul#nav_third li a:hover {
	background: rgba(224,232,236,0.5);
}

#sidebar ul#nav_third li.current {
	width: 255px;
}
#sidebar ul#nav_third li.current a {
	background: url(../i/nav_arrow.png) left center no-repeat;
	padding: 17px 30px 17px 30px ;
	color: #fff;
	line-height: 1em;
	border: none;
	text-shadow: 1px 1px 1px #000;
}

#cjhf {
	clear: both;
	margin: 20px 10px 20px 20px;
	overflow: auto;
	padding: 10px;
	background: url(../i/home_sidebar_pullouts_bg.png) bottom center repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#cjhf img {
	float: left;
	margin: 0 20px 0 0;
}

#sidebar h4#upcoming_events {
	text-indent: -9999px;
	width: 220px;
	height: 68px;
	background: url(../i/events_button.jpg) top center no-repeat;
	margin: 15px 0 30px 30px ;
}

#sidebar h4#upcoming_events:hover {
	text-indent: -9999px;
	width: 220px;
	height: 68px;
	background: url(../i/events_button.jpg) center -70px no-repeat;
	margin: 15px 0 30px 30px ;
}

#sidebar h4#upcoming_events a {
	display: block;
	height: 68px;
	width: 220px;
}


#sidebar h4#subscribe_rss {
	text-indent: -9999px;
	width: 220px;
	height: 66px;
	background: url(../i/subscribe.jpg) top center no-repeat;
	margin: 15px 0 0px 10px ;
}

#sidebar h4#subscribe_rss:hover {
	text-indent: -9999px;
	width: 220px;
	height: 66px;
	background: url(../i/subscribe.jpg) center -67px no-repeat;
	margin: 15px 0 0px 10px ;
}

#sidebar h4#subscribe_rss a {
	display: block;
	height: 66px;
	width: 220px;
}

#cjhf h4 a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #005e98;
	display: block;
	font-size: 14px;
}

#content #sidebar #cjhf p {
	margin: 0;
}
#home #sidebar h3 {
	font-size: 18px;
	color: #4faedd;
	font-style: italic;
	margin: 40px 50px 15px 30px;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

#home #sidebar p {
	font-size: 12px;
	margin: 0 50px 0 30px;
	line-height: 1.5em;
	color: #323232;
}

#sidebar p {
	font-size: .75em;
	margin: 0px 30px;
	line-height: 1.5em;
	font-family: Georgia;
	font-style: italic;
}

#sidebar h4 {
	margin: 0 0 10px 30px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #4faedd;
	line-height: 1.5em;

}

ul#social_media {
	margin: 0 0 0 30px;
}

ul#social_media li a {
	color: #005e98;
	text-decoration: none;
	padding: 3px 0 3px 35px;
	display: block;
}

ul#social_media li {
	margin: 0 0 5px 0;
	font-size: .8em;	
}

li.twitter {
	background: url(../i/social_icons.png) left -30px no-repeat;
}

li.fb {
	background: url(../i/social_icons.png) left 5px no-repeat;
}


#content_main {
	padding: 30px 80px 50px 80px;
	float: left;
	width: 560px;
}
#home #content_main {
	float: left;
	width: 630px;
	background: url(../i/content_main_home.gif) left top no-repeat;
	padding: 0;
}


#content_main img {
	float: left;
	margin: 0 30px 20px 0;
	padding: 3px;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);	
}
#content_main h2 {
	color: #005e98;
	font-size: 30px;
	line-height: 1.3em;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f2f2f2 ;
}
article {
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

#content_main article h2 {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#content_main h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .875em;
	color: #4faedd;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#home #content_main h2 {
	padding: 40px 40px 20px 40px;
	border-bottom: none;
	
}

#content_main p {
	line-height: 1.7em;
	margin: 0 0 10px 0;
	font-size: .8em;
}

#content_main ul {
	margin: 0 0 20px 0;
}

#content_main ul li {
	list-style: disc;
	margin: 0 0 10px 40px;
	color: #555;
}

#home #content_main p {
	margin: 0 40px 10px;
	font-size: 14px;	
}

/* @group People */

#people section, #events section {
	padding: 20px 0 20px 0;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}

#people section:first-child, #events section:first-child {
	border-top: none;
}
#people section img {
	padding: 3px;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);	
	margin: 0 30px 0 0;
}

#people section img:hover {
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.8);}

#people section p, #people section h3, #people section h4 {
	margin: 0 0 0 160px ;
}

#people section h3, #events section h3 {
	color: #005e98;
	font-family: Georgia, Times, serif;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}

#events section h3 {
	font-size: 1.3em;
}

#people section h3 span, #events section h3 span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #4faedd;
	display: block;
}

#events section h3 span {
	display: block;
}

#events section .meta, #work section .meta {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
	margin: 0 0 10px;
}

#work #content_main section .meta h4 {
	font-size: 12px;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
}

#work #content_main section .meta h4 strong {
	color: #4faedd;

}
#people section h4, #events section h4 {
	color: #005e98;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#events section h4 {
	color: #555;
	font-size: .8em;
	margin: 0;
}

#events section h4 strong {
	color: #4faedd;
	text-transform: uppercase;	
	font-size: .9em;	
}
#people section p, #events section p {
	line-height: 1.5em;
	font-size: .8em;
}

#work #content_main section div.abstract p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	padding: 0 20px;
	color: #7c7c7c;
}

#work section p em {
	font-style: italic;
}

/* @end */

#content_main #news {
	background: url(../i/news_bg.jpg) top center repeat-x;
	margin: 0 30px 020px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
}

#content_main #details {
		background: url(../i/news_bg.jpg) top center repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	margin: 20px 0;
	font-size: .92307692em;
	clear: both;
}

#content_main #details ul.tabs {
	background: #deeff7;
	overflow: auto;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-transform: uppercase;
}

#content_main #details ul.tabs li {
	float: left;
	font-size: 10px;
	margin: 0 20px 0 0;
	list-style: none;
}

#content_main #details ul.tabs li a.current {
	background: #145b8f;
	color: #fff;
	padding: 5px;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius:5px;
}


#details div.panes {
	padding: 15px 30px;
}

#details div.panes h3 {
	text-transform: none;
	font-family: Georgia, Times, serif;
	color: #005e98;
	font-size: 24px;
	margin: 0 0 20px 0;
	font-style: italic;
}

#details div.panes h4 {
	font-size: 18px;
	margin: 10px 0 10px 0;
	color: #005e98;
	
}

#details div.panes p {
	margin: 0 0 20px 0;
}

#content_main #news h2 {
	color: #4faedd;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../i/news_icon.png) 15px 30px no-repeat;
	padding: 35px 0 20px 60px ;
}


#home article {
	padding: 0 50px 30px 60px;
	border-bottom: none;
}

#content_main #news h3 a {
	color: #005e98;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-transform: none;
	font-family: Georgia, Times, serif;
	margin: 0 0 10px 0;
}

#content_main #news h3 a:hover {
	color: #6096b7;
}

#content_main #news article p {
	font-size: 12px;
	margin: 0;
	line-height: 1.5em;
}

#content_main #news article p a {
	text-decoration: none;
	color: #6096b7;
}

footer {
	width: 960px;
	margin: 20px auto;
	font-size: 11px;
	text-align: center;
}

footer h4 {
	font-size: 12px;
	color: #0a3d60;
	font-style: italic;
}

footer p {
	font-size: 11px;
	color: #021e31;
}
footer p a {
	padding: 0 10px;
}

#content_main p.pagination {
	text-align: right;
	font-weight: bold;
}

#content_main p.pagination a.tab {
	color: #64ccf3;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .8em;
	padding: 0 10px ;
}

div.comment_entry {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

#comment_form {
	margin: 20px 0;
}
.comment_label {
	width: 100px;
	float: left;
	font-size: 12px;
	text-align: right;
	margin: 0 0 20px 0;
}
input[type="text"], textarea {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	width: 430px;
	margin: 0 0 20px 0;
}

textarea {
	height: 150px;
}

div.comment_notify {
	clear: both;
	margin: -20px 0 0 120px;
}

input.comment_submit {
	margin: 0 0 0 120px;
}
