/* 
	Theme Name: Obsidian7
	Theme URL: http://www.obsidian7.com/
	Description: Custom theme designed for Obsidian7.
	Author: Matt Rittman
	Author URI: http://www.mattrittman.com/
	Version: 1.0
	Tags: two-columns, fixed-width, grey, black, charcoal
*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #000 url(images/footer_bg.jpg) no-repeat fixed center bottom;
}

body {
	background: url(images/top_bg.jpg) repeat-x top center;
	color: #7f7f7f;
	font: normal 0.65em Verdana, Arial, Helvetica, sans-serif;
}
	
#wrapper {
	margin: 0px auto;
	width: 960px;
	font-size: 1.2em;
}

.clear {
	clear: both;
}

.thumb {
	float:left;
	margin:0px 10px 0px 0px;
}

div.hr {
	height: 1px;
	background-color: #222;
}
div.hr hr {
	display: none;
}
	
/************************************************
*	Hyperlinks				*
************************************************/
	
a img {
	border: none;
	}
	
a:link, a:visited, a:hover, a:active {
	color: #f26624;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header					*
************************************************/

#header {
	background: url(images/header.jpg) no-repeat center;
	height: 140px;
	}


#logo a {
	background: url(images/logo.png);
	height: 46px;
	width: 415px;
	float: left;
	display: block;
	margin-top: 51px;
}
	
/************************************************
*	Navbar 					* 
************************************************/

#navbar {
	float: left;
	padding: 58px 0 0 30px;
	line-height: normal;
	letter-spacing: 0.02em;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#navbar ul li {
	display: inline;
	background: transparent;
	padding: 0;
	margin: 0
}
		
#navbar ul li a {
	float: left;
	background: url(images/left.png) no-repeat left top;
	padding: 0 0 0 8px;
	margin: 0 0 0 4px;
	cursor: pointer;
	text-decoration: none;
}
			
#navbar ul li a span {
	float: left;
	display: block;
	background: transparent url(images/right.png) right top;
	padding: 12px 20px 12px 12px;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
}
			
#navbar li.current_page_item a {
	background-position: left -39px;
	color: #fff;
}
			
#navbar li.current_page_item a span {
	background-position: right -39px;
	color: #fff;
}
			
#navbar li a:hover {
	background-position: 0 -39px;
	color: #fff;
}

#navbar li a:hover span {
	background-position: 100% -39px;
	color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navbar a span {float:none;}
/* End IE5-Mac hack */

/* IE6-hack (not currently needed) \*/
* html #navbar ul li a span {
	height: 16px;
}

/************************************************
*	Search Form				*
************************************************/

#searchbox {
   background: url(images/searchbox.png) no-repeat;
   width: 214px;
   height: 24px;
   display: block;
   padding: 5px 2px 0 2px;
   float: right;
}

#searchbox .textfield {
   color: #999;
   font: normal 0.85em/1.2em verdana, sans-serif;
   background: none;
   border: 0;
   width: 160px;
   margin-right: 8px;
   padding-left: 4px;
}

#searchbox .textfield:focus {color: #999;}

#searchbox .button {
   background: none;
   border: 0;
   width: 36px;
   height: 18px;
   cursor: pointer;
   float: left;
   margin-top: 1px;
}

/************************************************
*	Content 					* 
************************************************/

#content {
	background: url(images/content_bg.png) top center no-repeat;
	min-height: 320px;
	padding: 32px 3px 0 3px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 960px;
	}

#content p {
	line-height: 1.4em;
	}
	
#content h1 {
	padding: 17px 0 0 15px;
	margin: -12px -28px 10px -15px;
	height: 32px;
	color: #f26624;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	}

#content h2 {font-weight: normal;}
	
#content h3 {
	color: #f26624;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h4 {
	color: #f26624;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 7px 0px;;
	border-bottom: 1px dotted #BBBBBB;
	}
	
#content h5 {
	color: #f26624;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
	padding: 0px;;
	}
	
#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: 0px 0px 10px 0px;
	}
	
