/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #fff;
	color: #000000;
	font: .7em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 35px 0
}
a{
	color: #9c0000;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.25em;
	font-weight: normal;
	margin: 0 0 1.3em;
	text-transform: uppercase
}
h3{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 .8em;
	text-transform: uppercase
}
h4, h5{
	color: #848587;
	font-family: Garamond, Serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 .3em;
	clear: both;
}
h4 {
	color: #9c0000;
}
h5{
	color: #9c0000;
	font-size: 1.2em;
	margin: 0 0 .5em
}
p{
	padding: 0 0 1.2em
}



/*=== Layout ===*/
#page_container {
	margin: 0 auto;
	width: 960px;
}

/*=== Header ===*/
#header{
	background: #b7c6d4 url(/img/header-bgr.jpg) no-repeat top right;
	height: 102px;
	width: 960px;
	float: left;
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
}
#home #header{
	background: url(/img/header-bgr-home.gif) no-repeat top right;
	border: 1px solid #b7c6d4;
	border-bottom: 0
}
#layout_canvas {
	float: right;
	width: 680px;
	min-height: 300px;
	margin:0;
	padding:51px 0 0 0;
}
#wp_page_content {
	float: left;
	width: 384px;
	padding: 0 15px 0 12px;
}

ul.attachment_list {
	float: right;
	width: 246px;
	padding-top: 0px;
}
ul.attachment_list_files {
	float: right;
	width: 246px;
	padding-top: 28px;
}
ol.footnotes {
	padding: 10px 0 0 20px;
}

/* SPLASH */
#splash {
	background: #b7c6d4 url(/img/htp_splash.jpg) no-repeat top right;
	height: 646px;
	width: 960px;
	float: left;
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
}
#splash h1 {
	display: none;
}
#splash_menu{
	margin: 0;
	padding: 550px 0 0 20px;
	float: left;
}
#splash_menu li{
	float: left;
	padding-top: 30px;
}
#splash_menu li a{
	color: #848587;
	padding: 0 8px;
}
#splash_menu li.zeit_link {
	padding: 0 204px 0 0;
}
li.language_item a {
	font-weight: bold;
}
#splash_menu li a:hover,
#splash_menu li.active a{
	color: #9c0000;
	text-decoration: none
}

/*- Logo -*/
#header h1{
	background: #b7c6d4 url(/img/logo.gif) no-repeat;
	float: left;
	width: 287px;
	height: 96px;
	padding: 0;
	margin: 0;
}
#header h1 a{
	float: left;
	width: 287px;
	height: 80px;
	padding: 0;
	margin: 0;
	display: none;
}
#header h1 a:hover{
	text-decoration: none
}
#home #header h1{
	background: url(/img/logo-home.gif) no-repeat;
	border-bottom: 1px solid #000;
}



/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 10px;
	height: 24px;
	margin: 0;
	padding: 10px 0 2px 0;
	width: 958px;
	text-align: right;
	float: left;
	border: 1px solid #b7c6d4;
	border-top: 0;
	border-bottom: 0;
}
#nav1 ul{
	padding: 0 30px 0 0
}
#nav1 li{
	display: inline
}
#nav1 li a{
	color: #848587;
	padding: 0 6px
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #9c0000;
	text-decoration: none
}



/*- Nav2 -*/
.nav2  {
	position: relative;
}
.nav2 ul{
	border-bottom: 1px solid #b7c6d4;
	margin: 0;
	padding: 10px 0 0 0;
	width: 200px;
}
.nav2 ul ul {
	padding: 0px 0 0 0;
}
.nav2 li{
	border-top: 1px solid #b7c6d4;
}
.nav2 li li{
	border-bottom: 0;
}
.nav2 li a{
	color: #848587;
	display: block;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 26px
}
.nav2 li a:hover{
	color: #9c0000;
	text-decoration: none
}
.nav2 li.active li, .nav2 ul ul{
	border: 0
}
.nav2 li.active li a{
	font-weight: normal;
	height: 20px;
	line-height: 20px
}
.nav2 li.active li.active a{
	color: #9c0000
}


