/*
Theme: Furious Angel
Description: Angelic Ferocity
Theme URI: http://geek-goddess.net
Author: Vixx
Author URI: http://furious-angel.com
*/
/*

-Copyright Vix, 2003-05 (http://furious-angel.com)

-You are free to study this code and learn from it, 
 but do not take anything from here without my permission and pass it as your own!

-Credits: 
	Sasha 	(http://nothing-less.net) for CSS help/inspiration	
	Mark 	(Diveintoaccessibility.com) for Accessibility modifications
	Jem 	(http://jemjabella.co.uk) for nifty CSS centering tip and for saving my 
		scalp and helping me out with the bloody IE Hacks ...

/*

/* 
----------------------------------
ACCESSIBILITY MODERATIONS!
-------------------------------
*/

/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
  font-size: small;
}
/* */
  

/* 
----------------------------------
GENERAL STUFF
-------------------------------
*/

body {
	margin: 0px; 
	padding: 0px;
	background-color: #BA9F7B; 
	text-align: center;
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	padding-bottom: 5px;
}


.banner {
	background: no-repeat url(http://furious-angel.com/images/1/fav3a_header.gif);
	width: 750px;
	height: 450px;
	padding: 0px;
}


.footer {
	background: no-repeat url(http://furious-angel.com/images/1/fav3a_footer.gif);
	width: 750px;
	height: 100px;
	padding: 0px;
}


#container{
	width:750px;
	padding: 0px;
	text-align: center;
	background-image: url(http://furious-angel.com/images/1/fa_v3a_bg.gif); 
}

.centered {
	margin: 0 auto 0 auto;
}

.img {
	padding: 3px; 
	border: 1px solid #9E7B70;
	color: #FFF;
}


/* 
----------------------------------
GENERAL STYLING
-------------------------------
*/


h1 {
	color:#C8AA9A;
	font: 40px Georgia, serif;
	text-align: left;
	margin:0px;
	padding: 0px;
}

h2 {
	color:#AD3F38;
	font: 40px/30px Georgia, Times New Roman, serif;
	text-align: left;
	margin:0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}


a:link, a:active, a:visited {
	text-decoration: underline;
	color: #8E251F;
}

a:hover {font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
}


ul {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
	}

ol {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
	}


li {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

td {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
	}

/* 
----------------------------------
MAIN CONTENT
-------------------------------
*/


  #content {
  float: right;
  width: 440px;
  margin: -310px 15px 0 0;
  z-index: 3;
  letter-spacing: 0px;
  padding: 2px 2px 2px 10px;
  }
html>body>#container>#content {
  margin: -310px 30px 0 0px;
}




#content p {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content ul {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

#content td {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	}

#content h2 {
	color: #806E64;
	font: 20px Georgia, Times New Roman, serif;
	text-align: right;
	margin-top: -15px;
	margin-right: 20px;
}

.content h3 {
	color: #806E64;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

p.posted {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px solid #806E64;
	text-align: left;
	padding-bottom: 25px;
}
	
p.coll {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: center;
	padding-bottom: 5px;
}


img.gravatar {
	margin-right: 5px;
	padding: 3px; 
	border: 1px solid #9E7B70;
	float: left;
	background-color: #FFF; 
}



.recent_grav
{
	background-color: #fff;
	padding: 3px;
	margin: -5px 8px 3px 5px;
	border: 1px;
	border-style: solid;
	border-color: #69E7B70;
	height: 40px;
	width: 40px;
}


blockquote {
	margin: 1.2em 20px;
	padding: 1px 20px;
	background-color: #FFFFFF;
	border: 1px solid #9E7B70;
	font-size: 0.9em;
}

img.blog {
	padding: 8px; 
	border: 1px solid #9E7B70;
	background-color: #FFF; 
}

img.noborder {
	padding: 3px; 
	border: 0px;
}
	
/* 
----------------------------------
SIDE BAR
-------------------------------
*/

#sidebar {

	float: left;
	width:165px;
	margin:-230px 68px 2px 9px;
	z-index:2;
	letter-spacing:0px;
	padding: 2px;
	text-align: center;
}
html>body>#container>#sidebar {
  margin: -230px 2px 2px 17px;
}


h2.sidebar{
	color:#C8AA9A;
	font: 20px/20px Georgia, serif;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;

}

.latestactivity {
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
		padding: 0 0 0 0;
  		margin: 3px 0 0 20px;
		font-size: 0.9em;
	}
html>body>#container>#sidebar>.latestactivity {
		padding: 2px 0 0 20px;
  		margin: 5px 0 0 0;
}

	.latestactivity a {
		text-decoration: none;
	}



.wp_iTunesSpy {
	margin:0px 0px 0px -10px;
	padding: 0 0 3px 0;
	color:#6F615A;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: left;
	}
html>body>#container>#sidebar>.wp_iTunesSpy {
		margin:0px 0px -20px -15px;
}

#sidebar p {
	margin:5px 5px 5px 5px;
	color:#6F615A;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: left;
}


.drop {
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	color:#6F615A;
	background-color: #FFFFFF;
	width:140px;
	padding: 2px 2px 2px 2px;
	text-align:right;
	margin:3px;
	border: 1px solid #779184;
}

.credit {
	margin:5px 5px 5px 5px;
	color:#6F615A;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: center;
}


img.sidebar {
	margin-right: 5px;
	padding: 3px; 
	border: 1px solid #9E7B70;
	background-color: #FFF; 
}

img.currleft {
	margin-right: 5px;
	padding: 3px; 
	border: 1px solid #9E7B70;
	float: left;
	background-color: #FFF; 
}

img.currright {
	margin-left: 5px;
	padding: 3px; 
	border: 1px solid #9E7B70;
	float: right;
	background-color: #FFF; 
}

#sidebar.a:link, a:active, .a:visited {
	text-decoration: none;
	color: #8E251F;
}

#sidebar.a:hover {font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
}

td {
	margin:5px 5px 5px 5px;
	color:#929190;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: left;
}

.blogrollmain {
	margin:0px 0px 0px 3px;
	padding: 0 0px 0 5px;
	color: #806E64;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	line-height: 150%;
	text-align: left;
}

tr {
	margin:5px 5px 5px 5px;
	color:#929190;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	line-height: 150%;
	text-align: left;
}


td.about {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

td.ticks {
	width: 35px;
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

#magnolia-linkroll {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}


dd, dt, dl {
	color: #806E64;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}


/*
---------------------------------
 Tabs
---------------------------------
*/
ul#nav {
	margin:0px;
	padding: 90px 0px 0px 300px;
	list-style: none;
	}
#nav li {
	margin:0;
  	padding:0;
	list-style-type: none;
	float: left;
	width:82px;
	text-align: center;
}
#nav li a{
	display: block;
	height:22px;
	background-repeat:no-repeat;
  	padding:2px 5px;
  	font: 16px/20px Georgia, Times New Roman, serif;
  	color: #929190;
  	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
}



/* 
----------------------------------
ACCESSIBILITY
-------------------------------
*/


.skiplink {display:none}
abbr, acronym {
   border: none;
} 

abbr[title], acronym[title] {
   border-bottom: 1px dotted #000000; 
   cursor: help;
}
