html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  ============================================================
	START STYLES
	========================================================  */
body {
	background-color: #000;
	color: #d8d8d8;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 18px;
}

hr {
	clear: both;
	visibility: hidden;
	display: block;
}

img.left {
	float: left;
	margin: 13px 12px 8px -20px;
	position: relative;
	clear: both;
}

img.right {
	float: right;
}

a {
	color: #000;
	background-color: #d8d8d8;
	text-decoration: none;
	padding: 1px 5px 2px 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
div.resources ul li a {
	color: #FFF200;
	background-color: transparent;
	text-decoration: none;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
div.resources ul {
	margin-top: 10px;
	margin-left: 5px;
}
a.anchor {
	background-color: transparent;
	text-decoration: none;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
a.semi-subtle {
	color: #d8d8d8;
	background-color: #282828;
}
a.subtle {
	color: #d8d8d8;
	background-color: #000;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px dotted #282828;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
a:hover {
	color: #000;
	background-color: #e3d90b;
}
a#register_now {
	font-size: 150%;
	padding: 5px 9px 6px 9px;
	background-color: #e3d90b;
	-webkit-border-radius: 16px;
	-moz-border-radius: 8px;
}
a#register_now:hover, a#resources:hover {
	background-color: #fb3e00;
}
a#resources {
	font-size: 150%;
	padding: 10px 9px 11px 9px;
	background-color: #e3d90b;
	-webkit-border-top-right-radius: 18px;
-webkit-border-bottom-right-radius: 18px;
-moz-border-radius-topright: 18px;
-moz-border-radius-bottomright: 18px;
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
	display: block;
	text-align: center;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
div#wrapper {
	margin: 0;
	width: 650px;
}

div#header {
	background: url(http://www.rockchurch.com/assets/conf/pastors/header.jpg) no-repeat center top;
	height: 441px;
}
	div#header h1, div#header h2, div#header h3 {
		text-indent: -9999px;
	}
div.coming_soon {
	margin-bottom: 100px;
	display: none;
}
div.content_item {
	margin-top: 25px;
	position: relative;
	background: url(http://www.rockchurch.com/assets/conf/pastors/sprite.jpg) no-repeat 0 0;
	padding: 30px 40px 40px 35px;
	text-align: justify;
	clear: both;
}
	div.content_item h3 {
		text-indent: -9999px;
		height: 31px;
		padding-bottom: 15px;
		background: url(http://www.rockchurch.com/assets/conf/pastors/title_sprite.png) no-repeat 0 0;
	}
	div.content_item h3#message {
		background-position: 0px 0px;
	}
	div.content_item h3#about_rock {
		background-position: 0px -50px;
	}
	div.content_item h3#speakers {
		background-position: 0px -100px;
	}
	div.content_item h3#about_conf {
		background-position: 0px -151px;
	}
	div.content_item h3#schedule {
		background-position: 0px -201px;
	}
	div.content_item h3#register {
		background-position: 0px -302px;
	}
	
	div.content_item > h4 {
		text-transform: uppercase;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		margin-top: 20px;
		margin-bottom: -8px;
		
	}
	div.content_item > h3 + h4 {
		margin-top: 10px;
	}
	
	div.content_item > p {
		margin-top: 10px;
		
	}
		div.content_item > p > strong {
			color: #FFF200;
		}
		
	div.content_item > div#daily_layout {
		width: 650px;
		position: relative;
		margin-bottom: 15px;
		background-color: ;
	}
		
	table {
		width: 181px;
		text-align: left;
		float: left;
		margin-left: 15px;
	}
	div#daily_layout > table:first-child {
		margin-left: 0;
	}
	table th {
		text-transform: uppercase;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid;
	}
	table tr td {
		border-bottom: 1px solid #333;
		padding-bottom: 5px;
	}
	table tr td.time {
		width: 60px;
		color: #FFF200;
		font-size: 11px;
		padding-top: 5px;
	}
	table tr td em {
		color: #a9a9a9;
	}
	td > img {
		margin-top: 15px;
	}
	div#daily_layout + p {
		clear: both;
	}
p#copy {
	padding-top: 50px;
	color: #7f7f7f;
	clear: both;
}
p#copy a {
	background-color: #272727;
	color: #7f7f7f;
}
p#copy a:hover {
	background-color: #868888;
	color: #000;
}

p.hotels {
	width: 250px;
	float: left;
}
p.hotels span {
	font-weight: bold;
}

#turn_wrapper {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#turn_hideme {
	width: 85%;
	height: 85%;
	overflow: hidden;
	display: block;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
}

#turn_object{
	position: relative;
}

#turn_wrapper.right #turn_hideme *,
#turn_wrapper.right #turn_object {
	float: right !important;
}

#turn_wrapper.right #turn_hideme {
	float: right !important;
	right: 0 !important;
	left: auto;
}
#turn_wrapper.right #turn_object {
	right: 0 !important;
	left: auto !important;
}

#turn_wrapper.right {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	right: 0 !important;
}

#turn_wrapper.right #turn_object * {
	position: absolute;
	right: 0 !important;
}

#turn_wrapper #turn_object img#turn_fold {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1000;
	right: 0;
	position: absolute;
}

ol {
	list-style-type: decimal;
	margin: 10px 0 25px 20px;
}

/* the jQuery CSS Framework */
#turn_wrapper .ui-resizable { position: relative;}
#turn_wrapper .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; background-image: url(#none)}
#turn_wrapper .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 0; bottom: 0; }
#turn_wrapper .ui-resizable-sw { cursor: sw-resize; width: 12px; height: 12px; left: 0; bottom: 0; }
