/* 
========================================
YourStudentCentre.com V2.0 >> Site Layout and Styles
========================================
This CSS cucumber was pickled in July/August 2009 by:
>> Kyle Dutka at See Design
>> www.seedesign.ca | kyle [at] seedesign.ca
------------------------------
For notes see notes.css
------------------------------
*/


/* 
==============================
1.1 General Styles
==============================
*/

html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0px 0 0px 0;
	color: #231F20;
	font-size: 0.75em;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../../images/page_bkg_tile.jpg) top center fixed repeat #4e0000;
	}

.clear_both {
	clear: both;
	}
	
	
p {
	}
	
img.ajax {
	background: none;
	border: none;
	}

/* --- Headers --- */

h1 {
	margin: 2px 0 2px 0;
	font-size: 16px;	
	text-shadow: 0 0 0 #000;
	}

h2 {
	margin: 2px 0 2px 0;
	font-size: 14px;
	text-shadow: 0 0 0 #000;
	}

h3 {
	margin: 2px 0 2px 0;
	font-size: 12px;
	text-shadow: 0 0 0 #000;
	}

h4 {
	margin: 2px 0 2px 0;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0 0 0 #000;
	}

/* --- Other Typography --- */

p.small {
	font-size: 10px;
	}

/* --- Links --- */

a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
	color: #125B87;
	text-decoration: none;
	cursor: pointer;
	}

a:hover {
	border-bottom: 1px dotted #04223A;
	color: #04223A;
	text-decoration: none;
	}

a.link_go {
	padding-right: 20px;
	background: url(../../images/link_go.gif) top right no-repeat;
	}

a.link_go:hover {
	background-position: right -15px;
	}

a.link_return {
	padding-left: 20px;
	background: url(../../images/link_return.gif) top left no-repeat;
	}

a.link_return:hover {
	background-position: left -15px;
	}

a img {
	border-bottom: none;
	}

a.link_external {
	padding-right: 12px;
	background: url(../../images/link_external.gif) top right no-repeat;
	}

a.link_external:hover {
	background-position: right -16px;
	}
	

/*--- Forms ---*/

#pageid_contact input, #pageid_rental input {
	width: 200px;
	height: 15px;
	margin: 0;
	padding: 3px;
	border: 0;
	border-bottom: 1px #CCCCCC solid;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

#pageid_contact input.captcha, #pageid_rental input.captcha {
	width: 50px;
	}

#pageid_contact input.submit, #pageid_rental input.submit {
	width: 110px;
	height: 50px;
	border: 0;
	}

#pageid_contact input.submit:hover, #pageid_rental input.submit:hover {
	cursor: pointer;
	background: #FFCC00;	
	}

#pageid_contact textarea, #pageid_rental textarea {
	width: 200px;
	height: 200px;
	padding: 5px;
	border: 1px #CCCCCC solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#pageid_contact input:focus, #pageid_rental input:focus, #pageid_contact textarea:focus, #pageid_rental textarea:focus {
	background: #F4F4F4;
	}

/* Captcha */

#captch_div {
	color: }

/* --- Tables --- */

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: none;
	}

/* --- Lists --- */

#pageid_rental #main_content ul {
	list-style: none;
	}

#pageid_rental #main_content #column1 li {
	padding: 0 0 10px 20px;
	background: url(../../images/bullet.gif) top left no-repeat;
	}



/* --- Dividers --- */

.divider {
	color: #CCCCCC;
	}

hr {
	height: 2px;
	margin: 0;
	padding: 0;
	border: none;
	color: #F4F4F4;
	background: #F4F4F4;
	}

/* --- Error Box --- */

.error {  
	position: absolute;
	top: 50px;
	min-height: 100px;
	min-width: 100px;
	border: 5px #FF0000 solid;
	background: #FFFFFF;
	z-index:;
	}
	
#error {
	position: absolute;
	top: 100px;
	background: #FFFFFF;
	z-index: 100;
	}
	
.hide {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	}


/* 
==============================
2.1 Structure
==============================
*/

#fade {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	}
	

#page_bkg {
	min-height: 100%;
	width: 100%;
	background: url(../../images/page_bkg.jpg) top center fixed no-repeat;
	padding: 0 0 10px 0;
	}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	/* this will solve the annoying min-height deal - also need to set html and body as below*/
	height: auto;
	min-height: 100%;
	}

/* this will solve it for IE6 */	
* html #container{
	height:100%;
	}

/* 100% that's not working... 
html, body {
	height: 100%;
	}
*/

#mlist {
	display: none;
	}
	
