
/*  =INFO
---------------------------------------------------
Site Name: Midwest Student Advertising Summit 2010
Site URI: www.ad2sas.org
Description: Event website for advertising students and professionals to network.
Version: 2.0
Author: Alison Stump
Author URI: www.ailea-studio.com
*/

/*  =SET FONT STYLES
---------------------------------------------------*/
@font-face {  
 	font-family: "gothicHeavy";  
  	src: url( ../fonts/SerifGothicStd-Heavy.eot); /* IE */  
  	src: local("SerifGothicStd-Heavy"), url( ../fonts/SerifGothicStd-Heavy.ttf ) format("truetype"); /* non-IE */  
} 

@font-face {  
 	font-family: "gothicLt";  
  	src: url( ../fonts/SerifGothicStd-Light.eot); /* IE */  
  	src: local("SerifGothicStd-Light"), url( ../fonts/SerifGothicStd-Light.ttf ) format("truetype"); /* non-IE */  
}  

@font-face {  
 	font-family: "avantBold";  
  	src: url( ../fonts/ITCAvantGardeStd-Bold.eot); /* IE */  
  	src: local("ITCAvantGardeStd-Bold"), url( ../fonts/ITCAvantGardeStd-Bold.ttf ) format("truetype"); /* non-IE */  
}

@font-face {  
 	font-family: "avant";  
  	src: url( ../fonts/ITCAvantGardeStd-Md.eot); /* IE */  
  	src: local("ITCAvantGardeStd-Md"), url( ../fonts/ITCAvantGardeStd-Md.ttf ) format("truetype"); /* non-IE */  
}



/*  =RESET STYLES
---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
		
	
/*  =COLORS
---------------------------------------------------
	Body Background: #008752 / RGB ( 0, 135, 82 )
	Main Text: #333333 / RGB ( 51, 51, 51 )
	Links: #008752 / RGB ( 0, 135, 82 )
*/


/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */ 
html, body { height: 100%; }
* { margin:0; padding:0; } 

body {
	font-family:"avant",Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #008752 url(../images/backgroundNumbers.gif) center top repeat-y;
	color: #000000;
}

strong {
	font-family: "avantBold",Arial, Helvetica, sans-serif;
	font-weight: normal;
}
 
a, a:active { text-decoration: none; outline: none; } 

a:link {
	color:  #008752;
}


a:visited {
	color: #006A44;
}
 
a:hover, a:active {
	color: #000;
	text-decoration: none;
}


.active a, .active a:visited{color: #000;}

h1 a:link, h1 a:visited{
	color: #000000;
}
 
h1 {
	font-size:60px;
	margin:25px 10px;
	font-weight: bold;
	letter-spacing: .2em;
}
 
h2 {
	color: #ccc; 
	font-size: 24px;
}

	#spot h2{
		color: #fff; 
		margin: 35px 10px; 
		font-size: 23px;
	}
 
h3 {
	padding: 40px 0px 10px 10px;
	color: #006A44;
	font-size: 18px;
	font-weight: bold;
}
 
h4 {
	color: #333; 
	margin: 16px 0 5px 0px;
	font-size: 14px;
	padding: 0px 9px;
	font-weight: bold;
}
 
h5{
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	color:#333333;
	border-top: 1px solid #666;
	padding-top: 10px;
	font-size: 13px;
}
 
ol {
	list-style-type: ;
}
 
ul {
	list-style-type: ;
}
 
li {
	margin: ;
}
 
blockquote {}

p{ padding: 10px;  line-height: 1.5em;}

ol{ 
	list-style: decimal;
	margin: 10px 25px;
}
	ol li{
		margin-bottom: 15px;
	}

/*  = Body Container
-------------------------------------------------------------- */
 
#bodycontainer {
	width:100%;
	background: url(../images/bg.png) center top repeat-x; 
	padding-top: 10px;
	min-width: 950px;
	}
	
#wrapper {
	margin:0 auto;
	width:940px;
	/*height: 100%;*/
}

body > #wrapper {/*height: auto; min-height: 100%;*/}



#container {
	margin: 0 auto;
	width:640px;
}


/*  =HEADER
-------------------------------------------------------------- */
 
#header{
	/*background:transparent url(/img/pages/home/bg-messageborder-top.png) no-repeat scroll center bottom;*/
	height:280px !important;
}

#header img{
	margin-right: 5px;
}

.adfedLogo{
	 float:right;
	 margin: -9px 0px 0px 0px;
}

/*  =NAVIGATION
-------------------------------------------------------------- */

ul#nav {
	text-align:left;
	font-size: 14px;
	
}
ul#nav li{
    display: -moz-inline-stack; /* FF2 FIX */
    display: inline-block;
   	vertical-align: top;
	zoom: 1;                /* IE FIX */
   	*display: inline;       /* IE Fix */
	_height: 250px;         /* IE Fix */
	padding: 15px 0px 0px 0px;
	text-align: center;
	margin-right: 10px;
	min-width: 20px;
	
}
	
	.active{
		background: url(../images/downArrow.gif) no-repeat center top;
	}
	
	ul#nav li:hover{
		background: url(../images/downArrow.gif) no-repeat center top;
	}

		
	
