/************************************************
*
*  File	:  css/screen.css
*  Medium	:  Screen
*  Author	:  Transmitter Studios 2010
*
************************************************/

* {
	margin:0px;
	padding:0px;	
}

body { 
	font-family: "Georgia", Serif;
	font-size: 12px;
	background: #f19333 url('../img/bodybg.jpg') repeat-x top center scroll;
}  

body#folio {
	background: #fff url('../img/bodybg_grey.jpg') no-repeat top center scroll;
}

body#blue {
	background: #3e87cc url('../img/bodybg_blue.jpg') no-repeat top center scroll;
}


p, li, h2 {
	line-height: 1.4em;
	color: #242424;
	text-shadow: #FCBA3F 1px 1px;
}

body#folio p, body#folio li, body#folio h2 {
	text-shadow: #e1e1e1 1px 1px;
}

body#blue p, body#blue li, body#blue h2 {
	text-shadow: #64b9eb 1px 1px;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
	text-shadow: none;
}

a:hover {
	color: #242424;
}

h2, h3, h4, h5 {
	font-family: sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3em;
}

h3 {
	font-size: 14px;
	color: #242424;
	margin-bottom: 2px;
	line-height: 1.4em;
	text-transform: uppercase;
}

h4 {
	font-size: 12px;
	color: #242424;
	margin-bottom: 2px;
	line-height: 1.4em;
	text-transform: capitalize;
}

h5 {
	font-size: 12px;
	margin: 5px 0 2px 0;
}

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


#container {  
	width: 940px;  
	margin: 0 auto;  
	padding:0 20px;
}


#header{
	width:940px;
	padding:40px 0 50px 0;
	margin:0 auto;
	height:auto;

}

body#folio #header {
	padding:40px 0 0 0;
	margin:0 auto;
	height:165px;
}

#intro {
	width: 920px;
	margin: 60px 0 20px 25px;	
	border-bottom: 1px solid #f9983d;
	float: left;
	clear: both;
	padding: 0;
}

body#blue #intro {
	border-bottom: 1px solid #56a7df;
}

body#blue #intro.lighter {
	border-bottom: 1px solid #5eb1e6;

}

#intro h2 {
	width: 600px;
	padding-bottom: 20px;
	float: left;
}

#intro p {
	margin: 20px 0;
	width: 520px;
}

#intro .fullportfolio {
	height: 68px;
	width: 200px;
	cursor: pointer;
	margin: 0 0 10px 0;
	float: right;
}

#intro .fullportfolio a {
	font-size: 17px;
	color: #f29834 !important;
	text-decoration: none !important;
	margin-left: 5px;
}

#intro .fullportfolio a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

#intro .fullportfolio img {
	margin-left: 6px;
}

#content {
	width: 920px;
	margin-left:20px;
	padding-left:5px;
	clear: both;
}

#content h2 {
	margin-bottom: 5px;
}

#header h1 {
	margin:0;
	float:left;

}

#header h1 a{
	display:block;
	text-indent:-9999px;
	background: url('../img/TSlogo.png') no-repeat 0 0 scroll;
	width: 175px;
	height: 135px;
}



/* Navigation -------------------------------------------------------------------------------- */       

#nav {
	float: right;
	padding: 10px 0 0;
	font-size: 1.2em !important;
	font-family: 'Arial', sans-serif;
}

#nav ul {
	float: left;
	margin: 4px 0 0;
	padding: 45px 0 0;
	list-style: none;
	position: relative;
}

#nav ul li {
	float: left;
	padding: 0 0 0 20px;
	text-decoration:none !important;

}

#nav ul li a {
	display: block;
	font-style:normal;
	text-decoration:none !important;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active  {
	color: #000;
}


#nav ul li a:hover {
	color: #fff;
}


#nav ul li a.current {
	color: #fff;
}


/* folio and blue nav -------------------------------------------------------------------------- */       

body#folio #nav ul li a:link, body#folio #nav ul li a:visited, body#folio #nav ul li a:active  {
	color: #000;
}

body#folio #nav ul li a:hover, body#folio #nav ul li a.current {
	font-weight: bold;
	color: #f19333;
}

body#blue #nav ul li a:hover, body#blue #nav ul li a.current {
	font-weight: bold;
	color: #fff;
}

/* subnav ---------------------------------------------------------------------------------------*/

ul#subnav {
	display: inline;
	font-size: 0.85em;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px;
	width: 350px;	
}

