@import "reset.css";
@import "fancybox.css";

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#3e4041;
}
.clear {
	clear:both;
}
#subnav a:hover, a {
	color:#248fb3;
	text-decoration:none;
}
.body a:hover, .excerpt a:hover {
	text-decoration:underline;
}
strong, em {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p {
	margin:10px 0;
}
h1, h2 {
	font-family:Georgia;
	font-size:60px;
	line-height:64px;
	letter-spacing:-1.5px;
}
#wrapper {
	width:940px;
	padding:20px;
	margin:20px auto 200px auto;
}
#header {
	margin-bottom:40px;
	height:78px;
	background-image:url("/images/logo.png");
	background-repeat:no-repeat;
	cursor:pointer;
}
#subnav, #page, #main, #sidebar {
	float:left;
}
#main, #sidebar, #about, #footer {
	border-top:solid 10px #919699;
	padding-top:20px;
}
#subnav, #main {
	width:700px;
	margin-right:40px;
}
#subnav, #sidebar {
	width:200px;
}
#page {
	width:460px;
}
#about, #footer {
	margin-top:40px;
}
h1 {
	margin-bottom:60px;
}
h2 {
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
}
.item h2 {
	padding-top:155px;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}
h2 a {
	color:#ff6043;
}
h3, .readmore {
	font-weight:bold;
	margin-bottom:5px;
}
.timestamp {
	margin-bottom:10px;
}
.item {
	margin:10px 0 20px 0;
}
#sidebar .item {
	color:#919699;
}
#content .item {
	float:left;
	width:220px;
	margin-left:20px;
}
#content.news {
	position:relative;
	left:-20px;
	width:720px;
}
.image {
	line-height:1px;
}
.item .image img {
	position:absolute;
}
.item img {
	opacity:0.935;
}
#about, #footer {
	padding-top:20px;
}
#about .image {
	margin:20px 0;
}
#about {
	font-size:10px;
}
#about a {
	color:#000;
}
#subnav a, #footer a, #footer {
	color:#aab0b2;
}
#subnav a:hover {
	border-bottom:solid 1px #d5d5d5;
}
.copyright {
	margin-top:40px;
}
#subnav a {
	display:block;
	font-weight:bold;
	border-bottom:dotted 1px #d5d5d5;
	padding-bottom:5px;
	margin-bottom:10px;
}
#page {
	line-height:18px;
}
#page .excerpt, #page .image {
	margin-bottom:20px;
}
.excerpt, .body {
	cursor:default;
}
#page .excerpt, #page h3 {
	font-size:14px;
	line-height:22px;
}
#page h3 {
	margin-top:20px;
}
.images {
	margin-top:40px;
	position:relative;
	left:-20px;
	width:480px;
}
.images .image {
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
#videoClip {
	margin-bottom:40px;
}

/* Invitational */
table.participants_list {
	width: 100%;
}

table.participants_list th {
	font-weight: bold;
}
table.participants_list th, table.participants_list td {
	padding: 4px 20px 4px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 1.4em;
}
.invitational p {
	font-size: 1.4em;
	line-height: 1.3;
}
.invitational .intro {
	border-top:solid 10px #919699;
	padding-top: 20px;
}
.invitational .intro .logo {
	float: right;
	margin: 0 0 20px 20px;
}
.invitational .notice {
	padding: 4px 8px;
	background: #ffd;
	border: 1px solid #eec;
	font-size: 1.1em;
	color: #440;
}
.invitational .block {
	border-top:solid 10px #919699;
	padding-bottom: 3em;
}
.invitational .block h2 {
	margin-top: 20px;
}
.invitational .activities {
	background: #eee;
	padding: 10px;
}
.invitational label {
	display: block;
	font-weight: bold;
