/*
Theme Name:   sdesign1 theme
Theme URI:    http://www.sdesign1.com
Description:  An empty theme designed for 2 column layout.
Version:      0.1
Author:       sdesign1
Author URI:   http://www.sdesign1.com
*/

/* modest reset */

/*Start Reset standards */
html {
	z-index: -1000;
	}
body{
	padding:0;
	margin:0;
	font:100% Arial,Helvetica,Garuda,sans-serif;
	z-index: -100;
	
}
h1,h2,h3,h4,h5,h6,ul,li,em,pre,code{
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	
}
table{
	font-size:inherit;
	font:100% Arial,Helvetica,Garuda,sans-serif;
}
ul{
	list-style:none;
}
img{
	border:0;
}
p{
	margin:.5em 0;
}


.clear{
	clear:both
}

a:hover, a:focus, a:active {
	
	}
/******************* layout *******************************/

		
body {
	
	padding: 0;
	margin: 0;
	font-size: 101%; 
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	line-height:1.5em; 
	background-color:#F1F1F1;
	}

#page {
	text-align: left;
	width: 995px;
	margin: 0px auto;
	padding: 16px 0 0 0 ;
	position:relative;
	
	
	}
	
#content {
margin:0 0 0 192px;

}
.entrytext p {
	margin:0;
	}
#section .entrytext p {
	margin:0.5em 0;
	}
#innercontent {
padding: 0 0 0 5px;


}
/* news */
#news {
	
	position:absolute;
	top: 173px;	
	right: 15px;
	/*min-height:233px;*/
	height:14.5em;
	width:230px;
	background: url(/wp-content/themes/sdesign1/img/translucentBack.png) repeat;
	color:#528408;
	padding:15px 15px 0px 15px;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
#news h2 {
	margin-bottom: 10px;
	}
#news a {
	color: #528408;
	font-size:0.8em;
	text-decoration:none;
	}
#news a:active, #news a:focus, #news a:hover {
	text-decoration:underline;
	}
	
	
#news p {
	font-size:0.7em;
	color: #565656;
	}
#news p.catNewsLink {
	font-size:0.9em;
	margin:50px 0 0 0;
	float:left;
	
	position: relative;
	top: -2em;
	}

.newslist  {
	color:#4C4C4C;
	font-size:0.9em;

	}
#sectionContent.newslist ul li {
	padding: 2px 0 2px 20px;
	margin-left: 15px;
	list-style:disc;
	}
div#news a.feed {
	position: absolute;
	left: 213px;
	top:0px;
	background-color:#fff;
	}
	
#section .navigation.post, #section .newslist.post {
	min-height: 2em;
		}
body #page .shadow {
	background:url(img/access-bottom-shadow.png) no-repeat  5px 2.55em;
	padding-bottom:5px;
	overflow:visible;
		}

	
.accessMenu
{	
	position:relative;
	height: 1.3em;
	max-width:985px;
	margin:0 0 0 5px;
	background: #79B521 url(img/acc-tools-back.png) repeat-x top;
	z-index:1;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 0;
	overflow:visible;
}
.accessMenu ul#menu {
	
	margin: 0 10px 0 0;
	font-size:0.8em;	
	text-align: right;
	position:relative;
	top: -4px;
	z-index:10;
	}
.accessMenu ul#menu ul {
	background:none;
	border:none;
	display: inline;
	z-index:20;
	
	}
.accessMenu p {
	display: inline;
	z-index:30;
	}
.accessMenu .colorScheme img, .accessMenu .textSize img {
	position: relative;
		}
.accessMenu .colorScheme img {
	top: 5px;
}
.accessMenu .textSize img {
	top: 2px;
	}
.accessMenu ul#menu li {	
	display: inline;
	background:url(img/divider.png) no-repeat right;
	margin:0 ;
	z-index:40;
	position:relative;
	
	}

.accessMenu ul#menu li.first, .accessMenu ul#menu li ul.colorScheme li, .accessMenu ul#menu li ul.textSize li  {
	background:none;
	}
.accessMenu ul#menu a, .accessMenu ul#menu p {
	color:#fff;
	text-decoration: none;
	padding: 0  10px;
	z-index:50;
	}
