/* CSS Document */

/* Reset Reloaded from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

body{
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: "Myriad Pro", "Myriad", "Lucida Grande", "Lucida Sans Unicode", Sans-serif;
	font-size: 15px;
	background: url(../images/gradient.jpg) repeat-x #F3F3F3;
}
a {
	text-decoration:none;
	color: #0000CC
	}
em {
	color: #990000;
	font-style: normal;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end Reset Reloaded */

/* divs and layout */
.clip {
	position: absolute;
	clip:rect(0px,200px,100px,0px);
	
}
h1{
	font-family: "Metrophobic", "Helvetica Neue Condensed", "Arial Narrow", "Lucida Grande";
	color: #F1C051;
	font-size: 60px;
	letter-spacing: 0.1em;
	text-align: right;
	margin: -10px;
	font-weight: normal;
	font-style: italic;
}
#header h1 span {
	color: #FFF
	}
#wrapper {
	margin: 0px auto;
	position: relative;
	width: 850px;
	background-color: #F3F3F3;
}
.column-1 {
	/*margin-left: 270px;*/
	margin-right: 90px;
}
.column-1 p, ol, h4 {
	margin-left: 270px;
	}
h4 {
	font-size: 17px;
	font-weight: normal;
}
#column-2 {
	left: 10px;
	width: 250px;
	position: absolute;
	top: 18px;
	background-color: #999900;
}

#column-3 {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 80px;
	background-color: #FFFFFF;
}

h2 {
	font-size: 60px;
	color: #999;
	position: absolute;
	top: -77px;
	left: -44px;
	text-shadow: 10px 10px 5px rgba(0,0,0,0.09);
	z-index: 12;
}
h4 {
	color: #C60
}
#footer {clear: both}

/* end layout */

/* text and styles */
p, ol{
	color: #404040;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 15px;
	line-height: 1.6em;
	font-size: 15px;
}
ol { text-indent: 0 }
ul {
	list-style: none;
}

h3	{
	color: F1C051;
	font-size: 18px;
	border-top: 1px dashed #ccc;
	padding-top: 30px;
	margin-left: 10px;
	clear: both;
	position: relative;
	line-height: 20px;
	font-weight: 200;
	}
h3 span {
	position: absolute;
	color: #000;
	left: 270px;
	width: 450px;
		}
.column-1 img, .fakeimg {
	float: left;
	padding: 5px;
	border: 2px dashed blue;
	margin: 10px;
	background: white;
	clear: left;
	display: block;
	}



	
/* the year menu */
dl.nav {
	margin: 0
	}
.nav dt {
	background: #FFFFCC
	}
dl.nav dt a {
	display:block;
	padding:5px 0 5px 25px;
	background: url(../images/nav.gif) repeat-y left
	}
dl.nav dt a.selected, dl.nav dt a:hover {
	background: url(../images/nav1.gif) repeat-y left;
	color: black;
	}
/* end of year menu */

/*button thingie*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

