/*
Theme Name: Artiste - Brush Theme
Theme URI: http://wordpress.org/
Description: Created exclusively for Artiste Media. All rights reserved.
Version: 1.0
Author: Artiste Media
Author URI: http://artistemedia.net/

	Formerly, bacon was involved.
	
*/
/*reset*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:10px;
}
.noheight {
	height:0;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:10px;
}
.noheight {
	height:0;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
div.hr {
	display: block;
	background:url(images/box_divider.gif) left center repeat-x;
	height: 2px;
	clear:both;
	margin:5px 0;
}
div.hr hr, span.hr hr {
	display: none;
}
/*hr {
	border:none;
	background-color:none;
	background:url(images/box_divider.gif) left center repeat-x;
	height:2px;
	clear:both;
	margin:5px 0;
}*/
a {
	text-decoration:none;
	color:#555;
}
a:hover {
	color:#333;
}
/*layout*/
body {
	font:13px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	background:#888 url(images/page_bg.jpg) left top repeat;
}
.box {
	border:1px solid #c2c2c2;
	border-bottom:2px solid #c2c2c2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	position:relative;
	z-index:0;
	/*-webkit-transition: all 0.6s ease-in-out;*/
	overflow:hidden;
}
.box:hover {
	z-index:100;
	/*-webkit-transform:scale(1.15);*/
}
.box_inside {
	background:#e6e6e6;
	border:1px solid #fefefe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-align:center;
}
.left {
	text-align:left;
	padding-top:10px;
}
.small {
	float:left;
	margin-right:10px;
}

.last {
	margin-right:0;
}
.small .box_inside {
	width:146px;
}
#header {
	height:125px;
	background:url(images/artiste_logo.png) 348px 23px no-repeat;
}
#footer {
	text-align:center;
	color:#ababab;
}
#footer a {
	color:#ababab;
	text-decoration: none;
	font-weight:bold;
}
/*id's*/
#services .box_inside, #contact .box_inside {
	height:398px;
}
#print806 .box_inside, #haystack .box_inside, #kiva .box_inside, #facebook .box_inside, #video .box_inside {
	height:111px;
}
#tumblr .box_inside, #twitter .box_inside, #flickr .box_inside {
	height:240px;
}
#portfolio .box_inside {
	height:272px;
}
#flickr .box_inside ul {
	list-style:none;
	padding-left:10px;
	padding-top:5px;
}
#flickr .box_inside ul li {
	display:block;
	float:left;
	margin-right:2px;
}
#flickr .box_inside ul li img {
	width:53px;
	height:53px;
	border:1px solid #b3b3b3;
}
#tumblr div.tumblr_feed {
	text-align:left;
}
#tumblr div.tumblr_feed div {
	float:left;
}
#tumblr div.tumblr_feed div, #tumblr ul.tumblr_feed div a {
	font-size:12px;
	color:#555;
}
#tumblr div.tumblr_feed div a.image {
	display:block;
	float:left;
	width:40px;
	margin-right:7px;
	margin-top:3px;
	margin-bottom:7px;
}
#tumblr div.tumblr_feed div a.image img {
	width:40px;
}
#tumblr div.tumblr_feed div a.descrip {
	width:195px;
	margin-bottom:7px;
	display:block;
	float:left;
}
#tumblr div.tumblr_feed div.tumbl_link, #tumblr div.tumblr_feed div.tumbl_quote, #tumblr div.tumblr_feed div.tumbl_regular {
	margin-bottom:7px;
}
#tumblr div.tumblr_feed div {
	padding:0 5px 0 10px;
	color:#676767;
}
#tumblr div.tumblr_feed div a:hover {
	color:#333;
}
#tumblr div.tumblr_feed div.hr {
	float:none;
}
.box .box_header {
	margin-top:6px;
}
.box .box_link {
	margin-top:13px;
}
.box .box_link_big {
	margin-top:20px;
}

/*text*/
h1 {
	margin-left:-9999px;
	height:1%;
	position:absolute;
}
h2 {
	color:#92b010;
	font-size:14px;
	font-weight:bold;
	padding: 0 10px;
}
h3 {
	color:#92b010;
	font-size:14px;
	font-weight:bold;
	padding:3px 10px;
}
h3 a {
	color:#92b010;
	font-size:14px;
	font-weight:bold;
}

p {
	font-size:12px;
	color:#818181;
	padding:0 10px 5px 10px;
	text-align:left;
}
.center {
	text-align:center;
	padding:0;
}
#contact p {
	padding:0 10px 10px 10px;
}
#contact div.hr {
	margin:5px 0 10px 0;
}
/*google voice*/
#call_me {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1300px;
	background:url(images/overlay.png) left top repeat;
	display:none;
}
#call_me_inside {
	width:250px;
	margin:170px auto 0 auto;
		border:1px solid #898989;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	position:relative;
	z-index:0;
	overflow:hidden;
}
#call_me_inside .box_inside p {
	padding:10px 15px;
}




