/*
Theme Name: Demand TSS
Theme URI: http://www.demandtss.com
Description: Modified from the original WordPress theme.
Version: 1.5
Author: Darek Jansen (Thanks to Michael Heilemann)

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by DDM Marketing & Communications || http://www.teamddm.com
*/



/* -------------- standard tags for basic/global functionality -------------- */
/* begin */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	}

ol, ul, dl, dd {
	position: relative;
	}

.fileDetails {
	font-size: 10px;
	color: #555;
	}

.hidden {
	display: none;
	}

.warning {
	color: red;
	}

.ERROR {
	/*	display: none;    /* prevents flagged ERRORs from being visible on front end */
	color: #FF00FF;
	background: #FFEEFF;
	}

.clearLeft {
	clear: left;
	}

.clearRight {
	clear: right;
	}

.clearBoth {
	clear: both;
	}

/* end */










/* -------------- basic parts -------------- */
/* begin */
body {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	}

h2 {
	padding: 0 0 10px;
	color: #5A5C5E;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	}

h1 {
	color: #235937;
	padding: 8px 0 4px;
	font-size: 16px;
	}

h3 {
	padding: 4px 0 2px;
	font-size: 12px;
	}

h4 {
	padding-top: 0;
	}

h5 {
	padding-top: 0;
	}

h6 {
	padding-top: 0;
	}

p {
	padding: 0 0 10px;
	}

/* !! */
.pod li {
	margin-left: 2em;
	}

dl {
	margin-bottom: 10px;
	}

dt {
	font-weight: bold;
	}

dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
	}

blockquote {
	margin: 0 20px 0;
	}

form {
	display: inline;
	}

a:link, 
a:visited {
	text-decoration: none;
	color: #2b6e44; /* link green */
	}

a:hover, 
a:active {
	color: #B93E04; /* orange */
	text-decoration: underline;
	}

.page {
	position: relative;
	width: 860px;
	margin: 0 auto 0;
	text-align: left;
	}

/* end */




/* -------------- SECTION: content -------------- */
/* begin */

#headline {
	z-index: 20;
	position: relative;
	text-align: center;
	color: white;
	background: url(http://www.demandtss.com/includes/files/base/images/body-Bg.gif) 50% 0 repeat-x #235937; /* green (stripes) */
	}

	#headline a:link,
	#headline a:visited {
		color: #bbb;
		}
	#headline a:hover {
		color: white;
		}

	#headline h1 {
		padding: 10px 0 0;
		margin: 0;
		color: white;
		font-weight: bold;
		}
		#headline h1 a:link,
		#headline h1 a:visited {
			color: white;
			}

	#headline .page {
		position: relative;
		padding: 4px 0;
		width: 860px;
		margin: 0 auto;
		}
		#headline .page #photo {
			z-index: 100;
			position: relative;
			float: left;
			margin-top: -42px;
			margin-right: 30px;
			}
			#headline .page #photo p {
				padding: 0;
				}

/* end */










/* -------------- SECTION: content -------------- */
/* begin */

#content {
	z-index: 30;
	position: relative;
	}
	#content .page {
		margin-top: 16px;
		}

#main {
	position: relative;
	float: left;
	width: 860px;
	padding-bottom: 24px;
	background: white;
	}

.right {
	position: relative;
	float: right;
	padding-top: 8px;
	width: 636px;
	}

.left {
	position: relative;
	float: left;
	margin: -16px 16px 0 0;
	padding: 0 10px 10px;
	width: 188px;    /* max 224 */
	background: #dedbda;    /* light grey background */
	}
	.left h2 {
		padding: 3px 10px 0;
		margin: 16px -10px 10px;
		color: white;
		font-weight: bold;
		font-size: 14px;
		height: 19px;    /* 38 */
		margin-bottom: 10px;
		background: url(http://www.demandtss.com/includes/files/base/images/callout-hdr-Bg.gif) left bottom no-repeat;
		}



	.left #nSecondary {
		position: relative;
		margin-top: -16px;
		padding: 26px 10px 10px;
		font-size: 11px;
		background: #dedbda;    /* light grey background */
		}
	.left ul {
		list-style: none;
		}
			.left ul ul li {
				padding: 0 0 15px 0;
				margin: 0 0 .5em 0;
/*				line-height: 1em; */
				border-bottom: 1px dotted #666;
				}

			.left ul li a:link,
			.left ul li a:visited {
				color: black;
				}

