﻿/*
		 Bill OBrien webguru@southwestbuddhafield.org
		 http://www.southwestbuddhafield.org
*/

*					{ margin: 0; padding: 0; }
body, p, a {
	font-family: Verdana, arial, helvetica, sans-serif;
}

body {
	font-size:100%;
  line-height:1.25em; /* 16×1.125=18 */
	background: url('images/crossed_vajra-bkgrd.jpg') repeat transparent;
	background-color: #000000;
	}
	
/*
		 HEADER 
*/

/*
		 NAVIGATION
*/
.nav {
	color : #FFCC00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

.nav:hover {
	color : #FFF;
	text-decoration : underline;
}
/*
		 CONTENT
*/
a {
	color : blue;
	text-decoration : underline;
}

a:hover {
	color : Red;
	text-decoration : none;
}

p {
	font-size: .8125em;
	color : blue;
}

.title {
	font-family : Cambria, Georgia, Palatino, Palatino Linotype, Myriad Pro, Serif;
	font-weight: bold;
	font-size: 1.5em;
	color : #000;
}

.catTitle {
	font-family : Cambria, Georgia, Palatino, Palatino Linotype, Myriad Pro, Serif;
	font-weight: bold;
	font-size: 1.25em;
	color : #000;
}

h1, h2, h3 {
	font-family : Cambria, Georgia, Palatino, Palatino Linotype, Myriad Pro, Serif;
	}
	
h1 {
	font-size: 1.5em;
	font-weight: lighter;
	line-height: 1.5em;
	margin: 0 0 0.75em;
}

h2 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 15px;
}

h3 {
	font-weight: bold;
	font-size: .825em;
	margin-top: 5px;
	color="#800000";
}


hr {
	margin: 0 auto ;
	width: 80%;
}

#news {
	margin: 5 auto ;
	padding: 8px;
	width: 215px;
	font-family: Cambria, Georgia, Palatino, Palatino Linotype, Myriad Pro, Serif;
	color : blue;
	font-weight : bold;
}

#news h2 {
	font-size : 2em;
    text-align:center;
}

#news h3 {
	font-size : 14px;
    text-align:center;
}

#news a {
    font-family: Cambria, Georgia, Palatino, Palatino Linotype, Myriad Pro, Serif;
	text-decoration : underline;
	font-weight : normal;
}

#news a:hover {color : #333333;}


#news p {
	font-family : arial, helvetica, sans-serif;
	color : #000;
    font-size : 10pt;
    text-align:center;
    font-weight : normal;
    }

/*
		 FOOTER
*/
.footer
	{
	color : #FFCC00;
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size : 8pt;

}
/*
		 SIDEBAR
*/