/*

Theme Name: Under Construction

Theme URI: Unknown

Description: Wordpress Theme for Under Construction

Author: CCYCP

Author URI: Unknown

Version: 1.0

*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



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 {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-weight: normal;
	
	margin-bottom: 10px;

}

ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;

}







.aligncenter,

div.aligncenter { display: block; margin-left: auto; margin-right: auto;}



.alignleft { float: left;}



.alignright { float: right;}

html {

	/* background-image: url('images/bigbg1.jpg'); */

/* 	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-position: center center; */

	/* background-color: #dd1212 */

}

body {

	/*background-color: white;*/

	/*background-image: url('images/bg.jpg');*/

	/* background: black url('images/bg2014.jpg') repeat-x top center; */
	background: #424242 url('images/bg2014_b.jpg') repeat-x top center;

	/*background: #dd1212 url('images/bg_alt_red.png') repeat-x top left;*/

	

	background-repeat: repeat-x;

	

	/* font-family: Courier New, Courier; */

	font-family: Arial;

	font-size: 16px;

	color: black;

	

	padding: 20px 0px;

}



h1, h2 {

	font-weight: bold;

	font-size: 26px;

	padding-bottom: 25px;

}



p {

	padding-bottom: 20px;

}



#wrapper {

	width: 1009px;

	margin: 0 auto;

	

/* 	padding-top: 20px;

	padding-bottom: 20px; */

	

/* 	-webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);

	-moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 1);

	box-shadow:         0px 0px 30px rgba(50, 50, 50, 1); */

	

	padding: 0px 15px 15px 15px;

	padding-bottom: 3px;

}



#header {

	width: 980px;

	/* height: 177px; */

	height: 197px;

	margin: 0 auto;

	

	/*background-image: url('images/headerwithoutarrow_with_shadow.png');*/
	background-image: url('images/2014 header.png');

	background-repeat: no-repeat;

	

	position: relative;

}



#arrow {

	width: 123px;

	height: 141px;

	position: absolute;

	left: 205px;

	top: 1px;

	

	z-index: 1;

}



#logo {

	display: block;

	width: 339px;

	height: 161px;

	padding: 0px 0 0 15px;

	

	float: left;

	

	position: absolute;

	z-index: 2;

	

	top: 23px;

	left: 19px;

}



#header-text-container {

	float: right;

	/* padding: 15px 15px 0 0; */

	padding: 30px 34px 0 0;

	font-size: 14px;

	

	text-align: right;

}



#header-text-container p {

	padding-bottom: 10px;

}



#nav-container {

	/* width: 969px; */

	width: 1009px;

	height: 53px;

	/* background-image: url('images/navbg.png'); */

	background-image: url('images/navbg2014.png');

	background-repeat: no-repeat;

	text-align: center;

}



#home-nav-and-top-images-container {

	/* width: 969px; */

	width: 1009px;

	height: 248px;

	

	

	

	/* background-image: url('images/navhomebg_with_shadow2.png'); */
	background-image: url('images/navhomebg2014.png');

	background-repeat: no-repeat;

	

	text-align: center;

}





#home-nav, #nav {

	/* width: 940px; */

	display: inline-block;

	/* margin-left: 14px; */

	padding-top: 1px;

	list-style-type: none;

	text-transform: uppercase;

}

#home-nav li, #nav li {

	display: block;

	

	float: left;

}



#home-nav li a, #nav li a, #home-nav li a:visited, #nav li a:visited {

	color: white;

	text-decoration: none;

	font-size: 14px;

	display: block;

	height: 28px;

	padding-top: 11px;

	padding-left: 11px;

	padding-right: 10px;

	

	border-right: 1px solid transparent;

	border-left: 1px solid transparent;

	

	/*-webkit-transition: all .5s ease-out;

	-moz-transition: all .5s ease-out;

	-o-transition: all .5s ease-out;

	transition: all .5s ease-out;*/

	

}

#home-nav li a:hover, #nav li a:hover {

	/*background-image: url('images/navhover.png');

	background-repeat: repeat-x;*/
	background-color: #ff2a2a;

	

	/* border-right: 1px solid red;

	border-left: 1px solid red; */

}

#home-nav li.current_page_item a, #nav li.current_page_item a {



}

#home-nav li.current_page_item a:hover, #nav li.current_page_item a:hover {

	

}



#home-top-images {

	/* margin-left: 35px; */

	margin-left: 55px;

	margin-top: 20px;

}

#home-top-images img {

	padding-right: 8px;

}

#home-top-images a {

	display: block;

	float: left;

}



#content {

	/* width: 940px; */

	width: 980px;

	/*margin: 0 auto;*/

	margin-left: 14px;

	

	background-image: url('images/contentbg2014.png');

	background-repeat: repeat-y;

	

	padding-top: 20px;

	padding-left: 20px;

}

#content img.alignleft {

	margin-right: 27px;

	border: 4px solid #DDD;

}



#content ul {

	list-style-type: disc;

	margin-left: 20px;

	margin-bottom: 20px;

}

#content ol {

	list-style-type: decimal;

}

#content ul li, #content ol li {

	padding-bottom: 5px;

}



#content a, #content a:visited {

	color: red;

}



#disco {

	background-image:url('images/discobg.png');

	background-repeat: no-repeat;

	background-position: bottom left;

}



#home-paper-top {

	width: 604px;

	height: 52px;

	

	background-image: url('images/homepage_content_topbit2014.png');

	background-repeat: no-repeat;
	
	

	

	margin-left: 20px;

	

	float: left;

}

