body {
	background: #0c2435 url(/development_files/sup/img/backgrounds/body.jpg) fixed no-repeat top left;
	margin: 0;
	padding: 0;
	color: #fff;
	color: rgba(255,255,255,.8); 
	font-size: .9em;
	line-height: 1.8;
}

html {
	border-top: 2px solid #0c2435;
}

.clear {
	display: block;
	height: 0;
	clear: both;
}

a:link, a:visited {
	-webkit-transition: color .3s;
}

#client_slide {
	background: rgba(4,28,46,.8);
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: none;
}

.header_form {
	float: right;
	width: 30%;
}

#basecamp_form {
        border-left: 1px solid rgba(4, 28, 46, 0.9);
        padding-left: 1.5em;
}

#freshbooks_form {
        border-left:1px solid rgba(4, 28, 46, 0.9);
        padding-left:1.5em;
        padding-right: 1em;
        margin: 0;
}

#mailchimp_form {
        padding-right: 1em;
        margin: 0;
}

#client_container {
	width: 69em;
	margin: 0 auto;
}

#client_container fieldset {
	margin: 0 1em 0 0;
	padding: 2em 0;
}

#client_container .text_field {
	width: 96%;
}

#client_container .submit {
	color: rgba(255,255,255,.1);
}

.login_links {
	font-size: .9em;
	margin-right: 1em;
}

#user_name_login h2 {
	margin-top: 0;
}

.basecamp {
	background: url(/development_files/sup/img/backgrounds/basecamp.png) no-repeat;
	width: 193px;
	height: 50px;
	text-indent: -9999px;
}

.freshbooks {
	background: url(/development_files/sup/img/backgrounds/freshbooks.png) no-repeat;
	width: 193px;
	height: 50px;
	text-indent: -9999px;
}

.mailchimp {
	background: url(/development_files/sup/img/backgrounds/mailchimp.png) no-repeat;
	width: 145px;
	height: 50px;
	text-indent: -9999px;
}

#site_container {
	max-width: 67em;
	margin: 0 auto;
        padding: 0 1em;
}

.major_nav {
	height: 33px;
	list-style-type: none;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	float: right;
}

.major_nav li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: .5em;
}

.major_nav li:last-child {
	margin-right: 0;
}

.major_nav li a {
	color: #E8DA8E;
	font-family: "Museo 300", arial, sans-serif;
	font-size: 1.2em;
	padding: .5em 1.5em;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-transition: color .2s ease-in;
}

.major_nav li a:hover {
        color: #8ECAE8;
}

.major_nav li a.active {
        color: #fff;
	background: #041c2e;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.major_nav li a.active:hover {
        color: #fff;
}

.logo {
	background: url(/development_files/sup/img/backgrounds/logo.png) no-repeat;
	width: 231px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	clear: right;
	float: left;
	position: relative;
	top: 55px;
	margin-right: 90px;
}

.tagline {
	float: left;
	margin-top: 86px;
	font-size: 37px;
	color: #ffffff;
	line-height: 1;
	font-family: "Museo 300", arial, sans-serif;
	line-height: 1;
	margin-bottom: 0;
}

.amp {
	font-family: Baskerville;
	font-style: italic;
}

.sub_tag {
	font-size: 31px;
	color: #8ecae8;
}

#callout {
	margin-bottom: 50px;
}

#callout_home {
	padding-top: 6em;
	margin-bottom: 50px;	
}

.recent_work {
	color: #8ECAE8;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 2em;
	font-size: 2em;
	font-family: "Museo 300", arial, sans-serif;
	line-height: 1;
	letter-spacing: 1.3px;
	font-weight: normal;
}

.work_img {
	border: 5px solid rgba(0,0,0,.5);
	display: block;
	float: left;
	margin-right: 2em;
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.05), -1px -1px 0 rgba(0,0,0,.7);
}

#ID .work_img {
	width: 48%;
	margin-right: 2%;
}

.work_home_info {
	float: left;
	width: 47%;
}

