/*----------------------------------------------
http://www.happyback.ca
author:		Logistica Systems / Infocus 
date:		06.03.2010
----------------------------------------------- */

/* CSS Reset */
* { margin: 0; padding: 0; }

body {
	background-color: #BACC28;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #eef2c1;
}

img {   /* TheBMRR.css (line 15) */
  border: medium none;
  vertical-align: middle;
  position:relative;
 }

/* HEADER */
#header {
	position:relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(images/mia_header.jpg) no-repeat;
	height: 130px;
	z-index: 3000;
}

/* Mia Doll Flaoting */
#mia-doll	{
	position: absolute;
	left: 48px;
	top: 84px;
	height: 586px;
	width: 184px;	
	background: url(images/mia_figure.png) no-repeat;
	text-indent:-9999px;
}


#logobox a {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height: 120px;
	width: 250px;
	border: 0px dashed #CCC;
	text-indent:-9999px;
	z-index: 1000;

}

/* NAVIGATION */

#nav
{	
		position: absolute;
		z-index: 2000;
	/* see smoothmenu.css */
	
}

/* CONTENT */

/* content home */
#contentwrap {		
	width: 960px;	
	margin: 0 auto;
	background: #FFF url(images/bg_content.jpg) repeat-y center top;
	padding: 15px 0 ;
	
}

#content{
	width: 680px;
	margin: 0 auto;
	border:0px solid blue;
	padding-left:240px;
	overflow:hidden;
}

#contentwrap p.home {
	font: normal 13px Arial,Helvetica,sans-serif;
	color: #333333;
	line-height: 110%;
	padding-bottom: 10px;
}

#contentwrap p {
	font: normal 14px Arial,Helvetica,sans-serif;
	color: #333333;
	line-height: 150%;
	padding-bottom: 10px;
	
}


#pinkline {
	width: 960px;
	margin: 0 auto;
	height: 6px;
	background-color: #ec008c;
}

.clear {
	clear: both;
}


/* FOOTER */
#footer{
	margin: 0 auto;
	height: 193px;
	width: 960px;
	background: url(images/mia_footer_bg.jpg) no-repeat left top;
	padding-top:20px;
	overflow:hidden;
}

#footer_icon{
	margin: 0 auto;
	height: 193px;
	width: 960px;
	background: url(images/mia_footer_bg_icon.jpg) no-repeat left top;
	padding-top:20px;
}

#footerContainer{
	margin: 0 auto;
	width: 660px;
	border:0px solid black;	
	padding-left:240px;
	padding-right:20px;
	position: relative;
	overflow:hidden;
}

#footerContainer p{
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #222;
	line-height: 120%;
	padding-bottom: 10px;
}

#footerContainer p span{
	font: italic 11px Arial,Helvetica,sans-serif;
	line-height: 100%;
}

#footerContainer p.kudos {
	font: normal 15px/125% Georgia, "Times New Roman", Times, serif;
	padding: 0;
}

#footerContainer p.kudos span {
	font: italic 14px/200% Georgia, "Times New Roman", Times, serif;
}

#credits  {
	padding-top:5px;
	margin: 0 auto;
	width: 960px;
}

#credits p {
	padding:0;
	font: normal 8pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font: bold 15pt Arial,Helvetica,sans-serif;
	margin-bottom: .5em;
}

h2 {
	font: bold 11pt Arial,Helvetica,sans-serif;
	color: #ec008c;
	margin-bottom: .2em;
}

.welcome {
	position:relative;
	left:-8px;
	padding-bottom:.7em;
	width:500px;
	border: 0px solid RED;
}


.whatsnew {
	position:relative;
	left:-8px;
	padding-bottom:.3em;		
}

#contentwrap p.news_text {
	font-size:12px;
	color: #222;
	font-weight:bold;
}

.home-photo {
	width:245px;
	float:right;
	border:0px solid RED;
	padding: 0 20px 0 20px;	
	position:relative;
	top:-15px;
}

.pic_white_space {
	padding-bottom: .5em;

}

.news-photo {
	width:152px; 
	float:left;
	padding-right:20px;
}


.coursetable td{
	padding: 3px;
	font: normal 13px Arial,Helvetica,sans-serif;
}

/* Gallery Boxes */
.gbox {
	float:left;
	width:225px;
	margin-bottom: 15px;	
	border: 0px solid BLUE;
}


/* Lists */

