/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/
body {
	background:#5e345e url("../images/bg.jpg");
	background-position:49% 0;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
}

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#wrap {
	background:transparent url("../images/wrap_bg.jpg") top center repeat-x;
	background-position:49% 0px;
}

#introduction {
	position:absolute;
	top:245px;
	left:0px;
	color:#fff;
	padding-left: 650px;
	width: 270px;
}

#introduction h2 {
	font-size:21px;
	border-bottom:1px solid #ffffff;
	color:#fff;
	text-transform:uppercase;
}

#introduction p {
	font-size:11px;
}

#introduction p.about_links {
	padding-left:150px;
	float:right;
}

.about_links a {
	color:#fff;
	font-size:11px;
}

#header {
	background:transparent url("../images/header_bg.jpg") top center no-repeat;
	height:377px;
}

#nav {
	margin-left:40px;
	margin-top:20px;
}


#nav li, #nav a {
	display:inline;
	list-style-type: none;
	color:#fff;
	font-size:16px;
	margin-right:10px;
	margin-top:20px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
	list-style:none;
}

.story ul {
	padding-left:20px;
	padding-top:10px;
}

.story ol {
	padding-left:30px;
}

#Home #home_link a, #Location #location_link a, #Events #events_link a, #Guests guests_link a, #Vendors #vendors_link a, #Contact #contact_link a 
{
	border-bottom:2px solid #fff;
}

#nav a:hover {
	border-bottom:2px solid #c0c0c0;
}

.contact_nav {
	margin-left:200px;
}

.registration {
	width:150px;
	height:37px;
	padding-left:26px;
	padding-top:7px;
	position:absolute;
	top:55px;
	left:25px;
	background:transparent url("../images/Register-Button.png") top center no-repeat;
	font-size:17px;
	color:#5e345e;
}

.registration a {
	text-decoration:none;
}

.logoLink a {
	width:370px;
	height:120px;
	position:absolute;
	top:250px;
}

.logoLink p {
	display:none;
}

#container {
	background:#ffffff url("../images/container_bg.jpg") top center no-repeat;
	width:940;
	display: inline;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:50px;
}

.subscribe {
	text-transform: uppercase;
	float:right;
	font-size:14px;
	position:relative;
	left:0px;
	top:35px;
}

.subscribe_daishocast {
	width:200px;
	font-size:12px;
}


#content {
	width: 620px;
}

#content h1, #sidebar h1 {
	font-size:34px;
	text-transform: uppercase;
	width:620;
	border-bottom:1px #5e345e solid;
	margin-bottom:40px;
}

#content h1 {
  margin-top:30px;
}

#content h1 a {
	text-decoration:none;
}

.story {
	margin-bottom:40px;
	width:570px;
}

#content h2 {
	font-size:24px;
}

#sidebar {
	float:left;
	width:270px;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	font-size:12px;
}

#sidebar h1 {
	font-size:24px;
	margin-bottom:20px;
	margin-top:12px;
}

#sidebar h2 {
	font-size:18px;
	width:270px;
	margin-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px #5e345e solid;
}

#sidebar img {
	margin-top:15px;
}

#twitter {
	margin-top:25px;
}

#twitter h1 {
	font-size:18px;	
}

#friends {
	margin-top:20px;
}

#footer {
	background-color:#fff;
	padding-top:30px;
	padding-bottom:40px;
	text-align:center;
}

#footerNav {
	width:600px;
	padding-top:10px;
	border-top:1px solid #505050;
	margin-left:auto;
	margin-right:auto;
}

#footerNav a {
	color:#505050;
	padding-bottom:10px;
}


h1, h2, a {
	color:#5e345e;
	font-weight:normal;
}

p {
	margin:10px 0;
}

.icon {
  width:75px;
  height:75px;
  float:left;
  margin:4px;
  margin-top:7px;
  padding-bottom:3px;
  font-weight:bold;
  font-size:0.9em;
}

.largericon {
	width:100px;
	height:100px;
  float:left;
  margin:4px;
  margin-top:7px;
  padding-bottom:3px;
  font-weight:bold;
  font-size:0.9em;
}

.largericon img {
	border:1px solid #F3E0F2;
}

.alert
{
	font-style:italic;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_12,
#content {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_12{
	width: 940px;
}

.form tr {
	padding-bottom:15px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
