/*------
CSS CODE FOR THE KURT MAHLER ARCHIVE 2012
------*/


/*------
OVERALL - AFFECTS ALL PAGES
------*/

* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'fanwood_textregular';
    src: url('fonts/fanwood_text-webfont-webfont.eot');
    src: url('fonts/fanwood_text-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fanwood_text-webfont-webfont.woff') format('woff'),
         url('fonts/fanwood_text-webfont-webfont.ttf') format('truetype'),
         url('fonts/fanwood_text-webfont-webfont.svg#fanwood_textregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	color:#ff0;
	text-decoration:underline;
}

a:active {
	color:#ff0;
	text-decoration:underline;
}

a:visited {
	color:#00CCFF;
	text-decoration:none;
}

body, html {
}

body {
	background:#005f84;
}



	
/*------
INDEX PAGE - AFFECTS INDEX PAGE
------*/


/*.container {
	float:left;
	position:relative;
	width:600px;
	background:#007aab;
	-moz-box-shadow: 0 0 5px 5px #1b4a6c;
	-webkit-box-shadow: 0 0 5px 5px #1b4a6c;
	box-shadow: 0 0 5px 5px #1b4a6c;
	overflow:hidden;
	margin-top:50px;
	padding-top:30px;
}*/

.portrait {
	width:960px;
	padding:40px 40px 10px 40px;
	margin:100px auto 100px auto;
	background:#449bbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #449abe 0%, #007aaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449abe), color-stop(100%,#007aaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #449abe 0%,#007aaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #449abe 0%,#007aaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #449abe 0%,#007aaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #449abe 0%,#007aaa 100%); /* W3C */
	-moz-box-shadow: 0 0 5px 5px #1b4a6c;
	-webkit-box-shadow: 0 0 5px 5px #1b4a6c;
	box-shadow: 0 0 5px 5px #1b4a6c;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-opera-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.title {
	float:left;
	width:633px;
}

.picture {
	float:left;
	width:315px;
	margin-bottom:70px;
	margin-top:-26px;
}

#site_heading {
	-moz-box-shadow: 0 0 5px 5px #1b4a6c;
	-webkit-box-shadow: 0 0 5px 5px #1b4a6c;
	box-shadow: -8px 8px 10px #2b5f83;
}

#wrap {
	width:511px;
}

#diamonds {
	width:230px;
	margin:20px auto 20px auto;
}

/*.portrait p {
	width:90%;
	margin-left:22%;
	margin-top:15%;
}*/

#copy {
	clear:both;
	text-align:center;
	width:200px;
	margin:30px auto 0 auto;
	font-family:'Open-Sans',sans-serif;
	font-size:0.6em;
	color:#ff0;
}



img#mahler {
	border:10px solid white;
	margin-top:25px;
	box-shadow: -8px 8px 10px #2b5f83;
}

/*------
BIOGRAPHY & COLLECTED WORKS - AFFECTS THESE TWO PAGES
------*/

.container2 {
	margin:100px auto 100px auto;
	padding-top:30px;
	position:relative;
	width:960px;
	background:#449bbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #449abe 0%, #007aaa 45%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449abe), color-stop(45%,#007aaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #449abe 0%,#007aaa 45%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #449abe 0%,#007aaa 45%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #449abe 0%,#007aaa 45%); /* IE10+ */
	background: linear-gradient(to bottom,  #449abe 0%,#007aaa 45%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449abe', endColorstr='#007aaa',GradientType=0 ); /* IE6-9 */
	/*background:#007aab;*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-opera-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 0 10px 5px #1b4a6c;
	-webkit-box-shadow: 0 0 10px 5px #1b4a6c;
	box-shadow: 0 0 10px 5px #1b4a6c;
	overflow:hidden;
	z-index:1;
}


#banner {
	position:relative;
	width:300px;
	margin:-10px auto 0 auto;
	z-index:1;
	display:block;
}

.header {
	width:100%;
	margin-top:-125px;
}

/*------
MENU CODE & LINKS
------*/

#menu li {
	list-style-type:none;
	display:inline;
	font-family: 'fanwood_textregular';
	color:#FF0;
	font-size:2em;
	text-shadow: #1e425c 0.05em 0.05em 0.1em;
}

#menu a {
	color:#ff0;
	text-decoration:none;
}

#menu a:hover {
	color:white;
	text-decoration:underline;
}

#menu a:active {
	color:white;
	text-decoration:underline;
}

