/* 
	Theme Name: Black Canvas WordPress Theme
	Theme URL: http://www.studiopress.com/themes/blackcanvas
	Description: Black Canvas is a 2-column theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 2.0
	Tags: two columns, fixed width, black, gray, white, blue
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 2/2/09
		Second Release of Black Canvas, to ensure compatibility with WordPress 2.7
*/
* {
 	outline: none;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrap {
	/* background: #000000 url(images/wrap.gif) top repeat-x;*/
 	width: 980px;
  	margin: 0px auto 0px;
 	padding: 0px 10px 0px 10px;
  	background-color: #ffffff;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	text-decoration: none;
	color: #740f94;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/
#headerbg{
 	background-image: url(images/bg_header.png);
  	background-repeat: repeat-x;
    margin: 0px auto 0px auto;
}
#header {
	width: 980px;
	height: 80px;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
 	position: relative;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
#header_logo{
 width: 199px;
 height: 49px;
 display: block;
 background-image: url(images/logo_trans.png);
 background-repeat: no-repeat;
}
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #474747;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #474747;
	text-decoration: none;
	}

.headerleft {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerright {
	width: 560px;
	float: right;
	margin: 0px;
	padding: 0;
	overflow: hidden;
	}
/***************************************************
	Navigation CSS

****************************************************/
/*	This just cleans up the menu and the submenu so we can work with them */
#nav, #subnav {
	position: absolute;
 	right: 0px;
 	margin: 0px;
	padding: 0px;
 	list-style: none;
}
/*  These are the containers in the main menu  */
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
/*	These are the links in the main menu  */
#nav li a{
 	display: block;
  	height: 36px; /*  this is the height of the primary menu */
  	padding: 13px 8px 0px 8px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: lowercase;
}
#nav li a:hover{background-color: #461749;} /* this is the hover state for the main menu items */
#nav li.current_page_item a, #nav li.current_page_parent a{background-color: #5e4b3c;}/* thie is the active state for the main menu items */

/* Sub menu */
#subnav{
	clear: both;
    top: 49px;
}
#subnav li{
 float: left;
 width: auto;
}
/* these are the subnav items */
#subnav li a{
	display: block;
 	width: auto;
 	height: 21px;
  	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
   	margin: 0px 4px 0px 4px;
  	font-size: 14px;
    color: #5e4b3c;
}
#subnav li a:hover{text-decoration: none; color: #461749;}
#subnav li.current_page_item a{
	background-color: #a6937d;
	color: #fff;
}
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 980px;
 	min-height:600px;
 	height:auto !important;
  	height: 600px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
 	background-color: #ffffff;
	}
	
#content h1 {
	
	}
	
#content h1 a  {
	
	}

#content h1 a:hover {
	
	}
	
#content h2 {
 	color:#700470;
	font-size:24px;
	padding: 0px;
 	margin: 0px;
	}
	
#content h3 {
	
	}
	
#content h4 {
	
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
#photos {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #232323;
	}
	
#photos a img, #photos a:visited img {
	padding: 0px;
	border: 3px solid #232323;
	}
	
#photos a:hover img{
	padding: 0px;
	border: 3px solid #373737;
	}
	
.postleft {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	}
	
.postleft p {
	padding: 0px;
	margin: 0px;
	}
	
.commentsleft {
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #373737;
	}
	
.postright {
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 20px 0px;
	}
	
.postright p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
.contentleft {
	float: left;
	width: 687px;
	margin: 0px;
	padding: 0px;
	}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #373737;
	}
	
.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
/************************************************
*	Home Content				     		    * 
************************************************/
#home_content{}
#home_content a, #home_content a:active, #home_content a:visited{color: #700470; text-decoration: underline;}
#home_content a:hover{text-decoration: none;}

