/* 
Theme Name: Trillium
Version: 1.0
Author: David Galiel
http://galiel.org/  
*/

/* 
Table of Contents
	Reset Styles
	Typography
	Global Link Behavior
	Wrapper
		Header
			Navigation
		Container
			Content
			Sidebar
		Footer 
*/

/* Reset Styles
----------------------------- */
/* Thanks to Eric Meyer, ver: May 1 07 at meyerweb.com */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
} 
/* remember to define focus styles! */ 
:focus { 
	outline: 0; 
} 
body { 
	line-height: 1.3; 
	color: black; 
	background: white; 
} 

ol, ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
} 
/* tables still need 'cellspacing="0"' in the markup */ 
table { 
	border-collapse: separate; 
	border-spacing: 0; 
} 
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
} 
blockquote, q { 
	quotes: "" ""; 
	padding-left:20px;
}

/* Typography
----------------------------- */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Global Link Behavior */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
sup{
	line-height: 0;
	font-size: 80%;
	vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
/* Wrapper
----------------------------- */
body { 
	text-align: center;
	background: #9abdd3 url(custom/tamc10_window_background.jpg) repeat-x 50% 0;
	position: relative;
	min-width: 890px;
}

#wrapper {	
	margin: 0 auto;
	text-align:center;
	width: 870px;
	min-height: 900px;
	height:  auto !important;
	height: 100%;
	position: relative;
	left: 0;
	background-image: url(custom/tamc10_home_page_bkgd.jpg);
}

#lt-shadow {
	width: 10px;
	background-image: url(custom/lt-shadow.jpg);
	position: relative;
	float: left;
	left: 0;
	height: 900px;
}

#header {
	width: 850px;
	height: 92px;
	padding: 0;
	position: relative;
	float: left;
	margin: 0;
}
#content { 
	float: left;
	width: 630px;
	color: #333;
	margin: 0;
	padding: 10px 12px 10px 20px;
	font: 12px Verdana, Helvetica, Arial, San-Serif;
	line-height: 1.4;
	text-align: left;


}

#sidebar {
	float: left;
	width: 180px;
	height: 100%;
	padding: 0; 
	margin: 0;
	font: 11px Verdana, Helvetica, Arial, San-Serif;
	text-align: left;
}


#rt-shadow {
	width: 10px;
	background-image: url(custom/rt-shadow.jpg);
		position: absolute;
		top: 0;
	float: right;
	right: 0;
	height: 900px;
}

/* Header
----------------------------- */

#banner {
	height:65px;
	width: 850px;
	background: url(custom/masthead.jpg) no-repeat;
}
#header_menu {
	height: 27px;
	width: 850px;
	text-align: left;
	margin: 0;
	background: url(custom/location-bar.jpg) no-repeat;
}	

#header_menu ul {
		position: relative;
	}
	#header_menu ul li {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		position:absolute;
		top:0pt;
	}
	#header_menu ul li, #header_menu ul li a {
	display:block;
	height:27px;
	}
	
	#header_menu-boston{
		left: 557px;
		width: 85px;
	} 
	
	#header_menu-durham{
		left: 642px;
		width: 78px;
	} 
	#header_menu-san-francisco{
		left: 720px;
		width: 130px;
	} 
	#header_menu-boston a:hover{	background: url(custom/location-bar.jpg)no-repeat -557px -27px;
		}
	#header_menu-durham a:hover{	background: url(custom/location-bar.jpg)no-repeat -642px -27px;
		}
	#header_menu-san-francisco a:hover{	background: url(custom/location-bar.jpg)no-repeat -720px -27px;
		}
.breadcrumb {
	font: 11px Verdana, Helvetica, Arial, San-Serif; 
	position: relative;
	padding: 5px 0 0 34px;
	color: #924949;
	width: 700px;
}
.breadcrumb a {
	color: #924949;
	text-decoration: none;
	font-weight: bold;
}
	
/* Search
----------------------------- */
#search {
	float: right;
	margin: 12px 25px 0 0;

}
#search_title {
	color: #696969;
	font: bold 10px Verdana, Helvetica, Arial, San-Serif;
	letter-spacing: 0.6px; 
	text-align: left; 
	margin: 0;
}

#s {
	margin-right: 4px;
}
.searchnav {
	margin-bottom: 40px;
}

/* Container
----------------------------- */
#container { 	
	margin: 0;
	text-align: left;
	width: 820px;
	min-height: 200px;
	height:  auto !important;
	height: 200px;
}

/* Content
----------------------------- */