/*- Nav2 Wordpress classes-*/
.nav2 li.current_page_item, .nav2 li.current_page_ancestor {
	color: #9c0000;
	background: url(/img/nav2-ico.gif) no-repeat top left;
}
.nav2 li.current_page_ancestor li.current_page_item, .nav2 li.current_page_ancestor li.current_page_parent {
background: transparent;
}
.nav2 li.current_page_ancestor ul,.nav2 li.current_page_item ul {
	border-top: 1px solid #b7c6d4;
}
.nav2 li.current_page_ancestor li, .nav2 li.current_page_item li, .nav2 ul ul{
	border: 0
}
.nav2 li.current_page_ancestor li a, .nav2 li.current_page_item li a{
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	background: #fff;
}
.nav2 li.current_page_ancestor li.current_page_item a, .nav2 li.current_page_ancestor li.current_page_ancestor a{
	background: transparent;
	color: #9c0000;
}
.nav2 li.current_page_ancestor  li.current_page_item li a, .nav2 li.current_page_ancestor  li.current_page_ancestor li a{
	background: transparent;
	color: #9c0000;
}
.nav2 li.current_page_ancestor  li.current_page_ancestor li.current_page_item a{
	color: #9c0000;
}
.nav2 ul ul{
	padding-bottom: 2px;
}



/*=== All Columns ===*/
#columns{
	border: 1px solid #b7c6d4;
	border-top: 0;
	height: 1%;
	padding: 0 0 20px 0;
}
#home #columns{
	padding-bottom: 40px
}



/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 45px 0 0 0;
	width: 175px;
}



/*=== Center Column ===*/
#centercol{
	float: right;
	height: 1%;
	width: 669px;
}
#centercol.wide{
	margin: 90px 0 0
}



/*=== Sub Columns ===*/
.col1{
	float: left;
	margin: 90px 0 0;
	width: 390px
}
.col2{
	float: left;
	margin: 90px 0 0 45px;
	width: 195px
}



/*=== Styling Boxes ===*/
/*- Wrapper -*/
.wrap{
	float: left;
	padding: 0 70px 10px 0;
	width: 240px
}
.wrap p{
	padding: 0 0 7px;
	font-size: .9em;
}



/*=== Styling Lists ===*/
/*- List1 -*/
#wp_page_content ul{
	margin-bottom: 1em
}
#wp_page_content ul li{
	background: url(/img/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .5em;
	padding: 0 0 0 10px
}

div.program_time {
	width: 100px;
	float: left;
}
div.program_item {
	 width: 270px;
	 float: left;
	 clear: right;
	 padding-bottom: 15px;
}
div.program_item_single {
	 width: 270px;
	 float: left;
	 clear: both;
	 padding-bottom: 15px;
	 padding-left: 100px;
	 color: #999999;
}



/*- List2 -*/
.list2 li{
	background: url(/img/ico-list2.gif) no-repeat 0 4px;
	margin: 0 0 .3em;
	padding: 0 0 0 10px
}
.list2.back li{
	background: url(/img/ico-back.gif) no-repeat 0 4px
}

