/*
Theme Name: Grayhound
Theme URI:http://www.grahamdobson.com/
Description:The Coda Slider inspired wordpress theme by <a href="http://greg-j.com/">Greg Johnson</a>.
Version:1.0
Author:Alistair Graham Dobson
Author URI:http://www.grahamdobson.com/
Tags:coda, jquery, slider
*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0 0 0 0; color:#262626; font-size: 12px; font-weight: normal;
}

h1 {
  margin: 0 0 0 0;
  color:#262626;
  font-size: 40px;
  font-weight: normal;
  
}

h2 {
  margin: 0px 0px 0px 0px;
  color:#262626;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}

h3 {
  margin: 0 0 0 0;
  color:#262626;
  font-size: 15px;
  font-weight: normal;
  
}



ul { margin-left: 1em; }

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

.frame-me { padding: 20px; }

/* =Layout
-----------------------------------------------------------------------------*/

body { 	background: #FFF url(images/body_bg.png) 0 0 repeat-x; }

#wrap-page {
  width: 900px;
  margin: 0 auto;
}

#header {
  height: 180px;
  overflow: hidden;
}

/* =Typography
-----------------------------------------------------------------------------*/
/*  html * { font-size: 100.01%; } */

body {
  color: #262626;
  font-size: 75%;
  font-family: Helvetica, Arial;
  line-height: 1.4em;
}

small {
  font-size: .8em;
  font-weight: normal;
}









/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
a{
  outline: none;
  color: #ff5f00;
  text-decoration: none;
}

a:hover { color: #FFF; }





/* =Header
-----------------------------------------------------------------------------*/
#logo { 
  margin: 0px 0 20px 50px;
  background: url(images/header_bg.png) 0 0 no-repeat;
  height: 179px;
  width: 348px;
  text-indent: -9999px;
  float: left;
  cursor:pointer;
}

#lnk-threadless,
#lnk-twitter,
#lnk-flickr,
#lnk-behance {
 text-align: center;
 width: 199px;
 padding-bottom: 100px;
 float: left;
 display: inline;
 border-right: 1px solid black;
}

#lnk-threadless { 
  background: url(images/threadless1.png) center bottom no-repeat;
}

#lnk-twitter { 
  background: url(images/twitter1.png) center bottom no-repeat;
}

#lnk-behance { 
  background: url(images/behance1.png) center bottom no-repeat;
}

#lnk-flickr { 
  background: url(images/flickr1.png) center bottom no-repeat;
}

#lnk-contact { 
 background: url(images/contact1.png) center bottom no-repeat;
 text-align: center;
 width: 800px;
 padding-bottom: 100px;
 float: left;
 margin-bottom: 110px;
 margin-top: 90px;
}



.contact-item { margin: 0px; }


#wrap-pages {
  float: right;
  height: 100px;
  width: 94px;
  border-left: #666 1px solid;
  margin-top: 30px;
  padding-left: 10px;
}

#wrap-categories {
  float: right;
  height: 100px;
  width: 100px;
  border-left: #666 1px solid;
  margin: 30px 35px 0px 0px;
  padding-left: 10px;
}

#header ul {
  list-style: none;
  margin: 0;
}

#header ul li { list-style-type: none; }

#header a { color: #666; }

#wrap-categories a { color: #ff5f00; }

#header a:hover { color: #B3B3B3; }

#header .current_page_item a {
 /* background: #666666; */
  color: #FFF;
}

#header .current-cat a {
 /* background: #ff5f00; */
  color: #FFF;
}





/*
-----------------------------------------------------------------------------*/

#page{
  width:900px;
  margin:0 auto;
 /*	background:url(images/page_bg.png) 50% 20px no-repeat; */
}

#slider{
	width:800px;
	margin:0 auto;
	position:relative;
}


#pageview{
	width:800px;
	margin:0 auto;
	position:relative;
}

#pageview a { color: #231F20; }
#pageview a:hover { color: #231F20; 
text-decoration: underline;
}


#page .navigationx {
	padding:0 0 0 0px;
	height:20px;
	text-indent:-99999px;
	
}

#page ul.navigationx {
  list-style: none;

}

#page ul.navigation {
  width: 800px;
  list-style: none;
  margin:0 auto 10px;
  overflow: hidden;
  height:7px;
  
}

#page ul.navigation li {
  display: inline;
  float: left;
}

#page ul.navigation a {
  display: block;
  height: 7px; 
  width: 7px;
  background: #E6E6E6;
  text-indent: -9999px;
  margin-right: 7px;
}

#page ul.navigation a:hover { background: #FFF; }

#page ul.navigation a.selected { background: #231F20; }



#page .scroll{
	height:500px;
	width:800px;
	margin: 0 auto;
	overflow:auto;
	position:relative;
	clear:left;
}
	
#page .scrollContainer .panel{
	padding:0px 0px;
	height:500px;
	width:800px;
	overflow:hidden;
	padding-top:0px;
	
}		

#page .panel p{
	padding:0 0 0 0;
	font-family: Helvetica, Arial;
	font-size:12px;
	line-height:1.5em;
	color:#3e414c;
	margin-top: -150px;
}

#page .panel h3{
	font-size:28px;
	padding:0 0 .5em 0;
	letter-spacing: 0px;
	color:#000;
	font-weight:bold;
	display:none;
}

#page .panel h4{
	padding:0 0 .5em 0;
	font-size:12px;
	letter-spacing: 0px;
	font-weight:normal;
	color:#323232;
}

#page .panel strong{
	color:#33333e;
}

#page .panel em{
	font-style:italic;
}

#page .panel a{
	white-space:nowrap;
	color:#ff5f00;
	font-weight:normal;
}

#page .panel a:hover{
	text-decoration:underline;
}

