/* 

	style.css for EDB website
	
	Colours
	=======
	
	Black:			#000000
	Darker Gray:	#222222
	Dark Gray:		#333333
	Gray:			#444444
	Light Gray:		#eeeeee
	Light Blue:		#00c0ff
	Dark Blue:		#0090bf

*/


/* ---------------------------
	General Styles
   --------------------------- */

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

   
/* ---------------------------
	Typography
   --------------------------- */
   
h1, h2, h3 {
	font-weight: 300;
	margin: 0;
	line-height: 45px;
}

h4, h5, h6 {
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 18px;
	margin: 10px 0;
}

h5 {
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
}

p {
	margin: 0 0 10px 0;
	text-align: left;
}
 
p.lead {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
} 
   
   
/* ---------------------------
	Layout
   --------------------------- */

.anotherrow {
	background-color:#888;
}
	
.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
 
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
 
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
 
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.banner_left {
	align: center;
	width: 20%;
	margin-left: 10px;
}

.banner_middle {
	width: 60%
}

.banner_right {
	width: 20%
	padding: 15px;
	
}

.banner_marque {
	margin-left: 10px;
	color: white; 
	font-weight: bold; 
	font-size: x-small;
}

.container {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

header {
	background: #000;
}

#logo {
	display: block;
	padding: 17px 0 16px 5px;
	float: left;
}

#hero {
	background: #ff9900;
	color: #000;
}

#hero-title {
	width: 520px;
	padding: 60px 0 20px 0;
	float: left;
}

#call-to-action {
	margin: 40px 0;
}

#hero-image {
	float: right;
	margin: 60px 0 0;
}

#lead-in {
	margin-bottom: 30px;
}

#content {
	padding: 50px 0;
	background: #fff;
}

#column-content {
	width: 700px;
	float: left;
}

#register {
	padding: 50px 0;
	background: #ff0000;
	color: #000;
	font-weight: bold;
}

#register-content {
	width: 300px;
	float: right;
	padding-right: 50px;
}

#schedule {
	background: #444;
	color: #fff;
	margin-top: 10px;
}

#schedule nav {
	text-align: center;
}

#schedule nav ul {
	padding-left: 40px;
	text-align: left;
}

#schedule nav ul li {
	list-style: none;
}

#wrapper {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background: #ff9900; 
	text-align: left;
	width: 100%;					/* width should be the same as the background image */
	border-right: solid 1px #02092E;
}
	
html>body #wrapper { width: 100%; }


/* ---------------------------
	Sidebar
   --------------------------- */

aside {
	background: #000099;
	width: 160px; /* 220px with 60px of left and right padding */
	color: #fff;
	float: left;
	margin-left: 20px;
	padding: 30px;
	font-size: 12px;
	line-height: 18px;
}

aside .widget {
	margin: 10px 0;
}

aside .widget:nth-child(2) {
	margin-top: 20px;
}

aside .widget h4 {
	font-weight: 200;
	font-size: 20px;
	margin: 0 0 10px;
}

aside .socials a {
	position: relative;
	margin-right: 5px;
}

aside .socials a:hover {
	top: -1px;
}

.reg-aside {
	background: #000099;
	width: 350px; 
	color: #fff;
	float: left;
	padding: 30px 10px 0 20px;
	margin-left: 100px;
	font-size: 12px;
	line-height: 18px;
}

.reg-aside .widget {
	margin: 10px 0;
}

.reg-aside .widget:nth-child(2) {
	margin-top: 10px;
}

.reg-aside .reg-widget p {
	font-weight: 200;
	font-size: 18px;
	margin: 0 0 10px;
}

.reg-aside .reg-widget p a:link {
	color: #000;
}

.reg-aside .reg-widget p a:active {
	color: #000;
}

.reg-aside .reg-widget p a:hover {
	color: #fff;
}

.reg-aside .reg-widget p a:visited {
	color: #fff;
}

