.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
.clearfix { display:inline-block; }
.clearfix { display:block; }
body {
	background:#222;
	font-family:Candara, Andale Mono, sans-serif;
}

/* HEADER */
#header {
	background:url('../images/header_bg.gif') repeat-x;
	height:65px;
}
.header {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#6e6e6e;
	padding-top:20px;
	position:relative;
}
.header a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
}
.header a:hover{
	color:#7bc2f4;
}
.logo {
	position:absolute;
	left:0;
}

/* HOME MAIN CONTENT */
.main {
	background:#fff;
}
.home_content {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:220px;
	padding-bottom:40px;
	font-size:84px;
	color:#333;
	text-align:center;
}

/* ABOUT CONTENT */
.home_about {
	background:#fff;
}
.about_content {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:30px;
	overflow:auto;
}
.about_left {
	width:215px;
	font-size:14px;
	line-height:20px;
	color:#444;
	float:left;
	padding-top:33px;
}
.about_left h2 {
	font-size:14;
	font-weight:normal;
	color:#0099cc;
}
.about_left h2 a {
	font-size:16px;
}
.about_left ul {
	list-style-type:disc;
	margin-left:15px;
}
.about_content a {
	color:#0099cc;
	text-decoration:none;
}
.about_content a:hover {
	text-decoration:underline;
}
.about_right {
	width:480px;
	font-size:14px;
	line-height:20px;
	color:#333;
	float:left;
	margin-left:80px;
}
.about_right h1,
.about_left h1 {
	font-size:24px;
	font-weight:normal;
	padding-bottom:25px;
	color:#00394e;
}
.about_right h2 {
	font-weight:normal;
	color:#0099cc;
}
.about_right img {
	margin:0 8px 3px 0;
	float:left;
	border:2px solid #666;
}
.about_right p {
	margin-bottom:20px;
}
.about_right ul.about_list {
	list-style-type:disc;
	margin:-5px 0 15px 15px;
}
.about_right ul.about_list li {
	margin-bottom:3px;
}

/* PORTFOLIO + SERVICES CONTENT */
.tabbing_content {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:20px;
	overflow:auto;
	font-size:16px;
	line-height:22px;
	color:#333;
}
.tabbing_content h2 {
	font-size:24px;
	font-weight:normal;
	padding-bottom:10px;
	color:#00394e;
}
.tabbing_content h3 {
	color:#0099cc;
	font-weight:normal;
}
.section_title {
	width:220px;
}
.tabbing_content ul.tab_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	width:220px;
}
.tabbing_content ul.tab_nav li {
	border-bottom:1px solid #e1e1e1;
	width:210px;
}
.tabbing_content ul.tab_nav li a {
	color:#0099cc;
	text-decoration:none;
	line-height:40px;
}
.tabbing_content ul.tab_nav li a.selected,
.tabbing_content ul.tab_nav li a:hover {
	color:#f99b1c;
}
.tabbing_content .tab_content {
	float:left;
	width:480px;
	margin-left:80px;
}
.tab_content h3 {
	color:#777;
}
.tab_content ul {
	list-style-type:disc;
	margin-left:15px;
}
.tab_content ul li {
	font-size:14px;
	margin-bottom:3px;
}
.tab_content ul li a {
	margin-bottom:4px;
	color:#0099CC;
}
.tab_content ul li .piece {
	font-size:13px;
}

/* CONTACT CONTENT */
ul.contact_info {
	list-style-type:none;
	margin:10px 0 0 0;
}
.contact_form div {
	clear:both;
	margin:.3em 0;
}
.contact_form label {
	display:block;
	color:#0099cc;
}
.contact_form .error,
.contact_form .success {
	margin-top:3px;
	font-size:13px;
	line-height:12px;
}
.contact_form .error {
	color:#9e0b0f;
}
.contact_form .success {
	color:#0099cc;

}
form#contactform input {
	border:1px solid #d2ccca;
	padding:1px 2px;
	font-size:14px;
	color:#333;
	clear:right;
	background:#f2f4f5;
	width:450px;
	margin:0;
}
form#contactform textarea {
	font-size:100%;
	padding:2px;
	border:1px solid #d2ccca;
	background:#f2f4f5;
	width:450px;
	margin:0;
}
form#contactform .submit {
	background:#0099cc;
	color:#fff;
	padding:5px 30px;
	width:auto;
	cursor:pointer;
	border-top:2px solid #0099cc;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #fff;
}
form#contactform .submit:active {
	border-top:2px solid #fff;
	border-bottom:2px solid #0099cc;
	padding:7px 30px 3px 30px;
}

