/* @override http://dev.thinkfullcircle.com/css/default.css */

/*
Site:           thinkfullcircle.com
Created:        Oct 07 2007
Last Modified:  Apr 23 2008
------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com | Copyright 2007
=========================================== */

/* NORMALIZING styles
===========================================*/
* { /* resets white space globally */
    margin: 0;
    padding: 0;
	}

body {
	font-size: 62.5%;
	background: #FFF url('/images/site/bg.gif') repeat-y top center;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #777;
	}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	border: 0;
	}

table { border: 0px;}
td { vertical-align: top;}


/* MAIN styles
===========================================*/
h1 {
	font-size: 1.6em;
	color: #363636;
	line-height: 2em;
	font-weight: normal;
	}

h2 {
	font-size: 1.4em;
	color: #555;
	line-height: 1.7em;
	margin-top: 5px;
	font-weight: normal;
	}
	
h3 {
	font-size: 1.1em;
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
   }
a {text-decoration: none;outline: none;}
a:link{color: #d2632a;}
a:visited{color: #d2632a;}
a:hover{color: #000;}
a:active{color: #d2632a;}

a.button { 
   display: block;
   float: left;
   height: 18px;
   padding-right: 10px;
   background: transparent url('/images/site/linkbtn.gif') no-repeat scroll top right;
   }
a.button span {
   display: block;
   padding-left: 10px;
   background: transparent url('/images/site/linkbtn.gif') no-repeat scroll top left;
   font-size: 0.9em;
   line-height: 18px;
   }
a.button:hover { 
   color: #fff;
   background: url('/images/site/linkbtn.gif') no-repeat scroll bottom right;
   }
a.button:hover span { background: url('/images/site/linkbtn.gif') no-repeat scroll bottom left; }

a.pdf {
	background: transparent url('/images/icons/pdf.png') 0 0 no-repeat;
	padding: 2px 0 3px 20px;
	}

p {
	padding:0;
	margin:0;
	}

dt { font-weight: bold; }

.clr {
	clear: both;
	height: 0px;
	}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr {
	height: 10px; 
	padding: 0; margin: 8px 0;
	border: 0; clear: both; 
	overflow: hidden; text-align: left;
	background: #cecdcd url('/images/site/hr_right.gif') no-repeat top right; 
	}
hr:before {
	display: block;
	font-size: 2px;
	line-height: 0.2;
	content: url('/images/site/hr_left.gif'); 
	}
	
#footer hr { height: 2px; width: 100%; margin-bottom: .5em;}


/* =WRAPPER and CONTAINER styles
===========================================*/
#headband {
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   height: 92px;
	background: #d2632b url('/images/site/header_bg.gif') no-repeat top center;
   }
#wrapper {
	
	width: 750px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -375px;
	border: 0;
	
	font-size: 1.1em;
	}
	
#container { background-color: #fff; }



/* =HEADER styles
===========================================*/
#header {
	border: 0;
	height: 92px;
	margin: 0px; padding: 0px;
	color: #fff;
	}

#header h1 { 
	text-align: left; 
	float: left;
	margin: 16px 0 0 9px;
	}
#header h1 a {
   display: block;
   width: 212px; 
   height: 63px;
   color: #fff; 
   background-image: url('/images/site/logo.gif');
   }
#header h1 a span { display: none; }

#header-nav-sup {
	margin: 0 0 0 245px;
	padding: 43px 0 0 0;
	list-style: none;
	white-space: nowrap;
   }
#header-nav-sup li {
	display: inline;
	margin-right: 3px;
	
	}

#header-nav-sup a:link {
	padding: 3px 5px;
color: #fff;
	}
#header-nav-sup a:visited 
	{
	padding: 3px 5px;
	color: #fff;
	}

	#header-nav-sup a:active {
	color: #d2632a;
	padding: 3px 5px;
	}