ul#subnav li {
	margin: 0;
	padding-left: 0;
	padding-right: 10px;
}

ul#subnav li img {
	padding-top: 3.5px;
}
/* Content Styles-------------------------------------------------------------------------------- */

.column {
	float: left;
	width: 200px;
	margin-right: 30px;
}

.column ul, .column ul li ul {
	line-height: 1.5em;
	color: #242424;
}

.column ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

.column ul li ul{
	list-style-type: circle;
	list-style-position: inside;
	text-indent:15px;
}

.column p {
	margin-bottom: 15px;
}

.column img {
	border: 2px solid #5db0e5;
	margin-top: 30px;
	margin-bottom: 40px;
}

.cmspg {
	margin-top: 180px;
}

.low {
	margin-top: 17px;
}

.clear {
	clear: both;
}

.widecolumn {
	float: left;
	width: 400px;
	margin-right: 60px;
}

.widecolumn p {
	padding-bottom: 10px;
}

.right {
	margin-top: 7px;
}

.speechtop {
	background: url(../img/speechbubbletop.png) no-repeat top;
	width: 400px;
	height: 15px;
}

.speechbottom {
	background: url(../img/speechbubblebottomflip.png) no-repeat top;
	width: 400px;
	height: 35px;
	margin-bottom: 10px
}

.speechbubblewide {
	background-color: #56a7df;
	margin: 0 !important;
	padding: 0 10px 5px 15px;
}

.speechbubblewide h3, .speechbubblegray h3, .speechbubble h3 {
	margin: 0;
}

.speechbubblewide p, .speechbubblegray p, .speechbubble p  {
	margin: 0;
	padding: 0;
}

.speechbubblewide img {
	padding: 0 3px;
}
.speechtopgray {
	background: url(../img/speechbubbletopgray.png) no-repeat top;
	width: 400px;
	height: 15px;
	margin-top: 10px;
}

.speechbottomgray {
	background: url(../img/speechbubblebottomgray.png) no-repeat top;
	width: 400px;
	height: 35px;
}

.speechbubblegray {
	background-color: #d9d9d9;
	margin: 0 !important;
	padding: 0 10px 5px 15px;
}

.speechsmtop {
	background: url(../img/speechbubblesmtop.png) no-repeat top;
	width: 200px;
	height: 15px;
}

.speechsmbottom {
	background: url(../img/speechbubblesmbottomflip.png) no-repeat top;
	width: 200px;
	height: 35px;
}

.speechbubble {
	background-color: #56a7df;
	margin: 0 !important;
	padding: 0 10px 0 15px;
}

.speechsmtopwht {
	background: url(../img/speechbubblesmtopwht.png) no-repeat top;
	width: 200px;
	height: 15px;
}

.speechsmbottomwht {
	background: url(../img/speechbubblesmbottomwht.png) no-repeat top;
	width: 200px;
	height: 35px;
}

.speechbubblewht {
	background-color: #fff;
	margin: 0 !important;
	padding: 0 10px 2px 15px;
}

.speechbubblewht img {
	padding-right: 5px;
	margin-left: -5px;
	border: none;
}

.speechbubblewht p, .speechbubblewht ul li {
	text-shadow: none !important;
}

.speechbubble p {
	padding: 0 !important;
}

span.white {
	color: #fff;
	text-shadow: none;
}

p.smaller {
	font-size: 10px;
	margin: 0 !important;
}

a.orangelink {
	color: #f19333;
}

a.orangelink:hover {
	color: #242424;
}

.quotes {
	background: transparent url(../img/quotes.png) no-repeat top;
	margin-bottom: 20px;
	padding: 10px 15px 0 15px;
	text-indent: 12px;
}

.aboutdisplay .quotes {
	margin-top: 10px;
}

.foliolink a {
	font-style: italic;
	font-weight: normal;
}

.foliolink a:hover, a.readmore:hover {
	color: #242424;
}

.h3 {
	color: #242424;
	margin-right: 3px;
	font-weight: bold;
	font-size: 12px;
}

body#folio .h3, body#folio .column ul, body#folio .column ul li ul, body#folio .column p, body#folio .column li, body#folio .column h2, body#folio .column h3 {
	line-height: 1.4em;
	color: #666;
	text-shadow: #fff 1px 1px;
}

#aboutnav {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #56a7df;
	cursor: pointer;
}