#page .panel .gallery img{
	padding:2px;
	border:solid 1px #c0c5d6;
}

#page .panel blockquote,
#page .panel ul,
#page .panel ol,
#page .panel pre{
	font-size:12px;
	margin:1em 2em 2em 2em;
	padding:10px 0px;
 /*	background:#e6efff;  */
}

#page .panel blockquote p{
	padding:.4em 0 !important;
	text-indent:0 !important;
}

#page .panel li{
	list-style-position: inside;
	padding: 0 0 .5em 0;
}

#page .panel ul li{
	margin:0 0 0 1em;
	list-style:square;
}
				
#page .panel ol li{
	margin:0 0 0 1.5em;
	list-style:decimal;
}

#page .panel pre{
	line-height:1em;
	color:#19234c;
	font-size:13px;
	overflow:auto;
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
}

#page .panel code{
	padding:0 3px;
	color:#33333e;
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
	font-size:13px !important;
}

#page .panel .gallery{
	text-align:center;
}

#page .scrollButtons{
	width:30px;
	height:30px;
	position:absolute;
	top:250px;
	cursor:pointer;
}

#page .scrollButtons a{
	display:block;
	height:30px;
	width:30px;
}

#page .scrollButtons span{
	display:none;
}

#page .scrollMeLeft{
	left:-40px;
}

#page .scrollMeLeft a{
	background:url(images/left_right.png) 0 0 no-repeat;
}

#page .scrollMeLeft a:hover{
	background:url(images/left_right.png) 0 -30px no-repeat;
}

#page .scrollMeRight{
	right:-40px;
}

#page .scrollMeRight a{
	background:url(images/left_right.png) -30px 0 no-repeat;
}

#page .scrollMeRight a:hover{
	background:url(images/left_right.png) -30px -30px no-repeat;
}

#page_footer{
	width:900px;
	margin:0 auto;
}

#page_footer h5{
	padding:20px 90px;
	font-size:28px;
	letter-spacing:-2px;
	font-weight:bold;
	color:#3c508e;
	display:none;
}

#page_footer p{
	padding:0 70px 30px 70px;
	font-size:13px;
	color:#2f4077;
	line-height:1.5em;
	display:none;
}

#page_footer p a{
	color:#fff;
}

#page_footer p a:hover{
	text-decoration:underline;
}

#footer{
	height:90px;
	border-top:solid 1px #0b194d;
	background:#262626 url(images/footer_bg.png) center top no-repeat;
	font-size:13px;
	font-family: "Lucida Grande", Calibri, Arial;
	display: none;
}

#footer p{
	width:900px;
	overflow:hidden;
	margin:0 auto;
	color:#374051;
}

#footer span{
	display:block;
	height:90px;
	line-height:90px;
}

#footer .left{
	float:left;
}

#footer .right{
	float:right;
}

#footer a{
	color:#727fa1;
}

#footer a:hover{
	text-decoration:underline;
}

div#fancy_overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	background-color:#333;
}

div#fancy_loading{
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	display:none;
	overflow:hidden;
	background:transparent;
	z-index:100;
}

div#fancy_loading div{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background:transparent url(images/fancy_progress.png) no-repeat;
}

div#fancy_close{
	position:absolute;
	top:-12px;
	left:-12px;
	height:30px;
	width:30px;
	background:transparent url(images/fancy_closebox.png) ;
	cursor:pointer;
	z-index:100;
	display:none;
}

div#fancy_content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0; 
	margin:0;
	z-index:96;
}

#fancy_frame{
	position:relative;
	width:100%;
	height:100%;
	display:none;
}

img#fancy_img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0; 
	padding:0; 
	margin:0;
	z-index:92;
	cursor:pointer;
}

div#fancy_title{
	position:absolute;
	bottom:-35px;
	left:0;
	width:100%;
	z-index:100;
	display:none;
}

div#fancy_title table{
	margin:0 auto;
}

div#fancy_title div{
	color:#FFF;
	font:bold 12px Arial;
	padding-bottom:2px;
}

td#fancy_title_left{
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main{
	height:32px;
	background:transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right{
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_right.png) repeat-x;
}

div#fancy_outer{
	position:absolute;
    top:0;
    left:0;
    z-index:90;
    padding:18px 18px 58px 18px;
    margin:0;
    overflow:hidden;
    background:transparent;
    display:none;
}

div#fancy_inner{
	position:relative;
	width:100%;
	height:100%;
	border:1px solid #fff;
	background:#fff;
}

a#fancy_left, a#fancy_right{
	position:absolute; 
	bottom:10px; 
	height:100%; 
	width:35%; 
	cursor:pointer;
	background-image:url(images/data:image/gif;base64,AAAA);
	z-index:100; 
}

a#fancy_left{
	left:0px; 
}

a#fancy_right{
	right:0px; 
}

a#fancy_left:hover{
	background:transparent url(images/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover{
	background:transparent url(images/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}

div#fancy_bg{
	display:none;
}
	
div.fancy_bg{
	position:absolute;
	display:block;
	z-index:70;
}

div.fancy_bg_n{
	top:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne{
	top:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e{
	right:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se{
	bottom:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s{
	bottom:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw{
	bottom:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w{
	left:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw{
	top:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_nw.png) no-repeat;
}

/*
-----------------------------------------------------------------------------*/

.boxgrid{ 
				width: 800px; 
				height: 500px; 
				margin:0px; 
				float:left; 
				/* background:#161613; */
				
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0px 0px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
					
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 150px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: -150px;
 					left: 0;
 					
 				}
 				.caption .boxcaption {
 					top: 150px;
 					left: 0;
 				}
 				
 				
 				/*
-----------------------------------------------------------------------------*/



