@import url("css-1-2020-ctm.css");
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, div, dl, form, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, bottommenu { 
    display: block;
}

#foodbox {
	background-color:#0099FF;
	color:#ffffff;
	font-size:130%;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:40px;
	padding-right:40px;
}





#foodboxdarker {
	background-color:#213780;
	color:#ffffff;
	font-size:130%;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:40px;
	padding-right:40px;
}


#beasponsor {
	background-color:#0099FF;
	color:#ffffff;
	font-size:130%;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
}


.floatright {
	float: right;
	margin-left: 5px;
}

.gonewhite {
	color:#ffffff;
}


body {
	font-size:100%;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	line-height:135%;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	color: #930;
	line-height:33px;
}


h2 {
	font-size: 160%;
	font-weight:bold;
	color: #930;
	line-height:165%;
	margin-top:10px;
	margin-bottom:15px;
}

img.imagepad {
	border: 0;
	margin: 5px 5px 5px 5px;
}

/* break*/





/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #0d1424 url(_imagery/background-james-river1600.jpg) no-repeat center top;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}


h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap{
	width:1080px;
	margin:0 auto;
	margin-top:10px;
	}

#content{background:#eeeeee;margin:00px 0 30px;padding:20px 35px;width:1010px;float:left;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}



/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #4867a3 url(images/nav-bar-bg-blue.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#4867a3), to(#082e78));
	background: -moz-linear-gradient(top,  #4867a3,  #082e78);
	background: linear-gradient(-90deg, #4867a3, #082e78);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#051f52), to(#051f52));
	background: -moz-linear-gradient(top,  #051f52,  #051f52);
	background: linear-gradient(-90deg, #051f52, #051f52);
}

/************************************************************************************
CONTENT
*************************************************************************************/


/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/

#anothersidebartop {
    position:relative;	
	width: 300px;
	height:600px;
	float: right;
	margin: 25px 0px 25px 00px;
}

#adpeepstext {
	width: 300px;
	height:50px;
	float: right;

}

#pushoverthebanner {
	float:right;
	margin-top:-80px;
}


#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 50px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

.widget5 {
	background: #666;
    width:100%;

}

.widget5 li {
	margin: 0;
    margin-left:00px;
	list-style: none;
	clear: both;
	background: #ccc;
	border-top: solid 1px #999;
}


/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.widget2 {
	background: #fff;
	margin: 20px 0 50px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
	margin-left:0px;	
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



<!-- hero list sidebar-->

body #herolist a {
	width:auto;
}

#herolist {
	
	width: 280px;
	margin-left: 0px;
	margin-right:0px;
	margin-top:15px;	
}


#herolistff {
	width:280px;
	padding: 0 0 0em 0;
	margin-bottom: 10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#CCC;

	}
	

#herolistff ul {
	list-style: none;
	margin: 0;
	padding:0;
	border:0;
}

#herolistff li {
	border-bottom: 2px solid #ffffff;
	margin: 0;
}

#herolistff li a  {
	display:block;
	padding:5px 0px 5px 0.5em;
	background-color:#69F;
	color:#cccccc;
	text-decoration:none;
	width:280px;
	font-weight:bold;
}

#herolistff li a:hover {
	background-color:#051f52;
	color:#fff;
}


<!-- sequencial list sidebar-->


#sequencialcc {
	background-color:#dc7404;
	padding-left:10px;
}

#sequenciaccl a {
	color:#ffffff;
	background-color:#8b4902;
}

body #sequencial a {
	width:auto;
}

#sequencial {
	
	width: 280px;
	margin-left: 0px;
	margin-right:0px;	
}


#sequencialff {
	width:280px;
	padding: 0 0 0em 0;
	margin-bottom: 10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#ccc;

	}
	

#sequencial ul {
	list-style: none;
	margin: 0;
	padding:0;
	border:0;
}

#sequencialff li {
	border-bottom: 2px solid #ffffff;
	margin: 0;
}

#sequencialff li a  {
	display:block;
	padding:5px 5px 5px 0.5em;
	background-color:#dc7404;
	color:#000000;
	text-decoration:none;
	width:280px;
	font-weight:bold;
}

#sequencialff li a:hover {
	background-color:#360;
	color:#fff;
}


<!-- hero list sidebar-->

body #greenlist a {
	width:auto;
}

#greenlist {
	
	width: 280px;
	margin-left: 0px;
	margin-right:0px;	
}