#aboutnav a {
	text-decoration: none;
}

#aboutnav h3 a:hover {
	color: #000;
}

.refresh h4 {
	padding-bottom: 5px;
}

/* folio/display styles ------------------------------------------------------------------------------ */       

#display, .maindisplay {
	position: relative;
	padding:0 0 0 25px;
	float: left;
}
	
#display {
	width:940px;
}

.maindisplay {
	margin-top: -25px;
	margin-bottom: 10px;
	min-height: 320px;
	width:920px;
	border-bottom: 1px solid #f9983d;
}

.workdisplay {
	position:relative;
	margin-top: -10px;
	height: 365px;
}

.aboutdisplay {
	clear: both;
	padding: 0 !important;
}

ul.clientlist {
	margin: 5px 0;
	line-height: 1.5em;
}

#display div#description, .maindisplay div.description {
	position:relative;
	float: right;
	top: 0;
	right: 30px;
	width: 360px;
	margin:0 30px 10px 0;
}

#display ul, .maindisplay ul {
	margin-left:13px;
}

ul.services {
	margin-bottom: 10px;
	margin-top: 5px;
}
 
ul.services li {
	list-style-image: url(../img/check.png);
	list-style-position: outside;
	margin-left: 4px;
}

body#folio ul.services li {
	list-style-image: url(../img/checkorange.png);
	list-style-position: outside;
	margin-left: 4px;
}

#display ul.services li ul.sub li, .maindisplay ul.services li ul.sub li {
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
	line-height: 1.5em;
	color: #242424;
}

#display p, .maindisplay p {
	margin-bottom:10px;    
}

#description h2, .description h2 {
	text-transform:uppercase;
	margin-bottom:10px;
}

#description a , .description a {
	color: #242424;
} 

#description p a:hover, .description p a:hover {
	color: #fff;
	text-shadow: none;
	text-decoration: underline;
}

body#folio #description p a:hover {
	color: #f19333;
	text-shadow: none;
	text-decoration: underline;
}

#description img, .description img {
	border: none;
}

#central img, .central img {
	border:1px solid #ccc;
	width: 460px;
	height: 280px;
}

.central {
	float:left;
	margin-left: 5px;
}

.maindisplay .central img {
	border: 1px solid #fff;
}

#projects {
	width: 808px;
	height: 240px;
	margin-bottom: 30px;
	margin-left: 50px; 
	padding: 0 0 20px 30px;
	border-top: 1px solid #ccc;
	clear: both;
	overflow:hidden;
	position: relative;
}

#projectList {
	margin-top: 10px;
	margin-left: -30px;
	width: 5000px;
	clear: both;
}

.small {
	float: left;
	margin-right:10px;
	width: 200px;
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.small p {
	margin-top: 5px;
	font-family: Arial, sans-serif;
	text-shadow: none !important;
}

.small a {
	text-decoration: none;
}

.small a:hover {
	text-decoration: none !important;	
}

.small img {
	border: 2px solid #fff;
}

.small a:link, .small a:visited, .small a:active, #description a:link, #description a:visited, #description a:active {
	font-style: normal;
	color: #242424;
}

.small a:hover, #description a:hover {
	color: #f19333 !important;
	text-decoration: underline;
	text-shadow: #fff 1px 1px;
}

#pagination {
	z-index: 9998;
	position: relative;
	clear:both;
}

#paginationmain {
	z-index: 9998;
	position: relative;
	clear:both;
}

.previous_link img {
	border: none;
	float: left;
	margin-top: -190px;
	margin-left: 10px;
}

.next_link img{
	border: none;
	float: right;
	margin-top: -190px;
	margin-right: 20px;
}

body#folio .previous_link2 img {
	border: none;
	float: left;
	position: relative;
	top: 180px;
}

body#folio .next_link2 img{
	border: none;
	float: right;
	position: relative;
	top: 180px;
}

.previous_link2 img {
	border: none;
	float: left;
	position: relative;
	top: 150px;
}

.next_link2 img{
	border: none;
	float: right;
	position: relative;
	top: 150px;
}

#hidden { 
	display:none;
}


.hidden { 
	display:none;
}


.tabs {
	width: 460px;
	position: absolute;
	top: 285px;
	right: 475px;
}

.maindisplay .tabs {
	right: 455px;
}

ul.thumbs {
	margin: 0 !important;	
}

