
/*
-----------------------------------------------
COLORS

Gray: #6D6E70
Light Gray: #939597
Yellow: #ffed00
Red: #ED1C24
Blue: #004dff
Voilet: #750787  
----------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);

body {
	background: #FFF; 
	font-family: 'Raleway', sans-serif; 
	color: #939597; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align:left;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-size: 14px;
	font-weight:300;
	margin-bottom: 9px; 
	
}

a:link {color:#750787; text-decoration: none; font-weight:500;}
a:visited {text-decoration: none;color:#750787 ; font-weight:500;}
a:hover {text-decoration: underline;color:#ED1C24; font-weight:500;}
a:focus {text-decoration: none;color:#6D6E70; font-weight:500;}
a:active {text-decoration: underline;color:#6D6E70; font-weight:500;}
a img {      border: none;
}

h1, h2, h3, h4, h6 { font-family: 'Raleway', sans-serif;  text-rendering: optimizeLegibility; line-height: 1; letter-spacing: -1px; color:#6D6E70; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }

h1 { font-size: 40px; font-weight:600;  }

h2 { font-size: 25px; font-weight:500; }

h3 { font-size: 18px; font-weight:600; margin-bottom: 0px; }

h4 { font-size: 15px; font-weight:600; margin-bottom: 0px;     
}

h5 { font-size: 16px; color:#FFFFFF; font-weight:600; margin-bottom: 0px; margin-top: 0px  
}


small {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px; 
	color: #808284;
	line-height: 1.5em;
	text-align:center;
	
	}

small a:link {color:#808284; text-decoration: none;}
small a:visited {text-decoration: none;color:#808284;}
small a:hover {text-decoration: underline;color:#999;}
small a:focus {text-decoration: underline;color:#999;}
small a:active {text-decoration: underline;color:#999;}


.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#anchors 	{	
	font-size: 11px;
	padding-right: 15px;
	text-align: left;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 5px; 
	}
#anchors a:link {color:#750787; text-decoration: none;}
#anchors a:visited {text-decoration: none;color:#750787;}
#anchors a:hover {text-decoration: underline;color:#004dff;}
#anchors a:focus {text-decoration: none;color:#004dff;}
#anchors a:active {text-decoration: none;color:#213F99;}

#anchors_news 	{	
	font-size: 11px;
	padding-right: 0px;
	text-align: right;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 0px; 
	}
#anchors_news a:link {color:#FFDD17; text-decoration: none;}
#anchors_news a:visited {text-decoration: none;color:#FFDD17;}
#anchors_news a:hover {text-decoration: underline;color:#FFDD17;}
#anchors_news a:focus {text-decoration: none;color:#FFDD17;}
#anchors_news a:active {text-decoration: none;color:#FFDD17;}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


#contact 	{	
	font-size: 10px;
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	text-align: left;
	color:#FFF;

	}
#contact a:link {color:#CCC; text-decoration: none;}
#contact a:visited {text-decoration: none;color:#FFF;}
#contact a:hover {text-decoration: underline;color:#FFF;}
#contact a:focus {text-decoration: none;color:#FFF;}
#contact a:active {text-decoration: none;color:#FFF;}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 22px;
    border: 0px solid #640673;
    border-radius: 0px;
    background: #bd0bd8;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd0bd8), to(#640673));
    background: -moz-linear-gradient(top, #bd0bd8, #640673);
    background: linear-gradient(to bottom, #bd0bd8, #640673);
    -webkit-box-shadow: #938c94 0px 0px 1px 0px;
    -moz-box-shadow: #938c94 0px 0px 1px 0px;
    box-shadow: #938c94 0px 0px 1px 0px;
    text-shadow: #3b0444 1px 1px 1px;
    font: normal normal bold 11px verdana;
    color: #ffffff;
    text-decoration: none;
}
.button:link, 
.button:visited {text-decoration: none;color:#FFFFFF;}
.button:hover,
.button:focus {
    border: 0px solid #760787;
    background: #e30dff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e30dff), to(#78078a));
    background: -moz-linear-gradient(top, #e30dff, #78078a);
    background: linear-gradient(to bottom, #e30dff, #78078a);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #640673;
    background: -webkit-gradient(linear, left top, left bottom, from(#640673), to(#640673));
    background: -moz-linear-gradient(top, #640673, #640673);
    background: linear-gradient(to bottom, #640673, #640673);
}

h7 {
	background: #FFF; 
	font-family: 'Raleway', sans-serif; 
	color: #6D6E70; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align:center;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-size: 12px;
	font-weight:300;
	margin-bottom: 0px; }
	
	.column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}