#home_content_left{
 	float: left;
  	display: inline;
}
#home_content_right{
    float: left;
    display: inline;
    padding-top: 10px;
    padding-left: 40px;
	margin-right: -10px;
}
#home_content_bottom{
    clear: both;
    list-style: none;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* padding: 0px 38px 0px 38px; */
    border-top: 1px solid #b2a28f;
    position: relative;
}
#home_content_bottom li{float:left; height: 118px; padding: 0px 20px 0px 20px;}
#home_content_bottom li h3{padding: 0; margin: 0; font-size: 13px; color: #700470; margin: 10px 0px 10px 0px;}
#home_content_bottom li p{font-size: 11px; margin: 0; padding: 0;}
#home_content_bottom li ul{list-style: none; padding: 0; margin: 0;}
#home_content_bottom li ul li{height: auto; padding: 0; margin: 0; display: block; float: none;}
#home_content_bottom_search{position: absolute; right: 0px; top: -50px;}
#home_bottom_brand{width: 204px; border-right: 1px solid #b2a28f;}
#home_bottom_retail{width: 204px; border-right: 1px solid #b2a28f;}
#home_bottom_corporate{width: 204px; border-right: 1px solid #b2a28f;}
#home_bottom_newsblog{width: 205px;}

#home_content_services_cloud{
	margin-top: 110px;	
 	margin-left: 0px;
}
#home_content_logo{
 	margin-bottom: 40px;
}
#home_contact_services_list{
 	list-style: none;
  	padding: 0px;
   	margin: 0px;
}
#home_contact_services_list li{
 	margin-bottom: 30px;
}
#home_contact_services_list li h2{
 	font-size: 1.15em;
  	font-weight: bold;
   	color: #700470;
}
#home_contact_services_list li p{
 
}
#home_contact_glacia{
 
}



.standard_page{
 	height: 610px; 
  	height: auto !important;
   	min-height: 610px;
    padding-top: 70px;
}
.standard_page h2{color: #700470; font-size: 24px;}
.standard_page p{font-size: 14px;}
.standard_page ul li{font-size: 14px; margin-bottom: 3px;}

#content_services{}

#content_brandconsulting{}

/************************************************
*	Portfolio 				    	     	    * 
************************************************/
#portfolio_table{
	width: 225px;
	list-style: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	float: left;
}
#portfolio_body{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 422px;
	display: inline;
}
#portfolio_table li a{
	display: block;
	width: 67px;
	height: 67px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	float: left;
	border: 2px solid #ccc;
}

#portfolio_main{
 	float: left;
	width: 600px;
 	height: 446px;
 	margin: 0px 20px 35px 40px;
  	border: 11px solid #e1dcd6;
  	display: inline;
   	position: relative;
}
#portfolio_next_button{position: absolute; right: -17px; top: 220px;}
#portfolio_previous_button{position: absolute; left: -17px; top: 220px;}
#portfolio_sidebar{
 	float: left;
	width: 258px;
 	margin: 0px 40px 0px 0px;
  	display: inline;
	position: relative;
	height: 467px;
}
#portfolio_sidebar h1{color: #700470;}
#portfolio_sidebar h2{color: #700470; font-size: 20px; margin: 0px; padding: 0px;}
#portfolio_sidebar h3{color: #700470; font-size: 15px; margin-top: 5px; padding: 0px;}
#portfolio_sidebar h3 p{margin: 0px; padding: 0px;}
#portfolio_slideshow{
 	clear: both;
	width: 900px;
 	margin: 0px 40px 0px 40px;
  	list-style: none;
   	padding: 0px;
}
#portfolio_slideshow li{
 	float: left;
	margin-right: 6px;
}
#portfolio_slideshow li a{
 	display: block;
  	width: 78px;
  	height: 58px;
  	border: 3px solid #e1dcd6;
}
#portfolio_slideshow li a:hover{
 	border-color: #5e4b3c;
}
#portfolio_footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	color: #333333;
}


