/*
Theme Name:   sdesign1 theme
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 *******************************/
#skip {
	position:absolute;
	left:-2000px;
	}
#skip:focus {
	left: 200px;
	}
		
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:#871323;
	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: #871323;
	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;
	}
	
div#news a.feed {
	position: absolute;
	left: 213px;
	top:0px;
	background-color:#fff;
	}
.newslist  {
	color:#4C4C4C;
	font-size:0.9em;

	}
#sectionContent.newslist ul li {
	padding: 2px 0 2px 20px;
	margin-left: 15px;
	list-style:disc;
	}
#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: #831121 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-red.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 {
	border:none;
	}
#sidebar a {
	color:#871323;
	display: block;
	padding: 9px 13px;
	text-decoration:none;
	background:url(img/redPointer.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:#C0293F;
	color:#fff;
	}
/* End header styles */


/* Footer Styling */


#footer { 

padding: 0 10px;
height: 79px;
font-size:0.7em;
color: #323232;
margin: 0 80px 0 183px;
position: relative;
}
#footerLogos {
	float:right;
	position: relative;
	top: 10px;
	right:-90px;
	}

#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:#871323;
	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: #871323;
	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;
	}	
input#s:hover, input#s:focus, input#s:active {
	background:url(img/searchBackFocus.png) no-repeat 0 0;
	color: #fff;
	}
#searchsubmit {
	position: absolute;
	top:-2px;
	right: -1px;
	padding: 2px;
	background:none;
	}
#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus {
	background-color: #C0293F;
	}
		
#cforms3form {
	width: 165px;
	padding:5px 0 15px 15px;
	}
 #sidebar .widgetcform h2 {
	padding: 10px 15px 0px 15px;
	}
#sidebar .widgetcform h2,#cforms3form,input, .downloads h2 {
	font-size:0.9em;
	color:#871323;
	}
#cforms3form.cform input#cf3_field_1, #cforms3form.cform input#cf3_field_2 {
	background:url(img/inputDropShadow.png) top left no-repeat;
	border: 1px solid #fff;
	margin-bottom: 5px;
	}
#sidebar .widget .curve #cforms3form.cform input.fldrequired:focus, #sidebar .widget .curve #cforms3form.cform input.fldrequired:active,  #sidebar .widget .curve #cforms3form.cform input.fldrequired:hover {
	border: 1px solid #871323;
	color:#871323 !important;
	}
#cforms3form.cform input#cf3_field_3:hover, #cforms3form.cform input#cf3_field_4:hover, #cforms3form.cform input#cf3_field_5:hover {
	background-color: #871323;
	}
	
#cforms3form li#li-3-1 label, #cforms3form li#li-3-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:#871323;
	color:#fff;
	font-size:0.8em;
	width: 90%;	
	padding:0;
	margin: 10px 0;
	float: none
	}
#sectionContent .entrytext div.cf_info {
	width: 715px;

	}
#sendbutton,#sendbutton2, #sendbutton3, #sendbutton4 {
	border:none;
	background:none;
	}
#sectionContent .entrytext div.failure, #sidebar .curve div.failure {
	background-color:#990000 !important;
	background-image:none !important;
	width:705px;
	}
#sidebar .curve div.failure {
width:152px;
}

#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 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;
	
}
#sidebar ul li.current_page_parent ul, #sidebar ul li.current_page_item ul { 
	margin-top:-8px;
	}

#sidebar ul li ul li {
	border:none;
	margin:0;
	padding:0;
	}
#sidebar ul li ul li > a {
	padding: 4px 13px;
	font-size: 0.8em;
	}

 
#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 p 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:2px 0;
	font-size:0.8em;
	color: #4C4C4C;
	}
	
/* 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: #116F8F;
	border: 1px solid #01A9E8;
	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: #01AAEB;
	border: 1px solid #116F8F;
	color:#000;
	}
.entrytext li {
	padding: 5px;
	list-style-type:disc;
	
	}
.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:#871323;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
#section .post h2 {
		font-size:1.5em;
		}
#section .post h3 {
	font-size:1.2em;
	padding-left:0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	}
#section .post h4 {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 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: #0C5872;
	}

.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;
	}
	
	
	#sidebar a#donateButton {

	background: none;

	}
	
	#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 p a {

	font-size:0.8em;

	color:#4C4C4C;

	background:none;

	padding:2px 2px 2px 20px;

	}



#downloads h2 {

	display:block;

	padding: 5px 5px 5px 20px;

	}

#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:0;

	font-size:0.8em;

	color: #4C4C4C;

	}

