*
{
margin:0px;
padding:0px;
}
body
{
margin:0 auto;
padding:0;
text-align:center;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#wrapper_header
{
width:100%;
margin:0px auto;
padding:0px;
background-color:#2E2E2E;
background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#header
{
width:995px;
margin:0px auto;
padding:0px;
box-sizing:border-box;
}
#header #site_links
{
	margin:0px auto;
	padding:0px;
	width:98%;
	box-sizing:border-box;
	display:table;
	padding-top:15px;
	padding-bottom:15px;
}
#header #site_links li
{
	list-style-type:none;
	display:table-cell;
	color:white;
	vertical-align:middle;
}
#header #site_links li a
{
	color:white;
	text-decoration:none;
}
#header #site_links .sitename
{
	font-size:32px;
	font-weight:bold;
	text-align:left;
}
#header #site_links .site_link
{
	font-size:17px;
	width:120px;
}
#header #site_links .site_link img
{
	width:20px;
	height:20px;
	margin-right:5px;
	vertical-align:middle;
	margin-top:-7px;
}

@media only screen and (max-width: 960px)
{
#wrapper_header,#header
{
	width:100%;
}
#header #site_links
{
	display:block;
}
#header #site_links .sitename
{
	display:block;
	width:100%;
	//border:1px solid white;
	text-align:center;
	margin-bottom:25px;
}
#header #site_links .site_link
{
	display:inline-block;
	margin:5px;
	margin-left:10px;
	margin-right:10px;
	border:none;
	width:auto;
}
#header #site_links li a
{
	text-decoration:none;
}
}
@media only screen and (min-width:380px) and (max-width:579px)
{
}
@media only screen and (min-width:300px) and (max-width:379px)
{
}
@media only screen and (min-width:100px) and (max-width:299px)
{
}