/*-----------------------------------------------------------------------------

CSS3 Style Sheet



version:   1.0

author:    Nathan Frerichs

email:     nathan@nathanfrerichs.com

website:   http://www.nathanfrerichs.com

-----------------------------------------------------------------------------*/




/*---------------------------------------------------------

	Rounded Corners

-----------------------------------------------------------*/



/*-----------

   Top Only (left and right)

-----------*/

.article h3,
.article h3 a,
.selected {
	border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
}

input.button,
input.cancel {
	border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
}




/*---------------------------------------------------------

	Box Shadows

----------------------------------------------------------- */


.nav_vertical li a:hover {
	box-shadow: -4px 0px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: -4px 0px 4px rgba(0,0,0,.2);
	-moz-box-shadow: -4px 0px 4px rgba(0,0,0,.2);
	-o-box-shadow: -4px 0px 4px rgba(0,0,0,.2);
}


#upcoming,
#recent,
#articles,
#reports,
h3 a.selected{
	box-shadow: -2px -4px 8px rgba(0,0,0,.2);
	-webkit-box-shadow: -4px -2px 8px rgba(0,0,0,.2);
	-moz-box-shadow: -2px -5px 8px rgba(0,0,0,.2);
	-o-box-shadow: -2px -4px 8px rgba(0,0,0,.2);
}




/*---------------------------------------------------------

	Text Shadows

----------------------------------------------------------- */


.password_success h2 {
	text-shadow: -6px 6px 6px rgba(234,238,241,1);
	-webkit-text-shadow: 4px 4px 8px rgba(234,238,241,1);
}
