
.pink {
	color: #ed008c;
}

.grey {
	color: #77787b;
}

.pink, .grey {
	font-family:  Verdana, Arial, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
}

#title_right{
	text-align: right;
}

#site_title {
	/*background: url(img/star.gif) -10px right no-repeat #222;*/
	padding: 12px 10px 5px 20px;
	background-image: url(img/star.gif);
	background-position: 660px 10px;
	background-repeat: no-repeat;
	background-color: #222;
}

#site_title h1 	{
	font-family:  Verdana, Arial, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 18px;
	margin: 0 0 5px;
}

#site_title a:hover {
	text-decoration: none;
}

#site_title h2 {
	color: #BFBFB6;
	font-family:  Verdana, Arial, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	margin: 0;
}

h2 {
	font: normal 1.4em Impact, Charcoal, sans-serif ;
	color: #dde12d;
}

li.current_page_item a, li.current-cat a{
	background: none;
	color: #EEE;
}

/* Columns */
.col1, .col3 {width: 250px;}
.col1 {margin-right: 20px;}
.col3 {margin-right: 0;}
.col2 {width: 140px; margin-right: 20px; }

