/*------------------------------------------------
	Title: 	InnovaFest
	Date:	20/01/2012
	Author: Bharani M
	Author URL: http://dribbble.com/netastica
	Tags: 	fixed width, one column, brown, wood, vintage, technlogy, css3 
	
-------------------------------------------------*/	


/*----------------------BASE--------------------*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


*	{
	padding: 0;
	margin: 0;
	}
	
html	{
	
}

body	{
	font: 16px/1.4 Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background: url("../images/bg.jpg") left top repeat;
	}
	
a:link	{
	color: #201706;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
	outline: none;
	}

a:visited	{
	text-decoration: none;
	}
	
	
.wrapper	{
	width: 960px;
	margin: 0 auto;
	}
	
h4	{
	font-size: 24px;
	font-family: "BebasNeueRegular", Impact, sans-serif;
	}

	
header, section, nav	{
	display:block;
	}
	
/*-------------------HEADER------------------*/
header#top_bar	{
	margin-top: 20px;
	height: 83px;
	background: url("../images/nav_center.png") left top repeat-x;
	border-top-left-radius: 5px;
	position: relative;
	width: 960px;
	overflow: hidden;
	}
	
header#top_bar div.header_center	{
	background: url("../images/nav_left.png") left top no-repeat;
	}
	
header#top_bar div.header_right	{
	position:absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 82px;
	background: url("../images/nav_right.png") left top no-repeat;
	}
	
header#top_bar div.logo_bg	{
	height: 66px;
	width: 218px;
	margin: 5px;
	background: url("../images/logo_bg.png") left top no-repeat;
	background: rgba(255, 255, 255, 0.25);
	border-right: 1px solid rgba(0,0,0,0.6);
	float: left;
	display:block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	}
	
header#top_bar h1#logo	{
	background: url("../images/logo.png") center center no-repeat;
	text-indent: -9999px;
	width: 157px;
	height: 60px;
	padding-left: 45px;
	padding-top: 5px;
	cursor: pointer;
	opacity: 0.8;
	}
	
header#top_bar div.logo_bg:hover	{
	background: rgba(255, 255, 255, 0.15);
	}
	
header#top_bar div.logo_bg:hover h1#logo	{
	opacity: 1;
	}
	
	
	
header#top_bar ul.top_nav	{
	float: left;
	padding-top: 25px;
	padding-left: 15px;
	}
	
header#top_bar ul.top_nav li	{
	list-style-type: none;
	float: left;
	font-family: "Pacifico", script;
	margin: 0 5px;

	}
	
header#top_bar ul.top_nav li a	{
	display: block;
	color: #fbf2df;
	text-shadow: 0 3px 0 #201706;
	font-size: 17px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	padding: 0 3px;
	}
	
header#top_bar ul.top_nav li a:hover	{
	color: #201706;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
	}
	
header#top_bar ul.top_nav li a:active	{
	color: #000;
	}
	
	
/*-------------------BANNER------------------*/

section#banner	{
	background: url("../images/banner_image.jpg") left top no-repeat;
	border: 10px solid #e8e8e8;
	box-shadow: 0 5px 0 #000;
	height: 439px;
	width: 909px;
	margin: 30px 10px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	}
	
section#banner div#banner_noise	{
	height: 439px;
	width: 909px;
	background: url("../images/banner_pattern.png") left top;
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
section#banner p#year	{
	font-family: "BebasNeueRegular", Impact, sans-serif;
	font-size: 450px;
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: -15px;
	position: absolute;
	top: -110px;
	left: 120px;
	}
	
section#banner span.event_date	{
	position: absolute;
	bottom: 110px;
	left: 240px;
	width: 200px;
	background: black;
	font-family: BebasNeueRegular;
	color: white;
	font-size: 28px;
	padding: 0 10px;
	box-shadow: 0 0 5px #000;
	border: 5px solid #201706;
}

section#banner div#countdown	{
	position: absolute;
	bottom: 110px;
	left: 480px;
	width: 165px;
	background: black;
	font-family: BebasNeueRegular;
	color: white;
	font-size: 28px;
	padding: 0 10px;
	box-shadow: 0 0 5px #000;
	border: 5px solid #201706;
	overflow: hidden;
	}
	
section#banner a#watch_video	{
	display: block;
	width: 258px;
	height: 90px;
	background: url(../images/watch_video.png) left top no-repeat;
	opacity: 1;
	text-indent: -9999px;
	position: absolute;
	bottom: 5px;
	left: 330px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
section#banner a#watch_video:hover	{
	opacity: 0.8;
	}
	
	
/*-------------------FLIP--------------------*/

