body {
	background-image: url(/images/site_images/content_body_bg.png);
	font: 62.5%/125% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
	color: #4b4d4e;
	text-shadow: #fff 0 1px 0;
}

a {
	text-decoration: none;
	color: red;
}

#mainContent a {
	font-weight: bold;
}

h1 {
	width: 960px;
	height: 246px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(/images/site_images/masthead_banner.png) no-repeat;
}

h2 {
	text-transform: lowercase;
	background: url(/images/site_images/horizontal_seperator.png) repeat-x 0 30px;
	padding-bottom: 13px;
	margin-bottom: 5px;
	font: normal normal 240%/.65% Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #2c2e2f;
	margin-bottom: 15px;
	text-transform: uppercase;
	font: bold 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 a {
	color: #2c2e2f;
}

#menuWrapper {
	background: url(/images/site_images/navigation_header_bg.png) repeat-x;
	width: 100%;
}

#menu {
	width: 940px;
	margin: 0 auto;
	font-size: 120%;
	position: relative;
	height: 30px;
}

#mainNavigation {
	position: absolute;
	bottom: 6px;
	left: -5px;
	line-height: 160%;
}

#mainNavigation li {
	float: left;
}

#menu a {
	text-decoration: none;
	color: #b9baba;
	padding: 3px 5px;
	margin-right: 5px;
	text-shadow: none;
}

#mainNavigation a:hover, a.basecampLink:hover {
	color: #fff;
	background-color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#subNavigation {
	position: absolute;
	bottom: 6px;
	right: 0;
	line-height: 160%;
}

#subNavigation li {
	float: left;
}

#subNavigation li a.twitterButton,
#subNavigation li a.facebookButton,
#subNavigation li a.flickrButton,
#subNavigation li a.lastfmButton,
#subNavigation li a.vimeoButton,
#subNavigation li a.rssButton {
	height: 16px;
	width: 16px;
	display: block;
	text-indent: -9999px;
	padding: 0;
	background-image: url(/images/site_images/socialmedia_icons.png);
	margin-top: 2px;
	margin-right: 13px;
	-webkit-transition: all .5s linear;
}

#subNavigation li a.twitterButton:hover {
	background-position: 0 16px;
}

#subNavigation li a.facebookButton {
	background-position: -16px 0;
}

#subNavigation li a.facebookButton:hover {
	background-position: -16px 16px;
}

#subNavigation li a.flickrButton {
	background-position: -32px 0;
}

#subNavigation li a.flickrButton:hover {
	background-position: -32px 16px;
}

#subNavigation li a.lastfmButton {
	background-position: -48px 0;
}

#subNavigation li a.lastfmButton:hover {
	background-position: -48px 16px;
}

#subNavigation li a.vimeoButton {
	background-position: -64px 0;
}

#subNavigation li a.vimeoButton:hover {
	background-position: -64px 16px;
}

#subNavigation .rssButton {
	margin-right: 0;
	background-position: -80px 0;
}

#subNavigation .rssButton:hover {
	background-position: -80px 16px;
}

#contentWrapper {
	background: url(/images/site_images/content_body_gradient.png) repeat-x;
	min-height: 739px;
}

#pageContent {
	width: 940px;
	margin: 35px auto 0;
}

/* @group Home Content */

#latestWorkHome {
	margin-bottom:213px
}

#latestWorkHome li, #offtheblogHome li {
	width: 220px;
	height: 178px;
	float: left;	
  	margin-right: 20px;
  	position: relative;
}

img.workShadow {
	position: absolute;
  	-webkit-transition: all .5s linear;
}

img.workShadow:hover {
	opacity: 0;
}

#latestWorkHome li {
	background: #1d1f20 url(/images/site_images/content_work_textbox.png) no-repeat 0 bottom;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 3px rgba(0,0,0,.25); /* Opera 10.5, IE 9.0 */
	-webkit-transition: all .5s linear;
}

