
/* 
    Document   : index
    Created on : Feb 7, 2010, 10:33:52 PM
    Author     : kevin
    Description:
        Main Styles for TFM Index page
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



html {
		overflow: hidden;
		overflow-y: auto;
}


body {background-attachment: fixed}

img {
    border:none;
}

a {
			text-decoration: none;

}

a:link {
		color: #590090;
}


a:hover {
		color: #FFF;
}


body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
	font-weight: 200;
	background-color: #000;

}


h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-weight: 200;
}


#body-wrapper {
	overflow: none;
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
}

#background {
	/*position: fixed;*/
		/*z-index: -5400;*/

}


#header {
	float: left;
	position: relative;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 32px;
	width: 100%;
}

#header h1, #header h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header h1 {
	font-size: 400%;
}
#header h2 {
	font-size: 220%;
}

#nav-footer {
	text-transform: uppercase;
	height: 54px;
	background-color: rgba(255,254,255,0.8);
	width: 100%;
	font-size: 140%;
	float: left;
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
}
.ie #nav-footer {
	background-image: url(../img/1px_white_0.8.png);
}


#nav-footer a:link,
#nav-footer a:visited {
		color: #555;
}
#nav-footer a:hover {
color: white;
}


#navmenu {
		display: inline;
		float: left;
	width: 75%;
}
#navmenu ul {
	list-style: none;
	padding: 15px;
	margin: 0;
}
#navmenu ul li {
	display: inline;
	margin-right: 1.5%;
	margin-left: 1.5%;
}


#copyright {
	float: right;
text-align: right;
	margin-right: 24px;
}
#copyright p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#photocredits {
	text-transform: uppercase;
	font-size: 25%;
	float: right;
	position: absolute;
	margin-right: 24px;
	right: 0;
	bottom: 60px;
}


#photocredits a:link,
#photocredits a:visited {
	color: #c0c0c0;
}
#photocredits a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}



#content {
	color: #444;
	padding: 12px 42px 42px;
background-color: rgba(255,254,255,0.7);
-moz-border-radius: 12px; 
-webkit-border-radius: 12px;
	position: relative;
	width: 420px;

	margin-bottom: 12px;
	float: left;
}

.ie #content-wrapper, 
.ie #sidebar,
.ie #footer {
	background-image: url(../img/1px_white_0.7.png);
}


.js #content-wrapper {
	display: none;
}

#content-wrapper h1, 
#content-wrapper h2, 
#content-wrapper h3, 
#content-wrapper h4
 {
	font-weight: bold;
}

#content img {
	float: right;
	clear: none;
	display: inline-block;
	position: relative;
	margin-bottom: 12px;
	margin-left: 12px;

}



#sidebar {
	float: right;
	font-size: 90%;
}

#sidebar h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	width: 80%;
background-color: rgba(255,255,255,0.7);
}

#page {
	position: relative;
	width: 730px;
	overflow: visible;
}







