/*Teenage Life Stylesheet July-Aug 2006
====================================================
CREATED BY:
The Rix Centre: www.therixcentre.org
====================================================*/

html {margin: 0; padding: 0;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.sm_picture{
	padding-right:10px;
}

/*#site_title {
	padding: 10px;
	
	border: 2px solid #000;
	background-color: #FFFFFF;
}*/

a#site_title {
	color: #000000;
}

#title_of_site {
	float: left;
	margin: 10px 0 0 20px;
	font-size: 1.4em;
	display: block;
}


#title {
	
	clear:both;
	width:100%;
	min-height:78px;
	margin:  0;
	padding: 0;
	}
#title:after {
	content:".";
	height: 0;
	clear: both;
	visibility:hidden;
	}
#utilities {
	float:right;
	padding: 15px 30px 0px 0px;
	margin: 0;
	}
#utilities ul {
	display:block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
#utilities li {
	display:inline;
	padding: 0;
	margin: 0;
	}
#utilities a {
	color:#000;
	font-size:90%;
	text-decoration: underline;
	padding: 0 5px 0 5px;
	font-weight:bold;
	letter-spacing: 1px;
	
}
#utilities .separater {
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
}
#teenlife {
	float:left;
	padding: 0;
	margin: 0 15px 0 0;
	}
#topmenu {	
	
	clear:both;
	width: 100%;
	background-color: #d4ddf0;
	border-top: 1px solid #000;
	min-width: 760px;
	min-height:120px;
	padding: 5px 0 5px 0px;
	margin: 0;

}
#topmenu:after {
	content:".";
	height: 0;
	clear: both;
	visibility:hidden;
	}
.button {
	width:100px;
	display: block;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin: 3px 3px 3px 3px;
	text-align:center;
	padding: 0 0 0 0;
	font-size:85%;
}
.button a:link, .button a:visited, .button a:active {
	color:#000000;
	text-decoration:none;
	clear:both;
	font-weight: normal;
}

.button a:hover	{
	display: block;
	background-color: #f1d528;
	color: #000;
}

.button_align {
	width:14%;
	float:left;
	text-align: center;
	}
.button_pic {
	clear:both;
	padding:10px 10px 0px 10px;
	border: none;
	}
a .button_text	{
	display: block;
	text-decoration: underline;
	padding: 0 0 5px 0;
}	

h1 {
	margin: 0px;
	padding: 0px;
}
#breadcrumb {
	clear:both;
	padding:10px 10px 10px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 1em;
}
#breadcrumb .current {
	color:#2f5bb7;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color:#000000;
	font-weight:normal;
	}
#breadcrumb a:hover {
	color:#ff582b;
}
h2 {
	font-size:180%;
	color:#2f5bb7;
	padding: 10px 0 0 25px;
	clear: both;
	margin: 0 0 25px 0;
	font-weight: lighter;
}
.element {
	float: left;
	clear: both;
	border: 1px solid #000000;
	min-height: 85px;
	height:auto;
	width: 90%;
	height: auto;
	margin: 0px 25px 25px 25px;
	padding: 25px 25px 0px 25px;
}

* html .element	{margin: 0 15px 25px 15px;} /* IE margins */

.element:after {
	content:".";
	height: 0px;
	clear: both;
	visibility:hidden;
	}
.element .part {
	float:left;
	padding: 0 25px 20px 0;
	margin: 0 0 0 0px;
	}

.element_text	{
	float: left;
	width: 55%;
	padding: 0 0 10px 10px;
	margin: 0;
}

.section_container	{
	float: left;
	
	width: 100%;
}

.section_text	{
	float: left;
	width: 70%;
	
}

.section	{
	float: left;
	width: 100px;
	height: 120px;
	border: 1px solid black;
	margin: 0 0 10px 25px;
	padding: 0 4px 8px 4px;
	text-align: center;
	font-size: 0.9em;
}



* html .section	{height: 130px; margin: 0 0 0 15px;} /*==fix IE jumping when page is scaled==*/

.section a {
	color: black;
	font-weight: normal;
}

.section a:hover	{
	color: red;
}

.section_desc	{
	float: left;
	clear: right;
	width: 90%;
	min-width: 700px;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	margin: 0 0 15px 25px;
	line-height: 1.5;

}

.section_desc img	{
	float :left;
	padding: 5px 10px 5px 5px;
}

p {
	margin: 0px 10px 10px 0px;
	padding: 0 0 0 0;
	}
#footer {
	width: 100%;
	min-width: 760px;
	clear: both;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0;
	height: 30px;
	background-color: #b0bfe5;
	color: #b0bfe5;
	
}
.no_border {
	border:none;
	margin-left: 10px;
}


/*=======CMS styles========*/

.order	{
	float: right;
	text-align: center;
}


/*=======end of CMS styles-----*/

