/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
	background		: #ffffff url(images/htmlBG.jpg) repeat-x top left;
}

body 
{
	color			: #2b2c2d;
}

h1 
{
}

h2 
{
	color			: #8ca7aa; /*blue*/
}

h3 
{
	color			: #4c4d4f; /*grey*/
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	color		: #7f211f;
}

a:visited 
{
	color		: #7f211f;
}

a:hover 
{
	color		: #7f211f;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ DIV _________________________________________________________________*/
#secondary
{
	/*background: -moz-linear-gradient(top, #ffffff 0%, #b5cdcf 50%, #ffffff 100%);*/
	border			: 4px solid #aaaaaa;
	border-radius			: 10px;
	-moz-border-radius		: 10px;
	-webkit-border-radius	: 10px;
}

#secondary .about
{
	border-bottom	: 1px solid #b7b7b7;
}

#footer
{
	background		: #9FBEC0  url(images/footerBG.jpg) repeat-x bottom left;
	color			: #ffffff;
}

#footer .inner .textwidget
{
	background		: transparent url(images/twitterBG.png) no-repeat top left;
}

.post .navigation
{
	border-bottom	: 1px solid #ffffff;
}

.navigation
{
	border-bottom	: 1px solid #b7b7b7;
}

.comment-author
{
	background		: #ffffff url(images/commentBubbleGrey.png) no-repeat left 4px;
}

.characterTriangle
{
	border-top		: 1px solid #b7b7b7;
}

/*___ SPAN _________________________________________________________________*/

.postmeta span.arrow
{
	background	: transparent url(images/arrow.png) no-repeat center left;
}

span.says
{
	color			: #b7b7b7;
}

.postmeta .link
{
	color		: #7f211f;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.related h3
{
	color			: #848484;
}

#primary .page h3
{
	border-bottom	: 1px solid #b7b7b7;
}


.characterTriangle h3
{
	background		: transparent url(images/characterTriangle.png) no-repeat top left;
}

/*___ H4 _________________________________________________________________*/

#secondary h4
{
	background		: transparent url(images/secondaryH4.png) no-repeat top left;
	color			: #4c4d4f;
}

#footer h4
{
	color			: #4c4d4f;
}

/*___ H5 _________________________________________________________________*/

#respond h5
{
	border-bottom	: 1px solid #b7b7b7;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

.postmeta
{
	border-top		: 1px solid #b7b7b7;
}

.related
{
	background		: #ffffff url(images/relatedPostsBG.png) no-repeat top left;
}

.menu ul
{
	border-top		: 1px solid #b7b7b7;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

.menu li.current_page_item,
.menu li:hover
{
	color		: #ffffff;
	background	: #7f211f;
	background:		-webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(0.16, rgb(107,27,26)),
					color-stop(0.45, rgb(152,39,37)));
	background:		-moz-linear-gradient(
					center bottom,
					rgb(107,27,26) 16%,
					rgb(152,39,37) 45%);
	border: 	: 1px solid #6b1b1a;
}

.postmeta li,
.related li.relatedList,
.related li.categories
{
	color			: #848484;
	border-left		: 1px solid #b7b7b7;
}

.postmeta li:first-child
{
	border-left		: none;
}

.blogroll li
{
	background		: transparent url(images/iconRSSsmall.png) no-repeat left 40%;
}

.widget_archive ul li
{
	background		: transparent url(images/iconArchive.png) no-repeat left 40%;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header h1 a
{
	background			: transparent url(images/logo.png) no-repeat top left;
}

.menu a,
.menu a:visited
{
	color		: #858686;
}

.menu a:hover,
.menu li.current_page_item a
{
	color		: #ffffff;
	background	: transparent url(images/navHover.png) no-repeat center bottom;
}

.postmeta a,
.postmeta a:visited
{
	color		: #848484;
	
}

.postmeta span.date
{
	background	: none;
}

.postmeta a:hover
{
	color		: #7f211f;
}

.postmeta a.comments
{
	background	: #ffffff url(images/commentBubbleBlue.png) no-repeat left center;
}

.post h3 a:hover
{
	color		: #4c4d4f;
}

a.post-edit-link
{
	color		: #ffffff;
	background	: #7f211f;
	background:		-webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(0.16, rgb(107,27,26)),
					color-stop(0.45, rgb(152,39,37)));
	background:		-moz-linear-gradient(
					center bottom,
					rgb(107,27,26) 16%,
					rgb(152,39,37) 45%);
	border: 	: 1px solid #6b1b1a;
}

#secondary li,
li.relatedList ul li
{
	background	: transparent url(images/arrow.png) no-repeat left 4px;
}

#footer .inner a
{
	color		: #ffffff;
}

#footer .inner #twitter_update_list li a,
#footer .inner #twitter_update_list li a:hover,
#footer .inner p.copyright a,
#footer .inner p.copyright a:hover
{
	color			: #97cfd5;
}
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

#commentform input#submit
{
	color		: #ffffff;
	background	: #7f211f;
	background:		-webkit-gradient(
					linear,
					left bottom,
					left top,
					color-stop(0.16, rgb(107,27,26)),
					color-stop(0.45, rgb(152,39,37)));
	background:		-moz-linear-gradient(
					center bottom,
					rgb(107,27,26) 16%,
					rgb(152,39,37) 45%);
	border: 	: 1px solid #6b1b1a;
}

#commentform input#submit:hover
{
	background	: #741e1c none;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