#menu a:visited {
	color:#FC0;
	text-decoration:none;
}

#bio-menu {
	margin-left:230px;
	width:100%;
}
	
#bio-menu li {
	list-style-type:none;
	display:inline;
	font-family:'fanwood_textregular';
	color:#ff0;
	z-index:3000;
	position:relative;
	font-size:1.9em;
	padding-right:330px;
	text-shadow:#444 0.05em 0.05em 0.1em;
}

#bio-menu a {
	color:#ff0;
	text-decoration:none;
}

#bio-menu a:hover {
	color:white;
	text-decoration:underline;
}

#bio-menu a:active {
	color:white;
	text-decoration:underline;
}

#bio-menu a:visited {
	color:#FC0;
	text-decoration:none;
}

#col-menu {
	margin-left:175px;
	width:100%;
}
	
#col-menu li {
	list-style-type:none;
	display:inline;
	font-family:'fanwood_textregular';
	color:#ff0;
	z-index:3;
	position:relative;
	font-size:2.1em;
	padding-right:325px;
	text-shadow:#444 0.05em 0.05em 0.1em;
}

#col-menu a {
	color:#ff0;
	text-decoration:none;
}

#col-menu a:hover {
	color:white;
	text-decoration:underline;
}

#col-menu a:active {
	color:white;
	text-decoration:underline;
}

#col-menu a:visited {
	color:#FC0;
	text-decoration:none;
}

/*#bio {
	margin-left:-40px;
}

#home {
	margin-left:335px;
}

#home a {
	color:#ff0;
	text-decoration:none;
}

#home a:hover {
	color:white;
	text-decoration:underline;
}

#home a:active {
	color:white;
	text-decoration:underline;
}

#home a:visited {
	color:#FC0;
	text-decoration:none;
}

#work {
	margin-left:350px;
}
*/


#work2 {
	margin-left:323px;
}

#arrow-menu {
	margin-left:215px;
}
	
#arrow-menu li {
	list-style-type:none;
	display:inline;
}

/*------
CONTENT CODE
------*/

.content {
	margin-left:60px;
	margin-right:100px;
}

.content p {
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:1em;
	line-height:1.3em;
	padding-bottom:20px;
}

.float1 {
	float:left;
	margin-right:50px;
	width:45%;
	margin-bottom:40px;
}

.float2 {
	float:left;
	width:45%;
	margin-bottom:40px;
}

#content-header {
	margin:45px 0 20px 0;
	padding:10px 0 0px 0px;
	width:110%;
	z-index:2;
	font-family:'fanwood_textregular';
	color:#ff0;
	font-size:3.1em;
	text-shadow:#444 0.05em 0.05em 0.1em;
}

#conf-header {
	clear:both;
	margin:50px 0 10px 0;
	padding:10px 0 0px 0px;
	width:110%;
	z-index:2;
	font-family:'fanwood_textregular';
	color:#ff0;
	font-size:3.1em;
	text-shadow:#444 0.05em 0.05em 0.1em;
}

.content img {
	border:6px white solid;
}

/*------
COLLECTED WORKS PAGE - CODE FOR THE THE WORKS TIMELINE
------*/

#chrono-list li {
	list-style-type:none;
	padding-bottom:10px;
	padding-right:20px;
	font-size:1.3em;
	display:inline;
	font-family:'Open Sans', sans-serif;
	position:relative;
	width:10%;
	color:#fff;
}

.timeline {
	background:#005f84;
	width:30%;
	margin:40px 0 30px -100px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-opera-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.timeline p {
	margin-left:100px;
	padding:10px;
}

.collected-works {
	color:white;
	font-family:'Open Sans', sans-serif;
	font-size: 1em;
	list-style-type:none;
	width:100%;
}

.collected-works a {
	color:#ff0;
	text-decoration:none;
}

.collected-works a:hover {
	color:white;
	text-decoration:underline;
}

.collected-works a:active {
	color:white;
	text-decoration:underline;
}

.collected-works a:visited {
	color:#FC0;
	text-decoration:none;
}

/*------
PAGE FOOTERS FOR BIOGRAPHY & COLLECTED WORKS PAGES
------*/

.footer {
	clear:both;
	width:100%;
	margin-top:80px;
	margin-bottom:10px;
}

.footer p {
	font-family:'Open Sans', sans-serif;
	font-size:0.7em;
	color:white;
	text-align:center;
	margin-top:70px;
}
