/*___ 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 ___*/
.button
{
    -moz-border-radius  : 5px;
    -webkit-border-radius   : 5px;
}

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ DIV _________________________________________________________________*/
#footer
{
    background-color: rgba(80,115,138,.7); 
}

#tertiary
{
    background      : rgba(250, 250, 250, .3);
}

/*___ SPAN _________________________________________________________________*/
h1 span
{
    text-shadow     : none;
}

/*___ H1 _________________________________________________________________*/
h1
{
    text-shadow     : -2px 2px 5px #000000;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
#tertiary #content
{
    -moz-border-radius  : 5px;
    -webkit-border-radius   : 5px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
#newsletter
{
    -moz-border-radius  : 5px;
    -webkit-border-radius   : 5px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#secondary .main a
{
    -moz-border-radius  : 5px;
    -webkit-border-radius   : 5px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="text"],
textarea
{
    -moz-border-radius  : 5px;
    -webkit-border-radius   : 5px;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/