/* THE LIVING CSS STYLESHEET */

/* HEADER */

header {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: auto;
    margin: 0 auto;
    font-family: 'Roboto', san-serif !important;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    padding: 0px;
    vertical-align: bottom;
    display: inline-block;
}

#header_wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.header_text {
	display: inline-block;
	position: relative;
    font-weight: 500;
    color: #000;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 4px;
}

.header_text p {
	float: left;
	margin: 0;
}

.header_text a:link {
	float: left;
	margin: 0;
	text-decoration: none;
	color: #000;
}

.header_text a:hover {
    color: #000;
    text-decoration: underline;
}

.header_text a:visited {
	color: #000;
    text-decoration: none;
}

#header_info_bold {
    font-weight: 500;
    color: #000;
    float: right;
	margin: 0;
}

#header_info_time {
    font-weight: 100;
    color: #000;
    float: right;
	margin: 0;
}

.icon{
    padding: 2px 2px 0px 0px;
    margin: 0px;
    width: 25px;
    height: 25px;
    float: left;
}

/* LOGO */

#format_img_logo {
    width: 100%;
    height: auto;
    padding-right: 20px;
    z-index: -1;
}

/* PROJECT MAIN */

html {
    max-width: 100%;
	overflow-y: scroll;
    overflow-x: hidden;
}

body {
	margin: 0;
}

#green {
	background: #7ed3a9;
}

#b500{
	font-weight: 500;
}

#container{
	position: relative;
    z-index: 0;
}

#main_content {
    width: 90%;
    margin: 0 auto;
    /*margin: 18% auto;
    padding-top: 40px;*/
    visibility: visible;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0px, rgba(255,255,255,1) 70px); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(255,255,255,0.9)), color-stop(70px,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0px,rgba(255,255,255,1) 70px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0px,rgba(255,255,255,1) 70px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0px,rgba(255,255,255,1) 70px); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0px,rgba(255,255,255,1) 70px); /* W3C */
}

#project_container {
    width: 100%;
    max-width: 1100px;
    /*padding-top: 80px;
    padding-bottom: 40px;*/
    margin: 0 auto;
    z-index: 0;
    /*background: #fff;*/
}

#project_container_div {
	position: relative;
	top: 50px;
    width: 100%;
    max-width: 1100px;
    padding-bottom: 75px;
    margin: 0 auto;
    /*background: #fff;*/
    visibility: hidden;
}

#project_divider {
	position: relative;
	width: 100%;
	min-height: 90px;
	visibility: visible;
}

.project_title {
	display: inline-block;
	position: relative;
    font-family: 'Roboto', san-serif !important;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    width: 100%;
    border-top: 2.5px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.project_title p {
	float: left;
	margin: 0;
}

#project_location {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    float: right;
    /*margin-top: 6px;*/
}

.top_link {
	padding-top: 75px;
	padding-bottom: 15px;
	font-family: 'Roboto', san-serif !important;
    font-size: 36px;
    font-weight: 500;
    color: #000;
	text-align: center;
	margin: 0;
}

.top_link  a:link {
	text-decoration: overline;
	color: #000;
}

.top_link  a:hover {
    color: #000;
    text-decoration: overline;
}

.top_link  a:visited {
	color: #000;
    text-decoration: none;
}

.top_link2 {
	margin-top: 24px;
	font-family: 'Roboto', san-serif !important;
    font-size: 48px;
    font-weight: 500;
    color: #000;
	text-align: left;
	margin-bottom: 24px;
}

.top_link2  a:link {
	text-decoration: none;
	color: #000;
}

.top_link2  a:hover {
    color: #000;
    text-decoration: overline;
}

.top_link2  a:visited {
	color: #000;
    text-decoration: none;
}

/* PROJECT CONTENT */

.project_content {
	display: inline-block;
    max-width: 100%;
}

.project_content p {
    font-family: 'Roboto', san-serif !important;
    font-size: 24px;
    font-weight: 300;
    color: #000;
    width: 100%;
    margin-bottom: 40px;
}

.project_content img {
    background-color: #fff;
}

.project_content  a:link {
	text-decoration: none;
	color: #000;
    border-bottom: 1px solid black;
}

.project_content  a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.project_content  a:visited {
	color: #000;
    text-decoration: none;
    border-bottom: 1px solid black;
}

#news {
    margin-bottom: 0px;
}

#format_img_inline {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 20px;
}

#format-video-inline {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 20px;
}

#caption {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 5px;
    font-size: 12px;
}

.alignnone.img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.alignnone.imgdiv {
	margin-bottom: 50px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PROJECT SPECIAL*/

.project_title_special {
    display: inline-block;
    position: relative;
    /*font-family: 'Roboto', san-serif !important;*/
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    width: 100%;
    /*border-top: 2.5px solid #000;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.project_content_special {
    display: inline-block;
    max-width: 100%;
}

.project_content_special p {
    /*font-family: 'Roboto', san-serif !important;*/
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 300;
    color: #000;
    width: 100%;
    margin-bottom: 40px;
}

/* FOOTER*/

/* ABOUT */
/* NEWS */