/*
THEME NAME: Grand Trunk
DESCRIPTION: Based on Sandbox 1.6.1.
VERSION: 1.0
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-r.css');
/* Just some example content */

img { -ms-interpolation-mode: bicubic; }

div.skip-link {
	position:absolute;
	right:1em;
	top:1em;
}
a, a:visited, a:active {
	color:#43638f;
}
div#menu {
	margin:1em 0;
	width:100%;
	background:#000;
	box-shadow: inset 0px 7px 7px 0 rgba(220,220,220,0.3);
}
div#menu ul, div#menu ul ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#menu ul a {
	display:block;
	text-decoration:none;
	line-height:22px;
	padding:4px 1.5em;
	border-right: 2px solid white;
	background:#000;
	box-shadow: inset 0px 10px 10px 0 rgba(220,220,220,0.3);
}

.ie7 div#menu ul a, .ie8 div#menu ul a  {
	background:#43638f url(img/navbg1.jpg) repeat-x left top;	
}
.ie7 div#menu ul a:hover, .ie8 div#menu ul a:hover  {
	background:#43638f url(img/navbg2.jpg) repeat-x left top;	
}
.ie7 div#menu ul a {
	padding: 4px 1.4em;	
}

div#menu a:hover {
	background:#000;
	box-shadow: inset 0px 10px 10px 0 rgba(220,220,220,0.5);
}
div#menu > ul > li:last-child a { 
	border-right: none;
}
div#menu > ul > li {
	text-align:center;
}
div#menu > ul > li > ul > li {
	min-width:150px;
}

div#menu ul ul a {
	border-right: none;
}

div#menu ul ul ul a {
	font-style:italic;
	border-right: none;
}
div#menu li ul {
	z-index:999;
}
div#menu ul li:hover ul {
}
.entry-meta {
	clear:both;
}
div#container {
	margin-top:2em;
}
div#primary {
	margin-top:10px;
}
form#commentform .form-label {
	margin:1em 0 0;
}
form#commentform span.required {
	background:#fff;
	color:#c30;
}
form#commentform, form#commentform p {
	padding:0;
}
input#author, input#email, input#url, textarea#comment {
	padding:0.2em;
}
div.comments ol li {
	margin:0 0 3.5em;
}
textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}
.alignright, img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
.alignleft, img.alignleft {
	float:left;
	margin:1em 2em 0 0;
}
.aligncenter, img.aligncenter {
	display:block;
	margin:1em auto;
	text-align:center;
}
div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}
p.wp-caption-text {
	font-style:italic;
}
div.gallery dl {
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}
div.gallery dl.gallery-columns-1 {
	width:100%;
}
div.gallery dl.gallery-columns-2 {
	width:49%;
}
div.gallery dl.gallery-columns-3 {
	width:33%;
}
div.gallery dl.gallery-columns-4 {
	width:24%;
}
div.gallery dl.gallery-columns-5 {
	width:19%;
}
div#nav-above {
	margin-bottom:1em;
}
div#nav-below {
	margin-top:1em;
}
div#nav-images {
	height:150px;
	margin:1em 0;
}
div.navigation {
	height:1.25em;
}
div.navigation div.nav-next {
	float:right;
	text-align:right;
}
div.sidebar h3 {
	font-size:1.2em;
}
div.sidebar input#s {
	width:82px;
}
div.sidebar li {
	list-style:none;
	margin:0 0 10px;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul {
	margin:0 0 0 1em;
}
div.sidebar ul ul li {
	list-style:disc;
	margin:0;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style:circle;
}
div#menu ul li, div.gallery dl, div.navigation div.nav-previous {
	float:left;
}
div#header, div#footer {
	text-align:center;
}
input#author, input#email, input#url, div.navigation div {
	width:50%;
}
div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
	margin:0;
	padding:0;
}
/*********** End Sandbox Defaults ***************/

/*********** Begin Added Styles ***************/
html, body {
	background-color: #efecd9;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	font-size:14px;
}
#wrapper {
	width:1005px;
	padding: 0 0 2em 0;
	margin:0 auto 1em;
	box-shadow: 0 0 30px rgba(0,0,0,0.5), inset 0px -20px 30px 0 rgba(110,110,110,0.1);
	background:#fff url(img/sidebarbg.jpg) repeat-y right;
}
#header {
	padding: 10px 10px 0px 10px;
	background:transparent url(img/header2.jpg) no-repeat right top;
}

.ie7 #header {
		padding: 10px 10px 0 10px;
}

#blog-title {
	display:none;
}
#logo_holder {
	float:left;
}
#im247 {
	float:right;
}

#header #searchform { 
	clear: right;
	float: right;
	padding: 0; margin:0;	
}

#header #searchform div {
	padding: 0; margin:0;	
}