#latestWorkHome li:hover {
	-moz-box-shadow: 0px 0 15px rgba(0,0,0,.75); /* FF3.5+ */
	-webkit-box-shadow: 0px 0 15px rgba(0,0,0,.75); /* Saf3.0+, Chrome */
	box-shadow: 0px 0 15px rgba(0,0,0,.75);
}

#latestWorkHome li.last, #offtheblogHome li.last {
	margin-right: 0;
}

#latestWorkHome a {
	color: #fff;
	text-shadow: none;
}

#latestWorkHome a:hover {
	text-shadow: 0 1px 3px #000;
}

#latestWorkHome p {
	margin-top: 7px;
	margin-left: 7px;
}

/* @end */

#mainContent {
	width: 700px;
	float: left;
}

#contactPageForm fieldset {
	margin-bottom: 10px;
}

#contactPageForm label {
	display: block;
	font-size: 120%;
	margin-bottom: 3px;
}

#contactName, #contactEmail, #contactMessage {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font-size: 150%;
}

#contactName, #contactEmail, #contactMessage, #regarding {
	-moz-box-shadow: 0px 0 5px rgba(0,0,0,.25); /* FF3.5+ */
	-webkit-box-shadow: 0px 0 5px rgba(0,0,0,.25); /* Saf3.0+, Chrome */
	box-shadow: 0px 0 5px rgba(0,0,0,.25);
	
}

#contactName, #contactEmail {
	width: 300px;
}

#contactMessage {
	width: 680px;
	height: 200px;
}

.blogItems {
	clear: left;
}

.blogItems li {
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.blogItems li.last {
	margin-right: 0;
}

.workThumbs li {
	position: relative;
	float: left;
	border: 3px solid #fff;
	-moz-box-shadow: 0px 0 5px rgba(0,0,0,.25); /* FF3.5+ */
	-webkit-box-shadow: 0px 0 5px rgba(0,0,0,.25); /* Saf3.0+, Chrome */
	box-shadow: 0px 0 5px rgba(0,0,0,.25);
	-webkit-transition: all .5s linear;
	margin-right: 20px;
	margin-bottom: 20px;
}

.workThumbs li a {
	display: block;
	line-height: 0;
}

.workThumbs li:hover {
	-moz-box-shadow: 0px 0 15px rgba(0,0,0,.75); /* FF3.5+ */
	-webkit-box-shadow: 0px 0 15px rgba(0,0,0,.75); /* Saf3.0+, Chrome */
	box-shadow: 0px 0 15px rgba(0,0,0,.75);	
}

.workThumbs li.last {
	margin-right: 0;
}

.mainImage {
	padding: 0;
	margin-bottom: -2px;
}

.mainImageWrapper {
	position: relative;
	float: left;
	border: 3px solid #fff;
	-moz-box-shadow: 0px 0 5px rgba(0,0,0,.25); /* FF3.5+ */
	-webkit-box-shadow: 0px 0 5px rgba(0,0,0,.25); /* Saf3.0+, Chrome */
	box-shadow: 0px 0 5px rgba(0,0,0,.25);
	-webkit-transition: all .5s linear;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}

.mainImageWrapper:hover {
	-moz-box-shadow: 0px 0 15px rgba(0,0,0,.75); /* FF3.5+ */
	-webkit-box-shadow: 0px 0 15px rgba(0,0,0,.75); /* Saf3.0+, Chrome */
	box-shadow: 0px 0 15px rgba(0,0,0,.75);
}

.mainImageShadow {
	position: absolute;
	-webkit-transition: all .5s linear;
}

.mainImageShadow:hover {
	opacity: 0;	
}

.topPortion {
	width: 220px;
	float: right;
}

.bottomPortion {
	clear: both;
}

a.viewSite {
	display: block;
	width: 79px;
	height: 18px;
	background-image: url(/images/site_images/viewsite_button.png);
	text-indent: -9999px;
	margin-top: 1em;
	opacity: .5;
	-webkit-transition: all .5s linear;
}

a.viewSite:hover {
	opacity: 1;
}

#sidebarContent {
	width: 220px;
	margin-top: 35px;
	margin-left: 720px;
}

