/*****************************\
 * Copyright 2009 - 2010     *
 * All rights reserved.      *
 * Written @ Tricky Software *
 * Tricky.css				 *
\*****************************/

body {
	margin: 0 auto;
	width: 800px;
	font-family: sans-serif;
	font-size: 100%;
}

body a {
	color: rgb(15, 15, 15);
}

.header {
	background: rgb(220, 220, 220);
	float: left;
	height: 150px;
	width: 100%;
	text-align: center;
}

.header h1 {
}

.header p {
 	color: rgb(80, 80, 80);
}

.navigation {
	background: rgb(220, 220, 220);
	float: left;
	width: 150px;
	height: 100%;
	padding: 10px 5px;
	font-weight: none;
}

.navItem {
	text-align: center;
	font-weight: bold;
	height: 50px;
}

.navItem a {
	text-decoration: none;
	color: rgb(55, 80, 165);
}

.navItem a:visited {
	color: rgb(55, 80, 165);
}

.content 
{ 
	background: rgb(220, 220, 250);
	float: left;
	width: 640px;
	color: rgb(15, 15, 15);
	font-size: 12px;
}

.content h1
{
	margin: 20px 10px 10px 20px;
}

.content a, a:visited {
	color: rgb(15, 15, 15);
}

.content a:over {
	color: rgb(15, 15, 15);
}

/****************************\
 *    FeedBurner Section    *
\****************************/

.feedburnerFeedBlock {
	float: left
	text-align: left;
	font-size: 12px;
	z-index: 1;
}

.headline a, a:visited {
	color: rgb(165, 45, 45);
	font-weight: bold;
}

.headline a:hover {
	color: rgb(210, 45, 45);
	font-weight: bold;
}

.date {
	margin-top: 6px;
	margin-bottom: 5px;
}

.feedburnerFeedBlock ul li {
	padding-bottom: 10px;
}

/* feedburner body text */
.feedburnerFeedBlock ul li div {
	width: 90%;
}

/* feedburner body text link */
.feedburnerFeedBlock ul li div a, ul li div a:visited {
	color: rgb(165, 45, 45);
}

/* feedburner body text link hover */
.feedburnerFeedBlock ul li div a:hover {
	color: rgb(165, 45, 45);
}

/* -- End FeedBurner Section -- */