#homepage_content {
	float: left;
	width: 650px;
	color: #333;
	margin: 0;
	padding: 150px 0px 10px 20px;
	font: 12px Verdana, Helvetica, Arial, San-Serif;
	line-height: 1.4;
	text-align: left;
	background: url(custom/homepage_banner_LLC.jpg) no-repeat;

}

#content p a, #content a, #homepage_content p a{
	color: #0D2581;
	text-decoration: underline;
}


#content h1 {
	font-weight: bold;
	font-size: 18px;
	color: #37436b;
	margin: 0 0 6px 0;
}

#homepage_content h1 {
	font-family: "Trebuchet MS", Arial, San-Serif;
	font-size: 18px;
	color: #37436b;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin:  0 0 6px 0;
}
h2  {
	color: #6e2826;
	font: bold 16px "Trebuchet MS", Arial, San-Serif;
	margin-top: 12px;
}
#homepage_content h2 {
	text-align: center;
}
#homepage_content h3 {
	font-family: "Trebuchet MS", Arial, San-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #853035;
	margin: 0 0 6px 0;
	border-bottom: 2px solid #d9d9d9;
}
#homepage_content h4 a, #content h2 a {
	color: #26325c;
	text-decoration: none;
	font-weight: bold;
}
#homepage_content h4 {
		margin-bottom: 0;
		font-size: 12px;
}
#homepage_content .date {
	font-size: 10px;
color: #999;
		margin-bottom: 4px;
}

h2.pagetitle {
	color: #973132;
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	margin-top: 4px;
}

h4 {
	color: #706e79;
	font-size: 13px;
	margin-bottom: 5px;
}


#homepage_content img {
	margin:0;
}

#homepage_content #featured-wrapper{
		float: right;
		width:180px;
	margin: 7px 10px 0px 20px;
	text-align: right;
	background-color: transparent;
	height: 100%;
}

#homepage_content #featured {
	width: 158px;
	margin:0 0 0 20px;
	text-align: right;
	position: relative;
}

#homepage_content #featured p {
	margin: 0;
	padding: 0;
}

#homepage_content .post {
	width: 437px;
}

#content li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 5px 14px;
	padding-left: 3px;
}
.entry{
	margin-top: 3px;
}

p {
	margin-bottom: 12px;
}
.excerpt, .staff-excerpt {
	margin-bottom: 6px;
	list-style: none;
}
.excerpt p, .staff-excerpt p {
	margin-bottom: 2px;
}
.staff-excerpt p {
	font-style: italic;
}
.staff-h2 {
border-bottom:2px solid #D9D9D9;
}
.staff-h3 {
	font-weight: bold;
	font-size: 13px;
}
.staff-post {
	margin-left: 12px;
}
ul.post-meta {
	list-style: none;
}
#content ul.post-meta li {
	list-style: none;
	font-size: 80%;
}

h3.byline {
	font-size: 100%;
	font-style: italic;
	margin-bottom:  8px;
}

.entry img {
	margin:  0 8px;
}

.search-heading {
font-weight: bold;	
} 

 /* Tables */
table {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	margin: 6px 0 6px 0;
}
table th {
	padding: 1px 3px 1px 3px;
	background-color: #e3e3ef;
	-moz-border-radius: 0px;
	font-weight: bold;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e6e6e6;
}
table td {
	padding: 1px 3px 1px 3px;
	-moz-border-radius: 0px;
	font-size: 10px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e6e6e6;
}


#homepage_sidebar {
	float: right;
	width: 151px;
	height: 100%;
	padding: 0px 20px 0 0; 
	margin: 0;

}

/* Navigation
----------------------------- */
ul#homepage_navigation {
	width: 180px;
}
ul#homepage_navigation li {
  list-style: none;
  text-align: left;
  margin: 0;
  	padding: 0;
	font: italic 10.5px Verdana, Helvetica, Arial, San-Serif;
	background-image: url(custom/nav_bkgd_off.jpg);
}
#homepage_navigation li p {
		color: #933132;
		margin: 2px 0 0 12px;
}

#homepage_navigation li h2 {
	color: #1b2d55;
	font: bold 10px Verdana, Helvetica, Arial, San-Serif;
	padding: 6px 0 0 8px;
}

ul#homepage_navigation li a {
  display: block;
  text-decoration: none;
  padding: 4px 0 6px 0;
}

#homepage_navigation a:hover, a:active {   
	background: url(custom/nav_bkgd_on.jpg) repeat-y; 
} 