/* end */










/* -------------- SECTION: header -------------- */
/* begin */
#header {
	z-index: 50;
/*	position: absolute;
	top: 0;
	left: 0;*/
	position: relative; 
	width: 100%;
	}
	#header .page {
		height: 142px;
		width: 860px;
		margin: 0 auto;
		font-size: 11px;
		line-height: 16px;
		}
	#header #nConstant {
		z-index: 900;
		position: absolute;
		top: 0;
		right: 0;
		}
		#header #nConstant a:link,
		#header #nConstant a:visited {
			color: #75766C;    /* dark olive */
			}
		#header #nConstant a:hover,
		#header #nConstant a:active {
			text-decoration: none;
			color: #235937;    /* green */
			}
		#header #nConstant .current a:link,
		#header #nConstant .current a:visited {
			font-weight: bold;
			}

	#header #nConstant ol {
		float: left;
		list-style: none;
		}
		#header #nConstant ol li {
			list-style: none;
			float: left;
			padding: 20px 6px 0;
			border-left: 1px dotted #CCC;
			}

		#header #nConstant ol.number {
			float: left;
			}
			#header #nConstant ol.number li {
				float: left;
				padding: 18px 26px 0;
				font-size: 1.6em;
				color: #235937;    /* green */
				border: none;
				}

	#header #nPrimary {
		position: absolute;
		top: 109px;
		left: 142px;
		text-transform: uppercase;
		}
		#header #nPrimary ol {
			list-style: none;
			}
			#header #nPrimary ol li {
				list-style: none;
				float: left;
				width: auto;
				}
				/* normal */
				#header #nPrimary ol li a:link,
				#header #nPrimary ol li a:visited {
					display: block;
					float: left;
					color: #75766C;    /* dark olive */
					text-decoration: none;
					background: url(http://www.demandtss.com/includes/files/base/images/nPrimary-a-Bg.gif) left 0 no-repeat;
					}
				#header #nPrimary ol li a span {
					display: block;
					float: left;
					padding: 8px 16px 0 8px;
					margin-left: 8px;
					height: 25px;    /* 33 */
					background: url(http://www.demandtss.com/includes/files/base/images/nPrimary-a-span-Bg.gif) right 0 no-repeat;
					}
					#ie6 #header #nPrimary ol li a span {
						margin-left: 4px;
						}


				#header #nPrimary ol li.last a:link,
				#header #nPrimary ol li.last a:visited {
					color: white;
					background-position: left -130px;
					}
					#header #nPrimary ol li.last a span {
						background-position: right -130px;
						}


					/* hover */
					#header #nPrimary ol li a:hover,
					#header #nPrimary ol li a:active,
					#header #nPrimary ol li.last a:hover,
					#header #nPrimary ol li.last a:active {
						color: #235937;    /* green */
						text-decoration: none;
						background-position: left -65px;
						}
						#header #nPrimary ol li a:hover span,
						#header #nPrimary ol li a:active span {
							color: #235937;    /* green */
							background-position: right -65px;
							}
					
					/* current */
					#header #nPrimary ol li span.current a:link,
					#header #nPrimary ol li span.current a:visited {
						color: white;
						background-position: left -195px;
						}
						#header #nPrimary ol li span.current a:link span,
						#header #nPrimary ol li span.current a:visited span {
							color: white;
							background-position: right -195px;
							}
					
					/* current hover */
					#header #nPrimary ol li span.current a:hover,
					#header #nPrimary ol li span.current a:active {
						color: #235937; /* green */
						background-position: left -65px;
						}
					
					#header #nPrimary ol li span.current a:hover span,
					#header #nPrimary ol li span.current a:active span {
						color: #235937; /* green */
						background-position: right -65px;
						}

	#header #logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 100px;
		margin-right: 8px;
		}

/* end */










/* -------------- SECTION: footer -------------- */
/* begin */

#footer {
	z-index: 40;
	position: relative;
	clear: both;
	padding-top: 10px;
	color: #A0A294;    /* olive */
	text-align: center;
	background: #efefef;    /* very light grey */
	border-top: 3px solid #d1d1d1;    /* light grey */
	}
	#footer a:link,
	#footer a:visited {
		color: black;
		}
	#footer a:hover {
		color: #E7E8E4;    /* light grey green */
		}

