/*-----------------------------------------------------------------------------
Global Style Sheet

version:   1.0
date:	   3/2/2007	
author:    Travis J. Todd
email:     ttodd@trsg.net
website:   http://www.robinshepherd.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Class for clearing floats */
.clear {
	clear: both;
	}

/* Remove border around linked images */
img {
	border: 0;
	}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: medium/1.5 Arial, Helvetica, sans-serif;
	color: #333; /* LWC */
	}
	
.tagline {
	text-transform: lowercase;
	color: #666;
	font: 80% Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
h2 {
	color: #666; /* LWC */
	font-size: 70%;
	margin: 0 0 6px;
	}
	
h3 {
	color: #FFF;
	font-size: 90%;
	padding: 4px 15px; 
	}
	
h4 {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 6px;
	}
	
#media-center h4 {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0;
	}
	
#aboutCallout p {
	font-size: 90%;
	line-height: 1.7;
	}	

.introLine {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top: 10px;
	}
	
#newsCallout p {
	font-size: 90%;
	}
	
#newsCallout p.date {
	color: #999; /* LWC */
	float: left;
	padding-right: 20px;
	}
	
#newsCallout p.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666; /* LWC */
	float: left;
	}

#newsCallout p.clickthrough {
	float: right;
	margin-bottom: 8px;
	}
	
#media-center p, #media-center li {
	color: #666; 
	font-size: 85%;
	line-height: 1.2;
	margin: 12px 0;
	}

#news .story p.date {
	color: #999; /* LWC */
	float: left;
	padding-right: 20px;
	}

#news .story .content p {
	padding: 6px 0;
	font-size: 90%;
	line-height: 1.7;
	}

#newsArchive .story p {
	padding: 6px 0;
	font-size: 90%;
	line-height: 1.7;
	}

#footer p {
	font-size: 60%;
	padding: 8px 0 20px;
	}

#about p {
	padding: 8px 0;
	font-size: 90%;
	line-height: 1.7;
	}
	
#contact p, 
#employment p,
#newsletters p,
#firstNewsletter p,
#secondNewsletter p {
	padding: 6px 0;
	font-size: 90%;
	line-height: 1.7;
	 /* #777 LWC */
	}
	
#contact h4 {
	font-size: 100%;
	margin: 8px 0px 0px;
	}

#inThisIssue p.title {
	color: #fff;
	font-size: 70%;
	}
	
#clients td {
	font-size: 90%;
	}
		
#clientDescription {
	font-size: 70%;
	}
	
#clients th {
	font-size: 90%;
	color: #FFF;
	text-align: left;
	}

#media-center ul {
	margin: 1em 2em;
	padding: 0 1em;
	}

/* =Main Layout
-----------------------------------------------------------------------------*/

body {
	background: #FFF;
	}
	
#container {
	width: 782px;
	margin: 0 auto;
	}

/* =Header
-----------------------------------------------------------------------------*/

#header {
	background: url('../images/right-corner.gif') right bottom no-repeat #BBB;
	height: 33px;
	vertical-align: top;
	}

#music {
	/*background: url('../images/flash-placement.gif') no-repeat;*/
	width: 301px;
	height: 19px;
	margin-left: 472px;
	padding-bottom: 7px;
	display: none;
	}
	
#media-center-nav {
	float: right;
	background: url('../images/bg-media-center-nav.gif') #dededd no-repeat;
	width: 129px;
	height: 26px;
	border-left: 1px #FFFFFF solid;
	padding: 7px 0 0 25px
}
	
#mainNav {
	float: left;
	background: url('../images/left-corner.gif') left top no-repeat;
	width: 550px;
	height: 33px;
}
	
#logo {
	height: 81px;
	clear: both;
	}
	
#logo hr { /*this fixes a Safari problem */
	width: 782px;
	}
	
.tagline {
	float: right;
	padding: 32px 22px;
	} 

/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited {
	color: #69C;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #F33;
	}


/* =Branding
-----------------------------------------------------------------------------*/

