/* @override http://localhost/~ptaylor/guyinthechair/blog/wp-content/themes/guyinthechair/styles/global.css */


#header a div.title {
	color: #bd8cbf;
	text-decoration: none;
}

#header a:hover div.title{
	color: #A479A5;
	text-decoration: none;
}

#navigation ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	display: inline;
	text-transform: lowercase;
	font: 18px sansation_regular;
	margin: 0;
	padding: 0 15px;
}

#navigation ul li.page_item a:hover {
	text-decoration: none;
}

#content div.description div#background {
	background: url(../images/description_background.png) no-repeat;
	height: 16px;
	float: left;
	display: inline;
	color: #fff;
	font: 13px "sansation_regular";
	width: 217px;
	padding-top: 9px;
	text-align: right;
	padding-right: 15px;
}

#cat_all{
	background-color: #FD9F9F;
}

a, h2 a:hover, h3 a:hover {
	color: #494949;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#cat_all:hover{
	background-color: #E38F8F;
}

#cat_actionscript{
	background-color: #FFC17A;
}

#cat_actionscript:hover{
	background-color: #E5AE6D;
}

#cat_bitching{
	background-color: #FDF8A1;
}
#cat_bitching:hover{
	background-color: #E3DF90;
}

#cat_community{
	background-color: #C7FFC7;
}
#cat_community:hover{
	background-color: #B3E5B3;
}

#cat_misc{
	background-color: #CBFFFF;
}
#cat_misc:hover{
	background-color: #B6E5E5;
}

#post_actionscript, #post_actionscript a{
	color: #FFC17A;
}

a#site {
	color: #bd8cbf;
}

a#site:hover{
	color: #A479A5;
}

#post_actionscript:hover, #post_actionscript a:hover{
	color: #E5AE6D;
}

#post_bitching, #post_bitching a{
	color: #FDF8A1;
}
#post_bitching:hover, #post_bitching a:hover{
	color: #E3DF90;
}

#post_community, #post_community a{
	color: #C7FFC7;
}
#post_community:hover, #post_community a:hover{
	color: #B3E5B3;
}

#post_misc, #post_misc a{
	color: #CBFFFF;
}
#post_misc:hover, #post_misc a:hover{
	color: #B6E5E5;
}

#page_blog, #page_blog a{
	color: #FDF8A1;
}
#page_blog:hover, #page_blog a:hover{
	color: #E3DF90;
}

#page_about, #page_about a{
	color: #FFC17A;
}
#page_about:hover, #page_about a:hover{
	color: #E5AE6D;
}

#page_portfolio, #page_portfolio a{
	color: #CBFFFF;
}
#page_portfolio:hover, #page_portfolio a:hover{
	color: #B6E5E5;
}

#page_experiments, #page_experiments a{
	color: #C7FFC7;
}
#page_experiments:hover, #page_experiments a:hover{
	color: #B3E5B3;
}