#greenlistff {
	display:inline;
	width:280px;
	padding: 0 0 0em 0;
	margin-bottom: 10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#CCC;

	}
	

#greenlistff ul {
	list-style: none;
	margin: 0;
	padding:0;
	border:0;
}

#greenlistff li {
	border-bottom: 2px solid #ffffff;
	margin: 0;
}

#greenlistff li a  {
	display:block;
	padding:5px 5px 5px 0.5em;
	background-color:#0C3;
	color:#000000;
	text-decoration:none;
	width:280px;
	font-weight:bold;
}

#greenlistff li a:hover {
	background-color:#360;
	color:#fff;
}

/* stop*/




#bottommenu {
	clear:both;
	margin-left:-25px;
}


#bottommenuff ul li{
	list-style:none;
	display:inline;
	font-weight:bold;
	line-height:300%;
	background-color:#dc7404;
padding:5px;	
margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;

	}
	

#bottommenuff li a  {
	display:inline;

	background-color:#dc7404;
	color:#000000;
}

#bottommenu li a:hover {
	background-color:#360;
	color:#fff;
}


/* stop*/
#searchbottom {
	margin-left:25px;
	margin-bottom:50px;
}




#site-description {
	font:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-top:15px;
}



/* break */



hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin-top:35px;
	margin-bottom:35px;
}



/*golden UL */

#golden {
	line-height:200%;
	margin-top:10px;

 	width:100%;	
	 font-size:90%;
 }
 
 #golden strong {
	 color:#009;
	 font-size:125%;
 }
 

 #golden ul {
  margin:0;
  padding: 0;
}

 #golden ul li {
    margin-left: 0px;
	margin-top:10px;
    list-style-type: none;
  padding-top:3px;
	 padding-bottom:3px;
	 padding-left:10px;
	 padding-right:3px; 
 background-color:#ddca80;
 border:1px #ddca80 solid;
}

.goldentan {

 background-color:#f1e4d3;
 border:1px #f1e4d3 solid;
}

#goldenblock {
 	width:70%;		
	line-height:200%;
	margin-left:55px;
	margin-top:10px;

	font-size:90%;
	color:#ffff66;
 }
 
 #goldenblock strong {
	
	color:#ffff66;
 }

#goldenblock  ul li {
    margin-left: 0px;
	margin-top:10px;
    list-style-type: none;
  padding-top:3px;
	 padding-bottom:3px;
	 padding-left:10px;
	 padding-right:3px; 
 background-color:#22357f;
 border:1px #22357f solid;
}

#keybox0 {
	margin-top:00px;
	width:200px;
	height:70px;
	float:right;
}
#keybox1 {
	width:200px;
	height:30px;
	padding-left:10px;
	background-color:#ddca80;
	font-weight:bold;
}

#keybox2 {
	width:200px;
	height:30px;
	padding-left:10px;
	background-color:#22357f;
	font-weight:bold;
color:#ffff66;	
}








/* break */

#purewhite {
	line-height:175%;
}

#purewhite ul {
	color:#ffffff;
	
}

.purewhite {
	background-color:#ffffff;
	margin-top:2px;
}


#purewhite a {
	color:#bd6303;
	margin-left:4px;
}


/* break */

#release {
	line-height:175%;
}

#release ul {
	color:#666;
	
}

.release {
	background-color:#e2d893;
	margin-top:2px;
}


#release a {
	color:#bd6303;
	margin-left:4px;
}

/* break */

<!-- links in sidebarff css-->

body #sidebarlistff a {
	width:auto;
}

#frazetta210 {
	float: right;
	width: 200px;
	margin-left: 10px;
	background-color: #;
	
}


#sidebarlistff {
	width:200px;
	padding: 0 0 1em 0;
	margin-bottom: 10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#e8aee8;
	}
	

#sidebarlistff ul {
	list-style: none;
	margin: 0;
	padding:0;
	border:0;
}

#sidebarlistff li {
	border-bottom: 2px solid #ffffff;
	margin: 0;
}

#sidebarlistff li a  {
	display:block;
	padding:5px 5px 5px 0.5em;
	background-color:#e8aee8;
	color:#513d51;
	text-decoration:none;
	width:190px;
	font-weight:bold;
}

#sidebarlistff li a:hover {
	background-color:#975397;
	color:#fff;
}

#terms {
	width:400px;
	text-align:left;
}

/* stop*/

#whiteboxlarge {
	background-color:#fff;
	padding:10px;
	border-radius: 8px;
}