/*
/*
Theme Name: Strategic Complete | Kreitzer Sanitation
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-image: url(../../../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F7EF22;
}

#page {
	width: 960px;
	margin: 0px auto;
	background: #fff;
	padding: 0;

}


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:960px;
	height: 300px;
}

#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; 
	margin-bottom: 0px;/* STRATEGIC NOTE: translates into spacing above & below nav bar*/
	width: 960px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}


#nav{
	float: left;
	clear: both;
	width: 100%;
	background:	url(images/trans_nav.png);
	position: relative;
	z-index: 1000;
	list-style:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;/* STRATEGIC NOTE: translates into spacing below nav bar*/
	margin-left: 0;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-weight: bold;
}

#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:#fff;
	background:#333;
}
#nav li li {
	width:250px;
	text-align: left;
}
#nav ul a {
	color:#fff;
	line-height:24px;
}
#nav ul {
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:250px;
	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;
}

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

#wrapperWide {  /*STRATEGIC ADJUST this file and #contentWide to vary width of content*/
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	float: left;
	margin-bottom: 8px;
}

#wrapperOneSidebarLeft {  
	width: 560px;	;
	float: left;
	margin-bottom: 8px
}

#wrapperOneSidebarRight {  
	width: 550px;
	float: left;
}
#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: 880px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	min-height: 500px;
}

#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: 360px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

#sidebarFor2colRight{
	width: 370px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	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: 8px;
	margin-right: 8px;
}

/*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: 12px;

}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 450px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	font-size: x-small;
	clear: both;
}


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

h1, h2, h3, h4, h5 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	padding-bottom: 8px;
}

h3 {
	margin-top: 18px;	
}

h1 a {
	text-decoration: underline;
}


/*-------------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: #ffffff;
	margin-top: 10px;
	margin-bottom: 14px;
	font-weight: bold;	
	/*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: #F00;  /*STRATEGIC color widget title*/
	border-bottom: 1px solid #aaa; /*STRATEGIC line below each widget header*/
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	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
}