/*
Theme Name: Upper Sepik-Central New Guinea Project
Theme URI: http://www.uscngp.com
Description: WordPress theme for the Upper Sepik-Central New Guinea Project website
Version: 1.0
Author: Sai Perchard
Author URI: http://www.saitech.com.au
Tags: upper sepik, central new guinea, new guinea, research project

	Upper Sepik-Central New Guinea Project v1.0
	http://www.uscngp.com

*/

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #f3f3f3;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 988px;
	margin: 0 auto;
	text-align: left;
} 
#container-bg {
	width: 1076px;
	background-image: url("img/bg-page.gif");
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	margin: 0 auto;
}

/* Content Styles */

#content-table {
	border-width: 1px 0px 1px 0px;
	border-color: #FFF;
	border-style: solid;
}
#col-1 {
	text-align: left;
	width: 640px;
	background-color: #FFF;
}
#col-2 {
	text-align: left;
	width: 174px;
	background-color: #FFF;
	border-width: 0px 0px 0px 1px;
	border-color: #999;
	border-style: solid;
}
#col-3 {
	text-align: left;
	width: 174px;
	background-color: #f3f3f3;
	text-align: center;
}

h2 {
    font-family: Georgia, serif;
	color:#4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 100; 
	margin-top: 0px;
}

h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4E443C;
	font-variant: small-caps;
	font-weight: 100; 
	margin-top: 0px;
}


/* Footer */

#footer {
	background-image: url("img/bg-footer.gif");
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	height: 30px;
	width: 988px;
	font-size: 11px;
}

/* Links */

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: underline;
	color: #333;
}

/* Generic Classes */

.pad-10 {
	padding: 10px;
}
.pad-20 {
	padding: 20px;
}

.white {
	color: #FFF;
}

/* Miscellaneous */

.sponsor-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}

.personnel-img {
	border: 1px solid #ababab;
}

.announcements{
	
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#eaeaea;
}