/* CSS Document */
body {
	margin:0;
	padding:0;
	/*font:"Lucida Grande", Verdana, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	background-color:#fff;
}
* {padding:0; margin:0}

#logo {
	margin:20px;
	float:left;
	width:557px
}
#search {
	float:left;
	padding-top:20px;
}
#navigation {
	padding:0 20px 0 20px;
	/*border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;*/
	background:url(/images/dashed_divider.gif) repeat-x;
	font-size:18px;
	height:66px
	}
	
#pagination {
	margin:20px;

}
.page_number {
	float:left;
	margin:0 5px 0 5px;
}

.navigation_item {
	float:left;
	margin-right:40px;
}
p {
	/*padding-bottom:0;*/
}
tbody, tr, td, th {
	font-size:12px;
}

#main_body {
	clear:both;
	margin:20px 0 20px 20px
}
#home_main_img {
	margin-bottom:15px;
}

#home_main_desc {
	margin-top:15px;
}

#home_main_desc, #home_main_desc_btn, #home_main_desc_bg, #home_main_desc_close_btn {
	position:absolute;
	z-index:2;
	top:200px;
	left:20px;
	/*width:390px;*/
	}
#home_main_desc_bg {
	z-index:1;
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	width:530px;
	padding:10px;
	left:20px;
}
#home_main_desc_btn, #home_main_desc_close_btn {
	/*width:70px;
	left:480px;*/
	padding:10px;
	width:520px;
	text-align:right
}
#close_btn {
	border-top:2px #ccc solid;
	border-left:2px #ccc solid;
	padding:0 5px 5px 5px;
	float:right;
	font-weight:bold;
}

#heighlight {
	padding:10px;
	margin-bottom:20px;
	background-color:#757779;
	color:#FFFFFF
	}

#soundPlayer {
	width:550px;
	height:320px;
	}

.col_left {
	float:left;
}
.col_right {
	float:right;
}
.clearer {
	clear:both;
	width:1px;
	height:1px;
	}

.project_list {
	border-top:#ccc solid 1px;
	padding:15px 0 15px 0;
	clear:both;
}


.text_header_1_box {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 0 5px
}
.text_header_1 {
	font-size:18px;
	color:#818386;
	font-weight:bold;
	}
.text_header_2 {
	font-size:18px;
	color:#fff;
	font-weight:bold;
	}
.text_header_3 {
	font-size:24px;
	color:#fff;
	font-weight:bold;
	}
.text_header_4 {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	}
.text_date, .text_grey{
	color:#999999;
	}
	
.text_highlighter {
	background-color:#FFFF00;
}

/* forms */
form {
	margin:0;
	padding:0;
	}
select {
	padding:1px;
}

/* Default links */
a:link {text-decoration:none; color:#eb6f21;}
a:hover {text-decoration:underline; color:#ed5c00;}
a:active {text-decoration:underline; color:#ed5c00;}
a:visited {text-decoration:none; color:#eb6f21;}

/* Main navigation links */
a.navigation:link {text-decoration:none; color:#000;}
a.navigation:hover {text-decoration:none; color:#333;}
a.navigation:active {text-decoration:none; color:#333;}
a.navigation:visited {text-decoration:none;}

/* home page header links */
a.header_link:link {text-decoration:none; color:#818386;}
a.header_link:hover {text-decoration:none; color:#ed5c00;}
a.header_link:active {text-decoration:none; color:#ed5c00;}
a.header_link:visited {text-decoration:none; color:#818386}
	

.thumb {
	width:130px;
	height:98px;
	float:left;
	margin:8px 8px 0 0;
	border:1px solid #fff;
	}
.mediaType {
	position:absolute;
	background-color:#000;
	margin-top:83px;
	height:15px;
	width:130px;
	color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	text-align:right;
}

#link_footer {
	/*border-top:#ccc solid 1px;*/
	background:url(/images/dashed_divider_top.gif) repeat-x;
	padding:20px;
	}


#footer {
	/*border-top:#ccc solid 1px;*/
	background:url(/images/dashed_divider_top.gif) repeat-x;
	padding:20px;
	}
#footer_content {
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:935px;
}
#searchString {
	color:#999999;
	width:295px;
	padding: 2px;
	}
#searchButton {
	padding:1px;
}

#twitter li {list-style:none}
.twtr-widget .twtr-tweet-wrap {
	padding:6px 0 !important;
}
.twtr-hd {
	padding:0 !important;
}
.twtr-ft {
	display:none !important;
}
