/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
    background      : #FFFFFF url(images/bodyBG.jpg) repeat-x bottom left;
}

body 
{
    background      : transparent url(images/contentBG.png) no-repeat bottom left;
    color           : #9F3800;
}

h1 
{
}

h2 
{
    color           : #DF3F00;
}

h3 
{
    color           : #DF3F00;
}

h4 
{
    color           : #9F3800;
}

h5 
{
    color           : #DF3F00;
}

h6 
{
    color           : #9F3800;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color       : #DF6237;
}

a:visited 
{
    color       : #DF6237;
}

a:hover 
{
    color       : #DF6237;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

blockquote
{
    color       : #A12E01;
}

cite
{
    color       : #A12E01;
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ HEADER _________________________________________________________________*/

/*___ FOOTER _________________________________________________________________*/
footer
{
    /*background      : #FFFFFF url(images/contentBG.jpg) no-repeat bottom left;*/
    color           : #FFFFFF;
}

/*___ SECTION _________________________________________________________________*/
section.content
{
}

.twitter
{
    background      : #FFFFFF url(images/twitterBG.jpg) no-repeat bottom right;
    border          : solid 2px #DF6237;
    color           : #A02D00;
}

/*___ ARTICLE _________________________________________________________________*/
.welcome
{
    border-bottom   : solid 2px #BF3A0B;
    color           : #BF3A0B;
}

.primary article
{
    border-bottom   : solid 2px #DF6237;
}

.posts article
{
    border-top      : solid 2px #DF6237;
}

.posts article:first-child
{
    border-top      : none;
}

/*___ DIV _________________________________________________________________*/
#commentPreview[style*="block"]
{
    border          : solid 1px #DF6237;
}

div.comment
{
    border-bottom   : solid 1px #DF6237;
}

.posts
{
    background-color: #FFFFFF;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
footer h2
{
    color           : #A02D00;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
.star-rating
{
	background-position: left top;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.footerNav li:hover
{
    background      : transparent url(images/footerNavHover.png) no-repeat bottom;
}

.portfolio li
{
    border-bottom   : solid 2px #DF6237;
}

#commentMenu li
{
    background-color: #FFFFFF;
    border          : solid 1px #DF6237;
}

#commentMenu li.selected
{
    border-bottom   : solid 1px #FFFFFF;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.blog h2 a,
.blog h2 a:hover,
.blog h2 a:visited,
.posts h2 a,
.posts h2 a:hover,
.posts h2 a:visited
{
    color           : #DF3F00;
}

.twitter a,
.twitter a:hover,
.twitter a:visited
{
    color           : #DF6237;
}

.star-rating a,
.star-rating .current-rating
{
	border          : none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus
{
	background-position: left bottom;
}

.star-rating .current-rating
{
	background-position: left center;
}

.small-star, 
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating
{
	background-image: url(images/star_small.gif);
}

a.small,
a.small:hover,
a.small:visited
{
    color           : #EFC2B3;
}

.medium,
.medium:hover,
.medium:visited
{
    color           : #FFFFFF;
}

.big,
.big:hover,
.big:visited
{
    color           : #AF3455;
}

.biggest,
.biggest:hover,
.biggest:visited
{
    color           : #A02D00;
}

a.comment,
a.comment:hover,
a.comment:visited
{
    color           : #DF3F00;
}

.bbcode a,
.bbcode a:visited,
.bbcode a:hover
{
    border-left     : solid 1px #9F3800;
}

.bbcode a:first-child
{
    border-left     : none;
}

.categorylist a:hover
{
    background-color: #BE5A03;
}

footer a,
footer a:visited,
footer a:hover
{
    color           : #E8BCA7;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
.flickr img
{
    border          : solid 2px #DF6237;
}

.featured img,
.portfolio img
{
    border          : solid 1px #9E6334;
}

.gravatar img
{
    border          : solid 1px #DF6237;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="text"],
input[type="password"],
textarea
{
    border          : solid 1px #DF6237;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
textarea
{
    background      : #FFFFFF url(images/twitterBG.jpg) no-repeat bottom right;
}