#header {
	float: left;
	width: 400px;
	height: 290px;
	margin: 0 0 20px -40px;
	background: url(../../images/header_bkg.png) bottom right no-repeat;
	}

#main {
	position: relative;
	min-height: 400px;
	/* MIEsitC - Min-Height Fast Hack */
	height: auto !important;
	height: 400px;
	/* End MIEsitC */
	width: 900px;
	margin: 0 10px 0 10px;
	padding: 0;
	background: none;
	}

#main_content {
	padding: 5px 20px 0 20px;
	}

#pageid_calendar #main_content {
	padding: 0 15px 0 15px;
	}

#column1 {
	position: relative;
	float: right;
	width: 500px;
	min-height: 310px;
	/* min-height:500px;
	/* MIESitC 
	height:auto !important;
	height:500px;
	padding: 0; */
	
	}

#column2 {
	position: relative;
	float: left;
	padding: 0 0px 0 0px;
	}
	
#column_both {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	}

#footer {
	clear: both;
	text-align: center;
	}


/* 
==============================
3.1 Header
==============================
*/


#header_content {
	margin: 0 0 0 18px;
	padding: 0 0 0 0px;
	}

/* --- Logo --- */
#logo {
	height: 174px;
	width: 279px;
	margin: 0 0 0 25px;
	text-indent: -5000px;
	/* MIEsitC */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/logo.png');
	}

/* PDwNB */
#logo[id] {
	background: url(../../images/logo.png) top left no-repeat;
	}
	
#nav {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: none;
	}

/* 
==============================
4.1 Navigation: Main
==============================
*/

#nav ul {
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#nav li {
	float: left;
	position: relative;
	border-width: 1px 0;
	}

/* --- PRIMARY --- */

#nav_primary {
	position: relative;
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	}

/* ---- Image Replacement --- */

#nav_primary a {
	position: relative;
	float: left;
	padding-right: 0px;
	text-indent: -7777777px;
	height: 40px !important;
	border: none; 
	}

#nav_primary a:hover {
	background-position: 0 -40px;
	}

#nav_primary a:active {
	background-position: 0 -80px;
	}

/* Individual Items */	
#nav_calendar a {
	width: 137px;
	background: url(../../images/nav_calendar.png) top left no-repeat;
	}

#nav_photos a {
	width: 95px;
	background: url(../../images/nav_photos.png) top left no-repeat;
	}

#nav_deals a {
	width: 115px;
	background: url(../../images/nav_deals.png) top left no-repeat;
	}
	
/* Page Selected */
#pageid_calendar #nav_calendar a, 
#pageid_deals #nav_deals a,
#pageid_photos #nav_photos a, #pageid_photos_galleries #nav_photos a, 
#pageid_photos_album #nav_photos a,  #pageid_photos_photo #nav_photos a {
	background-position: 0 -120px;
	cursor: default;
	}
		
/* --- SECONDARY --- */

#nav_secondary {
	position: relative;
	float: left;
	margin: 0px 0 0 0px;
	padding: 0;
	font-size: 11px;
	}

/* ---- Image Replacement --- */

#nav_secondary a {
	position: relative;
	float: left;
	padding-right: 0px;
	text-indent: -7777777px;
	height: 25px !important;
	border: none; 
	}

#nav_secondary a:hover {
	background-position: 0 -25px;
	}
	
#nav_secondary a:active {
	background-position: 0 -50px;
	}


/* Individual Items */	
#nav_services a {
	width: 74px;
	background: url(../../images/nav_services.png) top left no-repeat;
	}

#nav_rental a {
	width: 84px;
	background: url(../../images/nav_rental.png) top left no-repeat;
	}
	
#nav_policies a {
	width: 73px;
	background: url(../../images/nav_policies.png) top left no-repeat;
	}
	
#nav_contact a {
	width: 73px;
	background: url(../../images/nav_contact.png) top left no-repeat;
	}

#nav_home a {
	width: 52px;
	background: url(../../images/nav_home.png) top left no-repeat;
	}
	
#nav_logout a {
	width: 45px;
	background: url(../../images/nav_logout.png) top left no-repeat;
	}
	

/* Page Selected */
#pageid_services #nav_services a,
#pageid_rental #nav_rental a,
#pageid_policies #nav_policies a,
#pageid_contact #nav_contact a,
#pageid_home #nav_home a {
	background-position: 0 -75px;
	cursor: default;
	}

/* Remove Dividers when Page Selected */

/* Services */
#pageid_services #nav_services a {
	width: 67px;
	}
	
/* Rental */
#pageid_rental #nav_services a {
	width: 67px;
	}
