/*
/*
Theme Name: Strategic Complete | ISCEBS-Philadelphia
Theme URI: http://www.strategicdesignassociates.com 
Version: 1.0
Tags: fixed width, one, two or three columns, widget ready for multiple custom sidebars
Author: D. Marceau |Strategic Design Associates
Author URI: http://StrategicDesignAssociates.com/
*/

*{
	margin:0;
	padding:0;
}

html {
}

body {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	background-color: #C3B59B;
}

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0;
	height: 100%;
	background-image: url(../../../images/bg_content.jpg);
	
}


a, a:link, a:active, a:visited {
	text-decoration:none;
	color: #666;
	list-style-type: square;
}
a:hover {
	text-decoration:bold;
}
p {
	margin:0 0 10px;
}

#header { /* STRATEGIC NOTE: additional header specs in function.php */
	width:900px;
	height: 216px;
}

#header img {
	display: block;  /* STRATEGIC NOTE: 3 lines center img in div */
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;

}
.description { /* STRATEGIC NOTE: tagline disabled in theme/header.php*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px; /* STRATEGIC NOTE: spacing above nav bar*/
	margin-bottom: 0px; /* STRATEGIC NOTE: spacing below nav bar*/
	width: 900px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}


#nav{
	height:39px; /*STRATEGIC px height of img*/
	float: left;
	clear: both;
	width: 100%;
	/*background:	url(images/nav.png);*/
	position: relative;
	z-index: 1000;
	background-image: url(../../../images/bg_nav.jpg);
	background-repeat: no-repeat;
	list-style:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-weight: bold;
	padding-left: 60px;/*STRATEGIC moves nav links to right*/
	padding-top: 14px;/*STRATEGIC postions nav links vertically over bg_nav img*/
}

#nav li {
	float:left;
	padding:0;
	margin:0;
	color: #D6D6D6;
}
#nav li a {
	display:block;
	line-height:24px; /*STRATEGIC overall height of the nav bar*/
	padding:0 14px;
	color:#fff;
	text-decoration:none;
}

#nav li a:hover {
	color:#132869;/*STRATEGIC determines color of hover link font*/
	background-color: #C3B59B;/*STRATEGIC determines color of hover bg*/
}
#nav li li {
	width:430px; /*STRATEGIC width of dropdown menu - 1 of 2*/
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}
#nav ul a {
	color:#fff;
	line-height:24px;
}
#nav ul { 
	position:absolute;
	z-index:400;
	top:auto;
	list-style:none;
	display:none;
	width:430px; /*STRATEGIC width of dropdown menu - 1 of 2*/
	list-style:none;
	text-align:center;
	background:url(images/trans_nav_ul.png) repeat left top transparent !important;
	/*background:#A8A596;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#nav ul ul {
	top:0;
	left:100%;
}
#nav li:hover, #nav li.sfhover {
	color:#A8A596;
	background:#333;
	cursor:pointer;
	z-index:100;
}
#nav li:hover ul ul, #nav li li:hover ul ul, #nav li li li:hover ul ul, #nav li li li li:hover ul ul, #nav li.sfhover ul ul, #nav li li.sfhover ul ul, #nav li li li.sfhover ul ul, #nav li li li li.sfhover ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	display:block;
}

/* STRATEGIC styling for Breadcrumb Trail by justintadlock.com -requires widget - php in template/page.php line#7 - soo NOTES Plugin page
<?php if ( function_exists( 'breadcrumb_trail' ) ) breadcrumb_trail(); ?>
*/
.breadcrumb {
	font-size: 8pt;
	padding-left: 12px;
}

.breadcrumb a:hover{
	text-decoration: underline;
}
 	
.breadcrumb-trail {
	/* This is the inner 'div' you can style */
	}



#wrapper {  /*STRATEGIC for width of main c0ntent in 3 column format */
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	float: left;
	margin-bottom: 8px
}

#wrapperWide {  /*STRATEGIC alt template for full width / no widget pages*/
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	float: left;
	margin-bottom: 8px;
}

#wrapperOneSidebarLeft {
	width: 560px;
	float: right;
	margin-bottom: 8px;
	padding-right: 22px;
}

#wrapperOneSidebarRight {
	width: 540px;
	float: left;
	margin-left: 40px;
}
#content {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	min-height: 500px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 40px;
}

#contentWide {  /* STRATEGIC ADJUST for variety of page dimensions*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 730px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	min-height: 500px;
}

/*STRATEGIC code added for PayPal on events pages 08-10*/
#paypalContainer{ 
	width: 450px;
}

#paypalContainer form {
	width: 200px;
	float: left;
	padding-top: 0px;

}
#paypalContainer img{
	margin: 0px;
	padding: 6px;
}
/*END STRATEGIC code added for PayPal on events pages*/

#contentOneSidebarLeft {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	min-height: 500px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;

}