/*  =CONTENT
-------------------------------------------------------------- */
 
#contentcontainer{
	background:transparent url(../images/bg-pageborder-hr.png) repeat-y scroll 0 0;
}

#pagecontainer{
	margin:0 auto;
	width:620px;
}

#spot{
	position:absolute; 
	margin-left:520px;
	margin-top:-50px; 
	background: url(../images/circle.png) top right no-repeat; 
	width: 90px; 
	height: 90px; 
	text-align: center;
}

#homemessage{
	background:#000 /*url(/img/interface/bg-pageborder-top.png) no-repeat scroll center bottom*/;
	padding:30px 30px 10px;
	height: 80px;
}
	#homemessage a{color:#008550; font-size: 16px;}
	
	#homemessage a:hover{
		color: #ccc;
	}

.content{
	background-color:#FFFFFF;
	min-height:450px !important;
	padding:0px 20px 30px;
	width:580px;
	text-align: left;
}

	.content img{ 
		margin-left: 4px;
	}

	.content ul.sponsors li{
		display: -moz-inline-stack; /* FF2 FIX */
    	display: inline-block;
		vertical-align: top;
		margin: 5px;
		zoom: 1;                /* IE FIX */
		*display: inline;       /* IE Fix */
		_height: 250px;         /* IE Fix */
		vertical-align: middle;
	}

/*

#headline{
	position: absolute; 
	z-index: 100; 
	margin: 0 auto; 
	top: 193px; 
	left:300px ; 
	background: url(images/headline.png) no-repeat top left; 
	width: 716px; 
	height:149px;
	color: #fff;
}
 
#content {
	width: 890px;
	margin: 0 auto;
	height: 900px;
	background: url(../images/numbers.png) repeat-y -45px 0px;
	
	position: relative;
}
#content h2 {}
#content h3 {}
#content p {}
	#borderTop{
		background:transparent url(../images/border-top.png) repeat-x center bottom;
		height:10px !important;
		margin: 0 auto;
		width: 640px;
	
	}
	
	#container{
		margin: 0 auto;
		width: 680px;
		background: #fff;
		position: relative;
		top: 0px;
		padding: 150px 0px;
	}
	
		#container img{
			margin-right: 40px;
		}
		
		#container p{
			padding: 40px;	
		}
*/
/*  =SIDEBAR
-------------------------------------------------------------- */
 
#sidebar {}
#sidebar h2 {}
#sidebar ul {}
#sidebar li {}

/*  =FORMS
-------------------------------------------------------------- */
input {}
textarea {}
button {}
 
input:focus {}
textarea:focus {}
button:hover {}

/*  =TABLES
-------------------------------------------------------------- */
 
table {}
tr {}
th {}
td {}

/*  =FOOTER
-------------------------------------------------------------- */

#main { padding-bottom: 150px; }  /* must be same height as the footer */

#footer {
	position: relative;
   	height: 10px;
   	clear:both;
	background: #000000;
	color: #CCCCCC;
	font-size: 10px;
	padding: 30px;
}
	#footer a{
		color: #fff;
	}
	#footer a:hover{
		color: #008752;
	}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */

* html .clearfix { height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

 
/*#footer { 
	position: relative;
	width: 100%;
	background: #000;
	height: 75px;
	margin-top: 100px;
	color: #fff;
	font-size: 14px;
}
#footer h2 {}
#copyright {}
*/


/*  =DEFAULT STYLES
-------------------------------------------------------------- */
 
.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}
 
.center {text-align: center;}
.left {text-align: left; float: left;}
.right {text-align: right; float: right;}
 
.small {font-size: 0.8em;}
.hidden {display: none;}

.blockOut{
	position:relative; 
	left: 0px; 
	width: 100%; 
	background: #A9B0B6; 
	height: 66px;"
}

ul.bullets li{
	list-style-type:circle;
	margin: 10px 25px;
}

ul.list{
	margin-bottom: 30px;
}

ul.list li{
	margin: 10px;	
}
	ul.list .sublinks{
		font-size: 10px;
		padding-left: 20px;
	}
	
	ul.sublinks{
		margin: 0px;
		padding: 0px;
		font-size: 12px;
	}
	
		ul.sublinks li{
			display: inline;
			margin: 0px;
		}

ul.block li{
	width: 135px;
    display: -moz-inline-stack; /* FF2 FIX */
    display: inline-block;
   	vertical-align: top;
	margin: 20px;
	zoom: 1;                /* IE FIX */
   	*display: inline;       /* IE Fix */
	_height: 250px;         /* IE Fix */
	text-align: center;
}
	ul.block img{
		border: 1px solid #333;
	}
	ul.block img:hover{
		 /* Modern Browsers */ opacity: 0.7;
  
		/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
		/* IE 5-7 */ filter: alpha(opacity=70);
	
		/* Netscape */ -moz-opacity: 0.7;
	
		/* Safari 1 */ -khtml-opacity: 0.7;
	}