/*  
Theme Name: 72 thinking
Theme URI: 
Description: Custom WordPress Theme for 72 thinking
Version: 1
Author: 72 thinking
Author URI: http://www.72thinking.com

*/

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border: 0px;
}

html {
	height: 100%;
	background: url(images/top.jpg) repeat-x top;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	line-height: 20px;
	color: #667285;
}

#container {
	width: 960px;
	min-height: 100%;
	padding: 0px 20px 0px 20px;
	margin: 0px auto -30px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0;
}

img {
	border: 0px;
}

#home {
	background: url(images/slider.jpg) top center no-repeat;
	overflow-x: hidden;
}

#inside {
	background: url(images/slider.jpg) top center no-repeat;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #7AAAAA;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #265258; 
}

a:active {
	outline: none;
}

:focus
{
	-moz-outline-style: none;
}

@font-face {
	font-family: 'helvetica67';
	src: url('font/helvetica67.eot');
	src: local('?'), url('font/helvetica67.woff') format('woff'), url('font/helvetica67.ttf') format('truetype'), url('font/helvetica67.svg#webfontW1AjT318') format('svg');
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-family: helvetica67;
	font-size: 17px;
	font-weight: normal;
	color: #393939;
	margin-bottom: 5px;
}

h3 {
	
}

h4 {
	
}

h5 {
	font-family: helvetica67;
	font-size: 72px;
	font-weight: normal;
	line-height: 50px;
	color: #393939;
	left: -3px;
	margin-top: 15px;
	position: relative;
}

p {
	padding-bottom: 20px;
}

strong {
	color: #393939;
}

.split {
	width: 100%;
	height: 11px;
	background: url(images/split.jpg) top repeat-x;
	text-indent: -9999px;
	clear: both;
}

.even_split {
	width: 100%;
	height: 30px;
	background: url(images/split.jpg) top repeat-x;
	margin-top: 10px;
	text-indent: -9999px;
	clear: both;
}

.entry_split {
	width: 100%;
	height: 45px;
	background: url(images/split.jpg) top repeat-x;
	text-indent: -9999px;
	clear: both;
}

.arrow_dark li {
	background: transparent url(images/arrow_dark.jpg) left no-repeat;
	padding: 0px 0px 0px 12px;
}

ul.checks {
	margin-bottom: 15px;
}

.checks li {
	background: transparent url(images/checks.png) no-repeat 0px 6px;
	padding: 0px 0px 0px 23px;
}

.grey_button a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 10px;
	background: url(images/grey_button.jpg);
	-webkit-border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	border-radius: 15px 15px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0px 0px 1px #000000;
	border-bottom: 1px solid #A2A2A2;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px 20px;
}

.grey_button a:hover {
	text-decoration: none;
}

::selection {
	background: #FFCC89; /* Safari */
	color: white;
	}
::-moz-selection {
	background: #FFCC89; /* Firefox */
	color: white;
}

.blog_update {
	background: #FEFCCC;
	padding: 8px 12px;
	border-bottom: 1px solid #DAD192;
	border-top: 1px solid #DAD192;
	font-style: italic;
	color: #333333;
}

.blog_error {
	background: #FFCFCD;
	padding: 8px 12px;
	border-bottom: 1px solid #CC9B97;
	border-top: 1px solid #CC9B97;
	font-style: italic;
	color: #333333;
}

.hide_me {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.button a {
	color: white;
	text-decoration: none;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

.button a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

/* Images ////////////////////////////////////////////////////////// */

img.alignright {
	margin: 4px 0px 5px 10px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 4px 10px 5px 0px;
	display: inline;
	float: left;
}

.imgleft {
	padding: 5px;
	margin: 0px 10px 2px 0px;
	border: 1px solid #B2B2B2;
	display: inline;
	float: left;
}

.imgfull {
	padding: 5px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #B2B2B2;
}

.blog_right img {
	padding: 5px;
	border: 1px solid #B2B2B2;
}

.alignnone p a {
	-webkit-border-radius: 0px 0px;
	-moz-border-radius: 0px 0px;
	border-radius: 0px 0px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
}

.alignnone p a:hover {
	-webkit-border-radius: 0px 0px;
	-moz-border-radius: 0px 0px;
	border-radius: 0px 0px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
}

.blog_right .continue img {
	padding: 0px;
	margin: 0px;
	border: none;
}

/* Header ////////////////////////////////////////////////////////// */

#important h1 {
	position: absolute;
	top: -9999px;
}

#info {
	width: 960px;
	height: 26px;
	padding: 4px 0px 0px 0px;
	margin-bottom: 45px;
	color: white;
}