#header #searchform #s { 
	background: rgba(222,222,222,0.3);
	border: 1px solid #ccc;
	width: 134px;
	color: #e8e8e8;
	height: 17px;
}

.oldie #header #searchform #s {
	background: #486793;
}

.ie7 #header #searchform #s {
	height: 22px;	
}
.ie7 #header #searchform #s {
	height: 20px;	
}

#header #searchform #s:focus { 
	width: 200px;
}
#header #searchsubmit {
	background: black;
	border: 0px solid #666;
	border-radius: 7px;
	padding: 3px 7px; 
	color: #a8a8a8;	
}

#header #searchsubmit:hover {
	background: #333;	
}
#header .screen-reader-text { display: none; }

#blog-description {
	display:none;
}
#access {
}
.skip-link {
	display:none;
}
div#menu {
	margin:0 auto;
	padding:0;
	font-size:14px;
	font-weight:bold;
	clear: both;
}
#menu a {
	color:#fff;
}
div#container {
	width:815px;
	margin-top:10px;
}
#nav-above {
	display:none;
}
body.home .entry-title {
	display:block;
	font-size:18px;
	color: #43638f;
	border:none;
	padding-left: 1em;
}

body h2.entry-title, .entry-title
{
	font-size:32px;	
	color: #43638f;
	border:none;
}

.page h2, .single h2
{
	border-bottom:1px solid #ccc;
	font-size:28px;
}

div.page .entry-title {
	padding-left:10px;
}
#feed_mid div.page {
	width:780px;
	padding-left:15px;
}
.entry-title a {
	text-decoration:none;
}
#content {
	width:775px;
	padding: 0 20px;
}

body.home #content { 
	width: 815px;
	padding: 0;
}

div#footer {
	min-height:70px;
	max-width:1005px;
	margin:0 auto;
}
#footerleft {
	float:left;
	width:275px;
	font-size:10px;
	text-align:left;
	line-height:12px;
	padding:5px 0 0 10px;
	margin-bottom:10px;
}
#ncualogo {
	float:left;
	padding: 2px 5px 0px 0px;
}
#footerright {
	float:right;
	width:145px;
	font-size:10px;
	padding: 5px 10px 0 0;
}
#footerright p {
	line-height:26px;
	vertical-align:middle;
}
#equaltext {
}
#equalhouse {
	float:left;
}
#copyright {
	font-size:10px;
	float:left;
	padding-left:10px;
}
#footermeta {
	font-size:10px;
	float:right;
	padding-right:10px;
	width:500px;
	text-align:right;
}
#footermeta a {
}
#footermeta a:hover {
}
.clear {
	clear:both;
	height: 0px;
}
.entry-content, .entry-meta, .entry-date {
	padding-left: 10px;
}
#rotating {
	width:600px;
	margin:0 auto;
}
#rotating p {
	margin:0px;
}
p {
	margin:0 0 1em 0;
}

#content p { line-height: 1.5em; }

.page .entry-title, .post .entry-title, .category .entry-title, .search .entry-title
{
	padding-left:10px;
}

.entry-meta {
	display:block;
	line-height:30px;
	border-bottom:1px solid #ccc;
	font-size:11px;
	margin-bottom:10px;
	line-height:40px;
}
.cat-links {
	background:transparent url(img/table.png) no-repeat scroll left top;
	padding-left:20px;
}
.comments-link {
	background:transparent url(img/comments.png) no-repeat scroll left top;
	padding-left:20px;
}
.entry-date {
	font-size:12px;
	margin-bottom:5px;
}
/**** category specific styles ****/
.category-alerts .entry-title {
	color:#933;
}
.entry-meta a {
	color: #686868;
}
a:hover {
	color:#006;
}

.readmore {
	float:right;
	width:82px;
	height:27px;
	background:#43638f;
	margin:1px 0 0 0;
	color:#fff;
	line-height:26px;
	font-size:11px;
	text-align:center;
	box-shadow: inset 0px 10px 10px 0 rgba(220,220,220,0.3);
}
.readmore:hover {
	background:#aa2923;
	box-shadow: inset 0px 10px 10px 0 rgba(220,220,220,0.3);
}

.ie7 .readmore, .ie8 .readmore {
	background:#43638f url(img/navbg1.jpg) repeat-x left top;
}

.ie7 .readmore:hover, .ie8 .readmore:hover {
	background:#43638f url(img/navbg2.jpg) repeat-x left top;
}

.readmore a {
	color: #fff;	
}

body.single .readmore, body.category .readmore, body.page .readmore
{
	display:none;
}