blockquote {
	background: #EEEEEE;
	margin: 0px 20px 15px 20px;
	padding: 10px 15px 0px 15px;
	border: 1px dotted #BBBBBB;
	}

#content-left {
	float: left; 
	width: 350px;
}

#content-right {
	margin-left: 396px;
}

#content-left p { 
	padding: 0px 0px 10px 0px;
	margin: 0px; 
}

#content-left h2 {
	color: #f26624;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content-left h2 a {
	color: #f26624;
	text-decoration: none;
}

#content ol {
   margin: 0 0 0 15px;
   padding: 0 0 5px 0;
}
	
#content ol li {
   margin: 0 0 0 15px;
   padding: 0 0 5px 0;
}
	
#content ul {
   list-style-type: disc;
   margin: 0 0 0 15px;
   padding: 0 0 5px 0;
}
	
#content ul li {
   list-style-type: disc;
   margin: 0 0 0 15px;
   padding: 0 0 5px 0;
}
	
#content ul ul {
   list-style-type: none;
   margin: 5px 0 0 20px;
   padding: 0;
}
	
#content ul li li {
   list-style-type: disc;
   margin: 0;
   padding: 0;
}
	
#content ul li ul li {
   margin: 0;
   padding: 0 0 3px 0;
}
	
/************************************************
*	Posts					*
************************************************/

.post {
   width: 700px;
}

.post p {clear: left; margin:1.12em 0;}

.post h2 {
   font-weight: normal;
   display: block;
   border-bottom: 1px dotted #555;
   padding: 0 0 4px;
   margin-bottom: 0.3em;
}

.post h2 a {
   text-decoration: none;
}

.post h2 a:hover {
   text-decoration: underline;
}

.post .postinfo {overflow: auto;}

.post .date, 
.post .author, 
.post .editpost,
.post .comments,  
.post .addcomment {
   background: url(icons/icons.gif) no-repeat;
   padding-left: 22px;
   height: 16px;
   line-height: 16px;
   display: block;
   font-size: 11px;
}

.post .date {
   background-position: 0 -48px;
   margin-right: 15px;
   float: left;
}

.post .author {
   background-position: 0 0;
   float: left;
}

.post .editpost {
   background-position: 0 -64px;
   margin-left: 15px;
   float: right;
}

.post .tags, .post .categories {
   background: url(icons/icons.gif) no-repeat;
   width: 16px;
   height: 16px;
   line-height: 16px;
   display: block;
   text-indent: -999em;
}

.post .comments {
   background-position: 0 -96px;
   float: right;
}

.post .addcomment {
   background-position: 0 -112px;
   margin-left: 15px;
   float: right;
}

.post .postmeta span.tags, 
.post .postmeta span.categories {margin-right: 6px;}

.post .tags {background-position: 0 -400px;}

.post .categories {background-position: 0 -480px;}

.post .postmeta {
   height: 16px;
   line-height: 16px;
   font-size: 11px;
   margin-bottom: 40px;
}

.post .postmeta span {
   float: left;
   margin-right: 15px;
}

.postnavigation {
   /* border-top: 1px dotted #555; */
   margin: 10px -5px 0;
   padding: 5px 5px 10px;
   font-size: 0.8em;
   clear: both;
   width: 700px;
}

.postnavigation .newer a, .postnavigation .prev a {float: left;}

.postnavigation .older a, .postnavigation .next a {float: right;}
	
/************************************************
*	Images  					* 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
	}

img.alignright {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

.productimage {
	border: 10px solid #333333;
	margin-bottom: 10px;	
	}

/************************************************
*	Sidebar 		    	        	* 
************************************************/

#sidebar {
	color: #7f7f7f;
	width: 550px;
	float: left;
	overflow: hidden;
	padding-left: 3px;
	/* margin-top: 30px; */
	}
	
#sidebar h2, #sidebar h4 {
	text-align: left;
	color: #444;
	font: bold 1em Verdana, Helvetica, sans-serif;
	margin: 0px;
	text-transform: uppercase;
	border: 0px;
	padding: 4px 0px;
	letter-spacing: 2px
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px 5px 5px 0px;
	}
	
