html, body {
	background-color: #353535;
	font-size: 12px;
	padding: 0em 1em;
	width: 75em;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, sans-serif;
}

a img {
    border: none;
}

address {
	margin-top: 1em;
	margin-left: 1em;
}

h1 {
	padding: 0px 0px 0.3em 0px;
	margin: 0px 0px 1em 0px;
	font-size: 1.5em;
	color: #AC2218;
	border-bottom: 1px solid gray;
}

h2 {
	font-size: 1.2em;
	color: #AC2218;
	padding-bottom: 0.1em;
	margin-bottom: 0em;
}

h1.center {
	text-align: center;
}

h3 {
    font-size: 1.1em;
}

h4 {
	padding: 0;
	margin: 0;
}

dd > ul {
	margin: 0px;
	padding: 0px;
}

#outerWrapper > * {
	background-color: white;
}

#header {
	padding-top: 7.7em;
	background: url("/uwttc/img/header.jpg") no-repeat top left;
}

#content {
	margin: 3px 0px;
	min-height: 20em;
	padding: 1em;
}

#footer {
	height: 1.7em;
	background: url("/uwttc/img/menubar.png") repeat-x top left;
}

#nav {
	background: url("/uwttc/img/menubar.png") repeat-x top left;
}

#navmenu {
	padding: 0px;
	padding-left: 2em;
	margin: 0px;
	height: 1.7em;
	display: block;
}

#navmenu > li {
	display: inline;
}

#navmenu .current {
	background: url("/uwttc/img/menubar_hover.png") repeat-x top left;
	font-weight: bold;
}

#navmenu a {
	display: block;
	float: left;
	padding: 0.2em 1em 0.2em;
	color: black;
}

#navmenu a:hover {
	background: url("/uwttc/img/menubar_hover.png") repeat-x top left;
}

#navmenu a:visited {
	text-decoration: none;
}

#navmenu a:link {
	text-decoration: none;
}

ul.struct {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.struct li {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

br.clear {
	font-size: 0px;
	height: 0px;
    line-height: 0px;
    display: block;
}

div.column2 > div {
	width: 50%;
	float: left;
}

#content > div.column2 > div {
	width: 35em;
	padding-right: 0em;
}

#content > div.column2 > div:first-child {
	padding-right: 1em;
}

/* page specific */
#uwttcvideo {
	display: block;
	width: 360px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

#clubInfo > dt {
	margin-top: 1em;
	font-size: 1.1em;
}

#clubInfo dt {
	font-weight: bold;
}

#cost dt {
	clear: both;
	float: left;
	width: 3em;
}

#cost dd {
	float: left;
}

#cost p {
	padding-top: 1em;
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a.info {
	color: green;
}

p.info {
	padding: 0.5em 1em;
	background-color: #e0d7b8;
}

.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

#tournament .info > h2:first-child {
    margin-top: 0;
}

#tournament .info dl dt {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

#tournament #signup {
    width: 23em;
    border: 2px solid #CCC;
    padding: 0.5em 1.3em;
}

#tournament #signup dl {
    margin-left: 1em;
}

#tournament #signup dt,
#tournament #signup dd {
    display: inline;
}

.corner-all {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/** video page **/

#vidList {
    margin: 1em;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 12em;
    border: 1px solid #CCC;
}

#vidList ul {
    display: block;
    padding: 0em;
    margin: 0em;
    position: relative;
    list-style-type: none;
}

#vidList ul li {
    list-style-type: none;
    display: block;
    position: relative;
    height: 11em;
    float: left;
    text-align: center;
    margin: 0.5em;
    padding: 0.5em;
}

#vidList ul li a {
    display: block;
}

#vidPlayer {
    width: 640px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    text-align: center;
    border: 1px solid #CCC;
}

#vidTitle {
    text-align: center;
}

iframe.youtube-player {
    border: none;
    width: 100%;
    height: 100%;

    margin-left: auto;
    margin-right: auto;
}
