@charset "UTF-8";
/*   
Theme Name: Liquid Vision
Theme URI: http://www.liquidvision.com
Description: A theme designed for Liquid Vision Marketing Blog
Author: Steven Carr
Author URI: www.chemicalcode.com
Template:
Version: 1.0
.
General comments/
Copyright Chemical Code 2009
.
*/


html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2E8;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
}
/* TEMP Column Check 
.column {
	position: absolute;
	top: 200;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/column.png);
	background-repeat: repeat;
	background-position: left;
	z-index: 100;
}
*/

/* ----- General ----- */

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}
a:link, a:visited {
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-indent: 0px;
}
a:hover, a:active {
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-indent: 0px;
}

/* ----- Global ----- */

/* Header Elements */
#header {
	margin: 0px;
	padding: 0px 10px 42px 0px;
	background-color: #FFF;
}
#logo {
	height: 86px;
	width: 402px;
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	color: #000;
	border-right: 1px solid #666;
	float: left;
}
#contact {
	/*height: 46px;*/
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	padding: 49px 0px 0px 37px;
	margin: 0px;
	float: left;
	color: #666;
}
#contact p {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#contact a:link {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#contact a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#contact a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #EA3F98;
	text-decoration: none;
}

/* About n Client Menu Elements (copy to SPRY CSS) */
.Accordion {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/*position: relative;*/
}
#about {
	background-color: #4B534F;
	background-image: url(images/about_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
#client {
	background-color: #898F94;
	background-image: url(images/client_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
.tab {
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 20px 5px 37px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
}
.tabClosed {
	color: #FFF;
}
.tabOpen .tab {
	background-image: url(images/minus.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
}
.tabHover {
	color: #EA3F98;
	cursor: pointer;
}
.tabOpen .tabHover {
	color: #EA3F98;
	cursor: pointer;
}
.tabFocused .tab {
	background-image: url(images/minus.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tab h1 {
	font-size: 18px;
	font-weight: bold;
	margin:0px;
	padding: 9px 0px 0px 0px;
}
.content {
	overflow: auto;
	margin: 0px 0px 0px 20px;
}
.content .col2 {
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	float: left;
}
.content .col2 a:link {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: none;
	text-decoration: none;
	display: block;
	margin: 2px;
}
.content .col2 a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	background-color: none;
	text-decoration: none;
	display: block;
	margin: 2px;
}
.content .col2 a:hover, a:active {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #EA3F98;
	text-indent: 2px;
}
.content .col2 h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/* WP Area Elements */
/* Multi Story */
#wpHolder {
	background-color: #F2F2E8;
	background-image: url(images/wpcontent_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wpHolder .title {
	margin: 0px;
	padding: 20px 10px 0px 20px;
	font-size: 30px;
	font-weight: bolder;
	color: #666;
}
#wpHolder .intro {
	width: 400px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
#wpHolder .intro h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#wpHolder .nav {
	margin: 20px 10px 10px 10px;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #666;
	font-size: 11px;
}
#wpHolder .nav a:link, a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#wpHolder .nav a:hover, a:active {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}
#projects {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
}
#projects ul {
	margin: 0px;
	padding: 0px;
}
#projects li {
	width: 406px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	display:-moz-inline-box;/* mozilla only */
    display:inline-block;/* for browsers that support display:inline-block*/
	zoom:1;
	*display:inline;
	vertical-align: top;
	position: relative;
}
#projects li img {
	border: 2px solid #666;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#projects li p {
	padding: 0px;
	margin: 0px;
}
#projects li a:link, a:visited {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-indent: 0px;
}
#projects li a:hover, a:active {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-indent: 0px;
}
#projects li .head {
	border-left: 2px solid #666;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
#projects li .head a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	background-color: #666;
	padding: 0px 2px 1px 0px;
	margin: 0px;
	text-decoration: none;
	display: inline;
}
#projects li .head a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CCC;
	background-color: #666;
	padding: 0px 2px 1px 0px;
	margin: 0px;
	text-decoration: none;
	display: inline;
}
#projects li .head a:hover, #projects li .head a:active {
	color: #EA3F98;	
}
#projects li .type {
	position: absolute;
	z-index: 10;
	padding:10px 0px 0px 0px;
}
#projects li .type img {
	border: 0px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	display: block;
}
/* Single Story */
#single {
	width: 820px;
	margin: 0px 0px 10px 10px ;
	padding: 10px 0px 10px 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*
#single p {
	margin: 0px;
	padding: 0px;
}
*/
#single img {
	border: 2px solid #666;
	margin: 0px 10px 10px 0px;
	float: left;
}
#single .date {
	float: right;
	color: #FFF;
	background-color: #666;
	padding: 0px 2px 1px 0px;
	margin: 0px 10px 0px 10px;
}
#single .headBox {
	width: 396px;
	border-left: 2px solid #666;
	margin: 0px;
}
#single .head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	background-color: #666;
	padding: 0px 2px 1px 0px;
	display: inline;
}
#single .copy,
#single p {
	/* width: 400px; */
	font-weight: normal;
	clear: both;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#single p img {
	padding: 0px;
	margin: 0px 10px 10px 0px;
}

/* Footer Elememts */
#footer {
	border-top: 1px solid #333;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 20px 10px;
}
#footer .col2 {
	width: 410px;
	padding: 0px 0px 0px 10px;
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	float: left;
}
#footer .col2 a:link, a:visited {
	color: #333;
	text-decoration: none;
}
#footer .col2 a:hover, a:active {
	color: #EA3F98;
	text-decoration: none;
}