/*h1 {
	text-indent: -9999px; 
	background: url('../images/headers/shepherd-logo.gif') no-repeat 12px 20px; 
	width: 178px; 
	height: 81px;
	float: left;
	}*/

h1 {
	text-indent: -9999px; 
	background: url('../images/headers/shepherd-logo.gif') no-repeat 12px 20px; 
	width: 196px; 
	height: 81px;
	float: left;
	}

h1 a { 
	display: block; 
	height: 100%;
	width: 100%;
	text-decoration: none;
	}
	
h1 a:hover { 
	background: transparent;
	}


/* =Main Nav
-----------------------------------------------------------------------------*/

#nav {
	list-style: none;
	padding-left: 26px;
	padding-top: 7px;
	}
	
#nav li {
	float: left;
	margin-right: 22px;
	}
	
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 80%;
	display: block;
	padding-bottom: 7px;
	}

#nav .link1 a:hover, #nav .link1 a:active {
	color: #0FF;
	background: url('../images/menu/main-nav-arrow.gif') no-repeat center bottom;
	}

#nav .link2 a:hover, #nav .link2 a:active {
	color: #F0F;
	background: url('../images/menu/main-nav-arrow.gif') no-repeat center bottom;
	}
	
#nav .link3 a:hover, #nav .link3 a:active {
	color: #FF0;
	background: url('../images/menu/main-nav-arrow.gif') no-repeat center bottom;
	}
	
#nav .link4 a:hover, #nav .link4 a:active {
	color: #0F0;
	background: url('../images/menu/main-nav-arrow.gif') no-repeat center bottom;
	}
	
#nav .link5 a:hover, #nav .link5 a:active {
	color: #000;
	background: url('../images/menu/main-nav-arrow.gif') no-repeat center bottom;
	}
	
#nav .selected {
	background: url('../images/menu/main-nav-arrow.gif') no-repeat center bottom;
	}

/* =Sub Nav
-----------------------------------------------------------------------------*/

#homeNav ul {
	list-style: none; 
	margin: 18px 0 0; 
	padding: 0;
	font-size: 70%;
	}
#homeNav li {
	width: 150px;
	height: 241px;
	margin: 0 8px 0 0; 
	float:left;
	}
#homeNav li p {
	padding-top: 215px;
	}
#homeNav li.link5 {
	/* kill right margin for fifth link */
	margin: 0;
	}
#homeNav a:link, #homeNav a:visited {
	border-bottom: 6px #bbb solid; 
	color: #666;  /* LWC */
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	}
#homeNav .link1 a:link, #homeNav .link1 a:visited {
	background: url('../images/menu/about-image.jpg') no-repeat;
	}
#homeNav .link1 a:hover, #homeNav .link1 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #0FF solid;
	}
#homeNav .link2 a:link, #homeNav .link2 a:visited {
	background: url('../images/menu/news-image.jpg') no-repeat;
	}
#homeNav .link2 a:hover, #homeNav .link2 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #F0F solid;
	}
#homeNav .link3 a:link, #homeNav .link3 a:visited {
	background: url('../images/menu/clients-image.jpg') no-repeat;
	}
#homeNav .link3 a:hover, #homeNav .link3 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #FF0 solid;
	}
#homeNav .link4 a:link, #homeNav .link4 a:visited {
	background: url('../images/menu/work-image.gif') no-repeat;
	}
#homeNav .link4 a:hover, #homeNav .link4 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #0F0 solid;
	}
#homeNav .link5 a:link, #homeNav .link5 a:visited {
	background: url('../images/menu/contact-image.jpg') no-repeat;
	}
#homeNav .link5 a:hover, #homeNav .link5 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #000 solid;
	}
#homeNav p {
	margin: 6px 0;
	}

/* =News Nav
-----------------------------------------------------------------------------*/

#newsNav {
	text-align: center;
	padding: 8px 0;
	font-size: 70%;
	}

#newsNav p.prev { 
	float: left;
	}

#newsNav p.next { 
	float: right;
	}

#inThisIssue ul {
	padding: 0px 25px;
	}
	
#inThisIssue ul li {
	font-size: 70%;
	}

/* =Work Nav
-----------------------------------------------------------------------------*/

