/* --------------------------------------------------------------
  
   Screen Stylesheet
   * imports reset.css & global.css
   * defines site specific styles for screen
   
   Copyright Fusionary Media
   
-------------------------------------------------------------- */

@import "reset.css";
@import "global.css";


/* Structure
-------------------------------------------------------------- */

body { 
  text-align: center; /* centers for ie */
  margin-bottom: 3em;
  background: #ebe9df;
}

.container {
  text-align: left; /*resets ie center fix */
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  width: 765px;
}

#header{
  background: #003b1e url(/images/bg_header.gif) repeat-x;
}
  #header .container{
    height: 108px;
  }
#content{
  background: #fff;
	padding: 1.5em 0 3em;
}
body.letter #content{
  text-align: center;
}
#content-main{
  width: 485px;
  padding:0 10px;
  float:left;
	display: inline;
}
  body.full #content-main{
    width: 100%;
  }
  body.about #content-main,
  body.services #content-main{
    float: right;
    width: 550px;
    padding-left:0;
  }
  body.lynch_uk #content-main{
    padding-right: 0;
  }
  body.letter #content-main{
    width:505px;
    padding:0 10px;
    margin: 0 auto;
    float: none;
    text-align:left;
		display: block;
  }
#content-secondary{
  width:225px;
  padding:0 10px;
  float:right;
}
  body.about #content-secondary,
   body.services #content-secondary{
    float: left;
    width: 170px;
    padding-right:0;
  }
  body.lynch_uk #content-secondary{
    padding-left: 0;
  }
#footer{
	color: #656357;
	background: url(/images/bg_footer.gif) repeat-x;
	padding-top: 1.5em;
	clear: both;
}






/* Header
-------------------------------------------------------------- */

#header h1{
	background: url(/images/logo_lynch.gif) no-repeat;
	height: 101px;
	width: 247px;
	position: absolute;
	bottom: 0;
	left: 15px;
}
  #header h1 a{
    display:block;
    height:102px;
    }



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

#nav-main{
	margin: 0;
	list-style: none;
	height: 40px;
	width: 506px;
	position: absolute;
	bottom:2px;
	right:15px;
}
	#nav-main li{
		float:left;
		background: none;
		padding: 0;
		margin: 0;
	}
	#nav-main li a{
		display: block;
		height: 40px;
		background: url(/images/bg_nav.gif) no-repeat;
	}
  	#nav-main li.about a{
  	  width: 69px;
      background-position: 0px 0px;
    }
    	#nav-main li.about a:hover,
    	body.about #nav-main li.about a{
        background-position: 0px -40px;
    }
  	#nav-main li.lynch_canada a{
  	  width: 117px;
      background-position: -69px 0px;
    }
    	#nav-main li.lynch_canada a:hover,
    	body.lynch_canada #nav-main li.lynch_canada a{
        background-position: -69px -40px;
    }    	
  	#nav-main li.lynch_uk a{
  	  width: 85px;
      background-position: -186px 0px;
    }
    	#nav-main li.lynch_uk a:hover,
    	body.lynch_uk #nav-main li.lynch_uk a{
        background-position: -186px -40px;
    }    	
  	#nav-main li.services a{
  	  width: 80px;
      background-position: -271px 0px;
    }
    	#nav-main li.services a:hover,
    	body.services #nav-main li.services a{
        background-position: -271px -40px;
    }    	
  	#nav-main li.clients a{
  	  width: 73px;
      background-position: -351px 0px;
    }
    	#nav-main li.clients a:hover,
    	body.clients #nav-main li.clients a{
        background-position: -351px -40px;
    }
  	#nav-main li.contact a{
  	  width: 82px;
      background-position: -424px 0px;
    }
    	#nav-main li.contact a:hover,
    	body.contact #nav-main li.contact a{
        background-position: -424px -40px;
    }
    
    
hr {
  border-width: 0;
  margin: 0 0 1em;
  padding: 0;
  height: 2px;
  background-color: #dcd8ce;
}

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

#nav-secondary{
  list-style: none;
  padding-left: 219px;
	margin: 0;
}
  
	#nav-secondary li{
		float: left;
		margin-left: .75em;
		background: none;
	}
	#nav-secondary a{
		display: block;
		padding:0 .25em .75em;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
	}
	#nav-secondary li a:hover{
		color: #000;
		text-decoration: none;
	}
	#nav-secondary li a.current{
		background: url(/images/bg_nav_decor.gif) no-repeat center bottom;
		color: #000;
	}

