
/* CSS Document */

body {
	font: 1em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	background: #fff url(images/background.png) no-repeat top center;
	line-height: 1;
	width: 100%;
	height: 100%;
}

body.studentesca { background-image: none; }

body.studentesca .container  { margin: 8% auto 0; }

html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
 
.container {
	width: 50em;  
	margin: 5% auto 0;
	text-align: center;
 }  
 
a, a:active, a:focus {color: #333;}
 
p {font-size: 70%; } 
 
#main {
	margin:0 auto;
	padding:0;
	height: 100%;
}

/*------header styles-----*/
#header {
	margin:0 auto;
	width: 100%;
}

#logo
{
	position:relative;
	margin: 0;
	float: left;
	padding: 0;
	
	}

h2 {
	color: #999;
	letter-spacing: -3px;
	font-weight: bold;
	line-height: 30px;
	font-size: 125%;
	margin: -16px 0 0 3px;
	float: left;
}

h3 {
	color: #333;
	letter-spacing:1px;
	margin: -2px 0 0;

}

h4 {
	color: #ddd;
	letter-spacing:1px;
	margin: 0;
	font-size: 90%;

}
/*------content styles-----*/

a.tag {
	width: 130px;
	height: 130px;
	background:url(images/tag.png) no-repeat 0 0;
	text-indent: -9999;
	position: absolute;
	top: 10%;
	right: 10%;
}

a.tag span{
	display: none;
}

#content {
	
}

.counter {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	position:relative;	
}

.details {
	padding-top: 30%;
	height:120px;
	margin: 0 auto;
	width: 70%;
}

#sliderwrap { 
	text-align: center; 
	width: 90%; 
	overflow: hidden ;
	position: relative ; 
	height: 110px;
	float: left;
	margin: 0 auto;
}

#slidertext h3 {
	margin-bottom: 2%;
	font-size: 80%;
	letter-spacing: -1px;
}
	
#slidertext p {
	font-weight: normal;
	color: #000;
	padding: 0 25px;
}

a.prev {
	float:left;
	margin-top: 4%;
}
	
a.next {
	float: left;
	margin-top: 4%;
}
	
#slidertext { 
	float: left ; 
	width: 100%;
	overflow: hidden ;
	position: relative;
}

#slidertext li {
overflow: hidden ;
position: relative ; 
width: 100%;
}

#slidertext ul{width: 100%; }
.social
{
	width:100%;
	height:64px;
	display:block;
	margin: 0 auto;
	text-align: center;
	padding-left: 19%;
	}
.social a
{
	display:block;
	width:64px;
	height:64px;
	float:left;
	margin-right:20px;
	}
#slidertext ul li a.twitter
{
	background:url(images/twitter.png) no-repeat scroll 0 0;
	
	}
#slidertext ul li a.myspace
{
	background:url(images/myspace.png) no-repeat scroll 0 0;
	
	}
#slidertext ul li a.facebook
{
	background:url(images/facebook.png) no-repeat scroll 0 0;
	
	}
#slidertext ul li a.youtube
{
	background:url(images/youtube.png) no-repeat scroll 0 0;
	
	}

#subscribeform
{
	margin-top:20px;
}
#subscribeform #email  {
	padding: 5px;
	border: 1px solid #000;
	margin: 0;
	background: #151515;
	width: 50%;
	color: #fff;
}

#email_input{
height:40px;
}

#submit_button {
	text-decoration:none;
	background: #151515;
	border:none;
	padding: 5px;
	cursor:pointer;
	color:#fff;
	border: 1px solid #000;
}


/* jQuery Countdown styles*/

#defaultCountdown { width: 100%; height: 60px; }


.hasCountdown {
	text-align:center;
	color:#E5E5E5;
	}

p.footer { background: #fff;width: 55%;margin: 0 auto; padding: 5px;/*padding-top: 2%; color: #333; */}