#sidebarContent h2 {
	font-size: 180%;
	text-transform: uppercase;
	background-image: none;
	padding-bottom: 0;
	margin-top: 25px;
}

#sidebarContent img.portrait {
	border: 3px solid #fff;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 5px rgba(0,0,0,.5); /* Opera 10.5, IE 9.0 */
	-webkit-transition: all .25s linear;
}

img.portrait:hover {
	-webkit-transform: rotate(2.5deg);
	-moz-transform: rotate(2.5deg);
}

.sidebarItem.work h3 {
	margin-bottom: 3px;
}

.sidebarItem.work p {
	margin-bottom: 10px;
}

.sidebarItem dt {
	float: left;
	display: block;
	width: 40px;
	padding-right: 10px;
	text-align: right;
}

#mainContent p {
	font-size: 120%;
	line-height: 180%;
	margin-bottom: 1em;
}

.readMore {
	margin-top: 10px;
	height: 18px;
	width: 79px;
	text-indent: -9999px;
	display: block;
	background-image: url(/images/site_images/readmore_button.png);
	opacity: .5;
	-webkit-transition: all .5s linear;
}

.readMore:hover {
	opacity: 1;
}

/* @group Footer Content */

#footerWrapper {
	background: url(/images/site_images/footer_bg.png) repeat-x;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding-top: 24px;
	font-size: 120%;
	text-shadow: #000 0 1px 0;
	color: #b1b1b1;
	height: 449px;
	line-height: 120%;
}

#footer a:hover {
	-webkit-transition: all .5s linear;	
}

.topButton {
	width: 48px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background-image: url(/images/site_images/footer_top_tab.png);
	top: 24px;
	right: -4px;
}

#footer h4 {
	margin-bottom: 15px;
}

#footer .twitterAvatar {
	position: absolute;
	right: 0;
	top: 33px;
}

.twitterBubble {
	margin-top: -1px;
	width: 142px;
	height: 85px;
	background: url(/images/site_images/footer_twitter_speech_bubble.png) no-repeat;
	margin-left: -4px;
	padding: 9px 25px 13px 10px;
	font-size: 10px;
	line-height: 1.15;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: #3b3b3b;
}

.twitterSource {
	position: absolute;
	bottom: 30px;
	right: 70px;
	font: italic 80% Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

#footer .twitterAvatar, #footer .flickrImage {
	border: 1px solid #7d7d7d;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgba(0,0,0,.5); /* Opera 10.5, IE 9.0 */
}

.flickrImage {
	-webkit-transition: all .5s linear;	
}

#footer .flickrImage:hover {
	-moz-box-shadow: 0px 0 10px rgba(0,0,0,1); /* FF3.5+ */
	-webkit-box-shadow: 0px 0 10px rgba(0,0,0,1); /* Saf3.0+, Chrome */
	box-shadow: 0px 0 10px rgba(0,0,0,1); /* Opera 10.5, IE 9.0 */
}

#flickrBlock ul {
	margin-top: 18px;
}

#flickrBlock li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#flickrBlock li.last {
	margin-right: 0;
}

#flickrBlock li a {
	line-height: 0;
	display: block;
}

#contactBlock, #twitterBlock, #flickrBlock, #aboutBlock, #lastfmBlock, #deliciousBlock {
	position: absolute;
}

#contactBlock, #twitterBlock, #flickrBlock, #aboutBlock, #lastfmBlock {
	width: 220px;
}

#twitterBlock h4 {
	text-indent: -9999px;
	width: 220px;
	height: 16px;
	background-image: url(/images/site_images/footer_twitter_icon.png);
}

