/* Eric Meyer Reset CSS File */

@import url("reset.css");

/* Template Layout CSS */

body
{
	background: #e9e9e9;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: 'Pontano Sans', sans-serif;
	color: #333;
	padding: 20px;
	font-size: 13px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%); /* W3C */

}

a { color: #9C0; }
a:hover { color: #222; }
p { margin: 0 0 15px 0; }

a img.imgright { float: right; padding: 5px; margin: 0 0 10px 15px; border: 1px solid #333; }
a:hover img.imgright { border: 5px solid #9C0; padding: 1px; margin: 0 0 10px 15px; }

h1, h2, h3, h4, h5 { font-weight: normal; font-size: 1.3em; margin: 0 0 15px 0; color: #333; /*text-shadow: 2px 2px 2px #000000;*/ }

.frontpage-bixtext { font-size:140%;}

/* Start Wrapper Container */

#wrapper
{
	width:100%;
	max-width: 940px;
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow: 0 3px 15px #CCCCCC;
	-webkit-box-shadow: 0 3px 15px #CCCCCC;
	box-shadow: 0 3px 15px #CCCCCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#cccccc');
	box-shadow: 0 3px 15px #CCCCCC;

}

/* End Wrapper Container */

/* Start Nav Styles */

nav
{
	width: 100%;
	height: 40px;
}

nav ul.menu
{
	float: right;
}

nav ul.menu li
{
	display: inline;
}

nav ul.menu li a
{
	float: left;
	line-height: 40px;
	padding: 0 20px;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

nav ul.menu li a.active
{
	background: #e9e9e9;
	color: #333;
}

nav ul.menu li a:hover
{
	
	color: #9C0;
}

/* Start Header Styles */

#bannertop { text-align:center; width:100%; max-width: 960px; margin: 0 auto;  }
header
{
	width: 90%;
	/*height: 120px;*/
	padding: 30px 20px;
	/*background: #e9e9e9;*/
}

header h1
{
	font-size: 22px;
	/*line-height: 120px;*/
	text-align: left;
	font-weight: bold;
	letter-spacing: 0px;
	
	/* text-shadow: 2px 2px 2px #333;*/
}

header h1 a
{
	color: #333;
}

header h1 a:hover
{
	color: #9C0;
}

/* End Header Styles */

/* Start Main Styles */

section#main
{
	width: 100%;
	line-height: 24px;
}

section#content
{
	float: left;
	width: 55%;
	padding: 20px;
}

aside#sidebar
{
	float: left;
	width: 35%;
	padding: 20px;
}

aside#sidebar ul
{
	margin: 0 0 15px 0;
}

aside#sidebar ul li
{
	display: block;
}

aside#sidebar ul li a
{
	float: left;
	width: 25%;
	padding: 6px 10px;
	border-left: 3px solid #222;
	margin: 0 0 5px 0;
	line-height: 20px;
}

aside#sidebar ul li a:hover
{
	background: #9C0;
	border-left: 3px solid #9C0;
	color: #111;
}

/* End Main Styles */

/* Start Footer Styles */

footer section#footertop
{
	width: 100%;
	line-height: 22px;
	border-top: 1px dotted #333;
}

aside.footer-column
{
	float: left;
	width: 25%;
	padding: 20px;
}

section#copyright
{
	clear: both;
	width: 90%;
	padding: 20px;
	line-height: 22px;
	font-size: 12px;
	text-align: left;
	border-top: 1px dotted #333;
}

/* End Footer Styles */

/* Start Template Copyright Styles */

section#templatecopy
{
	clear: both;
	width: 90%;
	padding: 20px;
	line-height: 22px;
	text-align: right;
	font-size: 12px;
	border-top: 1px dotted #333;
}

section#templatecopy a
{
	font-weight: bold;
}

/* End Footer Styles */

@media only screen and (max-width : 320px) {

	body { font-size: 15px; }

}
@media only screen and (max-width : 768px) {

	body { padding: 0; font-size: 15px; }
	section#content
	{
		float: left;
		width: 90%;
		padding: 20px;
	}
	aside#sidebar
	{
		float: left;
		width: 90%;
		padding: 20px;
	}
	aside.footer-column
	{
		float: left;
		width: 100%;
		padding: 20px;
	}

}
.ipv6-badge {
	display: inherit;
	top: 0px;
	right: 0px;
	float: right;
}