@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'GnuolaneFree';
    src: url('fonts/gnuolane_free-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'GnuolaneFree';
    src: url(//:) format('no404'), url('fonts/gnuolane_free-webfont.woff') format('woff'), url('fonts/gnuolane_free-webfont.ttf') format('truetype'), url('fonts/gnuolane_free-webfont.svg#webfont1jXplWlT') format('svg');
    font-weight: normal;
    font-style: normal;
}


#nav li li {
	padding: 15px 5px 30px; /* Was 0px 5px 30px - JR - 120610 a*/
}

ul.atnnav {
	margin: 0;
	padding: 8px 0 0;
	float: left;
	z-index: 9999;
	position: relative;
}

ul.atnnav li {
	background-color:#333;
	float:left;
	list-style:none outside none;
	margin:0 1px 0 0;
	position:relative;
}

ul.atnnav li a {
	color:white;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	padding:7px;
}

ul.atnnav li:hover {
	background-color: rgba(0,102,164,0.6);
}

ul.atnnav li a:hover {
	text-decoration: none;
}

/* Sub nav for ATN Navigation Bar */

ul.atnnav li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-left:-1px;
	padding: 0;
	z-index: 9999;
}

ul.atnnav li ul li {
	background-color:rgba(10, 10, 10, 0.8);
	width:200px;
	z-index: 9999;
	position:relative;
}

ul.atnnav li ul li a {
	font-size:1em;
	text-transform:none;
	color: white;
}
ul.atnnav li > ul {
	left:auto;
	top:auto;
}
ul.atnnav li:hover ul, ul.summitnav li.over ul {
	display:block;
}
ul.atnnav li ul li:hover {
	background-color:rgba(75, 125, 150, 0.9);
}


#content p {
	line-height: 1.4em !important;
}

div#homepage {
	margin-top: 0;
	width: 680px;
}

.col1 {
	float:left;
	margin:0;
	padding:0;
	width:335px;
}

.col2 {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	width:335px;
}

.col2 p {
	font-size:0.95em;
	line-height:14px;
	display: block;
	padding: 5px;
}

.col2 p a:hover {
	background-color: #e4f1f9;
	text-decoration: none !important;
}

.col2 h1 a {
// font-family:Georgia,Helvetica,Sans-Serif !important;
// font-size:18px !important;
}

.col2 h1 a:hover {
	color: #0065A4 !important;
	text-decoration: none !important;
}

div#homepageheader h3 {
	background-color: #333;
	border-bottom:medium double white;
	font-family: 'GnuolaneFree';
	font-size:20px !important;
	letter-spacing: .05em;
	font-weight:normal !important;
	margin: 0 !important;
	padding:7px !important;
	text-align: left !important;
}

#homepageheader h3 a, #homepageheader h3 a:active, #homepageheader h3 a:visited, #homepageheader h3 a:hover {color: white !important; text-decoration: none;}

#r_sidebar {
	margin: 0;
	background-color: white;
}

#r_sidebar h2 {
border-top:medium double #EEEEEE;
color:#333333;
font-size:20px;
font-weight:normal;
font-family: 'GnuolaneFree';
margin:0 0 10px;
padding:5px 0;
text-align: left;
text-transform: none;
}

.col1 p a:hover {
	background-color: #e4f1f9;
	text-decoration: none !important;
}

#r_sidebar ul li {
	margin-bottom: 20px !important;
}

#r_sidebar ul li ul li {
	margin-bottom: 0 !important;
}

#r_sidebar .screen-reader-text {
display: none;
}

#l_sidebar {
	margin: 0 10px 0 0 !important;
}

.col1 h1 a, .col2 h1 a {
	font-family: Arial, Helvetica, Sans-Serif !important;
	font-size: 20px !important;
	color: #32424d !important;
	line-height: 20px !important;
	font-weight: bold !important;
}

.col1 h1 a:hover {
	color: #0065A4 !important;
	text-decoration: none !important;
}

div#contentwide {
	padding-top: 0px;
	width: 660px;
}

#contentwide h1, #contentfull h1, #contentwide h1 a {
	font-family:Helvetica,Arial,Sans-Serif !important;
	font-size: 27px !important;
	color: #32424d !important;
	line-height: 32px !important;
	font-weight: bold !important;
	letter-spacing: -1px;
	margin-bottom: 0 !important;
}

.col1 p {
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
}


a.preface:hover {
	text-decoration: none;
	color: #FFC800;
}


