@charset "UTF-8";
/* CSS Document */

/*/////////////Globals///////////*/
body {
	background-color: #222222;
	margin:0;
	color:#aaa;
}
body,td,th {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:1.3;
}
p{
	padding:0 0 10px 0;
	margin:0;
	}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
	}
form, input{
	padding:0;
	margin:0;
	}	


/*/////////////Divs///////////*/
div#shell{
	position:relative;
	width:950px;
	float:left;
	}
div#header{
	min-height:187px;
	width:805px;
	border-bottom:1px solid #000;
	position:relative;
}	
div#main_content{
	margin-top:27px;
}
div#side-bar{
	background-image:url(../images/layout/back-red.gif);
	background-position:top right;
	position:relative;
	width:147px;
	padding:22px;
	padding-left:0;
	text-align:right;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.4;
	padding-top:15px;
	color:#fff;
	min-height:325px;
	padding-bottom:50px;
	float:left;
}
div.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
#info_content, #app_content{
	float:left;
	width:570px;
	overflow:hidden;
	margin-left:90px;
	position:relative;
	
}
div#home_news, div#home_ents{
	background:url(../images/layout/back-yellow.gif);
	width:210px;
	float:right;
	padding:20px;
	color:#000;
	margin-right:30px;
	position:relative;
	min-height:255px
}
div#home_ents{
	background:url(../images/layout/back-blue.gif);
	float:left;
}
div#media_panel{
	float:right;
	margin-top:-10px;
	margin-left:28px;
	margin-right:0;
	margin-bottom:28px;
	width:320px;
	overflow:hidden;
	background:#222;
}

/*/////////////Links///////////*/	
a:link, a:visited, a:hover, a:active{
	color:#fff;
	text-decoration:none;
	position:relative;
	}
a:hover{
	color:#FFDD00;
	}
a:link .hide, a:visited .hide, a:hover .hide, a:visited .active{
	position:absolute;
	left:-25px;
	top:2px;
	display:none;
}
a:hover .hide{
	display:block;
}
a:link .twitter_hide, a:visited .twitter_hide, a:hover .twitter_hide, a:visited .active{
	display:none;
}
a:hover .twitter_hide{
	display:inline-block;
	color:#34CCFF;
	font-size:14px;
	font-weight:bold;
}
div#info_content a:link, div#info_content  a:visited, div#info_content  a:hover, div#info_content  a:active, 
div#home_content a:link, div#home_content  a:visited, div#home_content  a:hover, div#home_content  a:active{
	color:#FFDD00;
	text-decoration:none;
	}
div#info_content  a:hover,
div#home_content  a:hover{
	color:#fff;
	}	
a.officers_link:link, a.officers_link:visited, a.officers_link:hover, a.officers_link:active{
	display:block;
	background:url("http://www.ulsu.ie/images/layout/officers.gif");
	width:95px;
	height:162px;
	float:left;
}
a.officers_link:hover{
	background:url("http://www.ulsu.ie/images/layout/officers-hov11.gif");
}
div#info_content a.ents_link:link, div#info_content a.ents_link:visited, div#info_content a.ents_link:hover, div#info_content a.ents_link:active,
div#info_content a.news_link:link, div#info_content a.news_link:visited, div#info_content a.news_link:hover, div#info_content a.news_link:active{
	display:block;
	color:#006FB7;
	width:248px;
	float:left;
	position:relative;
	border-bottom:1px dotted #006FB7;
}
div#info_content a.news_link:link, div#info_content a.news_link:visited, div#info_content a.news_link:hover, div#info_content a.news_link:active{
	float:right;
	margin-right:30px;
	color:#FFDD00;
	border-bottom:1px dotted #FFDD00
}
div#info_content a.ents_link:hover, div#info_content a.news_link:hover{
	color:#fff;
	border-bottom-style:solid;
}
div#home_content  a.twitter_link:link, div#home_content a.twitter_link:visited, div#home_content a.twitter_link:hover, div#home_content a.twitter_link:active{
	display:block;
	margin:20px 0;
	font-size:1.3em;
	color:#fff;
}
div#home_content a.twitter_link:hover{
	color:#34CCFF;
}
div#home_content  a.ents_home_link:link, div#home_content a.ents_home_link:visited, div#home_content a.ents_home_link:hover, div#home_content a.ents_home_link:active{
	display:block;
	font-weight:bold;
	font-size:2.1em;
}
div#home_content  a.ents_home_link:link img, div#home_content a.ents_home_link:visited img, div#home_content a.ents_home_link:hover img,
div#home_content a.ents_home_link:active img{
	margin-bottom:10px;
}
div#home_content a.ents_home_link:hover{
	color:#fff;
}


