/* Think Twice, Inc.
   Litigation Services */

/* Cascading Style Sheet Mod
   cleaning up Trevor's mess */


* { font-size: 100.0%; margin: 0; padding: 0; }

html { font-size: 62.5%; }

body {
	background: #ccc url(../img/body-bg.gif) center repeat-y;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #333;
	}

p {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
ul.article {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 3.0em 0 3.0em;
	}

p.descriptor {
	margin: 1.5em 0;
	font-size: 1.3em;
	line-height: 1.5em;
	}
	
.caption {
	margin-top: 5px;
	text-align: center;
	width: 90px;
	font-size: 1.0em;
	line-height: 1.1em;
	}
	
p.fine {
	font-size: 1.0em;
	line-height: 1.4em;
	}	

img {
	border: 0;
	}


/* central structure */

#wrapper {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	left: 0px;
	top: -1px;
	}

#masthead {
	background: transparent url(../img/masthead-bg_blue.jpg) top center no-repeat;
	height: 75px;
	margin: 0 auto;
	}

#contents {
	clear: both;
	width: 930px;
	text-align: left;
	}

#main {
	float: left;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: left;
	}
	
#subMain {
	float: left;
	width: 664px;
	padding: 0;
	text-align: left;
	}

#side {
	float: right;
	width: 212px;
	padding: 0px;
	text-align: left;
	}

#footer {
	clear: both;
	width: 889px;
	margin: 2em auto 20px;
	padding: 0;
	border-top: 1px solid #f90;
	}


/* masthead */

#logo {
	background: transparent url(../img/masthead-logo_mod2.gif) no-repeat;
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	width: 350px;
	height: 75px;
	}

#logo a {
	display: block;
	width: 218px;
	border-style: none;
	}

#logo img {
	display: block;
	width: 0;
	border-style: none;
	}

#nav {
	margin: 0 auto;
	padding: 4px 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	font: bold 1.1em Verdana, serif;
	}

#nav ul {
	float: left;
	padding: 0 12px;
	list-style: none;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav a:link, #nav a:visited {
	float: left;
	height: 2em;
	padding: 0 1.1em;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
	color: #159;
	}

#nav a:hover {
	background: #48b;
	color: #fff;
	}

#nav a:active {
	background: #159;
	color: #fff;
	}

#home a#nav-home, #services a#nav-services, #portfolio a#nav-portfolio, #casestudies a#nav-casestudies, #olio a#nav-olio, #about a#nav-about,#contact a#nav-contact, #clientlogin a#nav-clientlogin {
	color: #ccc;
	}

#home a#nav-home:hover, #services a#nav-services:hover, #portfolio a#nav-portfolio:hover, #casestudies a#nav-casestudies:hover, #olio a#nav-olio:hover,  #about a#nav-about:hover,#contact a#nav-contact:hover, #clientlogin a#nav-clientlogin:hover  {
	color: #fff;
	}


/* footer */

#footer_wrapper {
	float: right;
	}

#footer_links {
	float: left;
	padding: .9em .5em;
	font-size: 1.1em;
	}

#footer_links a:link, #footer_links a:visited {
	padding: 0 .5em 0;
	text-decoration: none;
	color: #666;
	}

#footer_links a:hover {
	color: #333;
	}

#footer_links a:visited {
	text-decoration: none;
	color: #666;
	}

/* headers */

h1, h2, h3, h4, h5 { font-weight: normal; }

h1 {
	margin: .7em 0 .3em;
	font-size: 2.1em;
	color: #159;
	}

h3 {
	background: #f90 url(../img/h3-main-bg.jpg) top right no-repeat;
	font-size: 3em;
	color: #fff;
	}

 #main h3 {
	width: 655px;
	height: 1.9em;
	padding-left: 9px;
	font-size: 1.8em;
	line-height: 2.1em;
	}	

h4 {
	padding-left: 5px;
	border-bottom: 1px solid #159;
	font-size: 1.1em;
	color: #159;
	}

h5 {
	margin: 1.2em 0 -.9em;
	padding: 0 0 0 1px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #666;
	}