.preface {
	font-family: Arial, Helvetica, Sans-Serif !important;	
	font-weight: normal;
	font-size: 12px;
	color: #FFC800 !important;
	text-transform: uppercase;
}

.col1 ul {
	font-size: 12px;
	padding-left: 10px;
}

.col1 div img, .col2 div img {
	float: right;
	margin: 15px 0 5px 10px !important;
}

/* This is a great image reflect code when webkit is more standardized -webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(rgba(0,0,0,0.2)));  */

#content {
	display: block;
}

#contentwide {
	background-color: white;
	margin-top: 0;
}

#contentwide h2 a {
	font-family:Helvetica,Arial,Sans-Serif !important;
	color: #32424d !important;
	line-height: 23px;
}

#contentwide h2 a:hover {
	color: #0065A4 !important;
	text-decoration: none !important;
}

#contentwide h5 {
	margin: 0;
}

#contentleft {
	padding: 0;
	width: 510px;
}

#contentleft h1, #contentleft h1 a {
	font-size: 20px !important;
	line-height: 20px !important;
	font-family:Helvetica,Arial,Sans-Serif !important;
	color: #32424d !important;
}

#contentleft h1 a:hover {
	color: #0065A4 !important;
	text-decoration: none !important;
}

.link a:hover {
	background-color: #0065A4;
}

#summitnav a:hover {
	background-color: transparent;
}

div.postarea {
	background-color: white;
	padding: 10px;
}

#categorypagetitle {
	border-bottom:1px double #DCDCDC;
	border-top:1px double #DCDCDC;
	height:5px;
	margin:0 0 50px; 
	position:relative;
}

#categorypagetitle h4 {
	position:absolute;
	font-family: 'GnuolaneFree';
	font-weight: 400;
	color: #333;
	top:-17px;
	left: 60px;
	background-color:white;
	font-size:40px !important;
	margin:0;
	padding:12px !important;
}

div#skipto {
	float: right;
	width: 200px;
	margin: 0 0 10px 20px;
	background-color: white;
}

div#feature {
	background-color:white;
	margin-bottom:10px;
	padding:10px;
	overflow: auto;
	z-index: -1;
}

div#feature p {line-height: 14px !important;}

#feature h1 a {
	font-family:Helvetica,Arial,Sans-Serif !important;
	font-size: 20px !important;
	color: #32424d !important;
	line-height: 22px !important;
	font-weight: bold !important;
}

#feature h1 a:hover {
	color: #0065A4 !important;
	text-decoration: none !important;
}

#feature h5 a {
	font-size:12px;
	font-family:Arial,Helvetica,Sans-Serif !important;
	font-style:normal;
	text-transform:uppercase;
	color: #BFBFBF;
}

div#feature h5 {
	border: 0 !important;
	margin-bottom:-5px;
	text-align: left;
}

.featureimage {
	float: left;
	margin: 0;
	position: relative;
}

.featureimage img {
	margin-bottom: 0 !important;
	border: 0px solid #333333 !important;
padding-bottom: 0px;
}

.featureimagetext {
	background-color:rgba(0, 0, 0, 0.5);
	bottom: 0;
	color:white;
	left:0;
	padding:5px 0 5px 5px;
	position:absolute;
	width:395px;
	z-index: 1;
}


div#commentbox {
	-webkit-box-shadow: white 0 0 37px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px 0 0 0;
	-moz-box-shadow:0 0 37px white;
	background-color:#EBEBEB;
	border-left:1px solid #969696;
	border-top:1px solid #969696;
	bottom:0;
	margin-left:10px;
	padding:5px;
	position:fixed;
	right:0;
	width:54px;
}

div#commentbox img {
	margin: 0;
}

div#commentbox a {
	padding:4px;
}

div#commentbox a:hover {
	text-decoration: none;
}

div#commentbox iframe {
	border: none;
	overflow: hidden;
	margin-top:5px;
	width: 55px;
	height: 27px;
}

#fancyquote {
	font-size: 2em;
	float: right;
	width: 300px;
	margin: 10px 0 10px 20px;
}

.posts {
	float: none;
	display: block;
}

div#atnlogo {
	background:url("/wp-content/uploads/2011/04/atn-270w.gif") no-repeat scroll 0 0 transparent;
	display:block;
	float:right;
	height:112px;
	padding:0;
	width:270px;
}

#atnlogo a {
	display:block;
	height:112px;
	width:270px;
}

.thumbnailshadow {
	border: 1px solid #333333 !important;
	-moz-box-shadow:0 0 9px #969696;
	-webkit-box-shadow:#969696 0 0 9px;
}