#pageid_rental #nav_rental a{
	width: 80px;
	}

/* Policies */
#pageid_policies #nav_rental a {
	width: 78px;
	}
#pageid_policies #nav_policies a {
	width: 67px;
	}
	
/* Contact */
#pageid_contact #nav_policies a {
	width: 64px;
	}

#pageid_contact #nav_contact a {
	width: 64px;
	}

/* Home */
#pageid_home #nav_contact a {
	width: 65px;
	}


/* 
==============================
5.1 Titles
==============================
*/

h1.title {
	/* text-indent: -7777777px; */
	}

/* --- Home ---

#pageid_home #title_events {
	width: 152px;
	height: 58px;
	background: url("../../images/title_events_latest.gif") top left no-repeat;
	}

#pageid_home #title_photos {
	width: 102px;
	height: 58px;
	background: url("../../images/title_photos_latest.gif") top left no-repeat;
	}

#pageid_home #title_promo {
	width: 103px;
	height: 58px;
	background: url("../../images/title_promos_latest.gif") top left no-repeat;
	}
	
*/

/* --- Other --- 

#title_news {
	width: 90px;
	height: 35px;
	background: url("../../images/title_news.gif") top left no-repeat;
	}

#title_photos {
	width: 103px;
	height: 40px;
	background: url("../../images/title_photos.gif") top left no-repeat;
	}

#title_photos_all {
	width: 103px;
	height: 50px;
	background: url("../../images/title_photos_all.gif") top left no-repeat;
	}

#title_promos {
	width: 253px;
	height: 50px;
	background: url("../../images/title_promos.gif") top left no-repeat;
	}

#title_services {
	width: 153px;
	height: 50px;
	background: url("../../images/title_services.gif") top left no-repeat;
	}

#title_rental {
	width: 293px;
	height: 50px;
	background: url("../../images/title_rental.gif") top left no-repeat;
	}

#title_rental_inquiry {
	width: 203px;
	height: 50px;
	background: url("../../images/title_rental_inquiry.gif") top left no-repeat;
	}

#title_login {
	width: 203px;
	height: 50px;
	background: url("../../images/title_login.gif") top left no-repeat;
	}

#title_staff_site {
	width: 203px;
	height: 50px;
	background: url("../../images/title_staff_site.gif") top left no-repeat;
	}

#title_privacy {
	width: 222px;
	height: 50px;
	background: url("../../images/title_privacy.gif") top left no-repeat;
	}
*/



/* 
==============================
5.1 Content: Home
==============================
*/

/* ---- Structure --- */
/* 
All strucutre (i.e. Headlines, News, etc.)
is defined in the CSS file related to the
respective pod (i.e. /pods/news.css)
*/



/* 
==============================
5.1 Content: Services
==============================
*/

/* --- Nav --- */

#nav_services_all {
	list-style: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-indent: none;
	text-align: left;
	border-bottom: 1px #CCCCCC dotted;
	}

#nav_services_all li {
	display: inline;
	margin-left: 5px;
	list-style: none;
	font-size: 11px;
	text-indent: none;
	}

#nav_services_all li a {
	border-bottom: none;
	}

#nav_services_all li a:hover {
	border-bottom: 0px #FF6600 dotted;
	}

#pageid_services_food #nav_food a, #pageid_services_tuck_shwa #nav_tuck_shwa a,
#pageid_services_tuck_whit #nav_tuck_whit a, #pageid_services_serve_other #nav_serve_other a {
	color: #FF6600;
	font-weight: bold;
	curosr: default;
	}

/* 
==============================
5.1 Content: Policies
==============================
*/

/* 
==============================
5.1 Content: Contact
==============================
*/

/* 
==============================
5.1 Footer
==============================
*/

#footer {
	font-size: 10px;
	}
	
#footer p {
	margin: 0 0 4px 0;
	}

#footer a {
	}

#footer a:hover {
	}

#footer .divider {
	color: #CCCCCC;
	}
	
	
/* 
==============================
5.1 Rouge Campus Ads
==============================
*/


#leader_board a {
	text-decoration: none;
	border-bottom: 0;
	}

#leader_board {
	padding: 15px 0 15px 100px;
	margin: 0;
	
	}

#big_box {
	text-align: right;
	}
	
	
/* 
==============================
sIFR for Titles
==============================
*/
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #main h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
} */


/*
------------------------------------------------------------------------------------------
Your {CREATIVITY} is RESTRICTED [when you think] your creativity is BOUND by your {ABILITY}.
&#1501;&#1465;&#1493;&#1500;&#1464;&#1473;&#1513; 
------------------------------------------------------------------------------------------
*/