#footer a,
#footer a:hover {
  text-decoration: none;
}
#nav-secondary,
.social-icons,
#legal {
  padding-top: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcd8ce;
}

#legal {
  text-align: center;
}
.social-icons {
  text-align: center;
  line-height: 24px;
}
.facebook,
.youtube {
  text-indent: -1000em;
  padding-right: 0;
}
.facebook {
  width: 72px;
  background: url(/images/social-icons.png) no-repeat 0 0;  
}
.facebook:hover {
  background-position: 0 -50px;
}
.youtube {
  width: 55px;
  background: url(/images/social-icons.png) no-repeat 0 -100px;
}
.youtube:hover {
  background-position: 0 -150px;
}

/* Reusable Page Elements
-------------------------------------------------------------- */

/*pill buttons*/
a.pill{
	background: url(/images/btn_pill.gif) no-repeat 0 0;
	height: 21px;
	display: inline; /* IE fix, double float margin */
	float: left;
	text-decoration: none;
	font-size:11px;
	line-height:18px;
	padding-left: 15px;
}
a.pill span{
	background: url(/images/btn_pill.gif) no-repeat 100% 0;
	padding: 0 30px 0 0;
	display: block;
	line-height: 21px;
}
a.pill:hover{
	background: url(/images/btn_pill.gif) no-repeat 0 -100px;
	color: #fff;
	text-decoration: none; /* redundancy for ie6 */
}
a.pill:hover span{
	background: url(/images/btn_pill.gif) no-repeat 100% -100px;
}
a.pill.left{
 background-position: 0 -200px;
 padding-left: 30px;
}
a.pill.left span{
 background-position: 100% -200px;
 padding: 0 15px 0 0;
}
a.pill.left:hover{
 background-position: 0 -300px;
}
a.pill.left:hover span{
 background-position: 100% -300px;
}
  body.letter a#return{
    margin-bottom: -1.5em;
  }

/*image frame*/
img.frame{
  padding:3px;
  border: solid 1px #e4e2de;
}

/*headings*/
#content h2{
  color: #000;
  font-size:18px;
  line-height:1.2;
  padding:0 0 18px 10px;
  background: url(/images/dotted.gif) repeat-x left bottom;
	margin-bottom: 1.5em;
}
#content h2.large{
	font-size: 21px;
}
#content h3{
  color: #928358;
  font-weight:bold;
  font-size:16px;
  line-height:18px;
  background: url(/images/dotted_shadow.gif) repeat-x left 1.333em;
  margin:0 -10px 0 -10px;
  padding: 0 0 18px 10px;
}

/*checkmark lists*/
.checkmark li{
  list-style:none;
	background: url(/images/bullet_check.jpg) no-repeat left center;
	padding-left: 20px;
	line-height: 1.75;
}

.subheading{
  font-size: 16px;
  padding:0 10px;
  line-height: 1.68;
}

.note{
  font-style: italic;
  font-family: Georgia, Utopia, Palatino, serif;
  letter-spacing: .025em;
}

/*list menu*/
.list-menu{
  border-top: #e4e2de 1px solid;
}
.list-menu li{
  margin:0;
  padding:0;
  border-bottom: #e4e2de 1px solid;
  background: none;
}
.list-menu a{
  line-height: 3em;
  font-weight:bold;
  display:block;
  padding:0 10px 0 5px;
  text-decoration: none;
}
.list-menu li.current a{
  background: #e5f1e9 url(/images/triangle_right_green.gif) no-repeat 95% 50%;
  color: #000;
}
.list-menu a:hover{
  text-decoration: none;
  background: #f1fff6;
  color: #00722B;
}
body.about .list-menu,
body.services .list-menu{
  margin-left:-10px;
}

/*quote citing*/
cite{
  font-weight:bold;
  font-style: normal;
}
cite span{
  font-weight:normal;
  text-transform: uppercase;
  font-size: 10px;
}

#content-secondary blockquote,
#testimonial-list blockquote {
  margin-left: 0;
  padding:0;
  text-indent: -.4em; /* hanging quote mark */
}
* html #content-secondary blockquote,
* html #testimonial-list blockquote {
  text-indent: 0; /* no ie6 hanging quote mark */
}