div#home_news  a:link, div#home_news a:visited, div#home_news a:hover, div#home_news a:active{
	display:block;font-weight:bold;font-size:2.1em;color:#000;
}
div#home_content  a.news_home_link:link img, div#home_content a.news_home_link:visited img, div#home_content a.news_home_link:hover img,
div#home_content a.news_home_link:active img{
	margin-bottom:10px;
}
div#home_news a.news_home_link:hover, div#home_news a:hover{
	color:#006FB7;
}
a.rss_link:link, a.rss_link:visited, a.rss_link:hover, a.rss_link:active{
	padding-top:5px;
	border-top:1px solid #E17021;
	display:block;
	font-size:.85em;
}
a.rss_link:hover{
	color:#E17021;
}
a.media_file:link, a.media_file:visited, a.media_file:hover, a.media_file:active{
	display:block;
	padding:10px;
	margin:15px 0;
	color:#FFDD00;
	border-top:1px solid #FFDD00;
	border-bottom:1px solid #FFDD00;
}
a.media_file:hover{
	color:#fff;
}
a.accounts:link, a.accounts:visited, a.accounts:hover, a.accounts:active{
	display:block;
	padding:4px;
	color:#FFD800;
	background:#292929;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:12px;
	border-radius:3px;
}
a.accounts:hover{
	color:#fff;
}

/*/////////////Lists///////////*/
ul#nav li{
	margin-bottom:1px;
}
#info_content li{
	list-style:disc inside;
	margin-bottom:5px;
}
/*/////////////Images///////////*/
img#ulsu_logo{
	margin-left:19px;
	margin-top:50px;
}

/*/////////////Fonts///////////*/	
h1, h2{
	margin:15px 0px;
	margin-top:0;
	color:#fff;
	font-weight:normal;
	font-size:1.8em;
	}
h2{
	font-size:1.1em;
	margin-bottom:10px;
}
h3{
	color:#fff;
	font-weight:bold;
	font-size:1.8em;
	padding:0;
	margin:0;
	margin-top:15px;
}
span#officers-tag{
	color:#000;
	position:absolute;
	display:block;
	bottom:-9px;
	right:440px;
	z-index:2;
	font-size:37px;
	font-weight:bold;
	letter-spacing:-2px;
}
.corner_mask{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	background:url("../images/layout/corner-mask.gif");
	width:22px;
	height:22px;
}
.select_mask{
	position:absolute;
	top:1px;
	right:-27px;
	display:block;
	background:url("../images/layout/nav_select.gif");
	width:17px;
	height:21px;
}
.internal_nav_ind{
	position:absolute;
	width:10px;
	bottom:-7px;
	height:4px;
	background:#222;
	left:50%;
	margin-left:-5px
}
.internal_nav_select{
	display:inline-block;
	font-weight:bold;
	position:relative
}
.ents_date_big{
	text-align:center;
	background:#ff0;
	width:auto;
	display:inline-block;
	padding:5px 7px;
	line-height:.9;
	color:#222;
	font-weight:bold;
	position:absolute;
	top:-10px;
	right:-20px
}

/*/////////////Forms///////////*/
form#sizes{
	border-top:1px solid #fff;
	margin:15px 0;
	margin-left:20px;
}
input{
	cursor:hand;
}
input.sizer{
	border:none;
	background:none;
	padding:3px;
	font-size:.70em;
	color:#fff;
	font-weight:bold;
	margin:0;
	margin-left:5px;
	cursor:hand;
}
.sizer:hover{
	color:#fd0;
	cursor:hand;
}

