/* =Reset
-----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
#pageHome #left p,
#pageHome #right p {
	margin: 0 0 10px 0;
}
a {
	color: #778e1e;
}

/* =Headings
-----------------------------------------------------------------------*/
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
h1.blog {
	font-size: 24px;
	text-transform: none;
}
h2 {
	margin-bottom: 5px;
	color: #778e1e;
}
h2.caps {
	text-transform: uppercase;
}
#left h2 {
	margin-top: 2.0em;
	margin-bottom: -10px;
	color: #000000;
}
#pageHome #left h2 {
	margin-top: 0;
	margin-bottom: 5px;
}
h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 28px;
	color: #000000;
	line-height: 1.2em;
}
h3 a {
	color: #000000;
}

/* =Common
-----------------------------------------------------------------------*/
.hidden {
	visibility: hidden;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.marginLeft {
	margin-left: 20px;
}
.marginRight {
	margin-right: 20px;
}
.clear {
	clear: both;
}
.bordered {
	border: 3px solid #808080;
}
.error {
	padding: 10px 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
.formError {
	display: block;
	margin-left: 140px;
	color: #FF0000;
	font-size: 0.85em;
}
.none {
	display:none;
}

/* =Framework
-----------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #DCDCDC url(/_images/body-bkg.jpg) no-repeat center top;
	margin: 0 0 100px 0;
	color: #606060;
}

#container {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 auto;
	width: 940px;
}
#header {
	padding: 20px 20px 17px;
}

	/* Navigation Sub-Styles */
	#navigation {
		float: right;
		margin-top: 19px;
	}
	#navigation ol {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#navigation li {
		float: left;
	}
	#linkHome {
		width: 58px;
		height: 29px;
		background: url('/_images/nav-home.png') no-repeat;
	}
	#linkBlog {
		width: 56px;
		height: 29px;
		background: url('/_images/nav-blog.png') no-repeat;
	}
	#linkServices {
		width: 85px;
		height: 29px;
		background: url('/_images/nav-services.png') no-repeat;
	}
	#linkWork {
		width: 63px;
		height: 29px;
		background: url('/_images/nav-work.png') no-repeat;
	}
	#linkContact {
		width: 86px;
		height: 29px;
		background: url('/_images/nav-contact.png') no-repeat;
	}
	#navigation a {
		display: block;
		padding: 0;
		margin-left: 20px;
		text-decoration: none;
		background-position: 0 -29px;
	}
	#navigation a:hover {
		background-position: 0 0;
	}
	#pageHome #linkHome,
	#pageBlog #linkBlog,
	#pageServices #linkServices,
	#pageWork #linkWork,
	#pageContact #linkContact {
		background-position: center -58px;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		margin: 0 10px 0 30px;
		padding: 0 10px;
	}
	/* End Navigation Sub Styles */
	
#main {
	background: #EEEEEE url(/_images/main-bkg.gif) no-repeat left top;
	width: 940px;
}
#splash {
	padding: 20px 0px;
	position: relative;
}
#learnMore {
	position: absolute;
	top: 265px;
	left: 58px;
}
#pageHome #content {
	padding: 0 20px;
}
#left {
	float: left;
	line-height: 1.6em;
	width: 560px;
	padding: 30px;
}
#pageWork #left {
	float: none;
	line-height: 1.2em;
	width: 940px;
	padding: 30px 5px;
}
#pageHome #left {
	padding: 20px;
}
#right {
	background: url('/_images/right-bkg.jpg') no-repeat 0 10px;
	float: right;
	line-height: 1.2em;
	width: 260px;
	min-height: 450px;
	padding: 70px 30px 30px;
}
#pageHome #right {
	padding: 20px;
}
#callToAction {
	background-color: #F5F5F5;
	margin-top: 30px;
	border: 3px solid #FFFFFF;
	padding: 15px;
}
#footer {
	background: url(/_images/footer-bkg.gif) no-repeat left top;
	padding: 15px 10px 50px;
	text-align: right;
	font-size: 0.85em;
	color: #333333;
}

/* =Home
-----------------------------------------------------------------------*/
#recentBlogs a {
	color: #778e1e;
	text-decoration: none;
}
#recentBlogs a:hover {
	text-decoration: underline;
}
#recentBlogs .post {
	background: url('/_images/horizontal-rule.gif') no-repeat 0 0;
	padding: 20px 0 10px;
}
#recentBlogs .date {
	float: left;
	width: 70px;
	margin-right: 20px;
}
#recentBlogs .summary {
	float: left;
	line-height: 1.6em;
	width: 470px;
}
#recentBlogs .blogLink {
	font-size: 0.85em;
}
#pageHome #recentBlogs p.blogInfo {
	margin-top: 10px;
}