#home-paper {

width: 550px;

/*background-image: url('images/homepage_content_repeater2.png');

background-repeat: repeat-y;*/

background-color: white;

margin-left: 20px;

padding-left: 44px;

padding-right: 10px;



float: left;

}

#home-paper p {
	line-height: 21px;
}

#home-paper h1 {

	padding-bottom: 5px;

}

#footer {

	/* width: 938px; */

	width: 978px;

	/* height: 124px; */

	height: 144px;

	

	padding-top: 12px;

	/* padding-left: 30px; */

	padding-left: 50px;

	

	background-image: url('images/footerbg2014.png');

	background-repeat: no-repeat;

	

	/*margin-top: -13px;*/

	

	position: relative;

	top: -13px;

	left: 0px;

}



#footer-left-content {

	float: left;

	width: 680px;

	

	margin-top: 10px;

	

	color: white;

}



#twit {

	display: block;

	

	float: left;

	

	width: 52px;

	height: 52px;

}

#bookofface {

	display: block;

	float: left;

	

	width: 52px;

	height: 52px;

	

	margin-left: 5px;

}





#nav-footer {

	margin-top: 5px;

	margin-left: 0px;

	list-style-type: none;

	line-height: 10px;

}



#nav-footer li {

	display: block;

	float: left;

	

	padding-left: 5px;

	padding-right: 5px;

	

	border-right: 1px solid white;

}



#footer a, #footer a:visited {

	color: white;

	text-decoration: underline;

}



#footer p {

	margin-left: 5px;

	font-size: 11px;

	padding-top: 2px;

	padding-bottom: 0;

}



#nav-footer li a, #nav-footer li a:visited {

	color: white;

	text-transform: uppercase;

	text-decoration: none;

	

	font-size: 11px;

}



#nav-footer li a:hover {

	text-decoration: underline;

}



#footer-speakers {

	position: absolute;

	

	/* left: 674px; */

	left: 694px;

	top: -75px;

}



#content-left {

	float: left;

	width: 295px;

	

	padding-left: 15px;

	padding-right: 15px;

	

}

#content-left img {

	padding-bottom: 10px;

}



#content-right {

	float: left;

	width: 580px;

	padding-bottom: 204px;

overflow: hidden;

}

#content-right img, #content-right a img {

	/* border: 5px solid white; */

}

#content-right h1 {

	padding-bottom: 25px;

}

#content-right p {

	line-height: 20px;

}



.clear {

	clear: both;

}



#home-sidebar {

	float: left;

	padding-left: 20px;

	width: 276px;
	
	margin-top: -42px;

}

div#home-facebook-container {
	background-color: white;
}

#home-sidebar img.alignleft {

width: 272px;

margin-bottom: 20px;

border: 1px solid black;



}



#home-sidebar img#cck_home_button {

	margin-bottom: 20px;

	margin-top: -37px;

}



div#countdown-container {

	position: absolute;

	left: 229px;

	top: 47px;

	z-index: 5000;

}

div.big-ass-alert-box {

	padding: 20px;

	background-color: black;

	border-radius: 10px;

	border: 2px solid red;

	-webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, .5);

	box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, .5);

	background-color: rgba(0, 0, 0, .85);

}

div.big-ass-alert-box p {

	color: white;

	font-size: 18px;

	font-weight: bold;

	padding: 0 !important;

}

div.big-ass-alert-box a, div.big-ass-alert-box a:visited {

	color: white;

}



div#home-thank-you-box {

	position: relative;

}

div#home-thank-you-box img#home-thank-you-image {

	position: absolute;

	top: 0px;

	left: 197px;

	border: 1px solid black;

}

div#home-thank-you-box p#annoying-home-thank-you-p {

	margin-top: 0px;

	padding-bottom: 0px;

	position: absolute;

	top: -15px;

}

div#content-media {

	padding-left: 20px;

	padding-right: 20px;

}

div#tweetblender-t1 {

	background-color: #EEE;

	padding: 10px 4px 10px 4px;

	margin-bottom: 20px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	width: 264px;

	border: 1px solid black;

}

img#jons-blog-pic {	margin-bottom: 20px;	margin-top: -15px;	border: 1px solid black;}



div#sidebar-twitter-container {

	margin-bottom: 20px;

	background-color: rgba(0, 162, 255, .1);

	border: 1px solid black;

	font-size: 14px;

	padding: 15px 14px;

	

	position: relative;

	

	margin-top: 13px;

}

div#sidebar-twitter-container ul {

	list-style-type: none;

	margin-left: 0px;

}

div#sidebar-twitter-container ul li {

	margin-bottom: 20px;

}



div#sidebar-twitter-container img#sidebar_twit {

	position: absolute;

	

	top: -27px;

	right: -15px;

}







div#sidebar-twitter-container h2 {

	display: none;

}



div#header-countdown {

	position: absolute;

top: 29px;

left: 247px;

color: white;


padding: 5px;

padding-bottom: 0px;

border: 1px solid black;

background-color: #ff2a2a;

list-style-type: none;

}

div#header-countdown h2 {
	padding-bottom: 10px;
	text-align: center;
}



div#bigcalendar1 {

	width: 700px;	margin: 0 auto;

}
div#normal-page-content {	padding: 20px;}
div#home-paper h2 {
	display: inline-block;
}

div#home-images-container {
	margin-top: 20px;
}