/* Homepage
-------------------------------------------------------------- */

#slideshow{
  margin-bottom:1.5em;
}



/* Clients
-------------------------------------------------------------- */

/*client list*/
#client-list{
  margin: 0 0 1.5em;
}
#client-list li{
  padding: 0;
  width: 180px;
  float: left;
  margin: 0 15px 0 0;
  background: none;
  display: inline; /* ie float big */
}
#client-list li.last{
  margin-right: 0;
}
#client-list li a{
  display: block;
  height: 108px;
  background: no-repeat;
}
#client-list li.client_1 a{
  background-image: url(/images/logo_client_breuners.gif);
}
#client-list li.client_2 a{
  background-image: url(/images/logo_client_klingmans.gif);
}
#client-list li.client_3 a{
  background-image: url(/images/logo_client_honquest.gif);
}
#client-list li.client_4 a{
  background-image: url(/images/logo_client_saxonclark.gif);
}

/*testimonial list*/

#testimonial-list li{
  width: 30%;
  float: left;
  margin-right:4%;
  background:none;
  padding:0;
  display: inline;
}
*:first-child+html #testimonial-list li{
  margin-bottom: 1.5em; /* ie7 margin below ul bug */
}
#testimonial-list li.last{
  margin-right: 0;
}
#testimonial-list blockquote{
  margin:0;
  font-style: normal;
}
#testimonial-list cite{
  color: #006a38;
  font-weight: bold;
}



/* Testimonials
-------------------------------------------------------------- */

/*testimonials list*/
#testimonial-tabs ul{
  border-bottom: 1px solid #dcdcdb;
  height: 1%; /* ie 7 bug */
}
#testimonial-tabs li{
  background: none;
  padding:0;
  margin: 0;
  float:left;
  width:240px;
  margin-right:15px;
  text-align:center;
}
#testimonial-tabs li.hover
{
  background-position: 0 -200px;
}
#testimonial-tabs li.hover a{
  background-position: 100% -200px;
}
#testimonial-tabs li.active
{
  background-position: 0 0;
}
#testimonial-tabs li.active a{
  background-position: 100% 0;
}
#testimonial-tabs li.uk{
  margin-right:0;
}
#testimonial-tabs li{
  background: url(/images/bg_tabs.gif) no-repeat 0 -100px;
  padding: 0 0 0 5px;
}
#testimonial-tabs li a{
  background: url(/images/bg_tabs.gif) no-repeat 100% -100px;
  padding:0 5px 0 0;
  display:block;
  text-decoration: none;
}
#testimonial-tabs li a span{
  display:inline;
  padding-left: 25px;
  line-height:3em;
  font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size: 14px;
  color: #006a38;
}
#testimonial-tabs li.active a span{
  color: #2b2a25;
}
#testimonial-tabs li.us a span{
  background: url(/images/icon_flag_us.gif) no-repeat left center;
}
#testimonial-tabs li.ca a span{
  background: url(/images/icon_flag_ca.gif) no-repeat left center;
}
#testimonial-tabs li.uk a span{
  background: url(/images/icon_flag_uk.gif) no-repeat left center;
}
#testimonial-tabs table{
  width: 100%;
}
#testimonial-tabs table th{
  color: #000;
  font-size: 14px;
  font-weight: bold !important;
  text-decoration: underline;
}

#testimonial-tabs table th.name{
  width:80%;
}
#testimonial-tabs table th.date{
  width:20%;
}
#testimonial-tabs table th.date a{
  background: url(/images/sort_arrows.gif) no-repeat 100% -5px;
  padding-right: 10px;
}
#testimonial-tabs table th.date a.ascending{
  background: url(/images/sort_arrows.gif) no-repeat 100% -95px;
}
#testimonial-tabs table td.date{
  color: #999;
}
#testimonial-tabs table td,
#testimonial-tabs table th{
  padding: .75em 10px;
  font-weight: normal;
}
#testimonial-tabs table td a{
  font-weight: bold;
  text-decoration: none;
}
#testimonial-tabs table td a:hover{
  text-decoration: underline;
}
#testimonial-tabs table tr.odd td{
  background: #f4f3ef;
}
#testimonial-tabs table tr.ruled td{
  background: #006a38;
}
#testimonial-tabs table tr.ruled td.name blockquote,
#testimonial-tabs table tr.ruled td.date{
  color:#99e4c1;
}
#testimonial-tabs table tr.ruled td.name a{
  color:#fff;
}
#testimonial-tabs table tr td blockquote{
  margin:0;
  font-style: normal;
}