#info a {
	color: white;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

#info a:hover {
	color: white;
	text-decoration: none;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

#info_left {
	display: inline;
	float: left;
	width: 685px;
	height: 25px;
}

#info_right {
	float: right;
	width: 275px;
	height: 25px;
	text-align: right;
}

#logo {
	width: 183px;
	height: 105px;
	background: url(images/nav.gif);
	float: right;	
}

#logo a {
	color: #667285;
}

#logo p {
	text-align: right;
}

#logo h1 a {
	width: 183px;
	height: 59px;
	display: block;
	text-indent: -9999px;
	background: transparent url(images/72t.png) top no-repeat;
	margin: 16px 0px 0px 0px;
}

#logo h1 a:hover {
	width: 183px;
	height: 59px;
	background: transparent url(images/72t2.png) top no-repeat;
}

#logo h3 {
	width: 187px;
	height: 43px;
	text-indent: -9999px;
	background: transparent url(images/72t.gif);
	margin: 16px 0px 0px 0px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 685px;
	height: 105px;
	display: inline;
	float: left;
	position: relative;
	z-index: 5;
}

#nav span a {
	font-family: helvetica67;
	font-size: 18px;
	color: #6F9FA1;
}

#nav span a:hover {
	background: url(images/nav_hover.jpg) right no-repeat;
	text-decoration: none;
	padding: 4px 10px 0px 0px;
}

#nav a {
	color: #667285;
}

.nav_about {
	display: inline;
	float: left;
	width: 125px;
	height: 91px;
	padding: 14px 0px 0px 0px;
	margin-right: 15px;
	background: url(images/nav.gif);
}

.nav_projects {
	float: left;
	width: 125px;
	height: 91px;
	padding: 14px 0px 0px 0px;
	margin-right: 15px;
	background: url(images/nav.gif);
}

.nav_services {
	float: left;
	width: 125px;
	height: 91px;
	padding: 14px 0px 0px 0px;
	margin-right: 15px;
	background: url(images/nav.gif);
}

.nav_blog {
	float: left;
	width: 125px;
	height: 91px;
	padding: 14px 0px 0px 0px;
	margin-right: 15px;
	background: url(images/nav.gif);
}

.nav_contact {
	float: left;
	width: 125px;
	height: 91px;
	padding: 14px 0px 0px 0px;
	background: url(images/nav.gif);
}

/* Slider ////////////////////////////////////////////////////////// */

#slider {
	position: relative;
	height: 345px;
	margin-bottom: 80px;
}

#slide_top {
	position: absolute;
	top: 300px;
	z-index: 4;
}

#slide_top h2 {
	display: inline;
	float: left;
	padding-top: 3px;
	font-size: 20px;
}

#slide_top p {
	float: left;
}

#slide_top a {
	color: white;
	font-size: 12px;
	height: 10px;
	background: url(images/blue_button.jpg);
	-webkit-border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	border-radius: 15px 15px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 0px 0px #222;
	border: 0px;
	padding: 5px 20px;
	margin: 10px 0px 0px 10px;
}

#slide_top a:hover {
	text-decoration: none;
}

#slide_left a {
	position: absolute;
	right: 20px;
	bottom: 28px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/slide_left.png);
	text-indent: -9999px;
	z-index: 6;
}

#slide_right a {
	position: absolute;
	right: 0px;
	bottom: 28px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/slide_right.png);
	text-indent: -9999px;
	z-index: 6;
}

#slide_middle {
	width: 960px;
	height: 270px;
}

.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 960px;
	height: 270px;
}

.stepcarousel .belt {
	position: absolute;
	left: 0;
	top: 0;
}

.belt_image {
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	position: relative;
	float: left;
	margin: 0px;
	width: 1500px;
	height: 270px;
}

.slide_mac {
	width: 295px;
	height: 182px;
	background: transparent url(images/laptop.png);
	padding: 15px 0px 0px 65px;
	position: absolute;
	top: 82px;
	left: -49px;
}

.slide_content {
	width: 325px;
	position: absolute;
	top: 100px;
	left: 280px;
}

.slide_content small {
	font-family: helvetica67;
	font-size: 12px;
	color: #CACACA;
	line-height: 30px;
}

.slide_content span {
	width: 325px;
	font-family: helvetica67;
	font-size: 42px;
	line-height: 40px;
	color: #6E9FA0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slide_content p {
	font-size: 11px;
	line-height: inherit;
	padding-bottom: 5px;
}

a.slide_details {
	font-family: helvetica67;
	color: #666666;
	background: url(images/r_arrow.jpg) right no-repeat;
	padding: 3px 10px 0px 0px;
}