ul#navigation {
	width: 180px;
	position: relative;
}
ul#navigation ul {
  list-style: none;
  text-align: left;
  margin: 0;
  	padding: 0;
	font: 10.5px Verdana, Helvetica, Arial, San-Serif;
}

#navigation li h2 {
	color: #666;
	font: bold 11px Verdana, Helvetica, Arial, San-Serif;
	margin: 12px 0 4px 8px;
}

#navigation li {
	position: relative;
			background-image: url(custom/nav_bkgd_off.jpg);
}

#navigation li.non-menu-nav {
	background: none;
}

#navigation li a {
  text-decoration: none;
  padding: 9px 0 5px 10px;
	color: #002b81;
	display: block;
	position: relative;
}

#navigation li.page_folder {
	font-weight: bold;
}
#navigation li {
	font-weight: bold;
}
#navigation li ul li {
	font-weight: normal;
}
#navigation li.page_item a {
		color: #002b81;
}

#navigation li.current_page_item a {
	color: #6e0d0e;	
}

#navigation li.current_page_item.page_folder  {
			background: url(custom/nav_bkgd_on.jpg) repeat-y;
}

#navigation li.current_page_item.page_folder a {
	color: #6e0d0e;	
}
#navigation li.current_page_ancestor.page_folder  {
			background: url(custom/nav_bkgd_on.jpg) repeat-y;
}
	
#navigation li.current_page_ancestor.page_folder a {
				color: #650001;
}

#navigation li.page_item ul li.page_item {
			background: none;
}
#navigation li.page_item ul li.page_item a {
			color: #002b81;

}

#navigation li.page_item ul li.current_page_item a {
			color: #6e0d0e;
}

#navigation li ul li.current_page_item.page_folder a {
			background: none;
	color: #6e0d0e;	
}

#navigation li ul li.current_page_item.page_folder ul li.page_item a {
			color: #002b81;	
}

#navigation li ul li.current_page_ancestor.page_folder {
			background: none;
}
#navigation li ul li.current_page_ancestor.page_folder a {
			background: none;
				color: #6e0d0e;	
}

#navigation li ul li ul li.page_item.current_page_ancestor.page_folder a {
				color: #002b81;	
}

#navigation li ul  li.page_item.current_page_ancestor.page_folder ul li.page_item a {
				color: #002b81;	
}
#navigation li ul  li.page_item.current_page_ancestor.page_folder ul li.current_page_item a {
				color: #6e0d0e;	
}

#navigation li a:hover, a:active {   
	color: #650001;
	background: none;
} 

#navigation li.current_page_ancestor.page_folder a:hover, a:active {   
	color: #650001;
	background: none;
} 

ul#navigation li.page_item ul, ul#navigation li.cat-item ul {
	padding: 0 0 0 8px;
}
ul#navigation li.page_item ul, ul#navigation li.cat-item ul a {
	padding: 0 0 0 8px;

}
 #navigation li.feed-list {
  margin: 5 0 5px 15px;
  padding: 0;
  list-style-type: none;
} 

#navigation li.feed-list {
  margin-left: 5px;

} 

#navigation li.feed-list a {
  padding-left: 19px;
  background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
}

#navigation li.feed-list a:hover, a:active {   
	background: url(custom/nav_bkgd_on.jpg) repeat-y; 
	} 

.privacy {
		margin-top: 12px;
		margin-left: 8px;
}
.privacy a {
		color: #834844;
}
#homepage_navigation li.feed-list {
  padding-left: 5px;

} 
#homepage_navigation li.feed-list a {
  padding-left: 29px;
  background: url("images/feed-icon-28x28.png") no-repeat 0 50%;
  list-style-type: none;
}
#homepage_navigation li.feed-list a h2 {
	padding-top: 0;
}
#homepage_navigation li.feed-list a:hover, a:active {   
	background: url(custom/nav_bkgd_on.jpg) repeat-y; 
	} 
	
/* Footer
----------------------------- */

#footer {
	clear: both;
	height: 27px;
	background: url(custom/footer.jpg) no-repeat; width: 870px;
	margin: 0; padding: 3px 0 0 0;
	font: 9px Verdana, Helvetica, Arial, San-Serif;
	color: #ecfff6;
	text-align: center;
	letter-spacing: 0.1em;
}

/* Comment box adjustment
-------------------------- */
textarea#comment{width: 550px; height: 100px;}
.commentmetadata {
	font-size: 11px;
	color: #666;
}
#content ol.commentlist li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

/* Images
---------------------------*/

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	
	}

.alignleft {
	float: left;
	}
form {
	clear: both;#navigation li a {
		color: #002b81;
}


