/* Oncall Interactive
   Last Updated: 09-2011
   Author:  Adam Brown, Chris Marshall
            Oncall Interactive, LLC */

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

}

@font-face {
    font-family: 'ZagRegular';
    src: url('../Fonts/zag_regular-webfont.eot');
    src: url('../Fonts/zag_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/zag_regular-webfont.woff') format('woff'),
         url('../Fonts/zag_regular-webfont.ttf') format('truetype'),
         url('../Fonts/zag_regular-webfont.svg#ZagRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Lay-out*/

html {
	margin: 0;
	padding: 0;
	background: #eee9df url(../images/chicago_bg.jpg) left top;
}

body {
	width: 100%;
	margin: 0 auto;
	font: 10pt/1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
}

/*HTML 5 specific*/
header,section,article,aside,footer{
	display: block;
}

aside{
	float: left;
	
	width: 100%;
	min-height: 584px;
	background: url(../images/circle_bg.png) center top no-repeat;
	margin: 0 0 0px 0;
	
}

section{
	float: left;
	width: 320px;
	/*padding-left: 200px;*/
	margin: 200px 35% 0px 35%;
	
	
}

section h2 {
	font: 14pt EurekaSans-Light,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #ffffff;
	padding-bottom: 0px;
	margin: 0;
}

footer{
	clear:both !important;
	
	height: 25px;
	color:#ffffff ;
	background:#000000;

	
	text-align:center;
	
	/*Opacity*/
	
	filter:alpha(opacity=75); /* msie */  
    -moz-opacity: 0.75; /* firefox 1.0 */  
    -khtml-opacity: 0.75; /* webkit */  
    opacity: 0.75; /* css 3 */
    
    	
	/*Gradient*/
	/*
	background-image: -moz-linear-gradient(top, #ddd3bf, #bcae91); /* FF3.6 */
  	/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd3bf),color-stop(1, #bcae91)); /* Saf4+, Chrome */
    /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91'); /* IE6,IE7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91')"; /* IE8 */

	/*Round corners*/
	/*-moz-border-radius: 12px; /* FF1+ */
  	/*-webkit-border-radius: 12px; /* Saf3+, Chrome */
    /*border-radius: 12px; /* Opera 10.5, IE 9 */

}
/*Headings*/
oncall_title {
	font: 25pt EurekaSans-Light,"Helvetica neue", Arial, sans-serif;
	/*background: url(../images/header-bg.png) center top no-repeat;*/
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 0px ;
	
	/*text-shadow: 1px 1px 2px #fff; */
}

a:link, a:visited {
	font:10pt normal Helvetica,"Helvetica neue", Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
	/*border-bottom: 1px solid #d2543c;*/
}

a:hover {
	border-bottom:1px dotted #ffffff;
}

a img {
	border:none;
}
