/*
CSS for NO MORE GOODBYES: Maroon 5's "This Love" Fanlisting (version 1)
http://thislove.beatifique.org 
by Ai~ (c) 2008-present [http://beatifique.org] 
--------------------------------
tutorials: 
http://freecsstemplates.com/
http://oswd.org/
http://www.simplebits.com/
http://www.wpdfd.com/editorial/thebox/deadcentre4.html
http://www.htmlhelp.com/
http://ego-box.com/
--------------------------------
*/


/* Dead Centre */
#h  {
    color: white;
    background-color: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow: visible;
    visibility: none;
    display: block;
}

#v  {
   margin-left: -351px;
   position: absolute;
   top: -230px;
   left: 50%;
   width: 702px;
   height: 419px;
   visibility: none;
}


body {
	background: #919191 url(img/bg.jpg);
	margin:0px;
	padding:0px;
	scrollbar-face-color: #8D928A; 
	scrollbar-highlight-color: #8D928A; 
	scrollbar-shadow-color: #8D928A; 
	scrollbar-3dlight-color: #8D928A; 
	scrollbar-arrow-color: #ADCACE; 
	scrollbar-track-color: #8D928A; 
	scrollbar-darkshadow-color: #8D928A;
	font: 9px/110% Arial, Tahoma, Verdana, Sans-serif;
}


blockquote {
	font: 10px/115% Verdana;
	color:#46607A;
}

a {
	text-decoration: none;
	color: #A1F0DB;
}

h1 {
font: italic 18px Georgia, Serif;
color: #9BBD9B;
letter-spacing: 2px;
text-transform: lowercase;
text-align: right;
}


b {
	color: #C1CAAA; 

}

blockquote {
	padding: 5px;
	color: #333;
	border-left: 5px double #7C6F8A;
	background: #B69894;

}
	

ul, li {
	list-style: none;
	margin-right: 7px;
	font: 11px/120% "Lucida Grande", Tahoma, Verdana, Arial Sans-serif;
	color: #0E2A3D;
}

li {
background: url('img/bullet.gif') no-repeat 0 0px;
padding-left: 17px;
}


input,  select {
	border: 0px;
	border: #000 1px solid; 
	background: #FFF;
	font-family: Arial, Tahoma; 
	font-size: 8pt;
	color: #000000;
	scrollbar-face-color: #EDE8DC; 
	scrollbar-highlight-color: #EDE8DC; 
	scrollbar-shadow-color: #EDE8DC; 
	scrollbar-3dlight-color: #EDE8DC; 
	scrollbar-arrow-color: #945258; 
	scrollbar-track-color: #EDE8DC; 
	scrollbar-darkshadow-color: #EDE8DC;
	}

input, textarea, select {
	opacity: .65; 
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}

.tiny, .tiny a, .tiny a:visited, .tiny a:active {
   font: italic 10px Arial;
}

.star {
color: #ADCACE;
}

i, em {
color: #7F3D43
}
		
#content {
width:702px;
height:419px;
padding: 0px;
margin: 0px;
}

img {
padding: 3px;
margin: 1px;
}

.right {
float: right;
margin-left: 8px;
border: 2px solid #fff;
}

.left {
float: left;
margin-right: 8px;
}

.center {
text-align: center;
}

.meta {
text-align: center;
}



#content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	border-top:0px;
	background: #899483;
	color: #A1F0DB;
	font-family: Verdana, Times, san-serif;
	cursor: crosshair;
}

#content a:hover {
	text-decoration: none;
	border-top: 1px dotted;
	border-bottom: 0px;
	background: #555;
	cursor: crosshair;	
}


#header {
width:702px;
height:419px;
z-index: 2;
}

#load {
width: 150px;
text-align: center;
position:absolute;
top:150px;
left:5px;
z-index: -1;
font: italic bold 11px/100% Verdana;
color: #000000;
}


#iframe {
	position:absolute;
	top: 200px;
	left: 300px;
	overflow:auto;
	width:380px;
	height:190px;
	text-align: justify;
	padding-right: 5px;
	z-index: 5;
	float: left;
	}

#iframe p {
	font: 11px/120% "Lucida Grande", Tahoma, Verdana, Arial Sans-serif;
	color: #0E2A3D;
	padding: 0px 5px 1px 5px;
}

#iframe h1 {
margin-bottom: -10px;
}

*html #iframe h1 {
margin-bottom: -15px;
}

/* FOOTER */ 

#footer {
background: transparent;
text-align: center;
}

#footer p {
font: 10px/90% Arial;
color: #cccccc; 
}

#footer a, #footer a:active, #footer a:visited {
font: italic bold 10px/90% Arial;
border: 0px;
color: #ADBECC;
background: transparent;
}

#footer a:hover {
color: #ADBECC;
background: #555;
}


/* MENU */

#menu {
	position: absolute;
	left: 10px;
	top: 360px;
	z-index: 1000;
	width: 250px;
	background: #A7AEA4;
	padding: -5px;
}

*html #menu {
	position: absolute;
	left: 15px;
	padding: 5px;
}

#menu p {
	font: bold 12px/100% Garamond;
	color: #fff;
}

#menu a, #menu a:active, #menu a:visited {
	font: bold 11px/100% Georgia, Garamond, Serif;
	color: #517463;
	background: none;
	border: 0px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #fff;
	background: none;
	border: 0px;
}

