/* CSS Document */
body {
background-color: #fff;
background-image:url(../images/vinny.jpg);
background-attachment:fixed;
background-position:bottom right;
background-repeat:no-repeat;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
}


h1 {
font-variant:small-caps;
font-family: Georgia, Garamond, Times, serif;
font-size: 30px;
font-weight: bold;
letter-spacing: 1px;
color: #B70F06;
padding-top: 25px;
}

h3 {
font-variant:small-caps;
font-family: Georgia, Garamond, Times, serif;
font-size: 16px;
font-weight: bold;
letter-spacing: .05em;
color: #D30C01;
padding-left: 25px;
padding-bottom:2px;
}

h4 {
font: Georgia, Garamond, Times, serif;
font-size: 14px;
letter-spacing: 1px;
color: #333;
text-align: center;
padding-top: 5px;
}

h5 {
color: #B70F06;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 30px;
}

a:link { color: #B70F06; text-decoration: none;}
A:active { color: #B70F06; text-decoration: none;}
A:visited { color: #B70F06; text-decoration: none;}
A:hover { color: #333; text-decoration: none;}

#header {
position: relative;
background-color: #990E07;
background-image:url(images/redbg.jpg);
background-repeat:repeat-x;
margin-top: 20px;
padding-left: 205px;
padding-bottom: 0px;
vertical-align:middle;
}

#nav {
position: relative;
height: 495px;
width: 157px;
background-color: #FDCB35;
margin-top: -250px;
margin-left: 40px;
vertical-align:top;
padding-top: 60px;
}


#content {
position: relative;
width:600px;
height:100%;
margin: -460px 0px 0px 210px;
vertical-align: top;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 50px;
border-left: 1px dotted #333;
}

#content li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
}

#navbottom {
margin-top: 0px;
margin-left: 40px;
width: 157px;
text-align: center;
}

#footer {
width: 100%;
height: 25px;
background-color: #990E07;
color: #F6AE0E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

text-align:center;
padding-top: 5px;
}

.pullquoteLeft {
float: left;
margin: 5px 15px 5px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:center;
vertical-align:middle;
}

.pullquoteRight {
float: right;
margin: 5px 0px 5px 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:center;
}

#training_times {
width: 500px;
border: 1px solid #999999;
}

table#training_times td {
border: 1px solid #ddd;
vertical-align: top;
height: 20px;
}

td#label{
border: 1px solid #E4ABA7;
vertical-align: top;
height: 20px;
text-align:center;
font-weight: bold;
}

td p{
margin:5px;
}

.red {
color: #B70F06;
}

.smalltitle {
font-family: Georgia, Garamond, Times, serif;
font-size: 16px;
font-weight: bold;
color: #B70F06;
padding-top: 15px;
margin-bottom: 10px;
}

table.schedule td {
padding-left: 10px;
padding-bottom: 15px;
}

table.schedule td.team {
padding-bottom: 0 !important;
}

table.schedule td.times {
border-right: 1px solid #666;
text-align:right;
padding-right: 15px;
width: 100px;
font-family: Georgia, Garamond, Times, serif;
font-size: 12px;
letter-spacing: 1px;
color: #B70F06;
vertical-align:top;
}

div.backtotop {
text-align:right;
clear:both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
z-index: 200;
}

//menu styles
#navlist li { list-style-type: none;}
#navcontainer ul {
list-style-type: none;
margin-top: 18px;}
#navlist li a {
font-variant:small-caps;
font-family: Times, serif;
font-size: 17px;
font-weight: 900;
letter-spacing: .08em;
color: #D30C01;
margin-left: -7px;
margin-bottom: 5px;
line-height: 2.3;
}
#navlist li a:hover {
color: #333; text-decoration: none;
}

//form styles

input {
	font-family : Verdana, Helvetica, arial, sans-serif;
	font-size : 11px;
	padding : 5px;
	height: 20px;
	color : #000000;
	background-color : #FFFFFF;
	border-top : 1px solid #ff9900;
	border-left :  1px solid #E4ABA7;
	border-bottom : 1px solid #E4ABA7;
	border-right : 1px solid #E4ABA7;
}

.field {
	font-family : Verdana, Helvetica, arial, sans-serif;
	font-size : 11px;
	padding : 2px;
	color : #000000;
	width: 200px;
	background-color : #FFFFFF;
	border-top : 1px solid #E4ABA7;
	border-left :  1px solid #E4ABA7;
	border-bottom : 1px solid #E4ABA7;
	border-right : 1px solid #E4ABA7;
}

.button{
	font-family : Georgia, Guaramond, Times, serif;
	font-size : 11px;
	font-weight: bold;
	letter-spacing: .05em;
	padding : 2px;
	margin: 10px 3px 3px 3px;
	color : #B70F06;
	background-color : #FFF;
	border-top : 1px solid #B70F06;
	border-left :  1px solid #B70F06;
	border-bottom : 1px solid #B70F06;
	border-right : 1px solid #B70F06;
}

p.success {
	border: 1px solid #006600;
	background-color: #77ea85;
	padding: 2px;
	width: 400px;
}

p.failure {
	border: 1px solid #ac1f1f;
	background-color: #fa9191;
	padding: 2px;
	width: 400px;
}