/* =Left
-----------------------------------------------------------------------*/
#breadcrumbs {
	background: url('/_images/home-icon.gif') no-repeat 0 4px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 0.85em;
}
#pageWork #breadcrumbs {
	background-position: 0 1px;
	margin-left: 25px;
}
#breadcrumbs a {
	color: #404040;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#intro {
	font: 1.6em Arial;
	margin-top: 10px;
}

/* =Right
-----------------------------------------------------------------------*/
#subscribe {
	background: url('/_images/horizontal-rule-short.gif') no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#featuredWork,
#subscribe,
#blogCategories {
	background: url('/_images/horizontal-rule-short.gif') no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
#latestTweet {
	padding-top: 5px;
	background: url('/_images/twitter-bird.png') no-repeat 160px 0;
}
#tweet {
	background: url('/_images/tweet-top-bkg.png') no-repeat 0 0;
	line-height: 1.6em;
	padding: 20px 20px 15px;
}
#sulumits {
	background: url('/_images/horizontal-rule-short.gif') no-repeat center top;
	margin-top: 20px;
	padding-top: 20px;
	line-height: 1.6em;
}
#tweetDate {
	background: url('/_images/tweet-bottom-bkg.png') no-repeat 0 0;
	font-size: 0.85em;
	padding: 35px 10px 0;
}
.quote {
	background: url('/_images/quote-marks.png') no-repeat 0 0;
	font: italic 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 0 10px 0 20px;
}
.quoted {
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
	padding: 0 10px 0 20px;
}
#links ul,
#blogCategories ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#links li,
#blogCategories li {
	list-style: none;
	margin-bottom: 10px;
}
#about {
	line-height: 1.6em;
}
a.link {
	color: #606060;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}

/* =Blog
-----------------------------------------------------------------------*/
div.comment {
	background: url('/_images/horizontal-rule.gif') no-repeat 0 0;
	padding: 20px 0 0;
	margin-top: 20px;
}
div.comment .gravatar {
	float: left;
	width: 100px;
}
div.comment .gravatar img {
	border: 3px solid #C5C5C5;
	padding: 1px;
	backgroun-color: #FFFFFF;
}
div.comment .commentContent {
	float: right;
	width: 450px;
	margin-top: -15px;
}
div.comment .commentDate {
	font-size: 0.8em;
}
#commentForm {
	background: url('/_images/horizontal-rule.gif') no-repeat 0 0;
	padding-top: 20px;
	margin-top: 20px;
}
#commentForm label {
	float: left;
	width: 100px;
}
#commentForm input {
	font: 1.0em Arial, Helvetica, sans-serif;
}
#commentForm input.text {
	width: 250px;
}
#commentForm textarea {
	font: 1.0em Arial, Helvetica, sans-serif;
	width: 400px;
	height: 150px;
}

/* =Work
-----------------------------------------------------------------------*/
#pageWork h1 {
	margin-left: 25px;
}
#pageWork h2 {
	margin-top: 15px;
	font-size: 1.4em;
	color: #000000;
}
#pageWork p.textBlock {
	margin-left: 25px;
}
#pageWork .item {
	float: left;
	width: 260px;
	margin: 0 25px 25px;
	line-height: 1.5em;
}
#pageWork .item img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #C5C5C5;
}
#pageWork .item a {
	display: block;
	font-size: 0.9em;
	margin-top: 10px;
	text-decoration: none;
}
#pageWork .item a:hover {
	text-decoration: underline;
}
#otherWork {
	display: none;
}

/* =Contact
-----------------------------------------------------------------------*/
#pageContact fieldset {
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
}
#pageContact label {
	clear: both;
	float: left;
	width: 120px;
	margin: 3px 20px 0 0;
	text-align: right;
}
#pageContact input.text {
	width: 300px;
	padding: 3px;
	color: #404040;
	border: 1px solid #D5D5D5;
}
#pageContact select {
	width: 250px;
	height: 25px;
	padding: 3px;
	color: #404040;
	border: 1px solid #D5D5D5;
}
#pageContact textarea {
	width: 350px;
	height: 200px;
	padding: 3px;
	font: 1.0em/1.6em Arial, Helvetica, sans-serif;
	color: #404040;
	border: 1px solid #D5D5D5;
}

/* =SIFR
-----------------------------------------------------------------------*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: none;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
	#navigation,
	#topbar,
	#right,
	#breadcrumbs,
	#comments {
		display: none;
	}
	#left {
		width: 90%;
	}
	
}