#sidebar a, #sidebar a:visited {
	color: #f26624;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #f26624;
	text-decoration: underline;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
#sidebar ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}

/************************************************
*	Footer  					*
************************************************/
#footer {
	height: 100%;
}

#footer p {
	padding: 4px 0 4px 0;
	text-align: center;
	font-size: 1em;
	color: #C2C2C2;
	}

#footer a {
	text-decoration: underline;
	color: #f26624;
	}

#footer a:hover {
	text-decoration: none;
	}

/************************************************
*	Comments  				*
************************************************/

#respond {
   clear: left;
   padding-top: 30px;
}

#comments {
   clear: left;
}

#comments h2 {
   color: #555;
   padding-top: 1em;
}

.comment {
   overflow: hidden;
   margin: 40px 20px 40px 0;
}

.comment .author {
   background: none;
   float: left;
   clear: left;
   width: 110px;
   text-align: center;
   padding: 10px 0;
}

.comment .pic {
   background: url(images/commentpoint.png) 100% 40% no-repeat;
   padding-bottom: 4px;
}

.comment .name {
   font-weight: bold;
   font-size: 1.1em;
   overflow: hidden;
}

.comment .info {
   background: url(images/comment.png) 0 0 no-repeat;
   float: left;
   padding: 4px 15px 0 15px;
   width: 494px;
}

.comment .bottomcorners {
   background: url(images/comment.png) 100% 0 no-repeat;
   padding: 0 0 4px 0;
   margin: 0 -15px;
}

.comment .date {
   font-size: 11px;
   color: #555;
   margin-top: 10px;
   margin-bottom: 12px;
}

.comment .content {
   background: url(images/comment.png) 100% 100% no-repeat #222;
   margin: 0 -15px;
   padding: 20px 15px 6px;
   line-height: 145%;
}

.comment .content p.moderation {color: #f26624;}

form#commentform {padding-top: 6px;}

form#commentform p {margin: 0.7em 0;}

form .small {font-size: 12px;}

input.textfield,
textarea,
input#author,
input#email,
input#url {
   font: normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #444;
   background-color: #222;
   color: #666;
   clear: both;
   float: left;
   padding: 2px;
   margin-right: 6px;
   margin-bottom: 10px;
}

.comments_reply textarea {width: 550px;}

.comments_reply {
   clear: left;
   padding: 26px 0;
}

.comments_reply h2 {color: #555;}

.comments_reply #submit {
   background: url(images/commentbutton.png) no-repeat top center;
   border: 0 none;
   color: #000;
   cursor: pointer;
   font-size: 11px;
   padding: 3px 6px;
   height: 28px;
   width: 110px;
}

.comments_reply #submit:hover {color: #eee;}

/************************************************
*	Contact Form  				*
************************************************/

#content-right .wpcf7 {
	padding: 12px 0 0 120px;
	margin: 0;
	float: left;
}

#content-right .wpcf7 input {
	font: normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	float: left;
	padding: 2px;
	width: 200px;
	margin-bottom: 8px;
	border: 1px solid #444;
	background-color: #222;
	clear: both;
}

#content-right .wpcf7 input:focus {
	background-color: #272727;
	color: #777;
}

#content-right .wpcf7 textarea {
	font: normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 330px;
	height: 100px;
	border: 1px solid #444;
	background-color: #222;
	color: #555;
	clear: both;
	float: left;
	padding: 2px;
}

#content-right .wpcf7 textarea:focus {
	background-color: #272727;
	color: #777;
}

#content-right .wpcf7 .submitbutton {
	clear: both;
	margin-top: 12px;
	width: 87px;
	height: 28px;
	background: url(images/contactbutton.png) no-repeat;
	text-align: center;
	color: #000;
	font-size: 1em;
	border: 0;
	padding-bottom: 4px;
	cursor: pointer;
}