/* MIDDLE STRIP */
.strip {
	width:940px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:url('../images/strip_mid.png') repeat-y;
	margin-top:15px;
	color:#333;
	overflow:visible;
}
.strip p {
	font-size:15px;
	line-height:19.5px;
}
.box_label {
	margin:5px 0 10px 0;
}
.work,
.services,
.contact {
	width:235px;
	padding:0 30px;
	float:left;
	position:relative;
	min-height:220px;
}
.work .box_label {
	background:url('../images/work.png') no-repeat;
	width:132px;
	height:18px;
}
.services .box_label {
	background:url('../images/services.png') no-repeat;
	width:106px;
	height:18px;
}
.contact .box_label {
	background:url('../images/contact.png') no-repeat;
	width:113px;
	height:18px;
}
.services,
.contact {
	margin-left:20px;
}
.read_more {
	background:url('../images/read_more_button.png');
	height:36px;
	width:101px;
	text-align:center;
	margin:10px 0 7px 0;
	float:right;
}
.strip a {
	font-size:18px;
	color:#fff;
	text-decoration:none;
	line-height:34px;
	position:absolute;
	bottom:0;
	right:0;
}
.strip a:hover {
	color:#7bc2f4;
}
.service_writing {
	float:left;
}
.service_writing_right {
	width:50%;
}
.service_writing ul {
	padding-left:13px;
	list-style-type:none;
}
.service_writing ul li {
	font-size:14px;
	margin-bottom:13px;
	color:#555;
}
.service_other h2 {
	margin-bottom:13px;
}
.service_left {
	margin-top:-33px;
}
.service_right {
	margin-top:50px;
}

/* BOTTOM */
.bottom {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	
}

/* BLOG SECTION */
.blog_posts {
	width:510px;
	float:left;
}
.blog_posts img {
	padding:30px 0 21px 0;
}
.single_post {
	border-bottom:1px dotted #555;
	margin-bottom:21px;
}
.blog_post_title {
}
.blog_post_title a {
	color:#7bc2f4;
	font-size:20px;
	text-decoration:none;
}
.blog_post_title a:hover {
	text-decoration:underline;
}
.blog_post_date {
	color:#999;
	font-size:13px;
	line-height:22px;
}
.blog_post_excerpt {
	color:#dedede;
	font-size:16px;
	line-height:21px;
	padding-top:12px;
}
.blog_post_excerpt a {
	color:#7bc2f4;
	text-decoration:none;
}
.blog_post_excerpt a:hover {
	text-decoration:underline;
}
.blog_post_comments {
	text-align:right;
	padding:5px 0 12px 0;
}
.blog_post_comments a {
	color:#7bc2f4;
	font-size:13px;
	text-decoration:none;
}
.blog_post_comments a:hover {
	text-decoration:underline;
}

/* SIDEBAR */
.sidebar {
	margin-left:80px;
	float:left;
	width:260px;
}
.sidebar ul li {
	margin-bottom:8px;
}
.sidebar ul li .widgettitle {
	color:#dedede;
	margin-bottom:5px;
	margin-top:30px;
	font-size:17px;
	font-weight:normal;
}
.sidebar ul li a {
	color:#7BC2F4;
	line-height:14px;
}
.sidebar .screen-reader-text {
	display:none;
}
ul#twitter_update_list li {
	margin:0;
}

.latest {
	padding-bottom:10px;
}
.latest .sidebar_label {
	padding:30px 0 15px 0;
	clear:both;
}
.social .sidebar_label,
.twitter .sidebar_label {
	padding:0 0 10px 0;
	clear:both;
	margin-top:25px;
}
.linkedin_button {
	padding-left:5px;
}
.facebook_button {
	padding-left:4px;
}
.rss_button {
	padding-left:6px;
}
.twitter_bubble {
	width:241px;
	height:179px;
	background:url('../images/twitter_bubble.png');
}
.twitter_content {
	color:#dedede;
	font-size:15px;
	line-height:19px;
	width:200px;
	padding-top:25px;
	margin-left:auto;
	margin-right:auto;
}
.twitter_content a {
	color:#7bc2f4;
}
.twitter_link,
.twitter_link p {
	color:#7bc2f4;
	padding-left:50px;
}
.twitter_link img {
	padding-left:20px;
}

/* FOOTER */
.footer {
	border-top:2px solid #e1e1e1;
	margin-top:40px;
}
.footer_content {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	color:#e1e1e1;
	padding:20px 0 30px 0;
	font-size:12px;
}
.footer_nav {
	margin-left:40px;
}
.footer_nav a {
	text-decoration:none;
	color:#7bc2f4;
}
.footer_nav a:hover {
	text-decoration:underline;
}
