/* @override http://benleivian.com/wp-content/themes/benleivian-v2/style.css */
/*
Theme Name: Ben Leivian
Theme URI:
Description: Version 2.0
Version: 2.0
Author: Ben Leivian
Author URI: www.benleivian.com
*/

/* Blueprint CSS Framework 0.8 */
/*@import url("blueprint/reset.css");
@import url("blueprint/typography.css");
@import url("blueprint/grid.css");
@import url("blueprint/forms.css");*/
@import url("blueprint/base.css");

/* Clearing floats without extra markup [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: block;}
.clear { clear:both; }

/* GRID */
/* @group Grid */
.container {
  width: 950px;
  margin: 0 auto;
}
.content {
	float: left;
	width: 890px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 0;
}
#main .content,
#page .content,
#single .content {
	width: 870px;
	padding: 20px;
	margin-bottom: 20px;
}

#main .mainbox {
	width:420px;
	float: left;
	margin-right: 20px;
}

.content .post {
	width: 570px;
}

.sidebar {
	float: left;
	width:375px;
	padding:20px;
	padding-bottom:5px;
	background-color:#151515;
	margin-bottom: 0px;
}
.sidebar p {
	font-size: 1em;
}
.sidebar h2 {
}
/* @end */

/* COLORS */
/* @group Colors */
body {
	background:#252525;
}
#header {
}
#nav {
	display:none;
}
#sub-nav {
	background: #f4f4f4;
	display: none;
}
#intro {
	background: #f4f4f4;
	display: none;
}
#main, #page, #single {
}
#fb-comment {
	background:#fff;
	padding:30px 0px 40px 0;
}
#portfolio {
	background-color:#353535;
}
#portfolio .container {
	padding:40px 0 20px 0;
}
#main .container,
#page .container,
#single .container {
	padding: 20px 0 0;
}
#footer {
}
#footer .container {
	padding-bottom: 40px;
}

	/* COLORS-TEXT */
/* @group Colors-Text */
#main h1,
	#main h2,
	#main h3,
	#main dt,
	#footer h3,
	a:link,
	a:visited,
	a:hover,
	a:active,
	legend {
		color: #fff; /* accent color for text */
	}
	#main p,
	#main li,
	#main dd,
	#footer,
	label {
		color:#cdcdcd; /* primary color for text */
	}
	a:link,	a:visited, a:hover, a:active {
		color:#808080;
		text-decoration: none;
	}
	a:hover, a:active {
		color:#979797;
		text-decoration: underline;
}
	
#logo {
	background: url(./images/logo.gif) no-repeat left top;
	text-indent: -9999px;
	width: 230px;
	height: 25px;
	margin:50px 0 50px 2px;
}
/* @end */
/* @end */

/* NAVIGATION */
/* @group Navigation */
#nav ul, #nav li{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul {
	height: 40px;
}
#nav ul li {
	font-size: 1.2em;
	float: left;
	margin-right: 4px;
}
#nav a:link, #nav a:visited {
	color:#686868;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
	#nav a span {
		display: block;
		height: 30px;
		margin-right: 14px;
		padding-left: 14px;
	}
#nav a:hover {
	display: block;
	color:#8b8b8b;
}
	#nav a:hover span {
		display: block;
	}
/* @end */

/* POST */
/* @group Post */
.content h2 {
	margin-top:0;
}
.post h2 a:link {
	text-decoration: none;
	color:#fff;
}

.post .entry p {
	font-size: 1.2em;
}
.postmeta-header,
.postmeta-footer {
	font-size: .9em;
}
.postmeta-header {
	border-bottom:1px solid #686868;
	padding-bottom: 10px;
}
/* @end */

/* SIDEBAR */
/* @group Sidebar */
#main div.sidebar h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#main div.sidebar ul {
	margin-bottom: 10px;
	margin-left:0;
}
#main div.sidebar ul ul {
	margin-bottom: 0px;
	margin-left:10px;
}
#main div.sidebar li {
	font-size: 1em;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	background-image: none;
}
/* @end */

/* @group Socialbox */
.socialbox {
	float: left;
	width:430px;
}
.socialbox ul,
.socialbox li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.socialbox li a {
	height:60px;
	width:205px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	text-indent:-9999px;
}
#social-linkedin a         { background:url(./images/social-linkedin.gif) no-repeat left top; }
  #social-linkedin a:hover { background-position:left -60px; }
