/*___ 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 ___*/
.galleryNav,
.gallery h4,
.gallery p
{
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, .6); 
}


/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ SECTION _________________________________________________________________*/
.twitter
{
    opacity         : .7;
    -moz-border-radius  : 20px;
    -webkit-border-radius   : 20px;
}

.flickr
{
    opacity         : .75;
}

/*___ DIV _________________________________________________________________*/

/*___ 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); 
}

.galleryNav
{
    -moz-border-radius-topleft  : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-left-radius  : 5px;
    -webkit-border-top-right-radius : 5px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ B _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
ul.gallery img
{
    opacity         : .7;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/