.letter-container{
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
	margin: 20px;
	padding: 40px 10px;
	font-family: 'BebasNeueRegular', Impact, sans-serif;
	position: absolute;
	left: 40px;
	top: 30px;
}
.letter-container h2{
	text-align: center;
}
.letter-container h2 a{
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}


.letter-container h2 .twrap{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 150px;
	line-height: 150px;
	font-size: 150px;
	border: 15px solid #000;
	-webkit-perspective: 400;
	-webkit-box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
}
.letter-container h2 .tbg{
	background: #272727;
	position: absolute;
	color: #f2c200;
	width: 100%;
	height: 100%;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
}
.letter-container h2 .tdown{
	height: 50%;
	top: 50%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	background: #1a1a1a;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.letter-container h2 .tdown span,
.letter-container h2 .tup .tback span{
	display: block;
	margin-top:-60px;
}
.letter-container h2 .tup{
	height: 50%;
	width: 100%;
	position: absolute;
	z-index: 10;
	-webkit-transform-origin: 50% 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
}
.letter-container h2 .tup .tfront,
.letter-container h2 .tup .tback{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	background: #1a1a1a;
}
.letter-container h2 .tup .tback{
	background: #272727;
	color: #f2c200;
}
.csstransforms3d .letter-container h2 .tup .tback{
	-webkit-transform: rotateX(-180deg); 
}
.csstransforms3d .letter-container h2 a .twrap:hover .tup{
	-webkit-transform: rotateX(-180deg);
}

/* For browsers with no 3d transfrom support */
.no-csstransforms3d .letter-container h2 .tup .tback{
	display: none;
}
.no-csstransforms3d .letter-container h2 a .twrap:hover .tup{
	-moz-animation: moveBackUp 0.7s ease-in-out forwards;
}
.no-csstransforms3d .letter-container h2 a .twrap:hover .tdown{
	-moz-animation: moveBackDown 0.7s ease-in-out forwards;
}
@-moz-keyframes moveBackUp {
    0%{ 
		-moz-transform: translateY(0%);
	}
	50%{
		-moz-transform: translateY(-120%);
		z-index: -1;
	}
	100%{
		-moz-transform: translateY(0%);
		z-index: -1;
	}
}
@-moz-keyframes moveBackDown {
    0%{ 
		-moz-transform: translateY(0%);
	}
	50%{
		-moz-transform: translateY(120%);
		z-index: -1;
	}
	100%{
		-moz-transform: translateY(0%);
		z-index: -1;
	}
}

/*------------------UPDATES------------------*/
a#scroll_to_updates	{
	position: fixed;
	color: #fff;
	bottom: 0;
	left: 80px;
	padding: 5px 25px;
	background: rgba(0,0,0,0.7);
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid transparent;
	}
	
a#scroll_to_updates:hover	{
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	
div#online_events	{
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 5px #000000;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    left: 65px;
    padding: 5px 10px;
    position: absolute;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    top: 200px;
	}
	

/*-------------------SHELF-------------------*/

section#shelf	{
	background: url("../images/shelf.jpg") left top repeat-x;
	height: 207px;
	font-family: 'BebasNeueRegular', Impact, sans-serif;
	}

section#shelf ul.schedule	{
	list-style-type: none;
	margin-top: 0;
	padding-top: 15px;
	width: 600px;
	height: 170px;
	overflow: hidden;
	float: left;
	}
	
section#shelf ul.schedule li	{
	float: left;
	font-size: 110px;
	color: #f0c87d;
	text-shadow: 0 5px 0 #201708;
	padding: 0 40px;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	background: url("../images/shelf_divider.jpg") right 30px no-repeat;
	}
	
section#shelf ul.schedule li a	{
	color: #f0c87d;
	text-decoration: none;
	}

section#shelf ul.schedule li span.label	{
	font-size:30px;
	display: block;
	margin-top: -40px;
	text-align: center;
	text-shadow: 0 2px 0 #201708;
	}
	
section#shelf ul.schedule li a:hover {
	color: #fff;
	}

section#shelf ul.schedule li a:hover span.label	{
	color: #fff;
	}
	
section#shelf div#technologies_relived, section#shelf div#technologies_relived_hover	{
	width: 311px;
	height: 170px;
	background: url("../images/technologies_relived.png") left 40px no-repeat;
	text-indent: -9999px;
	float: left;
	}

section#shelf div#technologies_relived_hover	{
	background: url("../images/technologies_relived_hover.png") left 50px no-repeat;
	}
	
/*------------------INNER PAGES---------------*/

body.inner_page section#shelf	{
	background: url("../images/inner_page_shelf.jpg") left top repeat-x;
	height: 126px;
	font-family: 'BebasNeueRegular', Impact, sans-serif;
	}