.accessMenu ul#menu a:hover, .accessMenu ul#menu a:active, .accessMenu ul#menu a:focus {
	text-decoration:underline;
	}
.accessMenu ul#menu  li ul li a {
	padding: 0 3px;
	z-index:60;
	}


#header {
	height: 100px;
	position: relative;
	background:url(img/masthead-back.png) no-repeat;
	z-index:0;
}
/*************** sidebar menu *********************/

.menuShadow {
	background:url(img/panelShadow.png) no-repeat right bottom;
	padding: 0 4px 4px 0;
	margin: 5px 0 0 5px;
	}

	
#sidebar {
	width:192px;
	float:left;
	position:relative;
}
div.curve {
		/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#fff;
	border: 1px solid #fff;
	padding: 5px 0;
	}
#sidebar ul {
	background-color:#fff;
	}
#sidebar ul li {
	border-bottom: #EEF1F3 1px solid;
	}
#sidebar li.jpmcc_fold_pages_widget, #sidebar li.page-item-32 {
	border:none;
	}
#sidebar a {
	color:#528408;
	display: block;
	padding: 9px 13px;
	text-decoration:none;
	background:url(img/greenPointer.png) right 15px no-repeat;
	margin-right: 16px;
	
	}
#sidebar ul li ul li a {	
	background: url(img/arrow.png) 0 4px no-repeat;
}
#sidebar  li.page-item-32 a {
	padding-bottom: 1px;
	background-position: right 14px;
	}
#sidebar  li.page-item-4 a {
	padding-top: 1px;
	background-position: right 7px;
	}
h2, h3, h4, h5, h6 {
	padding-top: 0;
	margin-top:0; }



/* End Structure */

/* User styles */

.alignleft {
float: left;
margin-left: 0.5em;
margin-bottom: 0.5em; 
}
.alignRight {
float: right;  
margin-left: 0.5em;
margin-bottom: 0.5em;
}


/* Header styles */

#header h1 {

position: absolute;
top: 18px;
left:40px;
}

#header h1 a {
display: block;
}

#header p.subhead {
position:absolute;
top: 110px;
left: 105px;

}

#header p.siteMap {
position: absolute;
top: 0;
margin-left: -50px;
left: 15em;
}

#header  a {

}
#header p.siteMap a:hover, #header p.siteMap a:focus, #header p.siteMap a:active {

}
.skiplinks {
	position: absolute;
}
#header p a:focus, #header p a:hover, #header p a:active {
	
	}
input:focus,input:hover,input:active, textarea:focus, textarea:hover, textarea:active, select:focus, select:hover,select:active, form.cform input:focus, form.cform input:hover,  form.cform input:active,  form.cform textarea:focus,  form.cform textarea:hover,  form.cform textarea:active,  form.cform select:focus,  form.cform select:hover,  form.cform select:active {
	background-color:#B8E643;
	}
/* End header styles */


/* Footer Styling */


#footer {  

padding: 0 10px;
height: 79px;
font-size:0.7em;
color: #323232;
margin: 0 115px 0 180px;
position: relative;
}
#footerLogos {
	float:right;
	position: relative;
	top: 10px;
	right:-120px;
	}
#footer ul {
list-style:none;
margin: 0 ;
padding: 0 0 0 5px;

}
#footer ul li {
float: left;
padding-right:0.5em;
border-left: 1px solid #999;
padding-left: 0.5em;
margin-bottom: 0.5em;
}
#footer ul li.number {
	border:0px;
	
	}

#footer ul a:hover, #footer ul a:focus, #footer ul a:active {

}

#footer ul li.first {
border: none;
}

/* Content styling */

#introPanelShadow {
	background:url(img/introPanelShadow.png) right bottom no-repeat;
	padding: 0 2px 4px 2px;
	width: 789px;
	margin-top: 5px;
	}
#innercontent #HomeContent {
	background:#fff;
	width: 786px;
	color:#528408;
	position:relative;
	}
#innercontent #HomeContent p {
	margin: 0 200px 0 20px;
	}
#readMore {
position: absolute;
right: 20px;
bottom: 10px;
}

ul#homePanels {
	margin: 5px 0 0 197px;

	}


