/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background:url(../images/bg.jpg) top no-repeat fixed #041032; }

.bodyWrapper { width:960px; margin:auto; }



/* specific link colours for this site */
a         { color: #ed145b; text-decoration: none; }
a:link    { color: #ed145b; text-decoration: none; }
a:visited { color: #ed145b; text-decoration: none; }
a:hover   { color: #949AAB; text-decoration: none; }
a:active  { color: #949AAB; text-decoration: none; }


/*******************/
/* header elements */
/*******************/
#header {  }

#news-ticker {
	background:url(../images/news_bg.gif) repeat-x;
	height:32px;
	position:fixed;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.167em;
	padding-top:6px;
}

#logo {  padding:46px 0 0 26px;  }

#header-content-divide { padding:24px 0 30px 0; }

#side { float:left; width:191px; }

#newsArea { 
	background:url(../images/trans.png);
	margin-top:20px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#787a80;
}

ul#advert { margin:0; padding:0; margin:0 0 0 10px; font-size:	0.917em; }
ul#advert li { margin:0; padding:0; margin-bottom:5px; }
ul#advert li a { }


ul#nav      { margin:0; padding:0 0 0 20px; }
ul#nav li   { margin:0; padding:0;  list-style:none; }

ul#nav li a {
	background: transparent url(../images/nav.png) no-repeat scroll 0 0;
	display: block;
	width: 155px;
}
ul#nav li a { text-indent: -999px; overflow: hidden; }


#nav #nav-applicants > a { height:34px; background-position:     0px 0px; }
#nav #nav-universities > a { height: 34px; background-position:  0px -34px; }
#nav #nav-media > a { height: 34px; background-position: 0px -68px; }
#nav #nav-sponsors > a { height:  34px; background-position: 0px -102px; }
#nav #nav-contact > a { height: 34px; background-position: 0px -136px; }

#nav #nav-applicants > a:hover { background-position:    -155px 0px; }
#nav #nav-universities > a:hover { background-position:  -155px -34px; }
#nav #nav-media > a:hover { background-position: -155px -68px; }
#nav #nav-sponsors > a:hover { background-position: -155px -102px; }
#nav #nav-contact > a:hover { background-position: -155px -136px; }


/********************/
/* content elements */
/********************/

#home {  float:left; width:500px; margin-left:30px; } 
#main {  float:left; width:700px; margin-left:30px; }
#mainUni {  float:left; width:700px; margin-left:30px; }

#rightSide { float:right; width:220px;}

#middle { float:left; width:451px; }

.divide-hoz { background:url(../images/divide_hoz.png) repeat-x top; height:1px; }

ul#list { margin:10px 0 10px 0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:0.917em; }
ul#list li { margin:0; padding:0; list-style:none; }

.logoBox { background-color:fff; width:300px; height:130px;}

.sponsors { background:url(../images/trans.png); padding:10px; margin-bottom:10px; }

.sponsorImage { background:#fff; min-width:150px;}
.sponsorDetails {  padding:5px 5px 5px 10px; min-width:200px;}

ol#numberList { margin:0 0 0 20px; padding:0;}
ol#numberList li { margin:0 0 20px 0; padding:0;}


#press {
	font-size: 1.083em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#press ul {
	font-size: 0.846em;
	font-weight: normal;
	line-height: 1.3em;
	list-style: none;
	margin: 8px 0 16px;
	padding: 0;
}

#press ul li { margin: 10px 0; }
#gallery-container a { float: left; margin-top: 10px; margin-right: 20px; }


.vidLeft  { float: left; width: 300px; }
.vidRight { float: right; width: 390px; }


#news-ticker-real {
	height: 20px;
	overflow: hidden;
	position: relative;
}
#news-ticker-real div {
	position: absolute;
	width: 99999px;
}


/***********/
/* headers */
/***********/
#dynamic-header {
	list-style: none;
	height: 326px; /* change me */
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px; /* change me */
}
#dynamic-header .dynamic-header-image {
	left: 0px;
	position: absolute;
	top: 0px;
}
#dynamic-header #dynamic-header-pagination {
	bottom: 10px;
	cursor: pointer; /* doesn't make sense but the 'links' have a weird transition otherwise */
	position: absolute;
	right: 10px;
	z-index: 1001;
}
#dynamic-header #dynamic-header-pagination span {
	background: #ccc;
	background: rgba(255, 255, 255, 0.8);
	color: #555;
	cursor: pointer;
	padding: 2px 5px;
}
#dynamic-header #dynamic-header-pagination span:hover,
#dynamic-header #dynamic-header-pagination span.dynamic-header-selected {
	background: #aaa;
	background: rgba(255, 255, 255, 0.45);
}

/********/
/* tabs */
/********/
/* non-JS styeles */
.tabcontainer {  }
.tabcontainer .tab {  }
.tabcontainer .tab .tabtitle   {  }
.tabcontainer .tab .tabcontent {  }

/* JS styles */
.tabcontainer.decorated .tabbar {  }
.tabcontainer.decorated .tabbar li {
	background: #e2e2e2;
	color: #333;
	cursor: pointer;
	float: left;
	padding: 5px 10px;
}
.tabcontainer.decorated .tabbar li:hover,
.tabcontainer.decorated .tabbar li.selected {
	background: #d31919;
	color: #fff;
}

.tabcontainer.decorated .tab { border: 4px solid #dbdbdb; padding: 15px 20px; }
.tabcontainer.decorated .tab .tabtitle   {  }
.tabcontainer.decorated .tab .tabcontent {  }


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer { background:url(../images/footer_bg.png) center no-repeat; background-position: 190px 0px; font-family:Arial, Helvetica, sans-serif; color:#787a80; margin-top:19px; }
#footer a { text-decoration: none; } /* for the clevercherry.com link */
#footer a:link { color:#787a80;}
#footer a:visited { color:#787a80;}
#footer a:hover { color:#ed145b;}
#footer a:active  { color:#ed145b;}

ul#footerlist { margin:0; padding:0;}
ul#footerlist li { margin:0; padding:0; list-style:none; }
ul#footerlist li a { color:#787a80;}
ul#footerlist li a:link { color:#787a80;}
ul#footerlist li a:visited { color:#787a80;}
ul#footerlist li a:hover { color:#ed145b;}
ul#footerlist li a:active  { color:#ed145b;}

.footer-sec { float:left; width:160px; padding:0 20px; }

/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */
