.newsDate
{
/*Rounded Corners - Bottom Left and Right*/
-moz-border-radius:0px 0px 5px 5px;
-webkit-border-radius:0px 0px 5px 5px;
border-radius:0px 0px 5px 5px;
}
.newsMonth
{
/*Rounded Corners - Top Left and Right*/
-moz-border-radius:5px 5px 0px 0px;
-webkit-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
}
.navHeader
{
/*Rounded Corners - Top Right and Left*/
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
}
.navFooter,
#minicalendar,
#right #breaking_news,
#newletterSignUp,
.mod_newsmenu,
#left .mod_catalogfeatured,
.websiteLink
{
/*Rounded Corners - Bottom Right and Left*/
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
}
input,
select,
textarea,
.friendButton a,
.directionsButton a,
.clearall,
.submit
{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*Navigation*/

#navRowContainer .active a,
#navRowContainer .active a:link,
#navRowContainer .active a:active,
#navRowContainer li a:hover,
#navRowContainer .trail
{
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top, #ededed 0%, #FEFEFE 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#FEFEFE)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ededed 0%,#FEFEFE 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ededed 0%,#FEFEFE 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ededed 0%,#FEFEFE 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#FEFEFE',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ededed 0%,#FEFEFE 100%); /* W3C */
}

h1,
h1 a,
#main h2,
#main h2 a,
#main h3,
#main h3 a
{
text-shadow: 1px 1px 0px #FFF;
}

.mod_newslist .layout_short,
#main .image_container,
h2.boxed,
.mod_catalogfeatured,
#navcontainer li a,
.mod_newsreader .info,
.mod_eventreader .info,
.submit,
.tl_submit,
.friend,
.mod_login,
.mod_catalogfilter,
.clearall,
.boxed,
.mod_lostPassword,
.mod_eventlist .event,
#tweet ul li
{
border:thin solid rgba(0, 0, 0, 0.1);
}

/*Custom Fonts*/

.mod_personalData legend
{
font-family:'AaarghNormal', Arial, sans-serif;
letter-spacing: 0;
}
.newsDate,
.newsMonth
{
font-family:'DesyrelRegular', Arial, sans-serif;
letter-spacing: 0;
}

#navRowContainer a,
h1,
h1 a,
h2,
h2 a
{
font-family:'OpenSansBold', Arial, sans-serif;
}

h3,
h3 a
{
font-family:'OpenSansSemiBold', Arial, sans-serif;
}