/*   
Theme Name: First Love
Theme URI: http://firstlovethefilm.com
*/

html,body {
background: url(http://firstlovethefilm.com/wp-content/uploads/2011/02/bg.jpg);
margin:0;
padding:0;
}

body {
font-family:"Lucida Console", Monaco, monospace;
font-size:11px;
line-height:16px;
}

#background {
height:100%;
position:absolute;
width:100%;
z-index:1;
}

#scroller {
	height:100%;
	left:0px;
	overflow:auto;
	position:absolute;
	top:0;
	width:100%;
	z-index:3;
}
#main {
height:100%;
width:650px;
z-index:4;
}

#content {
padding:7% 7% 7% 300px;
}

#fixed {
left:5%;
position:absolute;
top:5%;
width:225px;
z-index:2;

}

#footer {
position: fixed;
left: 20px;
bottom: 20px;
width:225px;
z-index:5;
font-size:9px;

}

h1 {
color:#000;
font-family:"Lucida Console", Monaco, monospace;
font-size:12px;
font-style:italic;
font-weight:normal;
line-height:16px;
word-spacing:2px;
}

.mainhighlight {
background-color:#fff;
}

.redhighlight {
	background-color:#EB5445;
	font-family: "Lucida Console", Monaco, monospace;
}

.bluehighlight {
background-color:#98D5EE;
}

img {
border:none;
}
#main img {
	padding:5px;
	background:#98D5EE;
}

a, a:hover, a:active, a:visited {
color:#000;
outline:none;
text-decoration:none;
}
#nav .current_page_item a,
#nav .current_page_item a:link,
#nav .current_page_item a:visited,
#nav .current_page_item a:hover,
#nav .current_page_item a:active,
#nav .current_page_parent a,
#nav .current_page_parent a:link,
#nav .current_page_parent a:visited,
#nav .current_page_parent a:hover,
#nav .current_page_parent a:active,
#nav .current_page_item a:hover,
#nav .current_page_item a:active{
  background-color:#EB5445;
}
#main a, a:hover, a:active, a:visited {
color:#000;
outline:none;
text-decoration:none;
background-color:#98D5EE;
}
#footer a, a:hover, a:active, a:visited {
color:#000;
outline:none;
text-decoration:none;
background-color:#EB5445;
}

#nav li {
float: left;
margin: 0;
padding: 0px 35px 0 0px;
background: url('images/menu.png') no-repeat right center;
list-style-type: none;
text-transform: lowercase;
color:#000;
font-family:"Lucida Console", Monaco, monospace;
font-size:12px;
font-style:italic;
font-weight:normal;
line-height:16px;
word-spacing:2px;
}