#header-nav-sup a:hover,
#header-nav-sup a.active {
   padding: 2px 4px;
	color: #d2632a;
	background: #e4ae8f url('/images/site/hnav_bg.gif') 0 0 repeat-x;
	border: 1px solid #f3dcce;
	}
	

	
#header .client {
   float: right;
   width: 132px;
   margin: 0 13px 0 0;
   _margin: 0 7px 0 0;
   text-align: center;
   font-size: 10px; 
   }
#header .client a { 
   display: block;
   height: 13px;
   padding: 3px 0 5px 0; 
   color: #ecbea6; 
   }
#header .client a:hover { color: #fff; }



/* =NAVIGATION styles
===========================================*/
#navigation {
	list-style: none;
	background: #fff url('/images/site/nav_bg.gif') 0 0 repeat-x;
	padding-left: 18px;
	overflow: hidden; /* contain the floats... */
	}
#navigation li {
	display: inline;
	}

#navigation li a {
   height: 30px;
   line-height: 30px;
   padding-right: 13px;
   float: left;
   color: #666;
   display: block;
   }
 
#navigation li a span { 
	display: block;
	float:left;
	line-height: 30px;
	padding: 0px 0px 0px 13px; 
	height: 30px; 
	cursor: pointer; /* IE */
	}
 
#navigation li a:hover,
#navigation li a.active { 
	color: #fff;
	background: #b15121 url('/images/site/nav_ovr.gif') 100% 0 repeat-y;
	}

#navigation li a:hover span,
#navigation li a.active span { background: #b15121 url('/images/site/nav_ovr.gif') 0 0 repeat-y; }



/* =CONTENT styles
===========================================*/
#content {
	margin: 5px;
	padding: 10px;
	background: #fff;
	width: 470px;
	float: right;
	display: inline;
	}
	
#content h1, 
#content h2,
#content h3,
	{ 
	margin: 0;
	}
   
#content p {
	margin-bottom: 1em;
	line-height: 1.3em;
	font-size: 1em;
	}

#content p.entryinfo {
   margin-bottom: 5px;
   line-height: 1.3em;
   font-size: 1em;
   }

#caseStudyFeatures {
	margin-bottom: 20px;
	display: block;
	/* Hate to have to specify a height for items in the same place that
	   have variable heights, btu too lazy for jQuery here. 
	   410 px allows for up to three lines of text.
	   */
	 height: 410px
	}

/* Do we need this stuff? Legacy scroller? */
#image_container,
#scroller {
   text-align: center;
}
#scroller #larr { 
   margin-left: 8px;
   float: left; 
   height: 78px;
   }
#scroller #rarr {
   margin-right: 8px;
   float: right;
   height: 78px;
}

#scroller {
   width: 470px;
   height: 78px;
   padding: 0;
   z-index: 100;
   position: relative;
   overflow: hidden;  
   }

#wn { 
   position: absolute;
   top: 0; left: 35px;
   width: 400px;
   height: 78px; 
   clip:rect(0px, 400px, 78px, 0px); 
   overflow: hidden; 
   z-index: 200;
   }
   
#lyr1 {
   position: absolute;
   white-space: nowrap;
   left: 0px;
   top: 0px; 
   z-index: 1;
   }
   
#lyr1 a { display: block; float: left; width: 100px; }

/* =SIDEBAR styles
===========================================*/
#sidebar {
	margin: 15px 0 10px 15px;
	padding-bottom: 9px;
	width: 235px;
	float: left;
	display: inline;
	background: #d0d0d0 url('/images/site/sidebar_bottom.gif') no-repeat bottom left;
	}

#sidebar.static {
	margin: 30px 0 10px 15px;
	background-color: #fff;
	background-image: none;
	}

/* full blast page and the like */
#sidebar.plain { 
	margin: 30px 0 10px 15px;
	width: 215px;
	padding-right:  20px;
	background-color: #fff;
	background-image: none;
	}

#sidebar h2,
#sidebar ul { 
   margin: 0 1px;
   background-color: #fff;
   }

