/*
	Name: Alicemara.com Website Style Sheet
	Date: November 2011
	Author: Mick Eadie @ Polemicweb.com
	Description: HTML5 / CSS3 main style sheet
	Author URI: http://polemicweb.com
*/


/* Font-face */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/***** Global *****/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-Y: scroll;
}

.clear {
	clear:both;
}

.hide {
	display:none;
}


/***** Body *******/

body {
	background:#363339;
	color: #c4c2c2;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	line-height: 1.429;
	text-align: left;
}


/* Paragraphs */

p {
	margin:0 0 10px 0;
}

p.trigger, p.nav {
	font-weight: normal;
	text-align:center;
	margin:0;
}

p.trigger a, p.nav a {
	color: #c4c2c2;
	text-decoration: none;
}

p.trigger a:hover, p.nav a:hover { 
	color: #fff; 
}


/* block positioning */

header, #middle {
	width:680px;
	margin:0 auto 30px; auto;
	display:block;
	text-align:center;
}


/* header sub sections */

header img {
	width:680px;
	height:187px;
	margin:50px 0 0 0;
}


/* toggle stuff */

p.active {
	background-position: left bottom;
} 

.toggle_container {
	text-align:left;
	margin: 10px 0 5px 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-top:1px solid #514c52;
}

.toggle_container .block {
	padding: 15px; /*--Padding of Container--*/
}


