/* CSS Stylesheet for uran-music.net
   written by Jeena Paradies <http://jeenaparadies.net/webdesign/services>
   on 22th april 2005
   
   You are allowed to learn and copy partial stylesheets but please do not steal the
   design or used pictures.
*/

/* general layout settings */
body {
	font-size: 100.01%;
	font-family: verdana, georgia, arial, sans-serif;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 130%;
	background: #ad0000;
}
.skip, h1 {
	position: absolute;
	width: 990px;
	top: 0;
	left: -999px;
}
#main {
	text-align: left;
	font-size: 0.8em;
	width: 640px;
	margin: 0 auto;
	padding: 0 50px;
	border: 1px solid transparent;
	color: #353535;
	background: url(img/content-bg.png) repeat-y center #ad0000;
}
#footer {
	height: 20px;
	background: url(img/footer.png) repeat-x bottom center;
	margin: 0 -50px -1px -50px;
	padding: 1.3em 50px;
	padding-bottom: 30px;
}
#footer img { vertical-align: middle; width: 94px; height: 15px; }
#footer .send { margin-right: 2.5em; }
#footer input { font-size: 0.8em; }
#footer span { display: block; float: right; }
#footer .powered { margin-right: 0.5em; }
form.footer { padding: 0; margin: 0 0; border-top: 1px solid #aaa; 	clear: both; }

/* general html settings */
hr {
	display: none;
}
h2 { font-size: 45px; font-weight: bold; line-height: 60px; }
a { color: #ad0000; }
a img { border: none; }
.teasers h2 { font-size: 30px; line-height: 40px; }
h3 { font-size: 35px; font-weight: bold; line-height: 40px; }
.fr { float: right; margin: 0 0 1em 1em; }
.fl { float: left; margin: 0 1em 1em 0; }
.directories { list-style-type: none; }

/* menu */
#menu {
	width: 730px;
	height: 380px;
	position: relative;
	margin: auto;
	padding: 0;
	background: url(img/banner.jpg) no-repeat center top;
	list-style-type: none;
}
#menu li { position: absolute; }
#menu #news { right: 5px; width: 235px; height: 43px; }
#menu #lyrics { top: 45px; right: 70px; width: 169px; height: 44px; }
#menu #contact { top: 88px; right: 42px; width: 199px; height: 45px; }
#menu #media { top: 134px; right: 73px; width: 163px; height: 41px; }
#menu #story { top: 177px; right: 15px; width: 228px; height: 46px; }
#menu #letters { top: 225px; right: 68px; width: 167px; height: 41px; }
#menu #pictures { top: 269px; right: 6px; width: 231px; height: 45px; }

/* -- Comments -- */
ul.comments { list-style-type: none; }
ul.comments li { padding: 0 1em; margin: 1em 0; border: 1px solid #eee; }
ul.comments a.permalink {
 font-style: normal;
 font-weight: bold;
 font-size: 1.8em;
 text-decoration: none;
 font-family: monospace;
 padding-right: 0.2em;
}
ul.comments a.permalink:hover { text-decoration: underline; }
fieldset { padding: 1em; border: 0px solid #ad0000; }
legend { padding: 0 1em; font-weight: bold; }
p { font-weight: normal; }

.comments .meta img { border: none; float: none; margin: 0; }
.info, .meta { font-weight: bold;}
textarea { width: 90%; min-width: 10em; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
	margin-bottom: -20px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash legend {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 15px;
}
