
/*  
Theme Name: III
Theme URI: http://indianinitiative.org
Description: 
Version: 1
Author:Dan Schechter
Author URI: 
*/

/* HTML ELEMENTS */

html, body {
		height:100%;
		}

body {
	background-color:#ffffff;
	color:#434343;
	font-family:georgia,serif;
	font-size:13px;
	line-height: 18px;
	font-weight: normal;
	margin:0;
}

hr {
	border: 0;
	color: #cbcbcb;
	background-color: #cbcbcb;
	height: 1px;
}

img {
	border: 0;
}

p {
	margin: 9px 0 9px 0;
}

ul {
	margin: 0;
	padding: 0 40px 0 20px;
	list-style-position: inside;
	list-style-type: square;
}

li {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}

h2 {
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	/*border-bottom: solid 1px #434343;*/
	/*display: inline;*/
	text-decoration: underline;
	margin-bottom: 6px;
}

h3 {
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 4px;

}

a {
	margin: 0;
	padding: 0;
}

a:link {
	color : #9a250a;
	text-decoration: none;
}
a:visited {
	color : #9a250a;
	text-decoration: none;
}
a:hover {
	color : #ff6200;
	text-decoration: none;
	/*border-bottom: solid 1px #ff6200;*/
}

/* PAGE STRUCTURE */

.container {
	position: relative;
	margin: auto;
	width: 960px;
	padding:0;
}

#header {
	position: relative;
	width: 100%;
	min-height: 120px;
	margin:0;
	padding:0;
	background: #fbfbfb url( images/bkgd_header.gif ) repeat-x;
	background-position: bottom;
}

#nav {
	position: relative;
	width: 100%;
	height: 40px;
	margin:0;
	padding:0;
	background: #ff7b00 url( images/bkgd_nav.gif ) repeat-x;
	color: #ffffff;
}

#toolbar {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	background: #d4340e url( images/bkgd_toolbar.gif ) repeat-x;
	color: #000000;
}

#content {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin:0;
	padding:0;
	background: #e7e7e7;
}

#footer {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	background: #ffffff url( images/bkgd_footer.gif ) repeat-x;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-size: 11px;
	line-height: 16px;
	color: #434343;
}


/* HEADER */

#logo {
	position:relative;
	float:left;
	padding-top: 25px;
}

#top-nav {
	position:relative;
	float: right;
	margin: 80px 15px 20px 0;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	color: #292929;
}

#top-nav a:link {
	color : #9a250a;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid 1px #9a250a;
}
#top-nav a:visited {
	color : #9a250a;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid 1px #9a250a;
}
#top-nav a:hover {
	color : #434343;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid 1px #434343;
}


/* TOOL BAR */

#toolbar-inner {
	position: relative;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background: transparent url( images/bkgd_toolbar_bottom.gif ) repeat-x;
	background-position: bottom;
}

#toolbar .container {
	padding: 6px 0 6px 0;
}

.toolbar-container {
	position: relative;
	height: 100%;
	background: transparent url( images/bkgd_toolbar_elements.gif ) repeat-y;
	margin: 0;
	padding: 0;
}

#home #toolbar .toolbar-container {
	background: transparent url( images/bkgd_toolbar_elements_home.gif ) repeat-y;
}

.toolbar-element {
	position: relative;
	float:left;
	/*width: 279px;*/
	min-height: 28px;
	/*background: transparent url( images/separator_toolbar.gif ) repeat-y;*/
	margin: 0;
	padding: 12px 20px 12px 20px;
	font-size: 12px;
}

#home .toolbar-element {
	min-height: 96px;
	width: 279px;
}

.toolbar-element ul {
	margin: 6px 0 6px 0;
	padding-left: 2px;
	list-style-position: inside;
	list-style-type: square;
}

.toolbar-element li {
	margin-left: 0px;
	padding: 0;
}

.toolbar-link {
	position: relative;
	float: right;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

.toolbar-element a:link {
	color : #000000;
	text-decoration: none;
}
.toolbar-element a:visited {
	color : #000000;
	text-decoration: none;
}
.toolbar-element a:hover {
	color : #ffffff;
	text-decoration: none;
}

.toolbar-link a:link {
	color : #ffffff;
	text-decoration: none;
}
.toolbar-link a:visited {
	color : #ffffff;
	text-decoration: none;
}
.toolbar-link a:hover {
	color : #ffffff;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
}


/* CONTENT */

#content .container {
	padding:15px 0 20px 0;
}