#contentOneSidebarRight {
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 50px;
	min-height: 500px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;

}
.content a {
	color: #000;
}

#sidebarFor2colLeft{
	width: 250px;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 20px;
	float: left;

}

#sidebar_eventsCalendar {/*STRATEGIC - Calendar widget overlay-refer to .widget below for 'transparent' bg*/
	position: relative;
	text-align: center;
	background-image: url(../../../images/img_oldnote_sq.jpg);
	padding-top: 14px;
	height: 260px;
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
}
#sidebar_eventsCalendar ul{ /*STRATEGIC - css to creat space between event dates in Upcoming Events calendar 08-10*/
	padding-bottom: 14px;
	font-weight: bold;
	}

#sidebar_linkedin {
	text-align: center;
	/*border: thin double #999;*/
	margin-top: 0px;

}


#sidebarFor2colRight{
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 50px;
	float: right;
}


/*STRATEGIC NOTE change left to right to float both sidebars to right ALSO: edit #content*/
#sidebar-lt {     /*for 3 column-content center - also see #sidebar-rt*/
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 2px;
	padding-right: 6px;
}

/*STRATEGIC change right to left to float both sidebars to right*/
#sidebar-rt {   /*for 3 column-content center - also see #sidebar-lt*/
	float: right; 
	width: 180px;
	margin-top: 0px;
	margin-right: 28px;

}

#footer {
	clear:both;
	height:87px;
	width:900px;
	background-color: transparent;
	background-image: url(../../../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#footer p {
	color: #C3B59B;
	text-align:center;
	font-size:.9em;
	line-height:1.5em;
	padding-top: 16px;

}


/*-------------Headings-------------*/

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size:1.8em;
	text-align:center;
	padding:21px 0 5px 20px;
}
h2 {
	font-size:1.2em;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #132869;
}
h3, h4 {
	font-size:1.2em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-bottom: 8px;
	color: #132869;	
}
h5 {
	font-size:1.1em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0px;
	color: #C3B59B;	
}




/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
}

.post {
	padding: 10px;
	text-align: left;
	color: #000;
}

.post p {
	color: #000;
}

.post h3 {
	color: #000;
}

.post a {
	color: #000;
}

.post ul {
	margin: 7px;
	padding: 0px;
}

.post li {
	color: #8D8D8D;
}

.post ol {
	color: #666;
}

.entry {

}


.entrytext .postmetadata {
	font-size: small;
}

.postmetadata alt {
	font-size: small;
}

.postmetadata a {
	text-decoration: none;
}

.navigation {

}

.alignleft {  /*STRATEGIC styles imgaes in content based on selections in WP Admin>pages*/
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	
}

.alignright {
	float: right;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 0px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #404040;
	padding: 2px;
}

cite {

}

a img {
	border: 0;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

.widget {
	background: transparent;
	margin-top: 0px;
	margin-bottom: 14px;
	font-weight: bold;
	padding-left: 8px;	/*border: 1px solid #ccc;*/
}

#sidebar-lt ul, #sidebar-rt ul {
	margin: 1px;
	padding-left: 7px;
}

#sidebar-lt ul h2, #sidebar-rt ul h2, .widget-title {
	/*background: #efefef;*/
	color: #132869;  /*STRATEGIC color widget title*/
	/*border-bottom: 1px solid #aaa; STRATEGIC line below each widget header*/
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar-lt ul li, #sidebar-rt ul li, #sidebarFor2colLeft ul li, #sidebarFor2colRight ul li {
	list-style-type: none;/*STRATEGIC list item bullet style*/
	list-style-image: none;
	padding-top: 3px; /*STRATEGIC list item spacing*/
	padding-bottom: 3px;
}

#sidebar-lt ul ul, #sidebar-rt ul ul {

}

#sidebar-lt ul ul li, #sidebar-rt ul ul li {

}

#sidebar-lt ul ul ul, #sidebar-rt ul ul ul {

}

#sidebar-lt p, #sidebar-rt p, .textwidget {
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}

#sidebar-lt a, #sidebar-rt a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #666;
	text-decoration: underline;
}

#sidebar-lt a:visited, #sidebar-lt a:visited {
	color: #666;
	text-decoration: none;
}



/*--------------Comments--------------*/

ol.commentlist, .replytext, small {
	color: #8D8D8D;
}

ol.commentlist li {
	color: #8D8D8D;	margin-left: 30px;
}


ol.commentlist li.alt {
	color: #8D8D8D;
	background-color: #F7F7F3;	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;

}

ol.commentlist a, .replytext a {
	color: #000;


}

small.commentmetadata {
	color: #ff0000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-------------*/

#searchform {
	padding: 5px;
}

#searchform input {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {
	width: 100%;
	margin-top: 6px;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

img#wpstats {
	display:none
}