/* Basic styles for TJCC StingRays */

/* reset basic elements
---------------------------
*/
html,body,form,fieldset {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,p,pre,blockquote,ul,ol,dl,address {
    margin: 1em 0;
    padding: 0;
}
li,dd,blockquote {
    margin-left: 1em;
}
ul,ol {
	margin-left: 1em;
}
dl ul li, ul ul li, dl p {
	font-size: 1em;
}
ul ul {
	margin-top: 6px;
	margin-left: 0;
}
form label {
    cursor: pointer;
}
fieldset {
    border: none;
}
input,select,textarea {
    font-size: 100%;
	font-family: inherit;
}
img {
	border: 0;
}

/* basic styles for color and text
----------------------------------
*/
html {
	font-size:100.01%;
}
body {
	color: #333;
	font-size:1em;
	font-family: "Helvetica Neue",arial,helvetica,sans-serif;
}
p,dd,dt,li {
	font: normal .8125em/1.4 "Helvetica Neue",arial,helvetica,sans-serif; /* 13px base text size */
}
ul li li, ul li li li {
	font-size: 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.125em;
}
h3 {
	font-size: 1em;
}
a:link,a:visited,a:hover,a:active{
	background:transparent;
	outline: none;
	text-decoration: none;
}
a:link{
	color:#369;
}
a:visited{
	color:#669;
}
a:hover{
	color:#06c;
	text-decoration: underline;
}
a:active{
	color:#c99;
}

/* misc
---------------------------
*/
p.access {
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
	text-indent: -99999px;
}
.note {
	font-style: italic;
	color: #666;
}
.count-class {
	color: #999;
}

/* news and events
---------------------------
*/
.post {
	padding-top: 1em;
	border-bottom: 1px solid #dcdee3;
}
.event {
	border-bottom: 1px solid #dcdee3;
}
.event h2 span {
	padding: 1px 6px;
}
.event.alert h2 span {
	background: #ff8000;
	color: #f6f6f6;
}
.event.warning h2 span {
	background: #ff0000;
	color: #f6f6f6;
}
.event.alert h2 span {
	background: #ff8000;
	color: #f6f6f6;
	padding: 1px 6px;
}
h3.title {
	margin-bottom: -4px;
	padding-left: 2px;
	color: #999;
	font-size: .75em;
	font-weight: normal;
	text-transform: uppercase;
}
h2.headline {
	margin: 0;
	padding: 3px 0;
	font-size: 1.5em;
	line-height: 1;
}
ul.attachments {
	margin-top: 1em;
}
ul.attachments li {
	margin: .33em 0;
	list-style: none;
}
ul.attachments li a {
	padding: .5em 0 0 1.5em;
}
.excel a:link, .excel a:visited  {
	background: url(/img/excel.gif) 0 5px no-repeat;
	padding: .5em 0 0 1.75em;
}
.word a:link, .word a:visited {
	background: url(/img/word.gif) 0 5px no-repeat;
	padding: .5em 0 0 1.75em;
}
.pdf a:link, .pdf a:visited {
	background: url(/img/pdf.gif) 0 5px no-repeat;
	padding: .5em 0 0 1.75em;
}
p.postmeta, p.eventmeta {
	margin-top: 0;
	clear: left;
	color: #aaa;
	font-size: .75em;
}
p.eventmeta {
	padding-top: .5em;
}
p.postmeta strong, p.eventmeta strong {
	color: #666;
	font-weight: normal;
}
body.events #primary h1 {
	margin-bottom: .5em;
}
body#single-event #primary h1 {
	margin-bottom: 0;
}
ul.events {
	margin-left: 0;
}
ul.events li {
	background: url(../img/bullet.gif) no-repeat;
	list-style: none;
	margin: .25em 0 .5em 0;
	padding-left: 18px;
	color: #666;
}
ul.events li span {
	color: #222;
}
blockquote {
	background: #fff;
	margin-right: 1em;
	border-left: 10px solid #a2adbc;
}
blockquote p {
	padding: .75em;
}
.event dt, .posts dt {
	margin-top: .5em;
	font-size: .75em;
	font-style: italic;
	color: #666;
}
.event dd, .posts dd {
	color: #000;
}
.event dd p {
	margin-top: 0;
}
.post img, .event img {
	background: #fff;
	padding: .5em;
	width: 434px;
}

/* nav general
---------------------------
*/
#nav h2, #secondary h2 {
	margin-bottom: 0;
	padding-bottom: 2px;
	font-size: .875em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #bcc1c9;
}
#nav ul, #secondary ul, #secondary p {
	margin-top: .25em;
	margin-bottom: 2em;
}
#nav ul ul {
	margin-top: 0;
	margin-bottom: .5em;
}
#secondary h2#affiliates {
	margin-bottom: 1em;
}

/* tables
---------------------------
*/
table.generic {
	width: 450px;
	margin: 0;
	border: 1px solid #eaeaea;
	border-width: 1px 0;
}
table.generic tr th {
	background:#f1f1f1;
	padding: .25em;
	color:#676767;
	text-align: left;
	font-size: .8125em;
}
table.generic tr {
	border-bottom: 1px solid #222;
	margin: 2px 0;
	padding: 2px 0;
}
table.generic tr.even {
	background: #fcfcfc;
}
table.generic tr td {
	background: #fff;
	font-size: .8125em;
	padding: .5em .25em;
}
table.records {
	width: 100%;
	margin: 0;
	border: 1px solid #eaeaea;
	border-top-color: #f1f1f1;
	border-left-color: #f1f1f1;
}
table.records caption {
	width: 100%;
	background: none;
	color: #000;
	padding: .5em;
	font-style: italic;
	font-weight: bold;
}
table.records tr th {
	background:#f1f1f1;
	white-space: normal;
	padding: .5em;
	color:#676767;
	border-top: 1px solid #e9e9e9;
}
table.records tr {
	border-bottom: 1px solid #222;
	margin: 2px 0;
	padding: 2px 0;
}
table.records tr.even {
	background: #fcfcfc;
}
table.records tr.new {
	background: #eaf3d9;
	color: #000;
	border: 1px solid #7cbe57;
}
table.records tr td {
	font-size: .8125em;
	padding:.66em;
}
p.new {
	background: #eaf3d9;
	padding: .5em 1em;
	color: #000;
	border: 1px solid #eaeaea;
	border-width: 1px 0;
}
p.new span {
	padding-right: 1em;
	font-style: italic;
	color: #666;
}
body#saaa-records #primary, body#usa-records #primary, body#usa-short-course #primary, body#usa-long-course #primary {
	float: left;
	padding: 1em 1em 4em;
	width: 616px;
	min-height: 600px;
}
body#saaa-records #secondary, body#usa-records #secondary, body#usa-short-course #secondary, body#usa-long-course #secondary {
	display: none;
}