
@font-face {
	font-family: 'CenturyGothic';
	src: url('assets/fonts/Centurygothic.eot');
	src: local('Century Gothic'), url('assets/fonts/Centurygothic.woff') format('woff'), url('assets/fonts/Centurygothic.ttf') format('truetype'), url('assets/fonts/Centurygothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	background-color: #29377e;

	font-family: "Century Gothic", CenturyGothic, Arial, sans-serif;
	color: #535c59;
	font-size: 16px;
}


.container_12 {
	/* background-color: #f2f2df; */
	
		background-color: #fff;
}

#header {
	position: relative;

}

#nav {
	background-color: #515c8e;
	width: 940px;
	height: 20px;
	margin-bottom: 20px;
}

#nav a { font-size: 14px; }

#nav li a:link, #nav li a:visited {
	display: block;
	text-decoration: none;
	color: #f0f0cd;
}

#nav li a:hover, #nav li a:active {
	color: #666;
	text-decoration: none;
	background-color: #f2f2df;
}

#nav li {
	float: left;
	padding: 0px 10px !important;
	text-align: center;
}

.home-col-left {
	margin-top: 15px;
	text-align: left;
	padding-left: 60px;
	color: #535c59;
}

.home-col-right {
	margin-top: 28px;
	line-height: 130%;
} 

#title {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding-left: 8px;
	line-height: 20px;

}

#subtitle {
	font-size: 16px;
	padding: 0;
	margin-top: 8px;
	margin-left: 52px;
	font-weight: normal;
}

#preorder {
	margin-top: 10px;
	font-size: 14px;

		color: #e86635;
}

#preorder #links {
	padding-left: 20px;
}

.links a { font-weight: normal; }

#preorder a {
	font-size: 13px;
}

#preorder a:hover, #preorder a:active { color: #838bb4; }

#footer-top {
	border-top: 1px solid #999; 
	margin: 10px 10px 4px 10px;
}



.footer {
	font-size: 12px;
	padding-top: 4px;
}

#slideshow { 
	width: 500px;
	height: 410px;
	margin-bottom: 12px;
	text-align: center;
	border-bottom: 1px dotted #999;
}

.caption { 
	width: 500px;
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
}


	
.blog-entry {
	font-size: 13px; 
	line-height: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}



h1 { font-size: 24px; padding: 0px 0px 20px 0px; }

h2 { font-size: 20px; line-height: 24px; font-weight: bold; padding-bottom: 10px; }

h3 {font-size: 16px; line-height: 18px;}

h4 { font-size: 14px; line-height: 24px; padding-bottom: 0px; }

.event-url {padding: 10px  0px;}

a:link, a:visited {font-size: 13px; color: #29377e; }
a:hover, a:active { font-size: 13px; color: #666; }

.event-info {
	font-size: 13px;
	line-height: 16px;
	padding: 12px 0px 12px 0px;
}


.date { color: #666; font-size: 16px; padding: 8px 0px;}

.fb-like {
	padding-top: 10px;
}

#comment-list {
	font-size: 12px;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.comment {
	border-bottom: 1px solid #535c59;
	padding: 10px  0px;
}



#comment-form {
	font-size: 12px;
	border: 1px solid #000;
	padding: 15px;
	background-color: #ddd;
	color: #000;
}

blockquote {
	padding: 0 20px;
	font-size: 90%;
}

.special-box {
	margin: 0 20px;
	border: 2px solid #e66232;
	background-color: #f0f0cd;
	padding: 15px;
}

.grayhead {color: #535c59; font-weight: bold; }

