/*  
Theme Name: Lady Blonde
Theme URI: http://LadyBlonde.net/
Description: A theme for the Lady Blonde website
Version: 0.1
Author: Ian 'Atrus' Gazzotti
Author URI: http://atrus.auroraproject.net/
*/

BODY {
	background:white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size:100%;
} 

A:link {
	color: #00f;
	background-color: transparent;
	text-decoration:none;
}

A:visited {
	color: #a0f;
	background-color: transparent;
	text-decoration:none;
}

A:hover, A:visited:hover {
	color: #DF79BA;
	background-color: transparent;
	text-decoration:underline;
}

IMG {
	border: none;
}

H1 {
	font-size:150%;
	color: #DF79BA;
	background-color: transparent;
}

H2 {
	font-size:1.25em;
	color: #DF79BA;
	background-color: transparent;
}

H3 {
	font-size:1.1em;
	color: #F08acb; DF79BA;
	background-color: transparent;
}

HR {
	color: #DF79BA;
	background-color: #DF79BA;
	border:solid thin #DF79BA;
}

STRONG, .pink {
	color: #DF79BA;
	background-color: transparent;
}

/* Menu */

#menu {
	position:absolute;
	left:5px;
	top:240px;
	width:8em;
	z-index:2;
}

#menu UL {
  list-style-type:none;
  padding: 0 1px 1px;
  margin-left:0em;
}

#menu LI {
	font-size:1em;
	font-variant:small-caps;
	font-weight:bold;
	margin:0em;
}

#menu LI A {
	display: block;
	padding: 0.2em 0.5em 0.2em 0.75em;
	border-left: .5em solid #DF79BA;
	background: white;
	text-decoration: none;
	height:1.1em;
}

#menu li a:link { 
	color: #E08ACB; 
}
#menu li a:visited { 
	color: #E08ACB; 
}
#menu li a:hover {
	border-color: white;
	color: #0000e0;
	background: white;
}

#mlist, #cerca {
	border: thin dotted #DF79BA;
	font-size:64%;
	padding:0px 5px;
	margin:0px;
}
#mlist input, #cerca INPUT {
	width:7.2em;
	padding:0px;
	margin:1px;
}
#mlist P, #cerca P {
	padding: 0px;
	margin:5px 0px;
}
#mlist.script {
	float:right;
	width:20%;
}

/* Contenuto */

#content {
	margin:10px 10% 1em 10em;
	min-height:30em;
}

/* Index */

#logo {
	height:180px;
	margin: 0px auto;
}
#logo A {
	display:block;
	width:512px;	
	height:0px;
	overflow:hidden;
	padding-top:180px;
	margin:auto;
	background: url('/content/images/logo.jpg') no-repeat;
	background-position:top center;
}

#news {
	margin-left:10em;
	margin-top:0em;
	border: thin dotted #DF79BA;
	padding:1em;
	padding-right:2.5em;
	width:60%;
}

.newsitem {
	margin:.5em auto;
	font-size:80%;
	clear:left;
}

.newsdate {
	position: relative;
	left:0px;
	top:0px;
	color: #DF79BA;
	font-weight:bold;
	background-color: transparent;
	width:9em;
	font-size:1em;
	height:1.2em;
	margin:0px;
	padding:0px;
}

.newsbody {
	position: relative;
	left:9em;
	top:-1.2em;
	width:80%;
	margin:0px;
	padding:0px;
}

.newsbody P {
	margin:0px;
	padding:0px;
}

P.postmetadata {
	font-style:italic;
	padding-top:.5em;
}

.navigation {
	font-size:90%;
	margin-bottom:1.2em;
}
.navigation .alignleft {
	border-top: thin dotted #DF79BA;
	padding: .3em;
}
.navigation .alignright {
	border-top: thin dotted #DF79BA;
	padding: .3em;
}

/* Interviste */

#int {
	float:right;
	border: thin dotted #DF79BA;
	font-size:80%;
	padding:.8em;
	margin:0px 0px 5px 5px;
}

#int UL {
	list-style-type:square;
}

#int LI {
	margin-left:-1.5em;
}

/* Script */

#script {
	list-style-type:square;	
}

#script LI {
	font-size:90%;
  margin-left:-0.8em;
  font-weight:bold;
}

/* Footer */

#foot {
	clear:both;
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	color:#DF79BA;
	font-size:80%;	
}

#foot HR {
	width:72%;
	margin:auto;
}

/* Donwload */

.download IMG {
	border: thin solid purple;
}

.download UL {
	list-style-tipe:none;
	margin-bottom:4em;
}

.download LI {
	display:inline;
}

.download P {
	font-style:italic;
	font-size:80%;
}

/* Contact */

#contact TD {
	padding:2px;
	vertical-align:top;
}

/* Classi */

.bold {
	font-weight:bold;
	color: #484848;
	background-color:transparent;
}

.cast {
	height:auto;
	padding-bottom:40px;
}

.cleft {
	border: none;
	float:left;
	width:150px;
	height:150px;
}

.cright {
	border: none;
	float:right;
	width:150px;
	height:150px;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.winners {
	clear:both;
	height:auto;
	padding-bottom:40px;
}

.thleft {
	border: none;
	float:left;
	margin:5px;
}

.thright {
	border: none;
	float:right;
	margin:5px;
}
IMG.thleft, IMG.thright {
	border: thin solid purple;
}

.clear {
	clear:both;
}