#social-twitter a          { background:url(./images/social-twitter.gif) no-repeat left top; }
  #social-twitter a:hover  { background-position:left -60px; }
#social-brightkite a       { background:url(./images/social-brightkite.gif) no-repeat left top; }
  #social-brightkite a:hover { background-position:left -60px; }
#social-flickr a           { background:url(./images/social-flickr.gif) no-repeat left top; }
  #social-flickr a:hover   { background-position:left -60px; }
#social-facebook a         { background:url(./images/social-facebook.gif) no-repeat left top; }
  #social-facebook a:hover { background-position:left -60px; }

/* @end */


/* FANCYBOX */
/* @group Fancybox */

.fancybox img {
	margin:0px 20px 20px 0;
	background-color:#4b4b4b;
	text-align: center;
	border:1px solid #595959;
	vertical-align:top;
	padding:5px;
}

.fancybox img:hover {
	border:1px solid #747474;
}

/* @end */

/* IMAGES */

.app-icon {
	float: left;
	margin-right: 10px;
}
/* FOOTER */
/* @group Footer */
#footer .container {
	text-align:center;
	padding:10px;
	color:#5a5a5a;
}
#footer p {
	/*text-align:left;
	margin:0 40px;*/
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* @end */

#type-print,
#type-web,
#type-art,
#type-film,
#type-contact,
#type-connect {
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	height:24px;
}
#type-print {
	background-image:url(./images/type-print.gif);
	width:77px;
	margin-top:-5px;
}
#type-web {
	background-image:url(./images/type-web.gif);
	width:59px;
	margin-top:10px;
}
#type-art {
	background-image:url(./images/type-art.gif);
	width:52px;
	margin-top:10px;
}
#type-film {
	background-image:url(./images/type-film.gif);
	width:59px;
	margin-top:10px;
}
#type-contact {
	background-image:url(./images/type-contact.gif);
	width:120px;
	height:26px;
	margin-bottom:20px;
}
#type-connect {
	background-image:url(./images/type-connect.gif);
	width:122px;
	height:26px;
	margin-bottom:8px;
}

#folio-art {
	float:left;
	width:440px;
}
#folio-film {
	float:left;
	width:440px;
}

/* Overrides */
div#fancy_title {
	display:none !important;	
}
a:focus { 
    outline: none; 
}

/* cForms */
/* @group cForms */
/*  Main 'top-level' form elements                    */
.cform {
	padding:0;
}
.cform fieldset	{
	border:none;
	padding:0;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.cform legend { 
	margin-left:10px;
	padding: 0 2px;
	display:none;
}
ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}
ol.cf-ol li	{
	background:none!important; 
	margin:0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:2em;
}
/* Text-only fields (no input)               */

ol.cf-ol li.textonly {
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}
/* Field labels                */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
	display:none;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
	display:none;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}
/*   FORM FIELDS general formatting                   */

.cform input,
.cform textarea,
.cform select { 
	font:10px "lucida grande",tahoma,verdana,arial,sans-serif !important;
	padding:10px;
	background:#353535; 
	vertical-align:top;
	color:#9b988d;
	margin-bottom:10px;
	border:1px solid #464646;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border:1px solid #595854;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
}

.cform textarea,
.cform input {
	width:390px;
}

.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	overflow:auto;
	height:100px;
	margin:0;
}
/*   radio button title                               */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}
/*   check boxes                                      */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
}
/* check box groups                                   */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
}
/* formatting for text:  "(required)"  & other        */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
	display:none;
}
/*   FORM submit button                               */

p.cf-sb {
	text-align:left;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:10px 5px;
	margin: 0;
	font-size:0.8em;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}
/*   FORM FIELDS enhanced error display               */
ol.cf-ol li.cf_li_err {
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:0;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px;
	line-height:1.3em;
	margin: 0 0 10px 0;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success,
div.failure,
div.waiting {
	color:#9b988d;
	display:block;
	font-weight:bold;
	background-color:transparent;
	border:1px solid #9b988d;
	width:390px;
}
div.failure {
}
div.waiting {
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#9b988d; 
	border:1px solid #9b988d;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display:none;
}
.linklove a,
.linklove a:visited {
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
/* @end */
/* @group Call Widget */

body .call-widget {
	width:100%;
	height:100%;
	margin-bottom:0;
	background-color:#353535;
}
body .call-widget td {
	text-align:center;
}

/* @end */
