/*
BrooklynVegan CSS - Last revised Feb. 10, 2007
*/

/*-- Site Wide -------------------------*/
BODY {
	margin: 0px 0px 20px 0px;
	background: #000;
	text-align: center;
	background: #000 url("../img/body.gif") repeat-x fixed bottom;
}

A {
	color: #346784;
	border: none;
}

A:hover {
	color: #999999;
}

H1, H2, H3 {
	margin: 0;
	padding: 0;
}


/*-- Top Banner Ad -------------------------*/
#bannerad {
	padding: 10px 0;
}


/*-- Container -------------------------*/
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 690px;
	background: #F3F3F3;
	/* border-right: 1px solid #111; */
	border-bottom: 1px solid #111;
	/* border-left: 1px solid #666; */
}


/*-- Banner -------------------------*/
#banner {
	position: relative;
	height: 91px;
	color: #FFF;
	background: #006400 url("../img/bg-header.gif") repeat-x top;
	border-bottom: 3px double #030;
	text-align: left;
}

#banner A {
	color: #FFF;
	text-decoration: none;
}

#banner H1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 50px 6px 15px;
	/*
	background: url("../img/peaks-left.gif") left top no-repeat;
	*/
}

#banner H2 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 28px 15px 16px 40px;
	font: bold 11px verdana;
	background: url("../img/peaks-right.gif") right bottom no-repeat;
}


/*-- Sub Navigation -------------------------*/    
#subnav {
	display: block;
	position: relative;
	top: 65px;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #000 url("../img/subnav.gif");
	background-position: bottom;
	border-top: 1px solid #003500;
}

#subnav LI {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	border-right: 1px solid #003500;
	float: left;
}

#subnav LI A {
	display: block;
	margin: 0;
	padding: 6px 15px;
	background: #000 url("../img/subnav.gif");
	background-position: bottom;
}

#subnav LI A:hover {
	color: #84d63c;
	background-position: top;
}


/*-- Content Column -------------------------*/
#center {
	float: left;
	width: 500px;
	overflow: hidden;
	text-align: left;
	background: #FFF;
}

.content H2 {
	margin: 0 0 10px 0;
	font: 400 1.0em Futura,"Lucida Grande","Trebuchet ms",arial,helvetica,sans-serif;
	color: #666;
}

.content H3 {
	margin: 0;
	font: 400 1.4em Futura,"Lucida Grande","Trebuchet ms",arial,helvetica,sans-serif;
	color: #005D84;
}

.content {
	padding: 20px 15px;
	font: 12px Arial,Georgia,'Times New Roman',serif;
	line-height: 1.5em;
	color: #333;
	border-right: 1px dotted #999;
}
        
.content P {
	text-align: left;
	margin-bottom: 10px;
}

.content BLOCKQUOTE {
	line-height: 150%;
                padding: 0 10px 0 10px;
	border-left: 1px solid;

}

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

.content P.posted {
	display: block;
	margin: 10px 0 30px 0;
	padding: 7px 5px;
	text-align: right;
	font: 0.9em Arial,Geneva,sans-serif;
	color: #999;
	background: #F5F5F5;
	border-top: 1px dotted #DDD;
	border-bottom: 1px solid #CCC;
}


/*-- Pagination -------------------------*/
.pagination {
  position: relatitve;
  width: 450px;
  height: 100px;
  margin: 0 auto;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
 
 }
 
.pagination .prev-last { text-transform: uppercase; }
 
 .pagination .prev-last A { font-size:20px; }
 
 .pagination .pageprev { margin: 0 50px 0 0; }
 .pagination .pagenext { margin: 0 0 0 50px; }

/*-- Right Sidebar -------------------------*/
#right {
	float: right;
	width: 190px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	background: #F3F3F3;
}

.sidebar2 {
	padding: 0 15px 20px 15px;
	/*
	padding: 20px 15px;
	*/
}

.sidebar2 H2 {
	margin: 20px 0 3px 0;
	padding-bottom: 2px;
	color: #333;
	font: bold 12px Georgia,'Times New Roman',serif;
	letter-spacing: .1em;
	border-bottom: 1px solid #DDD;
}

.link-note { /* Search Box */
	margin: 0;
	padding: 0;
	font: 10px Arial,Geneva, sans-serif;
	line-height: 150%;
}

.sidebar2 UL {
	margin: 0 0 10px 0;
	padding-left: 0;
	list-style: none;
}

.sidebar2 LI {
	color: #000000;
	font: 10px Arial,Geneva, sans-serif;
	line-height: 150%;
	margin-top: 10px;
}

#powered {
	font-family: Arial,Geneva, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #000000;
	margin-top: 50px;
}


.tag-cloud
{
	margin: 0;
	padding: 0;
}

.tag-cloud li, .tag-cloud li a
{
	float: left;
	text-align: left;
	list-style-type: none;   
        text-decoration: none;
        color: #000;
        padding: 2px;
        line-height: 22px;
}

.taglevel1 { font-size: 40px; }
.taglevel2 { font-size: 34px; }
.taglevel3 { font-size: 28x; }
.taglevel4 { font-size: 22px; }
.taglevel5 { font-size: 16px; }
.taglevel6 { font-size: 10px; }
.taglevel7 { font-size: 6px; }


/*
End of CSS File
*/