body.inner_page section#shelf h3	{
	font-size: 70px;
	color: #f0c87d;
	text-shadow: 0 5px 0 #201708;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	padding-top: 20px;
	text-align: center;
	background: url("../images/inner_page_heading_bg.jpg") center 50px repeat-x;
	}
	
body.inner_page section#shelf h3:hover	{
	color: #fff;
	}

	
body.inner_page #content	{
	padding: 50px 0;
	}
	
body.inner_page div.inner_page_bg	{
	background: url("../images/inner_page_bg.jpg") left top no-repeat;
	width: 671px;
	height: 100px;
	margin: 0 auto;
	margin-top: -30px;
	}
	
body.inner_page header#top_bar	{
	padding-bottom: 50px;

	}
	
/*------------------ABOUT PAGE----------------*/
ul.events_list	{
	list-style-type: none;
	width: 100%;
	float: left;
	margin-right: 20px;
	}
	
ul.events_list li	{
	padding: 8px;
	border-bottom: 2px dashed #eee;
	}
	
ul.events_list li:hover	{
	background: #eee;
	border-bottom: 2px solid #ccc;
	}
	
	
div.workshops	{
	background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-top: 30px;
    padding: 10px;
	border: 2px dashed #ccc;
	width: 580px;
	}
	
div.workshops a#learn_more, div.workshops a#register 	{
	font-size: 18px;
	font-family: "Pacifico", script;
	color: #201706;
	background: #dadcc2;
	padding: 3px 15px;
	border-radius: 3px;
	border: 1px solid #8b8d75;
	box-shadow: 0 3px 0 #8b8d75, inset 0 1px 0 #fff;
	display: block;
	float: left;
	margin-right: 20px;
	text-shadow: 0 1px 0 #fff; 
	}
	
div.workshops a#register {
	background: #a6b042;
	border: 1px solid #636a1e;
	box-shadow: 0 3px 0 #636a1e, inset 0 1px 0 #fff;
	}
	
div.workshops a#register:hover	{
	color: #343905;
	}
	
div.workshops a#learn_more:hover	{
	color: #5d4924;
	}
	
div.workshops div.links	{
	width: 330px;
	margin: 20px auto;
	}
	
div.workshops:hover	{
	border: 2px solid #ccc;
	}
	
div.workshops h3	{
	border-bottom: 2px dashed #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
	
body.inner_page	#content div.box{
	margin-top: 0px;
	}
	
body.inner_page	#content div.box h3	{
	margin-bottom: 0;
	}
	
	
/*------------------CONTACT US----------------*/
table.council_members, table.schedule	{
	width: 880px;
	margin: 20px 0;
	border: 2px solid #EEE;
	padding: 10px;
	}
	
table.council_members tr{
	padding: 8px 0;
	border-bottom: 2px dashed #ccc;
	}
	
	
table.council_members tr:nth-child(2n)	{
	background: #eee;
	}
	
table.council_members tr:hover	{
	background: #ddd;
	}
	
table.council_members td	{
	padding: 8px;
	font-size: 20px;
	color: #343434;
	}
	
	
table.schedule tr.first th	{
	background: #eee;
	padding: 10px 0;
	border-bottom: 2px dashed #ddd;
	}
	
table.schedule_inner	{
	padding: 10px;
    text-align: center;
    width: 100%;
	}
	
table.schedule_inner td	{
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	}
	
table.schedule_inner tr:last-child td	{
	border-bottom: none;
	}

table.schedule_inner tr:hover	{
	background: #e8e8e8;
	}
	
/*------------------SPONSORS------------------*/

.view {
   margin: 10px;
   width: 260px;
   float: left;
   border: 10px solid #ccc;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
	width:100%;
	height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   margin-top: 60px;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   margin-top: 20px;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}


/*-----------------WORKSHOPS-----------------*/
ul.workshop_list	{
	list-style-type: none;
	margin-left: 20px;
	width: 860px;
	overflow: hidden;
	color: #343434;
	}
	
ul.workshop_list > li	{
	padding: 10px;
	background: #eee;
	margin-bottom: 20px;
	}
	
ul.workshop_list	> li h4	{
	color: #636363;
	border-bottom: 2px dashed #636363;
	margin-bottom: 10px;
	}
	
ul.workshop_list >	li a.learn_more, ul.workshop_list >	li a.register_now	{
	font-size: 18px;
	font-family: "Pacifico", script;
	color: #201706;
	background: #dadcc2;
	border: 1px solid #8b8d75;
	box-shadow: 0 3px 0 #8b8d75, inset 0 1px 0 #fff;
	padding: 3px 15px;
	border-radius: 3px;
	display: block;
	text-shadow: 0 1px 0 #fff; 
	width: 150px;
	text-align: center;
	margin: 20px 0;
	}
	
