/*___ extensions.css: Styles that don't validate (new CSS3 styles, extensions, etc)  ___*/

/*___ Section 1: Global Extensions Styles ___*/

html 
{
}

body 
{
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Extensions Modules ___*/
.blog,
.posts
{
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, .9); 
}

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ SECTION _________________________________________________________________*/
.twitter
{
    opacity         : .7;
    -moz-border-radius  : 20px;
    -webkit-border-radius   : 20px;
}

.flickr
{
    opacity         : .75;
}

/*___ DIV _________________________________________________________________*/
#commentPreview
{
    -moz-border-radius  : 5px;
    -webkit-border-radius   : 5px;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/
h1 a
{
    position        : relative;
    display         : block;
    width           : 409px;
    height          : 327px;
    text-indent     : -9999em;
    background      : transparent url(images/logo.png) no-repeat top left;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
ul.portfolio
{
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, .8); 
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.findMe,
.rss
{
    opacity         : .5;
}

.about,
li.portfolio,
.featured
{
    opacity         : .8;
}

#commentMenu li
{
    -moz-border-radius-topleft  : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-left-radius  : 5px;
    -webkit-border-top-right-radius : 5px;
}

/*___ B _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.categorylist a:hover
{
    background-color: rgba(197, 90, 3, .5);
}

.xoxo a[href*="mindfly"]
{
    height          : 57px;
    background      : transparent url(images/mindfly.jpg) no-repeat top left;
    border          : solid 1px #A06435;
    opacity         : .75;
}

.xoxo a[href*="gutsandgarters"]
{
    height          : 57px;
    background      : transparent url(images/g&g.jpg) no-repeat top left;
    border          : solid 1px #A06435;
    opacity         : .75;
}

.xoxo a[href*="cssquirrel"]
{
    height          : 51px;
    background      : transparent url(images/cssquirrel.jpg) no-repeat top left;
    border          : solid 1px #A06435;
    opacity         : .75;
}

.xoxo a[href*="rustyswayne"]
{
    height          : 50px;
    background      : transparent url(images/rustyswayne.jpg) no-repeat top left;
    border          : solid 1px #A06435;
    opacity         : .75;
}


/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="text"],
input[type="password"],
textarea
{
    -moz-border-radius  : 5px;
    -webkit-border-radius   : 5px;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/