/* end */










/* -------------- CMS Front/Admin crossover styles -------------- */
/* begin */
.alignLeft {
	float: left;
	}

.asset.alignLeft {
	margin-right: 8px;
	}

#extra .asset.alignLeft {
	margin-left: -8px;
	margin-right: 8px;
	}

.alignRight {
	position: relative;
	float: right;
	}

.asset.alignRight {
	margin-left: 8px;
	}

.alignCenter,
.alignCenter img {
	display: block;
	margin: 0 auto;
	}

span.caption {
	display: block;
	padding: 2px 0 4px;
	font-size: 10px;
	font-style: italic;
	}

/* end */

















#left {
}

#main {
}

.widecolumn {
	line-height: 1.6em;
}
	.widecolumn .attachment {
		text-align: center;
		margin: 5px 0px;
	}
	.widecolumn .smallattachment {
		text-align: center;
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
	}
	.narrowcolumn .entry,
	.widecolumn .entry {
		line-height: 1.4em;
		}
		.widecolumn .entry p {
			font-size: 1.05em;
			}
.narrowcolumn {
}
	.narrowcolumn .postmetadata {
		clear: both;
		font-size: 95%;
/*		text-align: center;*/
		}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


	h2.pagetitle {
	/*	font-size: 1.6em;
	*/	}




#wp-calendar caption,
cite {
	text-decoration: none;
	}

/*.entry p a:visited {
	color: #b85b5a;
	}
*/
.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	.commentlist p {
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
		}
	.commentlist li {
		font-weight: bold;
		}
	.commentlist cite,
	.commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 1.1em;
		}

.commentmetadata {
	font-weight: normal;
	}


small,
.nocomments,
.postmetadata,
blockquote,
strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym,
abbr,
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
}

body #page {
	border: 0px solid red;
	background: none;
}

#header {
}
	#header h1 {
		padding-top: 20px;
	}


.post {
	clear: left;
	margin: 0 0 40px;
/*	text-align: justify; */
	}
	.post hr {
		display: block;
		}
	.widecolumn .post {
		margin: 0;
		}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}



.postmetadata {
	clear: left;
}

#footer {
}
	#footer p {
	}
/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before,
#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
	.entry ol li {
		margin: 0;
		padding: 0;
	}

.postmetadata ul,
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul {
}
	#sidebar ul li {
		list-style-type: none;
		list-style-image: none;
		margin-bottom: 15px;
	}
	#sidebar ul p,
	#sidebar ul select {
		margin: 5px 0 8px;
		}
/*		#sidebar ul ul,
		#sidebar ul ol {
			margin: 5px 0 0 10px;
			}*/
			#sidebar ul ul ul,
			#sidebar ul ol {
				margin: 0 0 0 10px;
				}
	ol li,
	#sidebar ul ol li {
		list-style: decimal outside;
		}
		
		#sidebar ul ul li,
		#sidebar ul ol li {
			margin: 3px 0 0;
			padding: 0;
			}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	float: right;
	padding: 5px 3px; 
	text-align: right;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}



#commentform {
	}
	#commentform p {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		margin: 5px 0;
	}
	#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
	}
	#commentform textarea {
		width: 100%;
		padding: 2px;
	}
	#commentform #submit {
		margin: 0;
		float: right;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}
	.commentlist p {
		margin: 10px 5px 10px 0;
	}
	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */





/* Begin Sidebar */
#sidebar {
	}
	#sidebar form {
		margin: 0;
		}
	#sidebar #searchsubmit {
		padding: 1px;
	}
	#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
	}
/* End Sidebar */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	#wp-calendar a {
		display: block;
	}
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}
	#wp-calendar caption {
		text-align: center;
		width: 100%;
	}
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
	}
		#wp-calendar td.pad:hover { /* Doesn't work in IE */
			background-color: #fff;
		}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
	cursor: help;
	}

acronym,
abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
	blockquote cite {
		margin: 5px 0 0;
		display: block;
	}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	padding: 30px 0;
}

/* End Various Tags & Classes*/