ul#homePanels  li {
	float: left;
	width:245px;
	height: 170px;
	position:relative;
	z-index:10;
	list-style:none;
	/*margin-right:9px;*/
	padding:4px 0 8px 12px;
	/*font-weight:bold;*/
	margin:0 0 0 11px;
	
	}

ul#homePanels  li.emp {	
	margin-left: 0px;

	}
#homePanels li img {
	position:absolute;
	top:0;
	left:0;
	z-index: -5;
	}
#homePanels li a {
	text-decoration:none;
	color: #145A06;
	font-size: 1.2em;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
/* link styles */

a:hover, a:active, a:focus {
text-decoration: none;
}

#content a:hover, #content a:focus, #content a:active {

}


/* Begin Images */


img.centered {
	display: block;
	margin: 0 auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

/* End Images */




 /*Begin Form Elements */

#searchform {
	position: absolute;
	top:30px;
	right: 30px;
	z-index: 1;
	}
#searchform label {
	position: absolute;
	left: -2000px;
	}
#s {
	position: absolute;
	top:0px;
	right: 100px;
	height: 20px;
	padding: 7px 5px;
	width: 240px;
	border:none;
	background:url(img/searchBack.png) no-repeat 0 0;
	}	
#s:hover, #s:focus, #s:active {
	background:url(img/searchBackFocus.png) no-repeat 0 0;
	}
#searchsubmit {
	position: absolute;
	top:-2px;
	right: -1px;
	padding: 2px;
	background:none;
	}
#searchsubmit:hover {
	background-color: #B8E643;
	}
#cf4_field_2 {
	position:relative;
	left: 12px;
	}
#cforms2form {
	width: 165px;
	padding:5px 0 15px 15px;
	}
 #sidebar .widgetcform h2 {
	padding: 10px 15px 0px 15px;
	}
#sidebar .widgetcform h2,#cforms2form,input, .downloads h2 {
	font-size:0.9em;
	color:#528408;
	}
#cforms2form.cform input#cf2_field_1, #cforms2form.cform input#cf2_field_2 {
	background:url(img/inputDropShadow.png) top left no-repeat;
	border:1px solid #fff;
	margin-bottom: 5px;
	}
#sidebar .widget .curve #cforms2form.cform input.fldrequired:focus, #sidebar .widget .curve #cforms2form.cform input.fldrequired:active, #sidebar .widget .curve #cforms2form.cform input.fldrequired:hover {
	border: 1px solid #B8E643;
	}
#cforms3form.cform input#cf2_field_3:hover, #cforms2form.cform input#cf2_field_4:hover, #cforms2form.cform input#cf2_field_5:hover {
	background-color: #B8E643;
	}
	
#cforms2form li#li-2-1 label, #cforms2form li#li-2-2 label {
	position:absolute;
	left:-1000px;
	overflow:hidden;
	height:1px;
	}
.cf-after {
	color: #4C4C4C;
	font-size:0.85em;
	}
#sectionContent .entrytext div.cf_info, #sidebar .curve div.cf_info {
	background-color:#B8E643;
	color:#000;
	font-size:0.8em;
	width: 90%;
	margin: 10px 0;
	padding:0;
	float: none;
	}
#sectionContent div.entrytext form.cform input, #sectionContent div.entrytext form.cform textarea {	
	position:relative;
	left:20px;
	}
#sectionContent div.entrytext form.cform .sendbutton {
	left:5px;
	}
#sectionContent div.entrytext form.cform p.cf-sb {
	width: 50%;
	}
#sectionContent div.entrytext form.cform {
	display:block;
	}
#sectionContent div.entrytext label {
	position: relative;
	
	}	
#sectionContent div.entrytext li {
		position: relative;
		}
#sectionContent div.entrytext span.reqtxt, #sectionContent div.entrytext span.emailreqtxt {
	position:absolute;
	top:3px;
	left:100px;
	}

/* Sidebar */

	/* hides unwanted wordpress generated header in nav bar */
#sidebar h2 {
display: none;
}
#sidebar .widgetcform h2 {
	display: block;
	}
#sidebar form {
	margin: 0;
	position:relative;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul {
	padding: 5px 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-right:0;
	}
		