.list{ margin-left:2em; margin-bottom: .9em; }

.list li {list-style-image: url(/images/arrow-bullet.gif);
	padding-bottom:.2em; 
	font: 14px Arial, Helvetica, sans-serif;
}


/* Generic Link */
a.link			{font-size: 14px; text-decoration: underline;}
a.link:link		{color: #000066; text-decoration: underline;}
a.link:visited	{color: #000066; text-decoration: underline;}
a.link:hover	{color: #ec008c; text-decoration: none;}

/* Generic Link 2 */
a.link2			{font-size: 12px; text-decoration: underline;}
a.link2:link		{color: #000; text-decoration: underline;}
a.link2:visited	{color: #000; text-decoration: underline;}
a.link2:hover	{color: #019EEC; text-decoration: none;}


/* Mini Navigation */
.mini-nav {
		font: bold 12px Arial,Helvetica,sans-serif;
		color: #ec008c;
		padding: .5em 0 1.5em 0;
}


.mini-nav a			{font-size: 12px; text-decoration: none;}
.mini-nav a:link	{color: #000000; text-decoration: none;}
.mini-nav a:visited	{color: #000000; text-decoration: none;}
.mini-nav a:hover	{color: #ec008c; text-decoration: none;}

/* Credits */
a.logistica				{color: #333333; font: normal 8pt "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none;}
a.logistica:link		{color: #333333;}
a.logistica:visited		{color: #333333;}
a.logistica:hover		{color: #019EEC; text-decoration: underline; font-weight: normal; }




/*css3 Box */

.rounded_box {
	background-color:#e5e5e5; padding:20px;
	border: 1px solid #ccc;		
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fcfcfc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#E8E8E8));
	background: -webkit-linear-gradient(#fcfcfc, #E8E8E8);
	background: -moz-linear-gradient(#fcfcfc, #E8E8E8);
	background: -ms-linear-gradient(#fcfcfc, #E8E8E8);
	background: -o-linear-gradient(#fcfcfc, #E8E8E8);
	background: linear-gradient(#fcfcfc, #E8E8E8);
	-pie-background: linear-gradient(#fcfcfc, #E8E8E8);
	behavior: url(/PIE.htc);

}

.width_500 {

	width:500px;
}

.width_300 {

	width:300px;
}

.width_200 {

	width:200px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}




/* HOME BUTTONS*/
a.buttonTRANS { background:url(images/homebutt_transform.jpg) repeat 0px 0px; width: 200px; height: 150px; display: block; float:left; margin-right:15px;}
a.buttonTRANS span { display: none; }
a.buttonTRANS:hover { background: url(images/homebutt_transform.jpg) repeat 0px -150px; }


a.buttonCLASS { background:url(images/homebutt_classes.jpg) repeat 0px 0px; width: 200px; height: 150px; display: block; float:left; margin-right:15px;}
a.buttonCLASS span { display: none; }
a.buttonCLASS:hover { background: url(images/homebutt_classes.jpg) repeat 0px -150px; }


a.buttonSHED { background:url(images/homebutt_schedule.jpg) repeat 0px 0px; width: 200px; height: 150px; display: block; float:left; margin-right:15px;}
a.buttonSHED span { display: none; }
a.buttonSHED:hover { background: url(images/homebutt_schedule.jpg) repeat 0px -150px; }



/* Content Seperator  */

/* CONTENT SEPERATORS */
.ContentSeperator
{
    height: 1px;
    width: 650px;
    clear: both;
    background-color: #e5e5e5;
    margin: 10px 0 15px 0 ;
}

/* Jquery Cycle Slideshow   */

div#slideshow {
	width: 650px; 
	height: 375px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
	float:left;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px 0; /*spacing above & below slide block */
	padding: 0;
}

div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 180px; z-index: 15;
}

div#slideshow ul#nav li#prev {
	float: left; margin: 0 0 0 20px;
}

div#slideshow ul#nav li#next {
	float: right; margin: 0 20px 0 0;
}

div#slideshow ul#nav li a {
	display: block; width: 40px; height: 40px; text-indent: -9999px;
}
div#slideshow ul#nav li#prev a {
	background: url(slideshow/prev.png);
}
div#slideshow ul#nav li#next a {
	background: url(slideshow/next.png);
}

div#slideshow ul#slides {
	list-style: none;
}
div#slideshow ul#slides li {
	margin: 0 0 20px 0;
}