#twitterBlock a {
	color: #262626;
	font-weight: bold;
	padding: 2px;
	-webkit-
}

#twitterBlock a:hover {
	color: #000;
	text-shadow: #fff 0 0 5px;
}

#flickrBlock h4 {
	text-indent: -9999px;
	width: 220px;
	height: 16px;
	background-image: url(/images/site_images/footer_flickr_icon.png);
}

#aboutBlock h4 {
	text-indent: -9999px;
	width: 220px;
	height: 16px;
	background-image: url(/images/site_images/footer_about_icon.png);
}

#contactBlock h4 {
	text-indent: -9999px;
	width: 220px;
	height: 16px;
	background-image: url(/images/site_images/footer_contact_icon.png);
}

#lastfmBlock h4 {
	text-indent: -9999px;
	width: 220px;
	height: 16px;
	background-image: url(/images/site_images/footer_lastfm_icon.png);
}

#deliciousBlock h4 {
	text-indent: -9999px;
	width: 460px;
	height: 16px;
	background-image: url(/images/site_images/footer_delicious_icon.png);
}

#twitterBlock, #flickrBlock, #aboutBlock {
	height:	155px ;
}

#flickrBlock {
	left: 240px;
}

#aboutBlock {
	left: 480px;
}

#contactBlock {
	right: 0;
	position: ;
}

#contactBlock p {
	margin-bottom: 20px;
}

#contactBlock label {
	display: block;
	font-size: 12px;
}

#contactBlock #msg {
	display:none;
	height: 262px;
	position: absolute;
	top: 120px;
	background-color: #cacaca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 3px rgba(0,0,0,.5); /* Opera 10.5, IE 9.0 */
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, rgb(200,200,200)), color-stop(1, rgb(140,140,140)));
	background-position: -moz-linear-gradient(center top, rgb(200,200,200) 30%, rgb(173,173,173) 65%);
	width: 200px;
}

#msg {
	line-height: 100%;
	background: none;
	text-shadow: #fff 0 1px 0;
	color: #454545;
}

#msg h2 {
	background: none;
	font: italic 20px/200% Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase !important;
	margin: 0;
	padding: 0;
}

#msg li {
	list-style: none;
	margin-bottom: 10px;
	display: block;
	width:140px;
	margin: 20px auto;
}

#contactBlock #msg h2 {
	text-align: center;
	text-transform: capitalize;
}

#name, #email, #captcha {
	width: 208px;
	margin-bottom: 10px;
}

#message {
	width: 208px;
}

#name, #email, #message, #captcha {
	border: none;
	border: 1px solid #acadae;
	background-color: #8c8c8c;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 3px rgba(0,0,0,.5); /* Opera 10.5, IE 9.0 */
	padding: 5px;
}

#hiddenDIV {
	display: none;
}

#twitterBlock, #flickrBlock, #aboutBlock, #contactBlock {
	top: 55px;
}

#lastfmBlock, #deliciousBlock {
	top: 225px;
	height: 245px;
}

#lastfmBlock a, #deliciousBlock a {
	color: #b1b1b1;
}

#lastfmBlock a:hover, #deliciousBlock a:hover {
	color: #fff;
}

#lastfmBlock li, #deliciousBlock li {
	margin-left: 20px;
	text-indent: -20px;
}

#deliciousBlock {
	width: 460px;
	left: 240px;
}

.footerSeperator {
	position: absolute;
	width: 700px;
	height: 2px;
	background-image: url(/images/site_images/footer_seperator.png);
	top: 209px;
}

.copyright {
	width: 100%;
	background-color: #000;
	height: 30px;
	text-align: center;
	padding-top: 15px;
	text-shadow: none;
}

.copyright a {
	color: #b1b1b1;
}

.copyright a:hover {
	color: #fff;
	border-bottom: 1px dotted #b1b1b1;
}

/* @end */