@charset "utf-8";
/* CSS Document */

/*
shadowstate.com Default Style Sheet
v1.0
Last Updated: 2014-08-14
Author: Nicholas Dodson - http://www.shadowstate.com
Twitter: @thenickdodson
*/

/* -----------------------------------*/
/* ---------->>> Font Importants <<<-----------*/
/* -----------------------------------*/

/*@font-face
{
	font-family: m1;
	
	font-style: normal;
	
	src: url(fonts/MuseoSans-100.otf);
}*/

/* -----------------------------------*/
/* ---------->>> INIT CSS <<<-----------*/
/* -----------------------------------*/

html, html a 
{
    -webkit-font-smoothing: antialiased !important; /* Trick Anti-Alias */
	
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html, body
{
	color: #000000;
}

a
{
	color: #007984;
	
	cursor: pointer;
}

a:link 
{ 
	color: #007984; 
}
a:visted 
{ 
	color: #007984; 
}
a:hover 
{ 
	color: #007984; 
}

.clear
{
	clear: both;
	
	height: 1px;
	
	padding: 0px;
	
	margin: 0px;
}

.hidden
{
	display: none;
	
	visibility: hidden;
}

.no_margins
{
	margin: 0px !important;
}

.float_left
{
	float: left;
	
	display: block;
}

.hide_overflow
{
	overflow: hidden;
}

.float_right
{
	float: right;
	
	display: block;
}

.float_center
{
	display: block;
	
	margin: 0px auto;
}

.float_none
{
	float: none !important;
}

.align_left
{
	text-align: left;
}

.align_right
{
	text-align: right;
}

.inline
{
	display: inline !important;
}

.block
{
	display: block;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aaaaaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aaaaaa;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aaaaaa;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aaaaaa;
}

.blur
{
	z-index: 8000;
	
	display: block;
	
	background-color: rgba(0, 0, 0, 0.5);
	
	position: fixed;
	
	left: 0px;
	
	top: 0px;
	
	right: 0px;
	
	bottom: 0px;
	
	cursor: pointer;
}