/*___ extensions.css: Styles that don't validate (new CSS3 styles, extensions, etc)  ___*/

/*___ Section 1: Global Extensions Styles ___*/

html 
{
}

body 
{
}

h1 
{
	text-shadow: #583722 2px 2px 1px;
}

h2 
{
	text-shadow: #583722 1px 1px 1px;
}

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 ___*/

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.chatwall + h2
{
	text-shadow		: none;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
#opening p:first-of-type
{
	font-size		: 18px;
	line-height		: 24px;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
nav#main a
{
	text-shadow: #583722 1px 1px 1px;
}
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input
{
	-moz-box-shadow		: 1px 1px 2px #000000;
	box-shadow			: 1px 1px 2px #000000;
}

.submit
{
	-moz-border-radius	: 20px;
	-webkit-border-radius	: 20px;
}

.login input[type="text"],
.login input[type="password"]
{
	-moz-border-radius	: 20px;
	-webkit-border-radius	: 20px;
}

/*___ LABEL _________________________________________________________________*/

/*___ TEXTAREA _________________________________________________________________*/
#secondary textarea
{
	-moz-border-radius	: 20px;
	-webkit-border-radius	: 20px;
}

textarea
{
	-moz-box-shadow		: 1px 1px 2px #000000;
	box-shadow			: 1px 1px 2px #000000;
}

/*___Group/Section/Class_________________________________________________________________*/
