/* Supplemental CSS Document - Speaker Extranet */


@font-face {
	font-family: "Futura Bold BT";
	src: url("/wp-content/themes/wvc/fonts/FUTURAB.TTF");
}
body {
	 font-size: small;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #333333;
	 margin: 0px;
	 padding-top: 20px;
	 background: #531500 url(/account/images/bg.gif) repeat;
	 border-top: 5px solid #9d8334;
}
#container {
	
	margin: 0 auto;
	width: 950px;
}
#wrapper { background: #ffffff;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
}
#login-container {
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
}	
a { color: #9d8334; }
.clear { clear: both; }
.float { float: left; }
#header {
	margin: 0 auto;
	width: 950px;
}
#user {
	background: #ffffff;
	padding: 20px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#user #user-logged-in { 
	background: #cccccc; 
	float: left; 
	padding: 5px; 
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#user #logged-in { float: right; }
#user #logged-in a {
	color: #999999;
	font-size: 90%;
}

#left-col {
	float: left;
	padding: 0 20px 20px 20px;
	width: 580px;
}
#left-col h1 {
	color: #9d8334;
	margin: 0;
}
#title-border { border-bottom: 1px solid #cccccc; padding-bottom: 20px; }
#right-col {
	background: url(/account/images/sub-nav-bg.gif) top left no-repeat;
	float: right;
	min-height: 423px;
	padding: 15px;
	width: 285px;
}
#right-col ul {
	margin: 10px 10px;
	padding: 0;
}
#right-col ul li { 
	list-style: none;
}
#subnav ul {
	margin-bottom: 30px;
	padding: 0;
}
#subnav ul li {
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	width: 260px;
}
#subnav ul li a {
	background: url(/account/images/arrow.gif) right no-repeat;
	color: #333333;
	display: block;
	font-size: 80%;
	padding: 7px;
	text-decoration: none;
}
#subnav ul li a:hover {
	background: url(/account/images/arrow-hover.gif) right no-repeat;
	color: #9d8334;
}
#subnav ul li a span {
	font-family: "Futura Md BT", Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-transform: uppercase;
}
#quick-links p {
	color: #9d8334;
	font-family: "Futura Md BT", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
}
#quick-links a {
	color: #666666;
	font-size: 90%;
	text-decoration: none;
}
#quick-links a:hover { color: #9d8334; }
#footer {
	color: #CCCCCC;
	margin: 0 auto;
	width: 950px; 
}
#footer-end {
	background: #ffffff;
	width: 100%;
	height: 10px;
	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