ul.workshop_list >	li a.register_now	{
	background: #a6b042;
	border: 1px solid #636a1e;
	box-shadow: 0 3px 0 #636a1e, inset 0 1px 0 #fff;
	}
	
div.additional_info	{
	padding-left: 30px;
	}
	
div.additional_info > ul	{
	padding-left: 50px;
	}
	

	

/*-----------------EVENTS PAGE----------------*/
h3.events_heading	{
	border-bottom: 2px dashed #CCCCCC;
    font-family: "Pacifico",script;
    font-size: 28px;
    line-height: 36px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
    width: 845px;
	text-shadow: 0 1px 0 #fff;
	}
	
h3.events_heading span	{
	font-size: 55px;
	}

.ca-container{
	height: 500px;
    margin-left: 25px;
    margin-right: auto;
    margin-top: 25px;
    position: relative;
    width: 840px;
}
.ca-wrapper{
	width:100%;
	height:96%;
	position:relative;
	background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}
.ca-item{
	position:relative;
	float:left;
	width:280px;
	height:100%;
}
.ca-more{
	background: none repeat scroll 0 0 #CCBDA2;
    bottom: 10px;
    color: #201706;
    font-family: "Pacifico",script;
    font-size: 20px;
    padding: 0 10px;
	padding-bottom: 3px;
    position: absolute;
    right: 0;
    text-align: center;
	text-shadow: 0 1px 1px #fff;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	border: 1px solid #aaa;
}
.image_wrapper {
	width:220px;
	height:189px;
	position:relative;
	margin:0 auto;
	background: #e8e8e8;
	overflow: hidden;
	border-radius: 5px;
	border: 3px dashed #ddd;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.image_wrapper:hover	{
	border: 3px solid #ccc;
	box-shadow: 0 3px 0px #343434;
	}
	
.image_wrapper:hover img	{
	-webkit-transform: scale(1.2) rotate(-10deg);
	-moz-transform: scale(1.3) rotate(-10deg);
	transform: scale(1.3) rotate(-10deg);
	
	}

.image_wrapper img	{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	max-width: 300px;
	}

.ca-item h3{
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom: 0px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item  span.small_desc{
	text-align: left;
	font-size: 14px;
	

}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:470px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:550px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 16px;
    line-height: 24px;
    margin: 10px 15px;
    padding: 10px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'BebasNeueRegular', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
	
/*------------------CONTENT-------------------*/
#content	{
	background: url("../images/wood.jpg") left top repeat-x fixed;
	box-shadow: inset 0 15px 20px rgba(0,0,0,0.5); 
	padding: 70px 0;
	}

	
#content div.inner_content	{
	background: url("../images/content_middle.png") left top repeat-y;
	padding: 30px;
	}
	
#content div.content_top	{
	background: url("../images/content_top.png") left top no-repeat;
	width: 950px;
	height: 20px;
	margin-top: -50px;
	margin-left: -32px;
	}
	
#content div.content_bottom	{
	background: url("../images/content_bottom.png") -2px top no-repeat;
	width: 950px;
	height: 50px;
	}
	
#content div#right_content	{
	width: 615px;
	float: right;
	margin-left: 20px;
	}
	
#content div#right_content h3	{
	font-family: 'BebasNeueRegular', Impact, sans-serif;
	font-size: 30px;
	color: #000;
	}
	
#content div#right_content h3#content_title	{
	text-indent: -9999px;
	background: url("../images/content_header.jpg") left top no-repeat;
	width: 615px;
	height: 100px;
	}
	
#content div#right_content p	{
	font-size: 16px;
    color: #343434;
	line-height: 1.7;
	margin-bottom: 20px;
	}
	
#content div#right_content p.intro, p.workshop_intro	{
	font-size: 20px;
	color: #636363;
	line-height: 1.5;
	margin: 10px 0;
	}
	
p.workshop_intro	{
	padding-left: 20px;
	width: 860px;
	}
	
	

	
/*-------------------SIDEBAR-----------------*/

#content div#sidebar	{
	width: 260px;
	float: left;
	min-height: 400px;
	position: relative;
	}
	
#content div#updates	{
	width: 277px;
	height: 180px;
	background: url("../images/updates.png") left top no-repeat;
	position: absolute;
	top: 5px;
	left: -50px;
	}
	