.work_home_info p {
	margin-bottom: 0;
}

.work_img a {
	display: block;
	height: 265px !important;
	overflow: hidden !important;
}

.work_img a img {
	max-width: 100%;
}

.work_title {
	color: #ffffff;
	float: left;
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Museo 300", arial, sans-serif;
	line-height: .8;
	width: 16em;
	font-weight: normal;
}

.work_details {
	color: #fff;
	display: inline-block;
	margin-top: .25em;
	margin-bottom: 0;
	font-family: "Museo 300", arial, sans-serif;
	line-height: 1;
	width: 24em;
	font-size: 1.25em;
}

.disclaimer {
	font-size: .8em;
	color: #8ECAE8;
}

#content {
	background: rgba(0,0,0,.15);
	padding: 1em 1em 1.5em 1.5em;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#content h2 {
	color: #8ECAE8;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 100;
	font-family: "Museo 300", arial, sans-serif;
}

.content_block {
	width: 30%;
	float: left;
	margin-right: 4%;
}

.content_block h2,
.content_block h3 {
	font-family: "Museo 300", arial, sans-serif;
        font-weight: normal;
}

.content_block h3 {
line-height: 1.1;
}

.content_block p {
	margin-top: 0;
	margin-bottom: .25em;
}

.content_block p img {
    max-width: 100%;
}

#home_twitter,
#lets_work_together {
	margin-right: 0;
}

.flickr_stream {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flickr_stream li {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
	border: 3px solid #1c2e3b;
}

.dribbble_image {
	border: 5px solid rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.05), -1px -1px 0 rgba(0,0,0,.7);
	height: 156px;
	overflow: hidden;
}

.dribbble_image a {
	display: block;
	overflow: hidden;
	background: url(/development_files/sup/img/dribbble-checkerbg-lg.gif);
	width: 269px;
}

.content_block .dribbble_image img {
        display: block;
        /*width: 266px;
        height: 200px;*/
        max-width: 100%;
	margin: auto;
}

.dribbble_author {
        font-size: .8em;
}

.tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tweet_list li {
	border-bottom: 1px solid rgba(0,0,0,.5);
	border-top: 1px solid rgba(255,255,255,.05);
        padding-bottom: 1em;
	padding-top: 1em;
        margin: 0;
}

.tweet_list span.date {
	font-size: .8em;
}

.tweet_list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.tweet_list li:last-child {
	border-bottom: 0;
}

.blog_container,
.portfolio_container {
	margin-bottom: 4em;
}

.blog_date,
.portfolio_date {
	float: left;
	margin-right: 1.25em;
	margin-top: 2.5em;
	padding-right: 1.25em;
	font-size: 1.24em;
	border-right: 1px solid rgba(255,255,255,.3);
}


.blog_date p,
.portfolio_date p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Museo 300", arial, sans-serif;
	line-height: .9;
}

.blog_month,
.portfolio_month {
	display: block;
	font-size: 1.2em;
	color: #8ECAE8;
	text-transform: uppercase;
}

.blog_day,
.portfolio_day {
	display: block;
	font-size: 2.2em;
}

.blog_year,
.portfolio_year {
	display: block;
	color: rgba(255,255,255,.2);
}

.blog_entry,
.portfolio_entry,
.comment_entry {
	width: 70%;
	float: left;
    padding-bottom: 4em;
}

.portfolio_entry p {
	margin-bottom: .25em;
}

.portfolio_img a {
	display: block;
	height: 400px;
	max-width: 660px;
	overflow: hidden;
	margin-top: 1.5em;
	border: 5px solid rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.05), -1px -1px 0 rgba(0,0,0,.7);
}

.portfolio_img a img {
	display: block;
	max-width: 100%;
}

.blog_title,
.portfolio_title {
	font-family: "Museo 300", arial, sans-serif;
	margin: 0 0 .7em;
	line-height: 1;
	font-size: 1.5em;
	font-weight: normal;
}

