/* ----------------------------------------------------------------------------
	BEGIN BASIC STYLES CSS
---------------------------------------------------------------------------- */


body {
		background: #e7e7e7 url(../images/bg.jpg) center  top no-repeat;
		color: #525252;
		/*font-family: Arial, Tahoma, Verdana, "Helvetica Neue", "Neue Helvetica", Helvetica, sans-serif;*/
        font-family: 'PT Sans', sans-serif; 
		font-size: 52%/1.52em;
		margin: 0 0 50px;
		}


/*  LINKS
------------------------------------------------------------*/
a:link, a:visited {
		color: #525252;
		outline: none;
		text-decoration: none;
		}
a:hover { color: #a80000; text-decoration: none; }


/*  SELECTIONS
------------------------------------------------------------*/
::-moz-selection {
		background:#DA4040;
		color:#FFF;
		text-shadow: none;
		}
::selection {
		background:#DA4040;
		color:#FFF;
		text-shadow: none;
		}


/*  HEADLINES
------------------------------------------------------------*/
h1 { font-size: 2.52em; }
h2 { font-size: 1.952em; } 
h3 { font-size: 1.652em; }
h5 { font-size: 1.252em; } 
h6 { font-size: 1.52em; }


/*  SELF-CLEAR FLOATS
------------------------------------------------------------*/
.clear:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
.clear { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block ; }
/* End hide from IE-mac */


/* Progess Bar */

progress {
/* Positioning */
position: fixed;
left: 0;
top: 0;
z-index:  10;

/* Dimensions */
width: 100%;
height: 5px;

/* Reset the appearance */
-webkit-appearance: none;
 -moz-appearance: none;
      appearance: none;

/* Get rid of the default border in Firefox/Opera. */
border: none;

/* Progress bar container for Firefox/IE10+ */
background-color: transparent;

/* Progress bar value for IE10+ */
color: #a81920;
}

progress::-webkit-progress-bar {
background-color: transparent;
}

progress::-webkit-progress-value {
background-color: #a81920;
}

progress::-moz-progress-bar {
background-color: #a81920;
-webkit-box-shadow: 1px 0 2px 0 #FFFFFF;
box-shadow: 1px 0 2px 0 #FFFFFF;
}