#controls{
  margin: 1.5em auto 0;
  text-align: center;
  width: 60%;
}


/*pagination*/
.pagination{
  margin: 1px 0 0 0; /* ie6,7 fix */
}
.pagination li{
  background: none;
  display: inline;
  padding:0 4px 0 0;
  font-size: 11px;
}
.pagination li.last{
  padding-right: 0;
}
.pagination li a{
  text-decoration: none;
  background: #fff;
  border: 1px solid #e4e2de;
  padding: .2em .5em;
}
.pagination li a:hover{
  background: #006a38;
  border: 1px solid #006a38;
  color: #fff;
}

/*letters*/
.from dd{
  margin: 0;
}
.from dt{
  font-size:14px;
  color: #000;
}
.from dd.date{
  float:right;
  margin-top: -1.5em;
  color: #999;
}
dl.from{
	margin-bottom: 1.5em;
}
body.letter p{
	margin: 0 0 .75em 0;
}

/* Contact
-------------------------------------------------------------- */

/*body.contact dl{
  float: left;
  margin-right: 20px;
}*/

#form-contact{
  float:right;
}
#locations{
  float: left;
}



/* Video
-------------------------------------------------------------- */

#locations-global{
	width: 180px;
	float: right;
}
#locations-local{
	width: 180px;
	float: left;
}
#video_lynch{
	float:left;
	margin: 0 auto;
	width: 352px;
	padding: 0 0 0 26px;
}

/* Lynch UK
-------------------------------------------------------------- */

#uk-flash{
	margin: 0 -10px .75em -10px;
}
.quote-box{
	background: url(/images/round_corners_5px_beige.gif) no-repeat;
	margin: 0 -10px .75em -10px;
	padding: 5px 0 0 0 ;
  color: #545454;
}
.quote-box div{
	background: url(/images/round_corners_5px_beige.gif) no-repeat left bottom;
	padding-bottom: 5px;
}
*:first-child+html .quote-box div{
  height: 1%;
}
.quote-box img{
	float: left;
	margin: 2em 0 2em 25px;
}
.quote-box blockquote{
	float: right;
	margin: 1em 15px 0 0;
	width: 250px;
	background: url(/images/quote-l.gif) no-repeat left top;
	padding-left: 18px;
}
.quote-box span{
	font-size: 30px;
	line-height: 0px;
	position: relative;
	top: 14px;
}
.quote-box p{
	margin-bottom: .75em;
	font-style: normal;
}
.quote-box p.quote{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quote-box span.left{
}
.quote-box p.cite{
	font-size: 11px;
}
.quote-box p.cite cite{
	font-size: 12px;
}



/* Badges
-------------------------------------------------------------- */

#badges{
	clear: both;
	padding-top:3em;
}
#badges .col {
  background: #fff url(/images/badges.png) no-repeat 0 0;
}
.badge {
	height: 114px;
	padding: 15px 18px 18px;
}
#badges h4 {
  margin-top: 0;
  padding-left: 60px;
  padding-bottom: 10px;
}
#badges p {
  font-size: 11px;
  line-height: 1.3em;
}
#badges #contact_us {
  background-position: 0 -200px;
}
#badges #newsletter {
  background-position: 0 -400px;
}

#badges a.pill{
  position: absolute;
  bottom: 25px;
}



/* About
-------------------------------------------------------------- */

.team, .team li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.team{
	margin-bottom: 1.5em;
}
.team li{
	background: none;
	float:left;
	width: 160px;
	margin-right: 35px;
}
.team li.last{
	margin-right: 0;
}
.team img{
	margin: 1em 0;
}
.team p{
	margin-bottom: .75em;
}
.team p.name{
	font-size: 12px;
	font-weight: bold;
}
.team p.name .title{
	font-size: 11px;
}
.team p.name a{
	font-size: 13px;
}
.team p.office{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.mail{
	background: url(/images/icon-mail.gif) no-repeat right center;
	padding-right: 20px;
	display: inline-block; /*ie fix*/
}

.amp {
  font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "URW Palladio L", serif;
  font-style: italic;
  font-weight: normal;
}