#slide_e4g {
	z-index: 3;
	width: 283px;
	height: 437px;
	position: absolute;
	bottom: -130px;
	left: 602px;
	background: transparent url(images/e4g_r.png);
}

#slide_cac {
	z-index: 3;
	width: 269px;
	height: 270px;
	position: absolute;
	bottom: -60px;
	left: 616px;
	background: transparent url(images/cac_r.png);
}

#slide_cac_x1 {
	z-index: 3;
	position: absolute;
	top: 235px;
	left: 15px;
}

#slide_scb {
	z-index: 3;
	width: 248px;
	height: 362px;
	position: absolute;
	bottom: -77px;
	left: 633px;
	background: transparent url(images/scb_r.png);
}

/* Home ////////////////////////////////////////////////////////// */

#home_welcome {
	display: inline;
	float: left;
	width: 370px;
	margin-right: 50px;
}

#home_blog {
	float: left;
	width: 265px;
}

.home_blog {
	background: url(images/split.jpg) top repeat-x;
	height: 28px;
}

.home_blog_date {
	display: inline;
	float: left;
	width: 50px;
	height: 15px;
	margin-top: 6px;
	padding: 3px 0px 0px 5px;
	background: url(images/date.jpg) top left no-repeat;
}

.home_blog_date a {
	font-size: 10px;
	color: white;
	line-height: 10px;
}

.home_blog_date a:hover {
	text-decoration: none;
}

.home_blog_title {
	float: left;
	width: 200px;
	padding-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home_blog_title a {
	color: #667285;
}

.home_blog_comments {
	float: right;
	background: url(images/comments.jpg);
	width: 24px;
	height: 16px;
	margin-top: 6px;
	padding-top: 2px;
	text-align: center;
}

.home_blog_comments a {
	font-size: 10px;
	color: white;
	line-height: 10px;
}

.home_blog_end {
	width: 265px;
	height: 16px;
	background: url(images/split.jpg) top repeat-x;
}

#home_testimonial {
	float: right;
	width: 183px;
}

/* Body ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	width: 685px;
	margin-top: 45px; 
}

#right {
	float: right;
	width: 183px;
	margin-top: 45px;
}

#right ul li {
	background: transparent url(images/nav_hover.jpg) no-repeat 0px 6px;
	padding: 0px 0px 0px 12px;
}

#inside_left {
	display: inline;
	float: left;
	width: 685px;
}

#inside_right {
	float: right;
	width: 183px;
}

#inside_right ul li {
	background: transparent url(images/nav_hover.jpg) left no-repeat;
	padding: 0px 0px 0px 12px;
}

.rightbreak {
	width: 100%;
	height: 30px;
	clear: both;
}

#twothree_left {
	display: inline;
	float: left;
	width: 265px;
	margin-right: 15px;
}

#twothree_right {
	float: left;
	width: 405px;
}

.onefour_left {
	display: inline;
	float: left;
	width: 125px;
	margin-right: 15px;
}

.onefour_right {
	float: left;
	width: 530px;
}

.blog_right {
	float: right;
	width: 540px;
	margin-bottom: 45px;
}

.blog_right em {
	color: #999999;
}

.blog_right a {
	color: white;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

.blog_right a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

.blog_pagination a {
	color: white;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

.blog_pagination a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

#inside_info {
	position: absolute;
	width: 265px;
	top: 45px;
	z-index: 4;
}

#inside_info_three {
	position: absolute;
	width: 405px;
	top: 45px;
	z-index: 4;
}

#inside_info_four {
	position: absolute;
	width: 545px;
	top: 45px;
	z-index: 4;
}

#inside_info_four p {
	width: 405px;
}

.p_button a {
	color: white;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
	top: 5px;
	position: relative;
}

.p_button a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

.inside_info_right_top {
	position: absolute;
	width: 233px;
	top: 45px;
	left: 727px;
	z-index: 4;
	text-align: right;
}

.inside_info_right_bottom {
	position: absolute;
	width: 183px;
	top: 130px;
	left: 777px;
	z-index: 3;
}

.inside_info_right_bottom p {
	padding-left: 33px;
}

.three_start {
	display: inline;
	float: left;
	width: 265px;
	margin-right: 15px;
}

.three_end {
	float: left;
	width: 125px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.four {
	width: 545px;
	margin-top: 45px;
}

/* Contact Form ////////////////////////////////////////////////////////// */

.contact_l {
	display: inline;
	float: left;
	width: 350px;
}

.comment_form p {
	padding-bottom: 10px;
}

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

