/* 
Theme Name: ConceptSplash
Theme URL: http://conceptsplash.com
Description: Designer theme.
Author: Virgil D
Author URI: http://conceptsplash.com
Tags: clean, 2 columns, widgets, flexible
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;	
}

@font-face{
  font-family:'HelveticaNeue';
  src: url('fonts/vegur-l_0600-webfont.eot'); /* IE */
}


@font-face {
	font-family: "HelveticaNeue";
	src: url(fonts/vegur-l_0600-webfont.ttf) format("truetype");
}


h1,h2,h3,h4,h5,h6,.form_button,.successmsg { font-family: "HelveticaNeue", serif; }

body {
border-top:5px solid #303030;
color:#555555;
font-family:arial;
font-size:13px;
line-height:1.4em;
}


p {
	margin:0 0 30px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a {
	text-decoration:none;
        color:#0088b5;
}

a:hover {
color:#009ed2;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
border-style:none;
background:#cccccc;
height:1px;
}


/* Images */

img.alignnone {margin-bottom:1em}
img.alignright {float:right; margin-left:1em}
img.alignleft {float:left; margin-right:1em}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin-left:1.5em}
a img.alignleft {float:left; margin-right:1.5em}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img {
  border:none;
}

a img {
   border:none;
}

/* Headings */

h1, h2, h3, h4 {
color:#000000;
font-weight:normal;
line-height:0.8em;
margin-bottom:12px;
}

h1 {
font-size:60px;
color:#303030;
}

h2 {
font-size:48px;
color:#303030;
}

h3 {
font-size:36px;
color:#000000;
}

h3 a {
color:#0088b5;
}

h4 {
font-size:24px;
color:#000000;
line-height:1em;
margin-bottom:6px;
clear:both;
}

h4 a {
color:#303030;
}

.block_title h4 {
margin-bottom:12px;
}

h5 {
font-size:18px;
color:#555555;
}

h6 {
display:block;
font-size:16px;
margin-bottom:3px;
color:#000000;
}

.single_title h3 {
margin-bottom:6px;
}

.case {
text-transform:uppercase;
}

.blue {
color:#0088b5;
}

.black {
color:#000000;
}

.nomargin {
margin-bottom:5px;
}


.logo {
float:left;
position:relative;
top:3px;
}


/* Main */

.home {
background:transparent url(images/bkghome.jpg) repeat-x scroll left top;
}

.page {
background:transparent url(images/bkgpage.jpg) repeat-x scroll left top;
}

.clear {
clear:both;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

html[xmlns] .clearfix {
	display:block;
}

* html .clearfix {
	height:1%;
}

#container {
	width:985px;
        text-align:left;
        margin:0 auto;
}

/* Top */


#header {
margin-bottom:50px;	
}

ul.topnav {
float:right;
font-family:georgia;
}

ul.topnav li {
float:left;
margin-left:2px;
width:130px;
height:28px;
line-height:26px;
text-align:center;
}

ul.topnav li a {
color:#303030;
background:#dadada;
width:130px;
height:28px;
display:block;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

ul.topnav li a:hover {
background:#303030;
color:#ffffff;
width:130px;
height:28px;
display:block;
}

ul.topnav li.current_page_item a  {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
background:#303030;
color:#ffffff;
width:130px;
height:28px;
display:block;
}

.post_top {
height:50px;
clear:both;
}

.single_title {
margin-bottom:30px;
}

#post {	
        float:right;
        width:610px;        
}


#post_left {
        float:left;
        width:610px;
        margin-right:38px;
}

.post_text {
font-family:times New Roman;
font-size:1.2em;
line-height:1.4em;
color:#383838;
}


#full_post {
width:100%;
}

.blog_post {
margin-bottom:15px;
display:block;
}

.blog_post_left {
float:left;
}

.blog_post_right {
width:490px;
float:right;
margin-bottom:35px;
}


.blog_post li {
padding:28px 0 68px;
height:115px;
}

.blog_post li:first-child{
padding-top:0;
}


.quote_button {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background:#1ea9d0;
float:right;
padding:5px 10px 10px;
margin-top:14px;
color:#ffffff;
}

.quote_button:hover {
background:#1fbce8;
color:#ffffff;
}

.quote_button a {
color:#ffffff;
}

#slogan_home {
clear:both;
display:block;
margin-bottom:30px;
height:350px;
}

#slogan {
clear:both;
display:block;
margin-bottom:50px;
margin-top:80px;
}

.home_slogan {
float:right;
margin-top:80px;
text-align:right;
}

/* Sidebar */

#sidebar {
	float:left;
	width:337px;
}


.block_title {
border-bottom:1px solid #E8E8E8;
margin-bottom:17px;
clear:both;
}