ul.twocol {
	width: 620px;
}
ul.twocol li {
	width: 300px;
}
ul.twocol ul li {
	float: left;
	width: 290px;
	height: 90px;
}
ul.twocol ul li img {
	float: left;
	border-right: 8px solid #fff;
}
ul#fellows_yearly {
	width: 640px;
	padding: 15px 0 0 0;
}
ul#fellows_yearly li {
	float: left;
	width: 300px;
	height: 200px;
	padding: 0 15px 0 0;
}
ul#fellows_yearly li img {
	float: left;
	border-right: 10px solid #fff;
}
img.alignleft {
	float: left;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

/*=== Styling Buttons ===*/
a.more{
	background: url(/img/ico-list2.gif) no-repeat 0 4px;
	padding: 0 0 0 10px
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl, .flbig {
	float: left
}
.fr{
	float: right
}
.pic img{
	border: 1px solid #cececf;
	display: block;
	margin: 0 0 15px
}
.pic.fl img{
	margin: 0 15px 95px 0
}
.pic.fl.small img{
	margin: 0 15px 15px 0
}
.pic.flbig img{
	margin: 0 15px 15px 0
}
.ad {
	position: absolute;
	top: 250px;
	left: 25px;
	/*float: left;
	padding: 238px 0 0 23px;*/
}

/* Attachment List Wordpress*/
.attachment_list .attachment {
	margin-top: 5px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}
.attachment_list .attachment a {
	display: block;
	color: #000;
	padding-top: 1px;
}
.attachment_list .attachment p {
	float: left;
	padding-left: 0px;
	font-size: .9em;
}
.attachment_list .attachment p {
	display: none;
}
.attachment_list .attachment a:hover {
	text-decoration: none;
}
.attachment_list .zip a, .attachment_list .gz a, .attachment_list .gzip a, .attachment_list .bz a, .attachment_list .bz2 a, .attachment_list .rar a, .attachment_list .tgz a, .attachment_list .tar-gz a, .attachment_list .tar a, .attachment_list .gtar a, .attachment_list .cab a {
}
.attachment_list .pdf a:after {
	content: " [.pdf]";
}
.attachment_list .as a {
}
.attachment_list .html a {
}
.attachment_list .cfm a, .attachment_list .cfml a {
}
.attachment_list .java a, .attachment_list .jar a, .attachment_list .jad a, .attachment_list .jav a {
}
.attachment_list .sql a {
}
.attachment_list .xls a {	
}
.attachment_list .fla a, .attachment_list .swf a {
}
.attachment_list .fh3 a, .attachment_list .fh4 a, .attachment_list .fh5 a, .attachment_list .fh6 a, .attachment_list .fh7 a, .attachment_list .fh8 a, .attachment_list .fh9 a, .attachment_list .fh10 a {
} 
.attachment_list .php a, .attachment_list .phps a, .attachment_list .php4 a, .attachment_list .php5 a {
}
.attachment_list .ppt a {
}
.attachment_list .rb a, .attachment_list .rbs a, .attachment_list .rhtml a {
}
.attachment_list .txt a, attachment_list .rtf a {
}
.attachment_list .doc a {
}
.attachment_list .ai a, .attachment_list .svg a {
}
.attachment_list .jpg a, .attachment_list .gif a, .attachment_list .png a, .attachment_list .bmp a, .attachment_list .psd a {
	background-image: none;
	padding-left: 0px;
	padding-top: 0px;
}

ul.files, ul.files li.attachment, ul.files a {
padding: 0;
margin: 0;
border: 0;
}

/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
    text-align:left;
}
#login-box form p,
#register-box form p {
	padding:10px;
}
#login-box .login-textarea {
	width:195px;
	background:#dedede;
}
#register-box .general-textarea {
	width:360px;
	background:#dedede;
}
#login-box .login-textarea:focus,
#register-box .general-textarea:focus {
	color:#333333;
	border: solid 1px black;
}
#login-box label,
#register-box label {
	font-size: 1.2em;
	color:gray;
}
#login-box p.loginbox {
	margin:10px 0 0 0;
}
#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#register-box input[type="password"] {
	margin:0 0 10px 0;
}

#login-box-openid {
	margin: 10px;
    text-align:left;
    padding:10px;
    background: #ffffff;
}
input.openid_login {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
	background: #dedede !important;
	width:195px !important;
}
input.openid_login:focus {
	border: solid 1px black;
	background: white;
	color:#333333;
}

#login-box h2,
#login-box-openid h2,
#register-box h2 {
	border-bottom:1px solid #ebebeb;
}
#add-box h2 {
	color: #333333;
	line-height:1.4em;
	margin:0pt 0pt 10px;
	padding:20px 10px 10px 10px;
	border-bottom:1px solid #ebebeb;
}
#register-box {
    text-align:left;
    width:400px;
    padding:0px;
    background: white;
    margin:0px 0 20px 0;
}
#persistent_login {
	padding:0 10px 0 10px;
}
#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}
#forgotten_box {
	width:600px;
	padding:0 10px 0 10px;
}
#forgotten_box .input-text {
	width:340px;
}

div#login form {
	float: left;
	padding: 0 0 80px 0;
	margin: 0;
}
div#login-box div {
	float: left;
	height: 20px;
	padding: 0 0 10px 0;
}
div#login-box {
	float: left;
	border:1px solid #646464;
	width: 210px;
	padding: 32px 32px 12px 32px;
}
div#login-box p {
	float: left;
	font-size: 1.0em;
	height: 12px;
	width: 70px;
	padding: 2px 0 0 0;
}
div#login-box input.login-textarea {
	float: right;
	background: #fff;
	height: 12px;
	width: 120px;
	color: #9c0000;
	font-weight: normal:
	margin: 0;
}
div#login-box input.submit_button {
	float: right;
	color: #9c0000;
	background: #fff;
	margin 0;
	padding: 0 16px 0 0;
}
a.password_lost {
	clear: left;
	float: left;
	padding: 20px 0 0 190px;
}