.form_half {
	border: 1px solid #B2B2B2;
	background-color: #EDEAE9;
	color: #1e1e1e;
	font-size: 12px;
	height: 25px;
	padding: 3px 5px 3px 5px;
	width: 430px;
	margin-bottom: 25px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.form_full {
	border: 1px solid #B2B2B2;
	background-color: #EDEAE9;
	color: #1e1e1e;
	font-size: 12px;
	height: 25px;
	padding: 3px 5px 3px 5px;
	width: 675px;
	margin-bottom: 25px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.comment {
	border: 1px solid #B2B2B2;
	background-color: #EDEAE9;
	color: #1e1e1e;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	width: 675px;
	height: 100px;
	margin-bottom: 15px;
}

.blog_form_full {
	border: 1px solid #B2B2B2;
	background-color: #EDEAE9;
	color: #1e1e1e;
	font-size: 12px;
	height: 25px;
	padding: 3px 5px 3px 5px;
	width: 520px;
	margin-bottom: 25px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.blog_comment {
	border: 1px solid #B2B2B2;
	background-color: #EDEAE9;
	color: #1e1e1e;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	width: 520px;
	height: 100px;
	margin-bottom: 15px;
}

select {
	width: 220px;
	height: 32px;
	border: 1px solid #B2B2B2;
	background-color: #EDEAE9;
	color: #1e1e1e;
	margin: 0px 0px 26px 0px;
}

textarea {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

textarea:focus, input:focus {
	background: #FFCC89;
}

*:focus {outline: 0;}

input.error {
	border: 1px solid red;
	background: white;
}

.submitbutton {
	float: right;
	padding-top: 10px;
	clear: both;
}

/* About ////////////////////////////////////////////////////////// */

.ventures a {
	color: white;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
	top: 5px;
	position: relative;
}

.ventures a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

.founder_top {
	position: absolute;
	top: -62px;
	left: 643px;
	z-index: 5;
}

.founder_bottom {
	position: absolute;
	top: 2px;
	left: 500px;
	z-index: 3;
}

.slide_map {
	position: absolute;
	top: 39px;
	left: 367px;
}

.based {
	margin-right: -7px;
}

/* Clients ////////////////////////////////////////////////////////// */

#client_logos {
	margin-bottom: 45px;
}

.big_logo {
	position: absolute;
	top: 40px;
	left: 473px;
}

.arrow_dark a {
	color: white;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

.arrow_dark a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

.arrow_dark em {
	color: #cccccc;
}

/* Process ////////////////////////////////////////////////////////// */

#process_one {
	background: url(images/1.jpg) top left no-repeat;
	padding-left: 40px;
}

#process_two {
	background: url(images/2.jpg) top left no-repeat;
	padding-left: 40px;
}

#process_three {
	background: url(images/3.jpg) top left no-repeat;
	padding-left: 40px;
}

#process_four {
	background: url(images/4.jpg) top left no-repeat;
	padding-left: 40px;
}

#process_five {
	background: url(images/5.jpg) top left no-repeat;
	padding-left: 40px;
}

/* Blog ////////////////////////////////////////////////////////// */

.author_comment {
	background: url(images/comment.jpg) top no-repeat;
	padding: 15px 0px 0px 23px;
	position: relative;
	top: -15px;
}

.launch_left {
	display: inline;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

.launch_right {
	float: left;
	margin-top: 17px;
}

.launch_right a {
	color: white;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

.launch_right a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 2px 5px;
}

/* Case Studies ////////////////////////////////////////////////////////// */

.chart {
	z-index: 3;
	position: absolute;
	bottom: 1px;
	left: 559px;
}

#case_bbs {
	background: url(images/case_bbs.jpg) top center no-repeat;
}

#case_stjohns {
	background: url(images/case_stjohns.jpg) top center no-repeat;
}

#case_spoof {
	background: url(images/case_spoof.jpg) top center no-repeat;
}

#case_spoof_bg {
	height: 100%;
	background: url(images/case/cs_spubg.jpg) repeat-x top;
}

#case_spoof #nav span a:hover {
	background: url(images/cs_spunav.jpg) right no-repeat;
	text-decoration: none;
	padding: 4px 10px 0px 0px;
}

#case_left {
	display: inline;
	float: left;
	width: 250px;
	margin-right: 30px;
}

#case_right {
	float: left;
	width: 680px;
}

#case_before {
	display: inline;
	float: left;
	margin-right: 15px;
}

#case_after {
	float: left;
}

.case_img {
	padding: 5px;
	margin: 0px 10px 2px 0px;
	border: 1px solid #B2B2B2;
	display: inline;
	float: left;
	background: white;
}