#work ul {
	list-style: none; 
	margin: 10px 0 0; 
	padding: 0;
	font-size: 80%;
	}
#work li {
	width: 150px;
	margin: 8px 8px 0 0; 
	float:left;
	}
#work li.link5 {
	/* kill right margin for fifth link */
	margin: 8px 0px 0 0;
	}
#work a:link, #work a:visited {
	border-bottom: 6px #bbb solid; 
	color: #666;  /* LWC */
	text-decoration: none; 
	display:block;
	background: url('../images/enlarge-plus.gif') no-repeat 140px 222px;
	}
#work .link1 a:hover, #work .link1 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #0FF solid;
	}
#work .link2 a:hover, #work .link2 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #F0F solid;
	}
#work .link3 a:hover, #work .link3 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #FF0 solid;
	}
#work .link4 a:hover, #work .link4 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #0F0 solid;
	}
#work .link5 a:hover, #work .link5 a:active {
	color: #333; /* LWC */
	border-bottom: 6px #000 solid;
	}
#work p {
	margin: 6px 0;
	padding: 0 12px 0 0 ;
	}
/* =Footer Nav
-----------------------------------------------------------------------------*/

#footer a:link, #footer a:visited {
	color: #333; /* LWC */
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	}


/* =Media Center Nav
-----------------------------------------------------------------------------*/

#media-center-nav a:link, #media-center-nav a:visited {
	color: #999; /* LWC */
	font-size: 80%;
	text-decoration: none;
	}
	
#media-center-nav a:hover, #media-center-nav a:active {
	text-decoration: underline;
	}


/* =Main Content
-----------------------------------------------------------------------------*/

#aboutCallout {
	clear: both;
	/*padding: 16px 0px;*/
	}
	
#aboutCallout h2 {
	padding: 8px 0px 0px;
	}
	
#newsletterCallout {
	text-indent: -9999px;
	float:right;
	height: 122px;
	width: 150px;
	background: url('../images/newsletter-callout.gif') no-repeat 0px 10px;
	}	

#newsletterCallout a { 
	display: block; 
	height: 100%;
	width: 100%;
	text-decoration: none;
	background: url('../images/newsletter-callout.gif') no-repeat 0px 10px;
	}
	
#newsletterCallout a:hover { 
	background-position: -150px 10px;
	}
	
#newsCallout {
	clear: both;
	padding: 20px 0px;
	}
	
#newsCallout .story {
	border-top: 1px #ddd solid;
	margin-top: 8px;
	padding-top: 7px;
	clear: both;
	}

/* =Secondary Content
-----------------------------------------------------------------------------*/

#about {
	padding-top: 180px;
	background: url('../images/headers/about-header-image.jpg') no-repeat 0px 20px;
	clear: both;
	}
	
#clients {
	padding-top: 180px;
	background: url('../images/headers/client-header-image.jpg') no-repeat 0px 20px;
	clear: both;
	}

#clients table {
	width: 100%;
	}
	
#clients th {
	background: url('../images/top-left-curve.gif') #bbb no-repeat;
	padding: 4px 15px;
	}
	
#clients td {
	background: #ddd;
	padding: 4px 5px 4px 15px;
	border-bottom: 1px solid #bbb;
	}
	
#clientDescription {
	padding: 4px 15px;
	margin: 0px 0px 8px;
	border: 1px #bbb solid; 
	background-color: #FFF;
	}
	
#media-center {
	padding: 0 0 20px 0;
	clear: both;
	}
	
#media-center .media-client {
	border-top: 1px solid #dededd;
	margin: 20px 0;
	padding: 0;
	}
	
#media-center .media-client-desc {
	border-top: 1px solid #dededd;
	margin: 20px 0;
	padding: 29px 0 0 0;
	}
	
#media-center .media-client-desc2 {
	border-top: 0px solid #dededd;
	margin: 20px 0;
	padding: 0;
	}
	
#media-center .media-client-logo {
	float: left;
	width: 126px;
	margin: 0;
	padding: 0;
	}
	