#sidebar ul a {
	display: block;
	}	
#sidebar ul a:hover, #sidebar ul a:focus, #sidebar ul a:active {
	text-decoration:underline;
	}
#sidebar ul li ul {
	margin: 0 0 0 20px;
	font-size: 0.8em;
}

#sidebar ul li ul li {
	border:none;
	margin:0;
	padding:0;
	}
#sidebar ul li ul li a {
	padding: 4px 13px;
	}
#sidebar .downloads p {
	margin:0;
	padding:0;
	}
#sidebar .downloads  a {
	font-size:0.8em;
	color:#4C4C4C;
	background:none;
	padding:2px 2px 2px 20px;
	}
 


#sidebar .downloads h2 {
	display:block;
	padding: 5px 5px 5px 20px;
	}
#sidebar .downloads ul {
	padding: 0 0 0 59px;
	background:url(img/pdf.png) 10px 5px no-repeat;	
	}
#sidebar .downloads ul li {
	border:none;
	}
#sidebar .downloads ul li a {
	padding:4px 0 4px 0;
	font-size:0.8em;
	color: #4C4C4C;
	background-position:right 9px;
	}
	
/* End Sidebar */


/* Sitemap Page */

/* This removes the unwanted h2 heading from the Sitemap page */
.ddsg-wrapper h2 {
display: none;
}
.ddsg-wrapper h4 {
	display: inline;
}
.entrytext ul {
	margin-left: 15px;
	}
.entrytext .ddsg-wrapper ul {
	margin-left:0;
	}
.entrytext .azindex ul  {
	margin-left: 5px;
	}
.entrytext .azindex ul  h3 {	
	margin-left:0;
	position:relative;
	left:-10px;
	}
.entrytext .ddsg-wrapper ul li,.entrytext .azindex ul li {
	list-style-type:none;
	
	}
.entrytext .ddsg-wrapper ul li ul li, .entrytext .azindex ul li ul li {
	list-style-type:disc;
	}
/* course index */

ul.azlinks {
	height: 2em;
	margin-left:0;
	
	}
ul.azlinks	li {
	list-style-type:none;
	float: left;
	text-align:center;
	padding-left:0;
	}
ul.azlinks	li a{
	display: block;
	background-color: #106402;
	border: 1px solid #B8E643;
	padding: 5px;
	min-width: 15px;
	color:#fff;
	text-decoration:none;
	}		
ul.azlinks	li a:hover, ul.azlinks	li a:active, ul.azlinks	li a:focus {
	background-color: #B8E643;
	border: 1px solid #106402;
	color:#000;
	}
.entrytext li {
	padding: 5px;
	list-style-type:disc;
	line-height: 1.3em;
	
	}
.ddsg-wrapper li li{
	margin-left:20px;
	margin-top: 5px;
	font-size:0.9em;
	}
#section .ddsg-wrapper  p.credits {
	font-size: 0.7em;
	margin-top: 20px;
	
	}
/* section styles */

#sectionHeader {
	background:url(img/defaultSectionHeader.jpg) 0 0 no-repeat;
	width:790px;
	height:165px;
	padding: 7px 4px 6px 6px;
	}
#sectionHeader p {
	margin:0;
	padding:0;
	}
#sectionHeader p img {
	height: 162px;
	width: 783px;
	}

#section .post h2, #section .post h3, #section .post h4 {
	color:#5E8C18;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
#section .post h2 {
		font-size:1.5em;
		}
#section .post h3 {
	font-size:1.2em;
	margin: 8px 0;
	padding-left:0;
	}
#section .post h4 {	
	margin: 8px 0;
}	
#section .post {
	margin: 11px 7px 11px 5px;
	padding: 25px ;
	background-color:#fff;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 23.8em;
	
	}
.home_page	.entrytext{
	min-height: 17.1em;

	}
#section .entrytext{
	margin-top: 20px;
	color:#4C4C4C;
	font-size:0.9em;

	}
/* comments */
#commentform {
		padding-bottom:10px;
		}
#respond, #commentform p {
	color:#4C4C4C;
	font-size:0.9em;
	margin-left: 5px;

	}
#commentform textarea {
	width: 782px;
	}