/* horizontal rules */

hr {
	display: none;
	}


/* panel  */

#main.panel {
	background: #fff;
	width: 222px;
	}
	
#subMain.panelThin {
	background: #ebebeb;
	width: 438px;
	}

#subMain.panelThin h3 {
	background: #047 url(../img/title-bg-panelthin.jpg) top left no-repeat;
	width: 100%;
	height: 1.9em;
	padding: 0 0 0 0px;
	font-size: 1.7em;
	line-height: 2.1em;
	border-bottom: 5px solid #eee;
	}

#subMain.panelThin ul {
	font-size: 1.2em;
	padding: 8px 10px 5px 30px;
	list-style: url(../img/panel/bullet.gif) outside disc;
	/* text-indent: -12px; */
	}

#subMain.panelThin li {
	margin-bottom: 3px;
	padding-bottom: 5px;
	}

#subMain.panelThin li a {
	line-height: 1.2em;
	text-decoration: none;
	color: #444;
	}

#subMain.panelThin li a:hover {
	color: #000;
	}

#main.panel h3 {
	background: #f90 url(../img/h3-panel-bg.jpg) top left no-repeat;
	width: 205px;
	height: 1.8em;
	padding-left: 17px;
	font-size: 2.5em;
	line-height: 1.8em;
	}

#panel-drawers {
	background: #fff;
	float: left;
	width: 222px;
	}

.panel-drawer {
	background: #069 url(../img/panel/title-bg.jpg) bottom repeat-y;
	width: 222px;
	margin-top: 5px;
	}
	
#main.panel ul {
	background: #c9c9c9 url(../img/panel/drawer-cap.gif) bottom no-repeat;
	padding: 8px 10px 9px 25px;
	list-style: url(../img/panel/bullet.gif) outside disc;
	/* text-indent: -12px; */
	}

#main.panel li {
	margin-bottom: 3px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	}

#main.panel li a {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 0 0 -5px;
	text-decoration: none;
	color: #444;
	}

#main.panel li a:hover {
	/* border-bottom: 1px dotted #666; */
	color: #000;
	}

.panel-drawer a:link, .panel-drawer a:visited, .panel-drawer-active a:link, .panel-drawer-active a:visited {
	background: url(../img/panel/title-arrow.gif) 6px .75em no-repeat;
	display: block;
	width: 193px;
	height: 2.1em;
	padding: 0 10px 0 19px;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 2.2em;
	color: #fff;
	}

#detail {
	float: left;
	width: 393px;
	margin: 0;
	padding: 5px 20px;
	}

a.thumbnail:link, a.thumbnail:visited {
	background: #fff;
	float: left;
	display: block;
	margin: 8px 3px 0 3px;
	padding: 2px;
	border: 1px solid #159;
	}

a.last-tn:link, a.last-tn:visited {
	margin-right: 0;
	}

a.thumbnail:hover {
	margin: 8px 3px 0 3px;
	padding: 1px ;
	border: 2px solid #666;
	}

a.thumbnail img {
	border: 0;
	}


/* news articles */

#article {
	background: url(../img/h3-side2-bg.jpg) no-repeat;
	padding-bottom: 20px;
	}

#article h3 {
	background: none;
	color: #999;
	width: 202px;
	height: 1.9em;

	padding: 0 0 0 9px;
	font-size: 1.6em;
	line-height: 2.1em;
	}

#article dl {
	margin: 0 20px 0 9px;
	}

p.byline {
	margin: 0;
	padding: 0 0 .8em;
	border-bottom: 1px dotted #777;
	font-size: 1.0em;
	line-height: 1.4em;
	}

ol.article {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 1.5em;
	}

/* sidebar styles */

#side dt {
	margin: .7em 0 0;
	font-size: 1.4em;
	color: #159;
	}

#side dd, #side p {
	margin: .2em 0;
	font-size: 1.1em;
	line-height: 1.5em;
	}

/* others */

.biophoto {
	border: 1px solid #999;
	margin-left: 15px;
	margin-bottom: 5px;
	}

a:link, a:visited {
	color: #039;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}