ul.thumbs li {
	display: inline;
	list-style-type: none;
	background-color: #e9e9e9;
	padding: 4px 6px;
	margin: 0 !important;
	margin-right: -1px !important;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ul.thumbs li a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

ul.thumbs li.current {
	background-color: #c1c1c1;
}

a.sitelink {
	text-transform: lowercase !important;
	text-decoration: underline !important;
}

p.contactburst a, p.contactburst a:hover {
	position: relative;
	width: 170px;
	height: 50px;
	overflow: visible;
	font-size: 16px;
	text-decoration: none !important;
	padding: 12px 59px 18px 21px;
	margin-left: -4px;
}

p.contactburst a.quote, p.contactburst a.quote:hover {
	padding: 12px 67px 18px 13px;
	margin-left: -16px;
}

p.contactburst a {
	color: #f19333;
	background: url(../img/button.png) no-repeat top left;
}

p.contactburst a.quote {
	color: #f19333;
	background: url(../img/button_blk.png) no-repeat top left;
}

p.contactburst a:hover {
	color: #fff;
	background: url(../img/button_roll.png) no-repeat top left;
}

p.contactburst a.quote:hover {
	color: #222;
	background: url(../img/button_blk_roll.png) no-repeat top left;
}

p.contactburst a:active {
	color: #fff !important;
	background: url(../img/button_active.png) no-repeat top left;
	position: relative;
	top: 2px;
	left: 2px;
}

.confirmpage {
	clear: both;
	margin-top: 100px;
	margin-left: 200px;
}

.facebook {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #f19333;
}

/* Footer ------------------------------------------------------------------------------------------ */       

#footer {
	width: 600px;
	float: right;
	margin-top: 100px;
	padding:10px 0 50px 0;
	border-top: 1px solid #f29112;
	font-family: arial, sans-serif;
	clear: both;

}

body#folio #footer {
	border-top: 1px solid #ccc;
	margin-top: 50px;
}

body#blue #footer {
	border-top: 1px solid #56a7df;
}

#footer ul {
	float: right;
	list-style: none;
	margin-right: 10px;
}

#footer ul li {
	float: left;
	padding: 0 10px;
}

#footer ul li.lastchild {
	border: none;
}

#footer ul li.lastchild img {
	margin-right: -4px;
}

#footer ul li a:link, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active {
	color: #242424;
	font-style:normal;
	font-weight: normal;
	text-decoration:none !important;
}

#footer ul li a:hover {
	color: #fff;
}

body#blue #footer ul li a:hover {
	color: #fff;
}

body#folio #footer ul li a:link, body#folio #footer ul li a:visited, body#folio #footer ul li a:active  {
	color: #222;
}

body#folio #footer ul li a:hover {
	color: #f19333;
}

#footer p {
    float: right;
	font-size: 11px;
}

#footer p a {
	font-size: 10px;
}

#footer img {
	border: none;
	height: 20px;
	position: relative;
	top: -2px;
	left: 10px;
	width: 25px;
	height: 20px;
}



/* Form styles --------------------------------------------------------------------------------- */

form {	
	text-align:left;	
	width: 515px;	
	margin:0 auto;
}

.contact {  
	float: left;
	width: 400px;   	
	margin-left: 30px;
	margin-top: 10px;
	font: 12px 'arial', sans-serif !important;
}

.contact p {
	padding-bottom: 10px;
}

#contactForm {
	margin-top: -20px;
}


form fieldset {	
	border: 0;
}

form fieldset legend {	
	visibility:hidden;	
}

form fieldset ol {	
	list-style: none;	
	padding: 15px 0 15px 15px;
}

form fieldset ol li {	
	padding: 2px 0;	
	position: relative;
}

form fieldset ol li label {	
	float: left;	
	width: 110px;	
	text-align: right;	
	padding-right: 5px;
	padding-top: 2px;
	text-transform: uppercase;
}

label, input, textarea {	
	font: 12px 'arial', sans-serif !important

}

form fieldset input,form fieldset textarea {
	border-top: 1px solid #666;		
	border-right: 1px solid #666;	
	border-left: 1px solid #ccc;		
	border-bottom: 1px solid #ccc;	
	background: #f0f0f0;	
	padding: 3px;	
	color: #999;	
	-moz-border-radius: 2px;	
	-webkit-border-radius: 2px;	
	width: 290px;
}

form fieldset input:focus,form fieldset textarea:focus {	
	border-color: #777;	
	color: #222;
}