/************************************************
*	Sidebar 				    	     	    * 
************************************************/
#sidebarwidgeted{
 	border-left: 1px solid #b2a28f;
	margin: 0px;
 	padding: 0px;
  	height: 600px;
   	position: relative;
}

#sidebar li{list-style: none;}
#sidebar li ul{list-style: none; padding: 0px;}
#sidebar {
	float: right;
	width: 273px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	}


#sidebar_search{
	position: absolute;
 	bottom: 10px;
  	left: 20px;
}
#sidebar_news, #sidebar_blog, #sidebar_connect, #social-links{
 	display: block;
  	background-repeat: no-repeat;
  	background-position: top left;
   	padding-left: 20px;
}
#sidebar_news ul li a, #sidebar_blog ul li a, #sidebar_connect ul li a{
 	color: #740f94;
}
#sidebar_connect ul{margin-top: 10px;}
#sidebar_connect ul li{margin-bottom: 5px;}
#sidebar_connect ul li a {display: block; padding-left: 25px; color: #740f94;}
#sidebar_rss{
 	background-image: url(images/rss.png);
  	background-position: top left;
   	background-repeat: no-repeat;
}
#sidebar_news{
 	padding-top: 20px;
  	padding-bottom: 20px;
	border-bottom: 1px solid #b2a28f;; 	
}
#sidebar_news h3, #sidebar_blog h3, #sidebar_connect h3{
 	margin: 0px;
  	padding: 0px;
    color: #740f94;
}
#sidebar_blog{
	border-bottom: 1px solid #b2a28f;;
 	padding-bottom: 20px;
}
#sidebar_connect{	
	padding-top: 20px;
}

#social-links h2{display: none;}

#text-3 {
	padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}

#text-3 h3 {
	margin: 0 0;
}

.sm {
	padding: 2px 0 0 26px;
	background-image: url(images/sm-sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
}

#linkedin {
	background-position: 0 0;
	margin: 2px 0 0 0;
}

#fb {
	background-position: 0 -24px;
}

#twitter {
	background-position: 0 -50px;
}
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 980px;
 	padding-top: 30px;
	height: 117px;
	margin: 0px auto 0px;
 	color: #82715d;
	}

#footer a {
	color: #82715d;
 	font-weight: bold;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #5e4b3c;
	text-decoration: underline;
	}
	
#footer_left{
 	float: left;
	width: 298px;
 	margin-left: 22px; /* this should match the margin of the logo at the top */
 	display: inline;
  	text-align: left;
}
#footer_center{
 	float: left;
 	width: 340px;
  	display: inline;
   	text-align: center;
}
#footer_right{
 	float: left;
 	width: 320px;
  	display: inline;
   	text-align: right;
}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#s{width: 160px; background-color: #f5f5f5; border: 1px solid #dddddd; vertical-align: middle;}
#searchsubmit{ vertical-align: middle;}
	
#sbutt {
	background: #111111;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	}
	
#submit {
	background: #333333;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	}
	
#author, #email, #url {
	background: #333333 !important;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666666;
	}
	
#comment {
	background: #333333 !important;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 10px 0px;
	padding: 4px;
	border: 1px solid #666666;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #666666;
	float: right;
	border: 1px solid #555555;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
#submit {
	background: #373737;
	color: #FFFFFF;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #151515;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #333333;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
	}
    
.purple {color: #740f94;}

.form_heading{
 color: #000;
}
.form_heading_required{
 font-size: 12px;
}
/*	Hax		*/
.ddsg-wrapper h2, .ddsg_credits{display: none;}

/*
 * Portfolio Styles
 */


#portfolio_projects{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

#portfolio_projects li{
	display: block;
	float:left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#portfolio_projects li a{
	display: block;
	border: 3px solid #E1DCD6;
}

#portfolio_projects li a:hover{
	border-color: #5e4b3c;	
}

#portfolio_content{
	overflow:auto;
	padding:5px;
}

#portfolio_footer {
	position:absolute;
	padding:0 0;
}

#portfolio_projects {
}