.sidebar_block li {
clear:both;
color:#6D6D6D;
display:block;
font-size:11px;
line-height:15px;
margin-bottom:155px;
}

.index_block li {
border-top:1px solid #E8E8E8;
clear:both;
color:#6D6D6D;
display:block;
font-size:11px;
line-height:15px;
padding:8px 0;
}

.index_block li:first-child {
border-top:none;
padding-top:0;
}

.about li {
clear:both;
display:block;
border-top:1px solid #E8E8E8;
padding:10px 0;
}

.about li:first-child {
border-top:none;
}

.about_img {
float:left;
padding-top:4px;
}

.dsc {
display:block;
float:right;
margin-bottom:14px;
width:295px;
}

.attachment-post-thumbnail {
float:left;
}

.excerpt {
float:right;
width:221px;
}

.more {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background:#1ea9d0;
padding:4px 5px;
float:left;
text-align:center;
margin-top:8px;
font-size:11px;
}

.more a {
color:#ffffff;
font-size:10px
text-transform:uppercase;
}

.more:hover {
background:#1fbce8;
}

.widget {
margin-bottom:32px;
}

.widgettitle {
font-size:36px;
color:#303030;
}


/* Bottom */

#footer {
clear:both;
margin-top:65px;
background:#eaebef;
padding:14px 0;
color:#8a8c93;
border-top:1px solid #DCDDE2;
}

.footer_inner {
margin: 0 auto;
width:985px;
line-height:13px;
}

.footer_inner a {
color:#8a8c93;
}

.footer_inner a:hover {
color:#009ed2;
}


#footer li {
float:left;
border-left:1px solid #bcbec4;
padding:0 8px;
}

#footer li:first-child {
border-left:none;
padding-left:0;
}


.footer_right {
float:right;
margin-top:12px;
}

.footer_search {
float:right;
width:260px;
position:relative;
}

#searchinput {
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
border:1px solid #d6d7db;
padding:0 3px;
margin:0;
width:252px;
height:27px;
}

#searchsubmit {
-webkit-border-right-top-radius: 4px;
-webkit-border-right-bottom-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topright: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
background:#b7b9c2 url(images/search_arrow.png) no-repeat scroll center center;
border:none;
margin:0;
position:absolute;
top:1px;
right:1px;
width:30px;
height:27px;
}

/* Homepage */


.services {
width:287px;
font-family:arial;
}


.services li {
background:transparent url(images/check.png) no-repeat scroll left center;
padding:10px 0 10px 20px;
border-bottom:1px solid #e8e8e8;
color:#1ea9d0;
font-weight:bold;
}


/* Form */

.form_left {
float:left;
width:400px;
}

.form_left a {
color:#0088b5;
}

.contact_form {
float:right;
width:537px;
}

.form_inputs input {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
display:block;
margin-bottom:14px;
border:1px solid #d4d4d4;
width:275px;
padding:6px;
color:#6e6e6e;
}

.form_inputs input:focus {
border-color:#FFCC00;
}

.form_inputs textarea {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
display:block;
border:1px solid #d4d4d4;
height:130px;
width:537px;
padding:6px;
margin-bottom:14px;
color:#6e6e6e;
font-family:arial;
font-size:13px;
}

.form_inputs textarea:focus {
border-color:#FFCC00;
}

.form_button {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background:#1EA9D0;
border:none;
margin-top:12px;
padding:2px 14px 5px;
color:#ffffff;
font-size:18px;
cursor:pointer;
}

.form_button:hover {
background:#1FBCE8;
}

.successmsg {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background:#EDF9E4;
border:1px solid #6FA60E;
color:#65970e;
font-size:18px;
padding:4px 8px 8px;
}

.subscribe {
background:transparent url(images/subscribe.png) no-repeat scroll left top;
width:340px;
height:156px;
font-family:georgia;
color:#6a6a6a;
font-size:16px;
margin-bottom:30px;
}

.subscribe a {
color:#ffffff;
}

.inner {
text-align:center;
padding-top:28px;
}

.button {
background:transparent url(images/button.png) no-repeat scroll left top;
width:148px;
height:34px;
color:#ffffff;
padding-top:7px;
margin:0 auto;
margin-top:20px;
display:block;
}

.col_left {
width:470px;
float:left;
}

.col_right {
width:470px;
float:right;
}

.col_bottom {
border-top:1px solid #E2E2E2;
clear:both;
display:block;
padding-left:200px;
padding-top:20px;
}

.blue_button {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background:#1ea9d0;
color:#FFFFFF;
float:left;
margin:4px 0 0 14px;
padding:5px 10px 10px;
}

.blue_button:hover {
background:#1fbce8;
color:#ffffff;
}

.blue_button a {
color:#ffffff;
}