form fieldset button, form fieldset input#submit {	

    padding: 4px 4px 2px 4px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: visible;
    font-family:Arial, sans-serif;
    background-color: #fff;	
	border: 1px solid #555;
	margin: 0 5px 15px 130px;	
	cursor: pointer;	
	float: left;	
}

form fieldset button:hover, form fieldset input#submit:hover {	
    cursor:pointer;
    background-color: #f19333;
	border: 1px solid #222;	

}

/* validation ----------------------------------------------------------------------------- */

#message {	
	display: none;	
	line-height: 1.1em;	
	padding-top: 1px;
}

#message .success {	
	color: #000;
}

#message .error {	
	color: red;
}

form fieldset .astrix {	
	color: #4F1414;	
	font-weight: bold;	
	padding-left: 5px;
}

.validation {	
	display: none;	
	position: absolute;	
	width: 100px;	
	color: #c71d1d;	
	background: #eee;
	border: 1px solid #c71d1d;	
	right: 50px;	
	top: 1px;	
	-moz-border-radius: 2px;	
	-webkit-border-radius: 2px;	
	padding: 2px 0 2px 10px;	
	font: 10px/18px arial, verdana, tahoma, sans-serif;	
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
}

.invalid input {
	border: 1px solid #c71d1d !important;
}
/* // validation */


/* Landing Pages -------------------------------------------------------------------------- */

body.landing #intro {
	margin: 30px 0 20px 25px;	
}

.wrap {
	width: 100%;
	clear: both;
	border-top: 1px solid #f9983d;
	padding-top: 20px;
	position: relative;
	top: 10px;
}

.wrap2 {
	width: 100%;
	clear: both;
	border-top: 1px solid #f9983d;
	padding-top: 20px;
	position: relative;
	top: -20px;
}

body#blue .wrap {
	border-top: 1px solid #56a7df;
	width: 100%;
	clear: both;
}

body#blue .wrap2 {
	border-top: 1px solid #56a7df;
	width: 100%;
	clear: both;
}

body.toronto .wrap {
	top: 20px;
}

.mini_intro {
	font-size: 12px;
	font-family: Georgia, serif;
	position: relative;
	top: 0;
	left: -330px;
}

li.mini_intro_li {
	width: 400px;
	line-height: 1em;
}

.landing_column {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.landing_column img {
	border: 5px solid #56a7df;
	margin-top: 5px;
}

body.landing .no-right {
	margin-right: 0;
}

.landing_quotes {
	background: transparent url(../img/quotes_narrow.png) no-repeat top;
	width: 290px;
	margin: 0 20px 20px 20px;
	padding: 10px 25px 0 25px;
	text-indent: 12px;
	min-height: 120px;
	position: relative;
	top: 25px;
	float: left;
}

.quotes_left {
	margin-left: -20px;
	padding: 10px 20px 20px 30px;
}

body.landing #intro p.contactburst {
	height: 68px;
	width: 200px;
	cursor: pointer;
	margin: 10px 0;
	float: right;
}

.burst {
	float: right;
	padding-top: 20px;
}

.burst_left {
	margin-right: 250px;
}

.burst_left2 {
	margin-right: 32px;
}

.burst_left2 p.contactburst {
	position: relative;
	left: 10px;
}

body.landing .burst p.contactburst {
	height: 30px;
	width: 200px;
	cursor: pointer;
	margin: 18px 0;
	float: right;
}

body.landing #intro p.contactburst {
	margin: 16px 0;
}

body.landing p.burst_info {
	width: 150px;
	float: right;
	margin-right: 43px;
}

body.landing p.contactburst a, body.landing p.contactburst a:hover {
	position: relative;
	width: 200px;
	height: 50px;
	overflow: visible;
	font-size: 16px;
	text-decoration: none !important;
	padding: 14px 60px 14px 27px;
	margin-left: -4px;
}

body.landing p.contactburst a {
	color: #f19333;
	background: url(../img/button.png) no-repeat top left;
}

body.landing p.contactburst a:hover {
	color: #fff;
	background: url(../img/button_roll.png) no-repeat top left;
}

body.landing p.contactburst a:active {
	color: #fff !important;
	background: url(../img/button_active.png) no-repeat top left;
	position: relative;
	top: 2px;
	left: 2px;
}

body.landing .maindisplay {
	margin-top: 0;
	border-bottom: none;
	margin-left: -29px;
}
