@charset "UTF-8";
/* CSS Document */
/* Sumo Consulting */
/* Author: Christian Cox */

/* globals */
body
{
	margin: 0;
	padding: 0;
	background: #f68933;
}

div, p, a, dt, dd, td, th, li, span, cite, blockquote, sup, sub, h1, h2, h3, h4
{
	font-family: Helvetica, Arial, sans-serif;	
}

	pre, code
	{
		font-family: "Courier New", Courier, monospace;	
	}

div, p, dt, dd, li, span, cite, blockquote, sup, sub
{
	color: #333;	
}

a
{
	color: #f68933;
	text-decoration: none;
}

	a:hover
	{
		text-decoration: underline;	
	}
	
	a img
	{
		border: none;	
	}

	a:active, a:focus
	{
		outline: none;
		-moz-outline-style: none;
	}

h1, h2, h3, h4
{
	text-align: left;
}

	h1, h2
	{
		color: #f68933;
		font-size: 22px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	h3
	{
		color: #000;
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		padding: 4px 0;
		border-top: 1px solid #f68933;
		border-bottom: 1px solid #f68933;
	}
	
	h4
	{
		color: #000;
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
		h4.underlined
		{
			border-bottom: 1px solid #000;	
		}

hr
{
	margin: 10px 0;
	padding: 0;
	color: #fff;
	border: none;
	outline: none;
	width: inherit;
}

p, blockquote
{
	font-size: 0.75em;
	line-height: 1.6;
}

	p
	{
		padding-bottom: 12px;	
	}

	.light
	{
		color: #999 !important;	
	}

/* end globals */



















/* header */
#header
{
	height: 386px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/ui/backgrounds/siteHeader.gif) left top repeat-x;
	position: relative;
}

	#header.interior
	{
		height: 230px;	
	}

	#homeLogo
	{
		margin: 32px 0 0 0;
		padding: 0;
		float: left;
		width: 246px;
	}
	
	#globalNav
	{
		margin: 50px 10px 0 0;
		padding: 0;
		text-align: right;
		font-size: 0.85em;
		color: #999;
		float: right;
		width: 600px;
	}
	
		#globalNav a
		{
			color: #999;
			font-weight: bold;
		}
		
			#globalNav a:hover, #globalNav a.selected
			{
				color: #f68933;
				text-decoration: none;
			}

	#flashHeader
	{
		clear: left;
		margin: 0 auto;
		padding: 0;
		width: 938px;
		height: 295px;
		background: url(../images/ui/headers/mainPlaceholder.png) bottom right no-repeat;
	}
	
	#pageTitle
	{
		width: 950px;
		height: 84px;
		margin: 20px 0 0 0;
		padding: 16px 0 0 0;
		background: url(../images/ui/backgrounds/pageTitle.jpg) left top no-repeat;
		
	}
	
		#pageTitle h1
		{
			font-size: 30px;
			text-align:left;
		}

/* end header */








/* page layout */

#page
{
	background: #fff;
	margin: 0;
	padding: 0 0 30px 0;
}

	.leftColHome
	{
		width: 621px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	.leftColInterior
	{
		margin: 0;
		padding: 0;
		float: left;
		width: 221px;
	}
	
	.leftColBlog
	{
		width: 701px;
		margin: 0;
		padding: 0;
		float: left;
	}
		
	
	.rightColHome
	{
		width: 320px;
		float: left;
		margin: 0 0 0 8px;
		padding: 0;
	}	
	
	
	.rightColInterior
	{
		width: 708px;
		margin: 0 0 0 20px;
		padding: 0;
		float: left;
	}
	
	.rightColBlog
	{
		width: 223px;
		float: left;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
	
/* end page layout */









/* subnav */
ul.subnav
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}

	ul.subnav li
	{
		margin: 0;
		padding: 0;
		height: 35px;
		list-style: none;
	}
	
		ul.subnav li a
		{
			margin: 0;
			padding: 0;
			display: block;
			height: 35px;
			line-height: 35px;
			text-indent: 8px;
			color: #666;
			font-weight: bold;
			text-decoration: none;
			background: url(../images/ui/backgrounds/subnav.gif) 0 0 no-repeat;
			font-size: 0.8em;
		}
		
			ul.subnav li a:hover
			{
				color:#fff;
				background-position: 0 -35px;
				text-decoration: none;
			}

/* end subnav */












/* blog posts */
.post
{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(../images/ui/backgrounds/postStripe.gif) 0 bottom repeat-x;
}

	.post a
	{
		text-decoration: underline;
		font-weight: bold;
	}
	
		.post a:hover
		{
			text-decoration: none;	
		}

	.metadata
	{
		font-weight: bold;
		color: #999;
	}
	
		.metadata a
		{
			text-decoration: none;	
		}
		
			.metadata a:hover
			{
				text-decoration: underline;	
			}

	.post img.floatLeft
	{
		float: left;
		margin: 0 10px 10px 0;
		border: 3px solid #565656;
		clear: right;
	}
	
	.post img.floatRight
	{
		float: right;
		margin: 0 0 10px 10px;
		border: 3px solid #565656;
		clear: left;
	}
	
	a.comments
	{
		background: url(../images/ui/icons/comment.gif) 0 0 no-repeat;
		padding: 5px 0 15px 25px;
		margin: 0;
		text-decoration: none;
	}
	
		a.comments:hover
		{
			text-decoration: underline;	
		}
		
	.post ul
	{
		margin: 0 0 20px 0;
		padding: 0 0 0 36px;
	}

	.post li
	{
		font-size: 0.8em;
		line-height: 1.6;
	}

/* end blog posts */











/* blog comments */

p.addComment
{
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}

div.comments
{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(../images/ui/backgrounds/postStripe.gif) 0 bottom repeat-x !important;
}

	div.comments div.comment
	{
		margin: 0 0 15px 0;
		padding: 0;
		width: 700px;
	}
	
		div.comments div.comment .header
		{
			margin: 0;
			padding: 0;
			height: 9px;
			background: url(../images/ui/backgrounds/commentHeader.gif) 0 bottom no-repeat;
		}
		
		div.comments div.comment .body
		{
			margin: 0;
			padding: 5px 15px;
			background: url(../images/ui/backgrounds/commentBody.gif) 0 0 repeat-y;
		}
		
		div.comments div.comment .footer
		{
			margin: 0;
			padding: 0;
			height: 32px;
			background: url(../images/ui/backgrounds/commentFooter.gif) 0 top no-repeat;
		}
		
			div.comments div.comment.striped
			{
				background: none !important;
				border: none !important;
			}
			
			div.comments div.comment.striped .header
			{
				background: url(../images/ui/backgrounds/commentHeaderStriped.gif) 0 bottom no-repeat;
			}
			
			div.comments div.comment.striped .body
			{
				background: url(../images/ui/backgrounds/commentBodyStriped.gif) 0 0 repeat-y;
			}
			
			div.comments div.comment.striped .footer
			{
				background: url(../images/ui/backgrounds/commentFooterStriped.gif) 0 top no-repeat;
			}
			
			div.comments div.comment.sumo .header
			{
				background: url(../images/ui/backgrounds/commentHeaderSumo.gif) 0 bottom no-repeat;
			}
			
			div.comments div.comment.sumo .body
			{
				background: url(../images/ui/backgrounds/commentBodySumo.gif) 0 0 repeat-y;
			}
		
			
			div.comments div.comment.sumo .footer
			{
				background: url(../images/ui/backgrounds/commentFooterSumo.gif) 0 top no-repeat;
			}
	
	
	div.comments div.comment div.body p
	{
		margin: 0;
		padding: 0 0 12px 0;
	}
	
		div.comments div.comment.sumo p
		{
			color: #fff;	
		}
		
			div.comments div.comment.sumo p a
			{
				color: #fff;
				font-weight: bold;
				text-decoration: underline;
			}
			
				div.comments div.comment.sumo p a:hover
				{
					text-decoration: none;	
				}
		
		div.comments div.comment p.metadata
		{
			margin: 0;
			padding: 10px 80px 0 0;
			font-weight: normal;
			text-align: right;
			color: #333;
		}
		
			div.comments div.comment.sumo p.metadata a
			{
				color: #f68933;
				font-weight: normal;
				text-decoration: none;
			}	
			
				div.comments div.comment.sumo p.metadata a:hover
				{
					text-decoration: underline;	
				}
		
	div.comments div.comment div.body img.floatLeft
	{
		float: left;
		margin: 0 15px 15px 0;
	}
/* end blog comments */











/* form fields */
label
{
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
/* end form fields */














/* calendar */
.calendar
{
	margin: 0 0 20px 0;
	padding: 0;
}

	.calendar .header
	{
		margin: 0;
		padding: 0;
		height: 9px;
		background: url(../images/ui/backgrounds/calendarHeader.gif) 0 bottom no-repeat;
	}
	
	.calendar .body
	{
		margin: 0;
		padding: 0;
		background: url(../images/ui/backgrounds/calendarBody.gif) 0 0 repeat-y;
	}	
	
	.calendar .footer
	{
		margin: 0;
		padding: 0;
		height: 9px;
		background: url(../images/ui/backgrounds/calendarFooter.gif) 0 top no-repeat;
	}
	
	.calendar p
	{
		margin-top: 0;
	}
	
	.calendar p.month
	{
		text-align: center;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	
	.calendar p.month a
	{
		font-size: 1.1em;
		color: #666;
		font-weight: bold;
	}
	
	.calendarTable
	{
		margin: 0 auto;
		padding: 0;
		width: 200px;
	}
	
		.calendarTable th
		{
			color: #999;
			text-align: center;
			font-size: 0.7em;
		}
		
		.calendarTable td
		{
			font-size: 0.7em;
			margin: 0;
			padding: 0;
			height: 20px;
			text-align: center;
		}
		
		.calendarTable td a
		{
			color: #fff;
			background: url(../images/ui/backgrounds/calendarLink.gif) left center no-repeat;
			display: block;
			height: 20px;
			line-height: 20px;
			text-align: center;
		}
		
			.calendarTable td a:hover
			{
				background: none;
				color: #f68933;
				text-decoration: none;
			}	
/* end calendar */












/* blog categories */
ul.subjects
{
	margin: 10px 0 10px 0;
	padding: 0;
}

	ul.subjects li
	{
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 0.8em;
		line-height: 1.6;
		font-weight: bold;
	}
	
		ul.subjects li a
		{
			color: #666;
		}
		
			ul.subjects li a em
			{
				color: #f68933;
				font-style: normal;
			}
			
			ul.subjects li a:hover
			{
				color: #f68933;
			}
/* end blog categories */











/* Footer */
#footer
{
	margin: 0;
	padding: 0;
	background: url(../images/ui/backgrounds/siteFooter.gif) left top repeat-x;
	height: 77px;
}

	#footerNav
	{
		color: #fff;
		font-size: 0.7em;
		margin: 0;
		padding: 16px 0 0 0;
	}
		#footerNav a
		{
			color: #fff;	
		}
		
	#copyright
	{
		float: right;
		width: 300px;
		text-align: right;
		font-size: 0.7em;
		margin: 0;
		padding: 16px 0 0 0;
		color: #fff;
	}
	
	#footerTail
	{
		position: absolute;
		top: 0;
		right: 242px;
		width: 31px;
		height: 69px;
	}

/* end footer */









/* Misc */
.content
{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.clearBoth
{
	clear: both;	
}

div.smallBubble
{
	width: 221px;
	margin: 0 10px;
	padding: 0;
	float: right;
	color: #fff;
}

	div.smallBubble .header
	{
		margin: 0;
		padding: 0;
		width: 221px;
		height: 22px;
		background: url(../images/ui/backgrounds/smallBubbleHeader.gif) 0 0 no-repeat;
	}
	
	div.smallBubble .body
	{
		margin: 0;
		padding: 0;
		width: 221;
		background: #f68933;
	}
	
	div.smallBubble blockquote
	{
		margin: 0;
		padding: 10px 14px;
		color: #fff;
	}
	
	div.smallBubble cite
	{
		display: block;
		color: #fff;
		text-align: right;
		font-style: normal;
		font-weight: bold;
	}
	
	div.smallBubble .footer
	{
		margin: 0;
		padding: 0;
		width: 221px;
		height: 92px;
		background: url(../images/ui/backgrounds/smallBubbleFooter.gif) 0 0 no-repeat;
	}


div.largeBubble
{
	margin: 0 0 15px 0;
	padding: 0;
	width: 673px;
	font-weight: bold;
}

	div.largeBubble .header
	{
		margin: 0;
		padding: 0;
		width: 673px;
		height: 13px;
		background: url(../images/ui/backgrounds/largeBubbleHeader.gif) 0 bottom no-repeat;
	}
	
	div.largeBubble .body
	{
		margin: 0;
		padding: 0;
		background: #f68933;
	}
	
	div.largeBubble blockquote
	{
		margin: 0;
		padding: 4px 18px;
		color: #fff;
	}
	
	div.largeBubble cite
	{
		display: block;
		color: #fff;
		text-align: right;
		font-style: normal;
		font-weight: bold;
	}
	
	div.largeBubble .footer
	{
		margin: 0;
		padding: 0;
		width: 673px;
		height: 59px;
		background: url(../images/ui/backgrounds/largeBubbleFooter.gif) 0 0 no-repeat;
	}


div.quoteMarks
{
	margin: 0 0 15px 0;
	padding: 0;
	width: 666px; /* evil */
	font-weight: bold;
	position: relative;
}

	div.quoteMarks .header
	{
		margin: 0;
		padding: 0;
		width: 16px;
		height: 12px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/ui/backgrounds/openQuote.gif) 0 0 no-repeat;
	}
	
	div.quoteMarks .body
	{
		margin: 0;
		padding: 0;
	}
	
	div.quoteMarks blockquote
	{
		margin: 0;
		padding: 4px 18px;
		color: #000;
	}
	
	div.quoteMarks cite
	{
		display: block;
		color: #000;
		text-align: right;
		font-style: normal;
		font-weight: bold;
	}
	
	div.quoteMarks .footer
	{
		margin: 0;
		padding: 0;
		width: 16px;
		height: 12px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(../images/ui/backgrounds/closeQuote.gif) 0 0 no-repeat;
	}







.postClip
{
	margin: 0;
	padding: 0 10px;
}

	.postClip.striped
	{
		background: #f5f5f5;
		border-top: 2px solid #e0e0e0;
		border-bottom: 2px solid #e0e0e0;
	}
	
.services
{
	width: 100%;
	margin: 0;
	padding: 14px 0 0 0;
	clear: left;
	border-top: 1px solid #ccc;
}

	.services dl
	{
		width: 300px;
		float: left;
		margin: 0 18px 25px 0;
		padding: 0;
		font-size: 0.75em;
		color: #999;
		line-height: 1.8;
	}
	
		.services dl.last
		{
			margin-right: 0;
		}	
	
	.services dt
	{
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: #999;
	}
	
	.services dd
	{
		margin: 0;
		padding: 0;
		color: #999;
	}
	
.panel
{
	float: left;
	background: #e5e5e5;
	margin: 15px 0 10px 0;
	padding: 0;
}

	.panel p
	{
		margin-top: 0 !important;
		padding-top: 5px !important;
		margin-bottom: 0 !important;
		padding-bottom: 5px !important;
	}
	
	.panel.half
	{
		width: 338px;
	}
		
		.panel.half.right
		{
			margin-left: 21px;
			float: right !important;
		}	
		
		.panel.half.first
		{
			margin-right: 21px;	
		}
		
		.panel.half .header
		{
			margin: 0;
			padding: 0;
			height: 9px;
			background: url(../images/ui/backgrounds/halfPanelHeader.gif) 0 0 no-repeat;
			position: relative;
		}
		
		.panel.half .body
		{
			margin: 0;
			padding: 0 10px;
			background: url(../images/ui/backgrounds/halfPanelBody.gif) 0 0 repeat-y;
		}
		
		.panel.half .footer
		{
			margin: 0;
			padding: 0;
			height: 9px;
			background: url(../images/ui/backgrounds/halfPanelFooter.gif) 0 bottom no-repeat;
			position: relative;
		}
		
	.panel.oneThird
	{
		width: 219px;
		margin-left: 21px;
	}
	
		.panel.oneThird.right
		{
			float: right;	
		}
		
		.panel.oneThird.first
		{
			margin-left: 0;
			margin-right: 21px;
		}
		
		.panel.oneThird.second
		{
			margin-left: 0;	
		}
		
		.panel.oneThird.last
		{
			margin-left: 0;	
			margin-right: 0;
		}
		
		.panel.oneThird .header
		{
			margin: 0;
			padding: 0;
			height: 9px;
			background: url(../images/ui/backgrounds/oneThirdPanelHeader.gif) 0 top no-repeat;
		}
		
		.panel.oneThird .body
		{
			margin: 0;
			padding: 0 10px;
			background: url(../images/ui/backgrounds/oneThirdPanelBody.gif) 0 0 repeat-y;
		}
		
		.panel.oneThird .footer
		{
			margin: 0;
			padding: 0;
			height: 9px;
			background: url(../images/ui/backgrounds/oneThirdPanelFooter.gif) 0 bottom no-repeat;
		}
		
	.panel.twoThirds
	{
		width: 460px;
		margin-left: 21px;
	}
	
		.panel.twoThirds.first
		{
			margin-left: 0;
			margin-right: 21px;
		}
		
		.panel.twoThirds.last
		{
			margin-left: 0;	
		}
		
		
		.panel.twoThirds.right
		{
			float: right;	
		}
		
		.panel.twoThirds .header
		{
			margin: 0;
			padding: 0;
			height: 9px;
			background: url(../images/ui/backgrounds/twoThirdsPanelHeader.gif) 0 top no-repeat;
		}
		
		.panel.twoThirds .body
		{
			margin: 0;
			padding: 0 10px;
			background: url(../images/ui/backgrounds/twoThirdsPanelBody.gif) 0 0 repeat-y;
		}
		
		.panel.twoThirds .footer
		{
			margin: 0;
			padding: 0;
			height: 9px;
			background: url(../images/ui/backgrounds/twoThirdsPanelFooter.gif) 0 bottom no-repeat;
		}
		
	.panel img.floatLeft
	{
		margin: 0 10px 10px 0;
		padding: 6px 0 0 0;
		float: left;
	}

/* end misc */






/* sifr */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash h1 {
	visibility: hidden;
}
/* end sifr */