.blog_meta,
.portfolio_meta {
	width: 15%;
	float: left;
	margin-left: 1em;
	margin-top: 3em;
	padding-left: 1em;
	border-left: 1px solid rgba(255,255,255,.3);
}

.blog_meta p,
.portfolio_meta p,
.comment_name p {
	margin-top: 0;
	font-size: .9em;
}

.portfolio_entry .portfolio_main_image {
	margin-bottom: 1em;
}

.portfolio_main_image img {
	display: block;
	border: 2px solid #fff;
}

h4 {
	font-family: "Museo 300", arial, sans-serif;
	color: #B681C2;
	margin-bottom: 0;
	margin-top: 1em;
	font-size: 1.4em;
        font-weight: normal;
}

.award {
        float: left;
        margin-right: 1em;
}

.award img {
	border: 1px solid #fff;
}

.comment_entry {
	background: rgba(0, 0, 0, 0.15);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 6em;
	padding: 1em 1em 1em 1.5em;
	width: 64%;
	float: none;
	color: rgba(255,255,255,.6);
}

.comment_avatar_name {
	background: url(/development_files/sup/img/backgrounds/comment_arrow.png) no-repeat 5.5em -3px;
	width: 64%;
	margin-left: 6em;
	margin-bottom: 2em;
	padding-top: 1.25em;
	padding-left: 5em;
	overflow: hidden;
}

.comment_avatar,
.comment_name {
	float: left;
}

.comment_avatar {
	margin-right: 1em;
	border: 2px solid rgba(0,0,0,.2);
}

.comment_name {
	font-size: .9em;
	line-height: 1.3;
	padding-top: .25em;	
}

.comment_form {
	background: rgba(4,28,46,.8);
	margin-left: 6em;
	padding: 1.25em 1em 1em 1.5em;
	width: 64%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.comment_form p {
        margin-bottom: 1.5em;
}

.comment_form em {
	font-size: .8em;
	color: rgba(255,255,255,.3);
}

.comment_form .required_text {
	display: block;
}

.comment_form em img {
	display: inline;
}

#no_comments {
	margin-left: 6em;
}

#comments_section,
#comment_form h4 {
	margin-left: 4.25em;
	border-top: 1px solid rgba(0,0,0,.2);
	padding-top: 1em;
	width: 33em;
	margin-bottom: 1em;
	font-weight: normal;
}

#pagination strong,
#pagination a {
	background: rgba(0, 0, 0, 0.4);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	-webkit-box-shadow:1px 1px 0 rgba(255, 255, 255, 0.07), inset 1px 1px 0 rgba(0,0,0,.8);
	-moz-box-shadow:1px 1px 0 rgba(255, 255, 255, 0.07), inset 1px 1px 0 rgba(0,0,0,.8);
	box-shadow:1px 1px 0 rgba(255, 255, 255, 0.07), inset 1px 1px 0 rgba(0,0,0,.8);
	float: left;
	margin-right: .5em;
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1;
	padding: .5em;	
}

#social_networks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#social_networks li {
	margin-bottom: .5em;
	width: 35%;
	float: left;
	margin-right: 2em;
}

#social_networks li a {
	display: block;
	height: 26px;
	padding-top: 4px;
	padding-left: 40px;
}

/* High Five to Rogie King (http://komodomedia.com) for his kick ass icons */

.social_twitter {
	background: url(/development_files/sup/img/backgrounds/twitter.png) no-repeat;
        /*background: url(/development_files/sup/img/backgrounds/twitter_clip.png) no-repeat;*/
        /*background-position: 0 0;*/
       /* -webkit-transition: background .5s;*/
}

.social_twitter:hover {
	/*background-position: 0 -569px;*/
}

.social_gowalla {
	background: url(/development_files/sup/img/backgrounds/gowalla.png) no-repeat;
}

.social_linkedin {
	background: url(/development_files/sup/img/backgrounds/linkedin.png) no-repeat;
}

.social_facebook {
	background: url(/development_files/sup/img/backgrounds/facebook.png) no-repeat;
}

