
body {
	margin: 0;
	padding: 0;
	background: #000;
	
	}



h1 {
	font: bold x-large Arial, sans-serif;
	color: #900;
	margin-top: 0px;
	}

h2 {
	font: large Arial, sans-serif;
	color: #090;
	}

#my_site_content h2 {

		text-align: left;
		margin: 0 10px 0 10px;

		}

.color {
	color: #fff;
	}

.color_emph {
		color: #f60;
		font-weight: 900;
}


.color_00 {
		font: small verdana sans-serif;
		color: #fff;
		list-style: none;
	}


.quote {

	padding-left: 20px;
	font: small verdana, sans-serif;
	}



#news h2 {
	color: #030;
	margin-top: 10px;
	}




h4 {
	font: bold small Verdana, sans-serif;
	color: #039;
	margin-bottom: 2px;
	}

.tight {
	bottom-margin: -2px;
	}

.tight_top {
	top-margin: -4px;
	}


h5 {
	font: italic bold small Arial, sans-serif;
	color: #039;
	margin-top: 2px;
	}


p {
	font: small Verdana, sans-serif;
	color: #000;
	}

.indent {
	margin-left: 4px;
	}

ul.none {
	list-style: none;
	}

ul.emphasis {
	list-style: none;
	font: bold medium Arial, sans-serif;
	color: #f60;
	}


.first {
	line-height: 1.6;
	}


ul.sub_emphasis {
	list-style: none;
	font: normal medium Arial, sans-serif;
	color: #000;
	}

ul.sub_emphasis li {
	margin-bottom: 6px;
	}

li.space {
	padding-top: 10px;
}

li.neg_space {
	padding-bottom: 15px;
	margin-bottom: -15px;
	}


li.align {
	text-align: left;
	}


#top p {
	text-align: center;
	}

#left p {
	color: #fff;
	padding-bottom: 10px;
}



#center p {
	font: small Verdana, sans-serif;
	color: #fff;
	}

#center p.expand {
	font: small Verdana, sans-serif;
	margin-bottom: 20px;
	}



#center p.tight {
	font: small Verdana, sans-serif;
	margin-bottom: -2px;
	}

#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	font: x-small Verdana, sans-serif;
	color: #fff;
	}

#lower p {
	margin: 4px;
	text-align: center;
	}



a {
	font: bold small Verdana, sans serif;	
	color: #0ff;
	inherit: no;	
	}



a:hover {
	font: bold small Verdana, sans serif;
	color: #900;	
	}

hr {
	color: #69f;
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: inline;			/* removes extra space underneath caused by default		text-alignment; 								 */
	}


div#lower a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 300px;
	margin: 2px auto 10px auto;
	background: transparent;
	}

div#lower a.line {
	display: inline;			/* makes the background hover effect work in Mozilla */
	width: 0px;
	margin: 0px;
	background: transparent;
	}


div#lower a:hover {
	background-color: #cff;
	}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	}

.latestarticle {
	margin-bottom: 0px;
	inherit: no;
	}
	
.headshot {
	display: inline;
	float: left;
	margin: -5px auto -5px auto;
	padding: -5px auto -5px auto;
	font: bold 36px verdana, sans-serif;
	color: #f60;
	background: #fff;
	clear: left;
	}

.headshot_left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 0;
	background: transparent;
	}

.headshot_right {
	display: inline;
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 0;
	background: transparent;
	}



	
p.latestarticle a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}



.author {
	display: block;
	color: #A5B5C6;
	font: x-small /1.25 Verdana, sans-serif;
	}

.author_00 {
	display: block;
	color: #fff;
	font: x-small /2 Verdana, sans-serif;
	}



.blurb {
	margin: 0px 0px 1em 55px;
	}

p.crumbtrail {
	margin: 10px 28% 0px;;
	font-size: x-small;
	}
/* 








/* 

------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/

#wrapper {
	
	width: 650px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	background: #000;

	}








#top {
	margin: 0;
	padding: 0 10% 0 10%;

	background: transparent;
	text-align: center;
	
	}
	
#center {

	margin: 0 10% 0 10%; 
	padding: 0 3%;
	background: transparent;
	color: #fff;
	border: 2px solid #ff3;
	}


#my_site_content {
	width: 450px;
	margin: 0; 
	padding: 0;
	background: #000;
	color: #fff;
	border: 2px solid #ff3;
	text-align: center;
	
	}


#lower {
	margin: 10px;
	padding: 10px;
	background: #transparent;
	text-align: left;
	}








#left {
	position: absolute;
	padding: 0px;
	top: 353px;
	width: 10%;
	background: transparent;
	color: #000;
	}






#otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
	}

#news {
	position: absolute;
	width: 21.9%;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 250px;
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	top: 353px;
	background: transparent;
	border-top: 0;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}

div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
		
div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}

#sponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 375px;
	text-align: center;
	}
	
#articlesponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 150px;
	text-align: center;
	}

#footer {
	margin: 0;
	clear: both;
	border: 0;
	text-align: center;
	background: transparent;
	color: #000;
	}

#bio {
	float: right;
	width: 30%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: 5C6F90;
	font-size: 0.7em;
	}

#block {
	float: right;
	width: 30%;
	padding: 1%;
	}


/* --------------------- Feature Image and Transparency Trick --------------- */


	
#mstrans {
	margin: 20px auto 0px auto;
	width: 450px;
	height: 675px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fire_altar_02.png');
	border: 0px solid pink;
	}
	
#mstrans img {
	filter: Alpha(opacity=0);	
	border: 0px solid cyan;
	}

#mstrans_dup {
	margin: 20px auto 0px auto;
	width: 200px;
	height: 316px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/flower_fire.png');
	border: 0px solid pink;
	}
	
#mstrans_dup img {
	filter: Alpha(opacity=0);	
	border: 0px solid cyan;
	}



