@charset "UTF-8";
/* CSS Document */

/* Global */

a {
    color:#993300;
	text-decoration:none;
}

a:hover {
    color:#702313;
}

h1 {
    color:#360f03;
}

h2 {
    color:#702313;
}

h3 {
    color:#ffffff;
}

/* Body */

#nym_header {
    background:url(http://youth.ag.org/global/global_images/nym-logolight.png) no-repeat bottom left;
}

#header {
	background:url(../images/site/header.jpg) no-repeat bottom;
}

/* Sidebar */

#site_news {
	background:#702313;
	color:#996600;
}

#site_news a {
    color:#FFFFFF;
}

#site_news a:hover {
    color:#FFCC99;
}

.news_corner {
	background:url(../images/site/corner.jpg) no-repeat right top;
}

/* Resources */

#site_resources {
    border-top:dotted 1px #993300;
}

/* Site Specific */

table tr:nth-child(even) {
    background-color:#CCCCCC;
}

#tournaments {
    width: 310px;
}

.tournaments_head {
    font-size:18px;
	font-weight:lighter;
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#702313;
	margin: 5px;
	margin-bottom: 10px;
	clear:both;
}

/* Calendar */

#Events_Listing h1 {
    font-size:12px;
}

.OSAPIEVENT_OddRow h2 {
    font-size:10px;
    color:#663300;
	font-weight: bold;
}

.OSAPIEVENT_OddRow h3 {
    font-size:10px;
}

.OSAPIEVENT_OddRow h3 a {
    text-decoration:none;
}

.OSAPIEVENT_OddRow h4 {
    font-size:10px;
	font-weight:normal;
}

.OSAPIEVENT_EvenRow h2 {
    font-size:10px;
    color:#663300;
	font-weight: bold;
}

.OSAPIEVENT_EvenRow h3 {
    font-size:10px;
}

.OSAPIEVENT_EvenRow h3 a {
    text-decoration:none;
}

.OSAPIEVENT_EvenRow h4 {
    font-size:10px;
	font-weight:normal;
}

/* Menu */

#menu_site {
    background:#360f03;
}

ul.menu_site li a:hover {
    background:#702313;
}