.social_facebook:hover {
	background: url(/development_files/sup/img/backgrounds/facebook.png) no-repeat;
}

.social_flickr {
	background: url(/development_files/sup/img/backgrounds/flickr.png) no-repeat;
}

.social_brightkite {
	background: url(/development_files/sup/img/backgrounds/brightkite.png) no-repeat;
}

.social_delicious {
	background: url(/development_files/sup/img/backgrounds/delicious.png) no-repeat;
}

.social_dribbble {
	background: url(/development_files/sup/img/backgrounds/dribbble.png) no-repeat;
}

.work_together_form legend {
	display: none;
}

.work_together_form fieldset {
	margin: 0;
	padding: 0;
}

.text_field,
.text_area {
	width: 95%;
	padding: .5em;
	background: #0c2435;
	border: 1px solid #133146;
	font-size: 1em;
	color: #9ac1d4;
}

.text_area {
	font-family: Arial, sans-serif;
	padding-left: .3em;
	margin: 0;
}

.submit {
	text-align: right;
}

.submit_button {
	background: #E8DA8E;
	color: #041C2E;
	font-family: "Museo 300", arial, sans-serif;
	font-size: 1.2em;
	border: 0;
	cursor: pointer;
}

.submit_button:hover {
	color: #041C2E;
	background: #8ECAE8;
	font-family: "Museo 300", arial, sans-serif;
	font-size: 1.2em;
	cursor: pointer;
}

.submit_button:active,
.subit_button:focus {
	color: #E8DA8E;
}

strong {
        color: #b681c2;
        font-weight: normal;
}

.required {
	background: #0C2435 url(/development_files/sup/img/backgrounds/asterisk.png) no-repeat top right;
}

#footer {
	background: rgba(0,0,0,.4);
	padding: 1em 1em 0 1.5em;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#ID #footer {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}

#footer h2 {
	color: #8ECAE8;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 100;
	font-size: 1.3em;
	font-family: "Museo 300", arial, sans-serif;
}

.copyright {
	border-top: 1px solid #081d2c;
	margin-top: 1em;	
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: .8em;
	color: rgba(255,255,255,.3);
}

.logo_links {
	float: right;
}

.mt,
.ee {
	display: block;
	float: left;
	height: 20px;
	opacity: .15;
	text-indent: -9999px;
}

.mt {
	width: 51px;
	background: url(/development_files/sup/img/mt-logo.png) no-repeat 0 0;
	margin-right: 1em;
	
}

.ee {
	width: 29px;
	background: url(/development_files/sup/img/ee_logo.png) no-repeat 0 0;
}

.mt:hover,
.ee:hover {
	opacity: .4;
}

#nav_categories {
list-style-type: none;
margin: 0;
padding: 0;
font-size: .9em;
display: inline;
}

#nav_categories li {
display: inline;
}

#nav_categories li:first-child:before {
content: "";
}

#nav_categories li:before {
content: ",";
}

#nav_categories li:last-child:before {
content: "and";
}

#nav_categories li:last-child:after {
content: ".";
}

.blog_entry p img,
.blog_entry object {
	display: block;
	border: 5px solid rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.05), -1px -1px 0 rgba(0,0,0,.7);
}

.blog_entry p img + em,
.blog_entry object + em {
	color: #4cb4db;
	font-size: .9em;
}

.error {
       color: #8ECAE8;
}

.retweet {
	background: url(/development_files/sup/img/tweet_this.png) no-repeat 0 0;
	display: block;
	width: 125px;
	height: 60px;
	text-indent: -9999px;
}

.retweet:hover {
	background: url(/development_files/sup/img/tweet_this.png) no-repeat 0 -60px;	
}

.tweet_this {
       margin-bottom: 0;
}

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.2em;
	color: #8ECAE8;
	padding-left: 1em;
	margin-left: 1.5em;
	border-left: 2px solid #fff;
	border-left: 2px solid rgba(255,255,255,.3);
}