.content-col-left {
	position: relative;
	float:left;
	width: 590px;
	/*padding-right: 10px;*/
}

.content-col-right {
	position: relative;
	float:right;
	width: 360px;
	padding:0;
}

.type-container {
	padding:0px 10px 0 18px;
}

.header {
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
}

.header-lined {
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	border-bottom: solid 1px #434343;
}

.large-type {
	font-size: 16px;
	line-height: 24px;
	color: #434343;
}

.highlight-container {
	background-color: #ffffff;
	padding: 10px 20px 25px 20px;
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}


/* FOOTER */

#footer .container {
	width: 930px;
	padding: 20px 15px 20px 15px;
}

.footer-element {
	position: relative;
	float: left;
	padding-right: 30px;
}

.copyright {
	position: relative;
	float: right;
}

#footer a:link {
	color : #434343;
	text-decoration: none;
}
#footer a:visited {
	color : #434343;
	text-decoration: none;
}
#footer a:hover {
	color : #434343;
	text-decoration: none;
	border-bottom: solid 1px #434343;
}


/* PHOTO GALLERY */

.photo {
	position: relative;
}

#home .photo {
	position: relative;
	min-width: 600px;
	min-height: 300px;
	background-color: #cccccc;
}

.photo .caption {
	position:absolute;
	z-index: 10;
	bottom: 0px;
	margin: 10px;
	padding: 4px 6px 4px 6px;
	height: 14px;
	width: auto;
	background-color: #ffffff;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

.caption {
	position:relative;
	z-index: none;
	margin: 4px;
	padding: 0;
	width: 240px;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color:#777777;
}

.thumbnails {
	padding: 4px 0 0 0;
	margin: 0;
}

.photo-thumbnail {
	padding: 0 2px 2px 0;
	margin: 0;
}


/* CASES */

.case-listing {
	position: relative;
	height: 100%;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	padding: 0 10px 0 10px;
}

.case-listing .title {
	position: relative;
	float: left;
	width: 245px;
	padding-right: 10px;
}

.case-listing .date {
	position: relative;
	float: right;
	font-weight: normal;
	padding-left: 10px;
}

.case-listing .links {
	position: relative;
	float: left;
}

.case-listing .description {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	height: 100%;
}

.case-listing .description img {
	float:left;
	margin: 0 10px 6px 0;
}

.case-listing-col-title {
	position: relative;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	padding: 0 10px 0 0;
	float: right;
}

#featured-case {
	background-color: #ffffff;
	padding: 10px 20px 25px 20px;
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#featured-case .title {
	float: none;
	color: #da3c0d;
	font-size: 16px;
	line-height: 24px;
}

#featured-case .links {
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	float: right;
}



/* LECTURES */

.lecture-listing {
	position: relative;
	height: 100%;
	padding: 10px 10px 0 10px;
}

.lecture-listing h1 {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.lecture-listing h3 {
	margin: 0;
	padding: 0;
}

.lecture-listing .date {
	position: relative;
	float: right;
	font-weight: normal;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

.lecture-listing .links {
	position: relative;
	float: left;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

.lecture-listing img {
	position: relative;
	float: left;
	padding: 0 10px 10px 0;
}


/* PROCEDURES */

.procedure-listing {
	position: relative;
	height: 100%;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	padding: 0 10px 0 10px;
}

.procedure-listing .title {
	position: relative;
	float: left;
	width: 325px;
	padding-right: 10px;
}

.procedure-listing .date {
	position: relative;
	float: right;
	font-weight: normal;
	padding-left: 10px;
}

.procedure-listing .links {
	position: relative;
	float: left;
}

.procedure-listing .description {
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	height: 100%;
}


/* RESOURCES */

.resource-listing {
	position: relative;
	height: 100%;
	font-family: Trebuchet MS, Lucida Grande, sans;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	padding: 0 10px 0 10px;
}

.resource-listing .title {
	position: relative;
	float: left;
	width: 325px;
	padding-right: 10px;
}

.resource-listing .links {
	position: relative;
	float: right;
	padding-left: 10px;
}

/* LINKS */

.link-listing {
	position: relative;
	height: 100%;
	padding: 10px 10px 0 10px;
}

.link-listing .title {
	text-decoration: none;
	margin: 0;
}