/* ---------------------------
	Secondary Call-to-action
   --------------------------- */

#secondary-cta {
	background: #fff;
	padding: 30px 0;
	color: #0000ff;
}

#secondary-cta h4 {
	font-weight: 500;
	font-size: 20px;
	float: left;
	text-align: left; 
}

/* ---------------------------
	Footer
   --------------------------- */

footer {
	background: #444;
	color: #fff;
	padding: 10px 0;
}

footer #copyright {
	width: 400px;
	float: left;
}

footer #updatedate {
	width: 200px;
	float: right;
}

/* --------------------------
   Sticky Footer Styles
   -------------------------- */

html,body {
	height: 100%;
}

#page-wrap {
	min-height: 100%;
/* 	equal to footer height */
	margin-bottom: -230px;
}

#page-wrap:after {
	content: "";
	display: block;
}

#foot-wrap, #page-wrap:after {
	height: 230px;
}



/* ---------------------------
	Navigation
   --------------------------- */

header nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

header nav ul li {
	list-style: none;
	float: left;
}

header nav ul li a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	border-left: solid 1px #333;
}

header nav ul li a:hover {
	background: #ff9900;
}

header nav ul li a:active {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
	   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
}
   

/* ---------------------------
	Buttons
   --------------------------- */

.btn {
	width: auto;
	background: #0090bf;
	border: 1px solid #1e728c;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	
	/* IE7 inline-block fix */
	zoom: 1;
	*display: inline;
	
	margin: 0;
	outline: none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	
	/* Fancy box shadows */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	
	/* CSS3 transitions */
	-webkit-transition: background-color 0.15s ease-in-out;
	   -moz-transition: background-color 0.15s ease-in-out;
	     -o-transition: background-color 0.15s ease-in-out;
	        transition: background-color 0.15s ease-in-out; 
}

.btn:hover {
	color: #fff;
	background-color: #0086b2;
}

.btn:active {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	color: #fff;
}

.btn-large {
	padding: 22px 30px;
	font-size: 24px;
	font-weight: 200;
}

.btn-secondary {
	font-size: 20px;
}

.btn-small {
	font-weight: bold;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.btn-secondary:hover {
	text-decoration: underline;
}

.btn-secondary:active {
	position: relative;
	top: 1px;
}


/* ---------------------------
	Global Styles
   --------------------------- */

input {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

input[type="text"], input[type="email"] {
	position: relative;
	padding: 11px 10px;
	border: solid 1px #ccc;
	width: 220px;
	margin: 0 -5px 0 0;
}

.blue {
	color: blue;
}

.red {
	color: red;
}

.marque {
	margin-left:10px; 
	color:white; 
	font-weight:bold; 
	font-size: small;
	behavior: alternate
	width: 200;
	overflow-x: -webkit-marquee;
	-webkit-marquee-direction: forwards;
	-webkit-marquee-increment: small;
	-webkit-marquee-repetition: 5;
	overflow-x: marquee-line;
	marquee-direction: forward;
	marquee-style: scrool;
	marquee-speed: normal;
	marquee-play-count: 5;
}

.column {
	float: left;
	margin-right: 20px;
}

.column img {
	border: 2px;
}

.four {
	width: 220px;
}

.last {
	margin-right: 0px;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE6/7 (trigger hasLayout) */
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #ff6633; /*darkred border*/
background: orange center center repeat-x;
}

.indentmenu li{
display: inline;
margin: 0;
background-color: #000;
}

.indentmenu li a{
float: left;
color: #000; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #ff9900; /*darkred divider between menu items*/
background: #ff9900 top left repeat-x;
}

.indentmenu li a:visited{
color: #000;
}

.indentmenu li a.selected{
color: #fff !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: #000 center center repeat-x;
}

#videorcd {
	background: #fff url(http://localhost/images/cross-at-sunset.jpg);
	background-size: cover;
	padding: 30px 0; }