#media-center .media-client-logo-detail {
	float: left;
	width: 126px;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#media-center .media-client-content {
	float: right;
	width: 656px;
	margin: 0;
	padding: 0;
	}
	
#media-center .media-client-content-detail {
	float: right;
	width: 646px;
	margin: 0;
	padding: 0;
	}
	
#media-center .media-client-text {
	float: left;
	width: 530px;
	margin: 0;
	padding: 0;
	}
	
#media-center .media-client-link {
	float: right;
	width: 96px;
	margin: 0;
	padding: 0;
	}
	
#news {
	padding-top: 15px;
	clear: both;
	}
	
#news .story {
	border-top: 1px solid #bbb;
	margin-top: 8px;
	padding-top: 4px;
	clear: both;
	}
	
#news .content {
	float: right;
	width: 70%;
	margin-bottom: 8px;
	}

#newsArchive .story {
	padding: 6px 0;
	}
	
#newsArchive .story img {
	margin-left: 10px;
	}

#pageTitle {
	background: url('../images/top-left-curve.gif') #bbb no-repeat;
	}
	
.pageTitle {
	background: url('../images/top-left-curve.gif') #bbb no-repeat;
	}
	
h3 {
	background: url('../images/bottom-right-curve.gif') no-repeat right bottom;
	}
	
#pageTitle.emagine {
	background: url('../images/top-left-curve-red.gif') #e12 no-repeat;
	}

#pageTitle.emagine h3 {
	background: url('../images/bottom-right-curve-red.gif') no-repeat right bottom;
	}
	
#pageTitle.emagine h3 a:link, #pageTitle.emagine h3 a:visited {
	color: #000;
	}
	
#pageTitle.emagine h3 a:hover, #pageTitle.emagine h3 a:active {
	color: #FFF;
	}

#emagineTitle {
	background: url('../images/news/emagine/newsletterlogoBG.gif') repeat-x; 
	text-align:right;
	}
	
#inThisIssue {
	border-right: 1px solid #e12;
	}
	
#inThisIssue p.title {
	background: #e12;
	padding: 0px 10px;
	}
	
#contact { 
	padding: 15px 0px 0px;
	}

#leftContent {
	float: left;
	}
	
#rightContent {
	 width:452px; 
	 float: right;
	 }

#employment {
	clear: both;
	padding-top: 10px;
	}
	 
#newsletters {
	clear: both;
	padding-top: 10px;
	}
	 
#firstNewsletter {
	float: left;
	width: 48%;
	}
	
#secondNewsletter {
	float: right;
	width: 48%;
	}
	
#firstNewsletter input.width, #secondNewsletter input.width {
	width: 100%;
	border: 1px #bbb solid;
	padding: 2px;
	}


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding-top: 20px;
	}


/* =Forms
-----------------------------------------------------------------------------*/

#newBus { 
	margin-top: 10px;
	}
	
#newBus select {	
	width: 100%;
	margin-bottom: 4px;
	border: 1px #bbb solid;
	padding: 2px;
	color: #333; /* LWC */
	}

#newBus input {
	border: 1px #bbb solid;
	padding: 2px;
	margin-bottom: 4px;
	}
	
#newBus textarea {
	border: 1px #bbb solid;
	padding: 2px;
	margin-bottom: 4px;
	}
	
#newBus .width1 {
	width: 100px;
	}
		
#newBus .width2 {
	width: 220px;
	}


/* =Tables
-----------------------------------------------------------------------------*/
	
/* Sortable tables */
table.sortable a.sortheader {
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: #FFF;
    text-decoration: none;
}

/* =Misc 1
-----------------------------------------------------------------------------*/

div.hr {
	height: 8px;
	clear:both;
	background: url('../images/hr-thick.gif') #FFF no-repeat;
	border: 0;
	}

div.hr hr.thick {
	display: none;
	}

.highlight {
	color: #e12;
	}

.videoPlayer {
	text-align: center;
	color: #666;
	font-size: 75%;
	}
	
#rssFeedIcon { 
	float: right; 
	margin-top: 4px;
	}

/* =Misc 2
-----------------------------------------------------------------------------*/