#content ul.update_text	{
	list-style-type: none;
	padding-left: 48px;
	height: 68px;
	padding-top: 76px;
	width: 210px;
	overflow: hidden;
	}
	
#sidebar ul	{
	list-style-type: none;
	}
	
#sidebar p.ticker-content	{
	padding: 20px;
	margin-top: 50px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	}
	
#sidebar p.ticker-content a	{
	color: #3b5998;
	}
	
	
#content ul.update_text li a	{
	color: #354f72;
	}
	
#content ul.update_text li a:hover	{
	text-decoration: underline;
	color: #000;
	}
	
#content div.box{
	margin-top: 230px;
	}
	
	
	
#content div#sponsors	{
	width: 246px;
	height: 260px;
	position: relative;
	}
	
#content div#sponsors img	{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 220px;
	height: 220px;
	border: 10px solid #ccc;
	border-bottom: 20px solid #ccc;
	box-shadow: 0 3px 0 gray;
	}
	

#content div.box h3, #events h3	{
	font-family: 'BebasNeueRegular', Impact, sans-serif;
	font-size: 30px;
	color: #000;
	}

#content div.box h3 a, #events h3 a	{
	font-family: "Pacifico", script;
	font-size: 22px;
	color: #bbb;
	padding-left: 18px;
	}
	
#events h3 a	{
	padding-left: 0;
	display:block;
	margin-top: -10px;
	margin-left: -5px;
	}
	
#content div.box h3 a:hover, #events h3 a:hover	{
	color: #787878;
	}

	
/*---------------------EVENTS------------------*/
#events	{
	width: 880px;
	float: left;
	min-height: 200px;
	background: url("../images/events_bg.jpg") left top no-repeat;
	margin: 30px 0 0 0;
	position: relative;
	overflow: hidden;
	}
	
#events h3	{
	position: absolute;
	top: 50px;
	left: 30px;
	}
	
#events ul.events_photos	{
	list-style-type: none;
	margin-left: 190px;
	margin-top: 20px;
	}
	
#events ul.events_photos li	{
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0 5px;
	border: 4px solid #bbb;
	background: #DDD;
	float: left;
	border-radius: 3px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: relative;
	}
	
#events ul.events_photos li img	{
	max-width: 180px;
	}
	
#events ul.events_photos li:hover	{
	border: 4px solid #787878;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	}

#events ul.events_photos li span.event_name	{
	display:none;
	position: absolute;
	left: 20px;
	top: 50px;
	padding: 10px;
	background: #000;
	color: #fff;
	}
	
#events ul.events_photos li:hover span.event_name	{
	display:block;
	}
	
	
/*-------------------GALLERY-----------------*/
/* Thumbnail Effects Style */

body.inner_page h3#inner_page_title	{
	font-family: "BebasNeueRegular", Impact, sans-serif;
	font-size: 35px;
	margin-top: 10px;
	margin-left: 20px;
	border-bottom: 2px dashed #CCC;
	width: 864px;
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
.tj_container{
	width:800px;
	height:400px;
	position:relative;
	margin:30px auto;
	float: left;
	margin-left: 15px;
}
.tj_nav{
	position:absolute;
	right:-65px;
	top:50%;
	margin-top:-35px;
	height:70px;
	width:39px;
}
.tj_nav span{
	width:39px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}
.tj_nav span.tj_next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.tj_wrapper ul li{
	float:left;
	list-style-type: none;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	margin:5px;
	background:transparent url(../images/bg_thumb.jpg) no-repeat center center;
}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	opacity:0.7;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;
	/*
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}
.tj_wrapper ul li a img:hover{
	opacity:1.0;
}

.example10 .tj_container{
	height:600px;
}

/*-------------------FOOTER------------------*/
#footer	{
	background: #000;
	background: rgba(0,0,0,0.5);
	margin: 20px 0;
	border: 1px solid gray;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	height: 50px;
	
	-moz-box-shadow: inset 0 0 15px #000;
	-webkit-box-shadow: inset 0 0 15px #000;
	box-shadow: inset 0 0 15px #000;
	
	}
	
#footer p	{
	line-height: 50px;
	color: #f0c87d;
	display: inline;
	text-shadow: 0 1px 1px #000;
	font-size: 14px;
	}
	
#footer p.copyright	{
	padding-left: 20px;
	}
	
#footer p.developed_by	{
	float: right;
	padding-right: 20px;
	}
	
#footer p.developed_by a	{
	color: #fff;
	padding-bottom: 1px;
	border-bottom: 1px dashed #fff;
	font-weight: normal;
	}
	
#footer p.developed_by a:hover	{
	border-bottom: 1px solid #fff;
	}
	
/*-------------------CLEARFIX----------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

	
	