#content-right .wpcf7 .submitbutton:hover {
	color: #eee;
	height: 28px;
}

#content-right .wpcf7-response-output {
	margin: 16.2em 0em 1em 8em;
	padding: 0.2em 0.5em;
}

#content-right .wpcf7-mail-sent-ok {border: none;}

#content-right div.wpcf7-validation-errors {border: none;}

#content-right div.wpcf7-mail-sent-ng {border: none;}

#content-right span.wpcf7-not-valid-tip {
   background: none;
   border:none;
   font-size:10pt;
   left:20%;
   padding:2px;
   position:absolute;
   top:260%;
   width:280px;
   z-index:100;
   color: #f26624;
}

/************************************************
*	Social Networking			*
************************************************/

#network {
	padding: 0;
	overflow: hidden;
	font: 1em Verdana, Helvetica, sans-serif;
	/* display: inline-block; */
	width: 220px;
	margin-bottom: 30px;
}

#network a, #network a:visited {
	margin: 2px 6px 0 0;
	padding: 0 0 0 32px;
	height: 31px;
	display: block;
	float: left;
}

#network a:hover {background-position: 0 -31px;}

.facebook a {background: url('images/facebook.png') no-repeat top left;}

.youtube a {background: url('images/youtube.png') no-repeat top left;}

.twitter a {background: url('images/twitter.png') no-repeat top left;}

.linkedin a {background: url('images/linkedin.png') no-repeat top left;}

.flickr a {background: url('images/flickr.png') no-repeat top left;}

/************************************************
*	Services Page				*
************************************************/

#services-cats div {
	display: block;
	background: url(images/services_back.png);
	margin: 0 14px 0 0;
	padding: 14px 14px 0;
	width: 150px;
	float: left;
}

#services-cats div:hover {
	background: url(images/services_back_hover.png);
}

#services-cats div p {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color:#666;
	display:block;
	line-height:195%;
	margin-bottom:10px;
}

#services-cats div a {
	font: normal 10px Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	text-decoration: none;
	text-transform: uppercase;
}

#services-cats div h3 a {
	display: block;
	text-indent: -1000em;
	margin-bottom: 10px;
	height: 15px;
}

#collapse {
	height:180px;
	margin-top:20px;
}

#services-cats .identity {
	background: url(images/identity.png);
	width: 96px;
}

#services-cats .print {
	background: url(images/print.png);
	width: 60px;
}

#services-cats .web {
	background: url(images/web.png);
	width: 45px;
}

#services-cats .motion {
	background: url(images/motion.png);
	width: 90px;
}

#services-cats .photo {
	background: url(images/photo.png);
	width: 75px;
}


#identity, #print, #web, #motion, #photo {
	display: none;
	width: 700px;
}

#map a {
	background: url(images/map.gif);
	height: 130px;
	display: block;
	float: left;
	width: 350px;
	margin-top: 10px;
}

#identity p, #print p, #web p, #motion p, #photo p {margin: 0 0 8px 0;}

#map a:hover {background-position: 0 -130px;}

#portfolionav {
	float: right;
	margin: 40px 40px 0 0;
}

p.portfolio {padding:10px 0;}

.loading { 
   position: absolute;
   margin: 160px 320px;
   z-index: -1;
}

/************************************************
*	Portfolio Page				*
************************************************/

#cat-menu {
   background: url(images/cat-menu.png) no-repeat left top;
   height: 45px;
   width: 940px;
   margin-top: 20px;
   padding: 6px 0 0 15px;
   clear: both;
}

ul#category-nav {
   padding: .6em 0;
}

ul#category-nav li {
   display: inline;
}

ul#category-nav li a {
   text-decoration: none;
   padding: 0em 1.4em .1em .2em;
   letter-spacing: 0.05em;
   color: #fff;
   text-transform: uppercase;
   font: bold 0.9em Lucida Grande, verdana, arial, sans-serif;
}

ul#category-nav a:hover {color: #aaa;}

ul#category-nav .current_page_item a {border-bottom: 2px solid #fff;}