/*___ 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,
#secondary .button
{
    -moz-border-radius  : 10px;
    -webkit-border-radius   : 10px;
    border-radius       : 10px;
    background      : -moz-linear-gradient(19% 100% 90deg,#4F0100, #6F1D1B);
    background      : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6F1D1B), to(#4F0100));
}

/*___ SUPER LAWYER BADGE __________________________________________________*/
.sl_badge_120 
{
	width			: 120px;
	text-align		: center;
	background-color: rgb(255,255,255);
	font-family		: arial;
	font-size		: 12px;
	border			: 1px solid rgb(191,191,191);
	border-bottom	: 4px solid rgb(86,131,154);
	line-height		: 1.5;
	margin-bottom	: 20px;
}

.sl_badge_120 .profile
{
	padding			: 2px;
}

.sl_badge_120 a 
{
	color			: rgb(131,7,30);
	text-decoration	: none;
}

.sl_badge_120 a:hover 
{
	text-decoration	: underline;
}

.sl_badge_120 .online
{
	width			: 100%;
	text-align		: center;
	font-family		: arial,sans-serif;
	font-style		: italic;
	font-weight		: bold;
	font-size		: 12px;
	color			: rgb(148,0,37);
}

.sl_badge_120 .visit
{
	text-align		: center;
	font-size		: 10px;
}

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
#header .contact
{
    text-shadow     : -2px 2px 5px #000000;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