#sidebar h1 {
	height: 36px;
	line-height: 36px;
	background-image: url('/images/site/sidebar_top.gif');
	padding: 0 11px;
	color: #666;
	}

#sidebar h2 { padding: 8px 11px 0 11px; }


/* Lists on the side */
#sidebar ul { 
	list-style: none; 
	}
  
#sidebar li {
	line-height: 1.3em;
	}

#sidebar a {
	padding: 5px 12px;
	display: block;
	}
	
#sidebar a.email {
	padding: 0px 0px;
	}

#sidebar li a:hover, #sidebar li a.active { 
	color: #fff; 
	background: #d4682d url('/images/site/sidebar_link_hover.gif') 0 100% repeat-x; 
	}


#sidebar p {
	padding:0 0 1.5em 0;
	margin:0;
	line-height: 1.4em;
	}

#intro {
	margin: 15px 0 30px 15px;
	width: 211px;
	float: left;
	display: inline;
	background: transparent url('/images/site/introblock.gif') 0 0 no-repeat;
	}

#intro p {
   margin: 12px 10px;
   padding: 0;
   color: #fff;
   font-size: 1.1em;
   line-height: 1.3em;
   }

#intro a {
   display: block;
   height: 38px;
   padding: 8px 10px 0 10px;
   line-height: 1.2em;
   font-size: 1em;
   font-weight: bold;
   background: url('/images/site/introblock_link.gif') no-repeat top left;
   }
   
#intro a.img {
	display: block;
	padding: 10px 0 0 30px;
	background: none;
	}


#content ul {
	margin: 12px 0 12px 5px;
	padding-left: 10px;
	}

/* special flash UL */
#content ul.flash {
	list-style: none;
	}

#content ul.flash li {
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px;
	}

#content ul.flash li a {
	padding: 3px 0 5px 25px;
	background: transparent url('/images/flash_icon.gif') 0 0 no-repeat;
	}






/* =Portfolio styles
=========================================== */
#portfolio-large-image {
	width: 470px;
	min-height: 340px;
	background: #fff;
	}

#portfolio-large-image embed {
	
	}

#portfolio-large-image #mediaLink {
	position: absolute;
	right:  0;
	top:  0;
	background: #fff;
	padding: 8px 28px 8px 18px;
	display: none;
	}

#portfolio-description {
	clear: both;
	}



#thumbstrip {
	float: left;
	clear:  both;
	padding-bottom: 2px;
	}

#thumbstrip li {
	float: left;
	list-style: none;
	margin-right: 6px;
	margin-bottom: 6px;
	}


#thumbstrip li a {
	border: 1px solid #cfcfcf;
	float: left;
	}

#thumbstrip li a:hover,
#thumbstrip li a.activeSlide 
	{
	border-color: #666;
	}

#portfolio-media {
	/*background-color: orange;*/
	padding-left: 22px;
	min-height: 20px;
	height:  auto;
	}

#portfolio-media embed {
	margin-bottom: 3px
	}


.hidden {
	position: absolute;
    top: -10000px;
    }

/* =FOOTER styles
===========================================*/
#footer {
	clear: both;
	background: #fff url('/images/site/content_grad.gif') repeat-x bottom center;
	height: 200px;
	width: 750px;
	color: #989898;
	line-height: 1.5em;
	}

#footer p {
	padding: 5px 10px;
	text-align:center;
	margin: 0px;
	}
	
#footer em {
   color: #bab9b9;
   }
 


/* form */
#fblast {
	margin: 10px 0 20px;
	}
	
	
#fblast div { padding: 4px 0; clear: both; }
#fblast fieldset { border: none;padding-bottom: 5px; }

#fblast div label { 
	width: 80px; 
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 3px;
	font-size: 12px;
	color:  #333;
	}
#fblast div label span { color: #E31937; }

#fblast input.text { padding: 3px; border: 1px solid #969696; width: 150px; }

#fblast div.submit {
	margin-left: 93px;
	}


	
	
	
	