.alignright {
	float:right;
}
.home_post {
	width:250px;
}
.home_post a:hover {
	color:#ccc;
}
#rotating a img {
	border:none;
	max-height: 160px;
	max-width: 600px;
}
#rotating a, #rotating a:link, #rotating a:active, #rotating a:visited, #rotating a:hover {
	text-decoration:none;
}
#homebanner {
	overflow:hidden;
	margin-left:4px;
}
#banner_holder {
	width:344px;
}
#menu ul li ul li {
	background:#617389;
}
.sidebar {
	font-size:13px;
}
.widget {
}
#primary .widget {
	/*margin-left:15px;*/
}
.sidebar a {
}

.badge, .badges
{
	margin:0 auto;
	text-align:center;	
}

.sidebar a:hover {

}
div.sidebar .widget ul {
}
div.sidebar .widget ul li a {
}
.home_content h2.entry-title, .home_content div.entry-content {
	margin-left:20px;
	margin-top:0;
	padding:0 20px 0 0;
}
.home_content div.entry-content {
}
.home_content {
	margin:15px 0;
}
div.sidebar .widget ul li {
	list-style-type:none;
}
.widgettitle {
	color:#43638f;
}
#rss_links {
}
#rss_links .widgettitle {
}
div#menu ul ul {
	position:absolute;
	box-shadow: 7px 7px 7px rgba(20,20,20,0.4);
}
div#menu ul ul li {
	float:none;
	text-align:left;
}
#menu ul ul li:hover {
	background-color:#000;
}
#memu a {
	line-height:22px;
	height:22px;
}
#menu ul > li:hover {
	background:#041a7d;
}
#menu ul ul li a {
/*padding:0 0.5em 0 0;*/
}
#menu a {
	cursor:pointer;
}
/********************************************************** BEGIN PERKS CSS *****************************************************/
.asterisk_here {
	background:url(img/perks/asterisk2.png) no-repeat left;
}
table.perks_table {
	font-size:10px;
	width:730px;
	clear:both;
}
.perks_table thead p {
	margin-top:0px;
}
.perks_table p {
	margin:0;
	padding:0;
}
.perks_table {
	margin-bottom:5px;
}
.perks_head {
	font-size:16px;
	color:#70aa03;
}
.perks_sub {
	font-size:11px;
	color:#00acc6;
}
.perks_table td {
	padding:5px 5px 5px 5px;
}
.oddrow {
	background-color:#eee;
}
div.thead2 {
	background-color:#383838;
}
.thead2 {
	padding:1px 10px 1px 10px;
	height:55px;
	border-bottom:5px solid #fff;
}
thead td.eventd {
	text-align:left;
}
.eventd {
	text-align:right;
}
td.perk {
	background: url(img/perks/asterisk3.png) no-repeat left top;
	padding-left:20px;
}
.toggler {
	cursor:pointer;
	width:110px;
	height:32px;
	background:url(img/perks/forward2.png) no-repeat top;
	float:right;
	margin-top:12px;
}
div.toggled {
	background:url(img/perks/down.png) no-repeat top right;
}
.toggler:hover, .toggler:focus {
	background:url(img/perks/forward3.png) no-repeat top;
}
div.toggled:hover, div.toggled:focus {
	background:url(img/perks/down2.png) no-repeat top right;
}
.perks_table tbody {
	width:730px;
}
.hidden {
	display:none;
}
.thead2 p {
	padding:1em 0;
	margin:0;
}
.toggler2 {
	cursor:pointer;
	width:110px;
	height:32px;
	background:url(img/perks/forward2.png) no-repeat top;
	float:right;
	margin-top:12px;
}
.toggler2:hover, .toggler2:focus {
	background:url(img/perks/forward3.png) no-repeat top;
}
div.toggled2:hover, div.toggled2:focus {
	background:url(img/perks/save2.png) no-repeat top right;
}
div.toggled2 {
	background:url(img/perks/save.png) no-repeat top right;
}
/********************************************************** END PERKS CSS *****************************************************/

div#menu ul > li > ul > li {
/* margin-left: -1.5em;  Because I put a 1.5em padding on div#menu ul > li for proper spacing */
}
a:active, a:focus {
	outline:none;
}
.navigation a {
	margin:10px;
	background-color:#383838;
	padding:5px;
	color:#CBDAE8;
}
.navigation a:hover {
	background-color:#686868;
}
.entry-content img, .entry-content img {

}
div#homebanner img {

}
#comments {
	margin:15px;
}
.category-listing {
	padding-left:10px;
	line-height:40px;
	color:#000;
	border-bottom:1px solid #ccc;
	font-size: 30px;
	font-style:italic;
}

body.page .entry-title, body.single .entry-title, body.category .entry-title, body.page .entry-content, body.single .entry-content, body.category .entry-content
{
	padding-right:10px;	
}