#cs_left a {
	position: absolute;
	left: 925px;
	top: 249px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/slide_left.png);
	text-indent: -9999px;
}

#cs_right a {
	position: absolute;
	left: 945px;
	top: 249px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/slide_right.png);
	text-indent: -9999px;
}

/* Code ////////////////////////////////////////////////////////// */

.wp-synhighlighter-collapsed a {
	background-color: transparent;
	color: #FF9933;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.wp-synhighlighter-collapsed a:hover {
	background-color: transparent;
	color: #4D5767;
}

.wp-synhighlighter-expanded a {
	background-color: transparent;
	color: #FF9933;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.wp-synhighlighter-expanded a:hover {
	background-color: transparent;
	color: #4D5767;
}

/* Projects ////////////////////////////////////////////////////////// */

.onefour_left a {
	color: white;
	background-color: #FF9933;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
	line-height: 30px;
}

.onefour_left a:hover {
	color: white;
	text-decoration: none;
	background-color: #4D5767;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

.project_contain {
	margin-bottom: 45px;
	padding-bottom: 45px;
	background: url(images/split.jpg) bottom repeat-x;
}

.project {
	background: #FF9933;
	width: 545px;
	position: relative;
}

.project a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* Web Design ////////////////////////////////////////////////////////// */

#website_design {
	margin-bottom: 80px;
}

#webdesign {
	background: url(images/webdesign.jpg) top center no-repeat;
}

/* Print Design ////////////////////////////////////////////////////////// */

#print {
	background: url(images/print.jpg) top center no-repeat;
	overflow-x: hidden;
}

.print_design {
	position: absolute;
	width: 545px;
	top: 45px;
	z-index: 4;
}

.print_project {
	position: absolute;
	top: 55px;
	left: 590px;
	z-index: 3;
}

/* Logo & Identity ////////////////////////////////////////////////////////// */

#logo_page {
	background: url(images/logo.jpg) top center no-repeat;
	overflow-x: hidden;
}

.logo_project {
	position: absolute;
	top: 50px;
	left: 510px;
	z-index: 3;
}

/* Extras ////////////////////////////////////////////////////////// */

.areasofservice {
	font-size: 10px;
}

.archive_blog_date {
	display: inline;
	float: left;
	width: 80px;
	height: 15px;
	margin-top: 6px;
	padding: 3px 0px 0px 5px;
	background: url(images/archive.jpg) top left no-repeat;
}

.archive_blog_date a {
	font-size: 10px;
	color: white;
	line-height: 10px;
}

.archive_blog_date a:hover {
	text-decoration: none;
}

.archive_blog_title {
	float: left;
	width: 270px;
	padding-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.archive_blog_title {
	float: left;
	padding-top: 4px;
}

.archive_blog_title a {
	color: #667285;
}

.cds {
	display: inline;
	float: left;
	width: 56px;
	height: 56px;
	padding: 2px 2px 2px 11px;
	background: url(images/cd.jpg);
	margin: 0px 10px 10px 0px;
}

.flickr img {
	float:left; 
	margin: 3px 5px 0px 0px;
	width: 48px; 
	height: 48px; 
	padding: 3px 3px 9px 3px; 
	border: 1px #e9e9e9 solid; 
	background: #fff;
	margin-bottom: 5px;
}

.flickr a:hover img {
	background: #eaeaea;
	border: 1px #444 solid;
}

/* Footer ////////////////////////////////////////////////////////// */

#bottom {
	width: 960px;
	background: url(images/split.jpg) top repeat-x;
	padding-top: 15px;
	margin: 50px 0px 100px 0px;
	font-family: helvetica67;
	color: #cecece;
	font-size: 15px;
	font-weight: normal;
}

#bottom a {
	color: #cecece;
}

#bottom a:hover {
	color: #B6D0CF;
	text-decoration: none;
}

#bottom_left {
	display: inline;
	float: left;
}

#bottom_right {
	float: right;
	text-align: right;
}

.clearfooter {
	height: 30px;
	clear: both;
}

#footer {
	width: 100%;
	min-width: 960px;
	height: 30px;
	background: url(images/footer.jpg) repeat-x top;
	font-size: 12px;
	color: white;
}

#footer a {
	color: white;
	background-color: #A1A1A1;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 0px;
	padding: 5px;
}

#footer a:hover {
	text-decoration: none;
}

#footer_container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#footer_left {
	display: inline;
	float: left;
	padding-top: 5px;
}

#footer_right {
	float: right;
	text-align: right;
	padding-top: 5px;
}