h3#respond {
	clear:both;
	color: #5E8C18;
	}

.home_page .entrytext img {
	min-height:275px ;
	/*height: 17em;*/
	}

/* search */

#section .post.search {
	min-height:6.5em;
	}
#section .post.search .pagetitle {
	padding-bottom: 20px;
		}
#section .post.search h3 {
	padding-top: 10px;
	}
#section .post.search .entry { 	
	font-size:0.8em;
	}	
#section .post.search .entry br {
	display: none;
	}
	
	
		

		#amount {

	position: absolute;

	top: -5px;

	left: 200px;

	}

	

 #page p#mo, #page p#am, #page p#mon, #page p#ta, #page p#tatwo {

	margin: 0;

	line-height: 1.1;

	}

	

	#page p#am {

	position: relative;

	margin-bottom: 20px;

	}

	

	#page p#mon {

	margin-bottom: 30px;

	}

	

	#page p#tatwo {

	margin-bottom: 30px;

	}

	

 #page #section .entrytext p label {

	margin: 0;

	}

	

	#page #cformsform #donate {

	margin-top: 10px;

	}

	

	#sidebar a#donateButton {

	background: none;

	}
	
/*cforms5*/
#cforms5form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#ffffff;
}

#cforms5form legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: -22px;
	color:#5E8C18;
	letter-spacing:1px;

}

#cforms5form label {
	width: 110px;
	letter-spacing:1px;
}

#cforms5form input {
	width: 550px;
}

#cforms5form label span {
	display: inline;
}

#cforms5form textarea {
	width:670px;
}

#sectionContent div.entrytext #cforms5form span.reqtxt, #sectionContent div.entrytext #cforms5form span.emailreqtxt{
	left: -8px;
	position: relative;
	margin-right: -5px;
	font-weight: bold;
	color: #F00;
	top:0px;!important
}

#sectionContent div.entrytext #cforms5form input, #sectionContent div.entrytext #cforms5form textarea {
	left: 0px;
}

#cforms5form ol.cf-ol li.textonly {
	text-align:left;
!important
	width: 600px; !important
	font-size: 1.0em; !important
; 		font-size: 70%;
	padding-right: 60px;
	padding-left: 120px;
	background-color:#ffffff;!important
}

#cforms5form .cf-box-title {
	font-weight: normal;
	padding: 0px;
	width: 110px;
	text-align:right;
}
#cforms5form .cf-box-b {
	font-weight: normal;
	padding: 0px;
	width: 50px;
	
}
#cforms5form #li-5-16, #cforms5form #li-5-19, #cforms5form #li-5-22, #cforms5form #li-5-23, #cforms5form #li-5-25 {
	width: 600px;
	text-align:left;
	padding-top:20px;
}

#cforms5form #label-5-18, #cforms5form #label-5-20 {
	width:600px;
	text-align:left;
	padding-bottom:10px;
}
#cforms5form #label-5-21 {
	width: 390px;
	text-align:left;
	padding-top:20px;	
}
#cforms5form #label-5-22 {
	width:160px;
	text-align:left;	
}
#cforms5form #label-5-23 {
	width:330px;
	text-align:left;	
}
#cforms5form #label-5-24 {
	width: 440px;
	text-align:left;
	padding-top:20px;	
}
#cforms5form #label-5-25 {
	width: 390px;
	text-align:left;
}
#cforms5form #cf5_field_21, #cforms5form #cf5_field_24 {
	width: 100px;
	margin-top:20px;
}
#cforms5form #cf5_field_26, #cforms5form #cf5_field_27 {
	text-align: left;
	width: 10px;
	margin-top:22px;
}
#cforms5form #label-5-26, #cforms5form #label-5-27 {
	width:600px;
	margin-top:20px;
}
#cforms5form #sendbutton5 {
	height: 26px;
	width: 60px;
	margin-top:-10px;
	margin-bottom:20px;
	margin-left:-106px;
}
#cforms5form #label-5-16 {
	width:380px;
	text-align:left;
}
#cforms5form #label-5-19 {
	width:290px;
	text-align:left;
}
#cforms5form select {
	width:auto;!important
	margin-left:10px;!important
	}