.sidebar a img {
	border:none;
	max-width: 100%;
}
div.footer_links_list li {
	display:inline;
	padding:0 8px 0 5px;
	border-right:1px solid #686868;
}
/***** Degrades menu gracefully if JS disabled ****/
div#menu ul ul {
	display:none;
}
div#menu ul ul li {
	float:none;
}
div#menu ul ul li a {
}
div#menu ul li:hover ul {
	display:block;
	position:absolute;
}
div#menu ul li:hover ul li a {
	display:block;
}
/**** end noscript CSS ******/

.sidebar_container {
	width:190px;
	float:right;
}
#secondary .widget {
	padding-left:10px;
}
#home_feed .post {
	width:245px;
	float:left;
	margin-left:17px;
	font-size:12px;
	border: 2px solid #43638f;
	border-top: 0;
	border-radius: 5px;
}
#home_feed .first {

}
#home_feed .first .divider {
	display:none;
}
.divider {
	width:3px;
	height:106px;
	background:url(img/divider.png) no-repeat top;
	float:left;
	margin-top:52px;
}

#home_feed .entry-content {
	padding: 1px 10px;
}
#home_feed .post .entry-meta {
	display:none;
}
#feed_mid {
	background:url(img/feed_mid2.png) repeat-y;
	float:left;
	width:816px;
}
#feed_mid_home {
	background:url(img/feed_mid.png) repeat-y;
	float:left;
	width:816px;
}
#home_feed {
	width:816px;
	clear:both;
}
#home_feed h2 {
	line-height:22px;
	padding:4px 0 4px 10px;
	border:0;
	border-top-right-radius: 5px;
	background:#43638f;
	box-shadow: inset 0px 10px 10px 0 rgba(220,220,220,0.3);
	width: 97%;
	margin: 0 0 5px 0px;
}
#home_feed h2:hover {
	box-shadow: inset 0px 10px 10px 0 rgba(220,220,220,0.5);
}
#home_feed h2 a {
	color: white;	
}

.ie7 #home_feed h2, .ie8 #home_feed h2 {
	background:#43638f url(img/navbg1.jpg) repeat-x left top;
}
.ie7 #home_feed h2:hover, .ie8 #home_feed h2:hover {
	background:#43638f url(img/navbg2.jpg) repeat-x left top;
}
.ie7 #home_feed h2 a {
	float: left;	
}

#home_feed h2 a.post-edit-link {
	background: white; border-radius: 8px; color: black; padding:2px 4px;	margin: 1px 6px 0; font-size: 12px; float: right; line-height: 15px;
}

#home_feed h2 a.post-edit-link:hover {
	background-color: #e8e8e8;
}
.datatable {
	color:#383838;
}
#feed_mid .entry-title, #feed_mid_home .entry-title {
	margin-left:15px;
}
#feed_mid .entry-content, #feed_mid_home .entry-content {
	margin-left:10px;
}
#feed_mid .first .entry-content, #feed_mid .first .entry-title, #feed_mid_home .first .entry-content, #feed_mid_home .first .entry-title {
	margin-left:5px;
	padding-left:5px;
}
#feed_mid .post, #feed_mid_home .post {
	margin-top:-20px;
}
#feed_mid .edit-link, #feed_mid_home .edit-link {
	clear:both;
	margin-left:15px;
}
.page a img, .post a img {
	border:none;
}


@media only screen and (max-width: 800px) {
  /* Style adjustments for viewports 480px and over go here */
  /*
	#logo { background-color: rgba(0,0,0,0.7); border-radius: 10px; }
	#nav-main ul li a { background-color: rgba(0,0,0,0.7); border-radius: 10px; margin: 0 5px; }
	*/
	html, body, #wrapper, #header, #access, #menu, div#container, div#content, .home_content, #home_feed, #footer, #footermeta, #primary, #secondary { width: 100%; margin: 0 0 1em; padding:0; }
	#header { background-position:120px top; }
	#logo_holder img { max-width: 200px; }
	#searchform { display: none; }
	div#menu, 	div#menu ul, 	div#menu ul ul { background: none; box-shadow: none; }
	div#menu li { width: 50%; }
	div#menu ul, div#menu li a { width: 99%; padding: 4px 0; text-align: center; line-height: 1em; min-height: 2em;}
	#rotating, #homebanner { width: 100%; margin: 0 auto;	 text-align: center; }
	#rotating img { width: 100%; }
	#home_feed .post { margin-bottom: 1em; width: 90%; }
	#primary, #secondary { clear:both;  float: left; width: 45%; }
	#footerright { float: left; padding-left: 10px; }
	
}

.sidebar div.fraud_alerts
{
	background:#F00;
	border-radius:15px;
	height:30px;
	width:125px;	
	line-height:30px;
	text-align:center;
	margin:0 auto 10px auto;
}

div.fraud_alerts a
{
	text-decoration:none;
	color:#fff;
	display:block;
}

div.fraud_alerts:hover
{
	background:#000;	
}
