/******************************************************************
Theme Name: cms
Theme URI: none
Description: CMS Framework
Author: Sam Bishop
Author URI: http://www.connectedwebsolutions.com
Version: 1.00

******************************************************************/


/* 1. RESET AND HTML5 SETTINGS 
------------------------------*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input, textarea, select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
input, textarea, select {
    *font-size:100%;
}


/* 2. BASE SETTINGS (HTML, BODY AND WRAPPER)
--------------------------------------------*/

html {
	background-color: #FFF;
	color: #444;
}

body {
	font-size: .9em;
	line-height: 1.5;
	font-family:Arial, Helvetica, sans-serif;
	background:#e2e2e2;
}

#wrapper {
	margin: 0 auto;
	background-image: none;
	background-color: #FFF;
	padding: .5em 1em;
	max-width: 51em;
	_width: 51em; /* For IE's awesome CSS rendering */
}
	

/* 3. UNIVERSAL AND REUSABLE
----------------------------*/

#quick-links {
	display: none;
}

.accessibility {
	display: none;
}

#site-footer {
	clear: both;
}

a {
	text-decoration: none;
}

a:link {
	color: #336699;
}

a:visited {
	color: #77A3CE;
}

a:hover,
a:active {
	color: #09C;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none; font-family:Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

.imglink,
.wp-caption a {
	border: none !important;
	text-decoration: none;
	color: #FFF;
}

p,
ul,
ol,
dd {
	margin-bottom: 0.75em;
}

ul { list-style:inside; }

blockquote {
	padding: 1.5em;
	margin: 0;
	color: #888;
	font-size: 15px;
}

code {
	font-family: consolas, 'andale mono', 'courier new', monospace;
	font-size: 1em;
}

legend {
	border: none;
}

.hentry {
	padding-bottom: 1.5em;
}
body.home .hentry { overflow:hidden; }

.pagination {
	clear: both;
	padding-bottom: 0.75em;
}

.pagination p {
	margin-bottom: 0;
}

.float-left { float:left; }
.float-right { float:right; }
.clearfix { clear:both; }

img.float-left { margin:0 .5em .5em 0; }
img.float-right { margin:0 0 .5em .5em; }

strong { font-weight:bold; }
em { font-style:italic; }

.textwidget { padding:0 .5em .25em .5em; overflow:hidden; }


.RotatingSponsorsWidget { height:225px; }

/* STANDARD 1140 SIZE
----------------------------*/

	
	#wrapper {
		max-width: 1140px;
		border:1px solid #333;
		overflow:hidden;
	}
	
	#content {
		width: 55%;
		padding: 0;
		float: left;
		margin: 0 .8% 0 2.40%;
		display: inline;
	}
	
	/* - - different columns -- */
	#content.twocol-right { width:68%; margin-left:0; padding-left:-; }
	#content.twocol-left { width:68%; margin-right:0; padding-right:0; float:right; }
	
	#left-sidebar.twocol-right { display:none; }
	#left-sidebar.twocol-left { width:28%; }
	
	#right-sidebar.twocol-right { width:28%; }
	#right-sidebar.twocol-left { display:none; }

	#sidebar {
		width: 24%;
		padding: 0;
		background-color: transparent;
		border-top: none;
	}
	
	#sidebar.float-left { width:21%; }

	
	nav { margin-bottom:1em; height:35px;  }
	#main-nav { list-style:none; margin:0; padding:0; background:url(images/nav-current-bg.png) repeat-x; background-color:#333; overflow:hidden;   }
	 #main-nav li { background:url(images/nav-current-bg.png) repeat-x; float:left; border-right:1px solid #ccc; }
	   #main-nav li a { display:block; padding:3px 18px; font-size:90%; color:#fff; }
	  #main-nav .current-menu-item a, #main-nav li a:hover { color:#fff !important; }
	  #main-nav .current-menu-item, #main-nav li:hover { background:url(images/nav-current-bg.png) repeat-x; background-color:#000; }
	  
	#main-nav .current-menu-item a, #main-nav li a:hover, #main-nav li.current-post-ancestor a, #main-nav li.current-category-ancestor a, #main-nav li.current-menu-ancestor a,  #main-nav .current_page_parent, #main-nav .current_page_ancestor { background:url(images/nav-current-bg.png) repeat-x; background-color:#000; }
	
	#main-nav ul {
	   background-color: #e2e2e2; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D2D2D2), to(#F5F5F5)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #F5F5F5, #D2D2D2); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #F5F5F5, #D2D2D2); 
	/* IE 10 */ background: -moz-linear-gradient(center top , #F5F5F5, #D2D2D2) repeat scroll 0 0 transparent;
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #F5F5F5, #D2D2D2);
   }
   
   #main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover { 
   background-color: #EB0000; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C10101), to(#EB0000)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #EB0000, #C10101); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #EB0000, #C10101); 
	/* IE 10 */ background: -moz-linear-gradient(center top , #EB0000, #C10101) repeat scroll 0 0 transparent;
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #EB0000, #C10101);
   }
   
   , #main-nav li.current-post-ancestor, #main-nav li.current-category-ancestor, #main-nav li.current-menu-ancestor,  #main-nav .current_page_parent, #main-nav .current_page_ancestor { background:url(images/nav-current-bg.png) repeat-x; background-color:#000; color:#fff !important; }
   
   #main-nav li a { font-size:18px; padding:3px 20px; }
	   
	   
#main-nav ul { margin:0; border:1px solid #430408; border-top:none; background:#A50009; }
#main-nav ul li { border-top:1px solid #430408; border-bottom:none; }


/* - - mobile nav - - */

nav select {
  display: none;
}



/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color:#333; width:170px; padding:7px 5px 7px 10px;
	font-weight: normal;
	font-size: 90%;
	text-transform: none;
	margin: 0;
	width: 180px;
	background: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background:#430408;
	color: #fff !important;
}
/* dropdown ul */
#main-nav ul {
	margin: 0px;
	padding: 7px;
	list-style: none;
	position: absolute;
	background: #d2d2d2;
	border: solid 1px #000;
	z-index: 100;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0; border:none; float:none;
}

/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: 5px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}


	
	


/* 4. SITE HEADER
-----------------*/

#site-header {
	margin-bottom: .5em;
	height: auto;
	padding:0;
overflow:hidden;
	background-size: 100%;
	background-repeat: no-repeat;
}


a.header-link {
	display:block;
	border: none !important;
	max-width:25%; max-height:7em;
}
a.header-link img { max-height:7em; }

#branding { position:relative; }

#banner-ad { position:absolute; top:5px; right:5px; width:75%; }
 #banner-ad img { width:100%; float:right; }

#site-title {
	font-size: 1em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 1em;
	line-height: 1;
}

#site-title a:link,
#site-title a:visited {
	color: #444;
}

#site-title a:hover,
#site-title a:active {
	color: #444;
}

#tag {
	font-size: 0.833em;
	font-weight: normal;
	font-style: italic;
}


/*#social-header { float:right; width:4%; border-left:1px solid #444; margin-bottom:0 !important; }
  #social-header li { float:left; margin:.2em .5em; list-style:none; }
  #social-header li img { width:100%; }*/
  
  
  /* - - network bar - - */
 
 #network-wrapper { background:#434343; width:100%; }
 
  #network-bar { max-width:1130px; padding:.35em .75em 0 .75em; margin:0 auto; overflow:hidden; }
  
   #top-left { width:23%; float:left; margin-right:.5em; }
    #top-left a { width:27%; display:block; float:left; }
	/*#top-left img { width:100%; }*/
   
   #top-middle { width:25%; float:right; }
   #top-middle a { color:#fff; margin-right:.25em; }
   #social-header { border:none; float:right; margin:2px 0 0 0; width:auto; }
   #social-header li { margin:.2em .3em; float:left; list-style:none; }
     #social-header li img { width:auto; }
	 
	 #network-wrapper #social-header { margin:2px 0 0 !important; float:right !important; width:auto; }
   
   #network-bar #searchform { float:right; width:30%; margin-top:3px; }
   #topsearch { background:#D81B2C; padding:4px 3px; border:1px solid #222; width:15%; color:#fff; height:30px; }
   #s { width:80% !important; border:1px solid #222; padding:4px 0 4px 2px; display:block; float:left; height:20px; }
   
   
    #home-content1 { width:48%; float:left; }
  #home-content2 { width:48%; float:right; }



/* breadcrumbs */

#crumbs { margin-bottom:.5em; font-size:.85em; }

/* 5. ARTICLES AND PAGES
------------------------*/

#content {
	padding-left: 0.375em;
}


/* 5.1 Home page styles
-----------------------*/

/* sticky */
.sticky { background:#333; padding:8px !important; border:1px solid #000; color:#fff; margin-bottom:1em; overflow:hidden; }

.sticky .post-thumb { width:100%; }
.sticky .post-thumb img { width:99%; height:inherit;  display:block; }
#noslide-img img { max-width:99% !important; }



.noslide li { margin-bottom:.65em !important; }

#noslide-img strong a { font-size:1.5em; color:#fff; }

.post-thumb.right { float:right !important; margin:0 0 .8em .5em !important; width:auto !important; }
.post-thumb.right img { width: auto !important; height:inherit; display:block; }
.noslide p { color: #333 !important; }

.sticky .entry-title { background:none; border:none; font-weight:normal; padding:0; }
.sticky a { color:#fff; }

body.home .post-thumb, body.single .post-thumb { float:left; margin:0 .8em .5em 0; }

.sticky .entry-meta p { color:#ccc !important; }
.sticky .post-thumb.right img { max-width:200px !important; }
.sticky .post-thumb img { max-width:250px; height:auto; }

.continue-reading { padding:.6em; float:right; background:#888; color:#fff; border-bottom:none !important; border-radius:5px; }
 .continue-reading:hover { background:#aaa; border-bottom:none; }

.home .format-aside img,
.home .format-aside p,
.home .format-aside .wp-caption {
	padding: 0;
	margin: 0;
}

.featured-event { width:100%; }
 .featured-event img { width:200px; height:auto; }
 
 .EventsWidget p, .ScheduleWidget p {  border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 0 !important;
    padding: 0.25em 0.6em 0.5em !important; }
	.ScheduleWidget p.widget-info, .widget_field_status_widget p.widget-info  { color:#000; font-size:1em; border-bottom:none !important; }
 
 .widget_field_status_widget {
	color:#000; font-size:1em;
 }
 
 .widget_field_status_widget h3 {
	font-size:1.2em;
	font-weight:bold;
} 
 
 
 .FeaturedEventsWidget { text-align:center; }
 .FeaturedEventsWidget h3, .FeaturedEventsWidget h2 { text-align:left; }
 
 .SponsorsWidget { background:#fff !important; }
 .SponsorsWidget li { list-style:none; float:left; width:48%; padding:0; }
    .SponsorsWidget li.fullwidth,  .RotatingSponsorsWidget li.fullwidth{ text-align:center; width:100%; }
	
	 .sidebar .RotatingSponsorsWidget ul, .RotatingSponsorsWidget li { margin-left:0; padding-left:0; }
	 
	 
	 .RotatingSponsorsWidget li img { margin:0 auto; }
	
	#content .SponsorsWidget li { width:31%; }
 
  .SponsorsWidget li img { background:none; border:none; max-width:100%; }
  .SponsorsWidget li .sponsor { float:none; }
 


.entry-title.postlist { font-size:16px; }
article .postlist { margin-bottom:.75em; border:1px solid #ccc; background:#e2e2e2; padding:.2em; }
article .postlist h1 { border:none; }
article .postlist span { color:#999; font-size:.85em; margin-left:.4em; }

.more-link { clear:both; }


.entry-title.postlist { font-size:16px; }
section .postlist { margin-bottom:.25em; overflow:hidden; padding:.35em 0; font-size:13px; }
section .postlist li { border-bottom:1px dotted #d0d0d0; margin-bottom:.15em; padding:.15em 0; list-style:none; }
 ul.nosticky .sticky { background:none !important; border-top:none; border-left:none; border-right:none; border-bottom:1px dotted #d0d0d0 !important; margin-bottom:.15em !important; padding:.35em 0 !important; list-style:none !important; }
  ul.nosticky .sticky a { color:#000066; }
section .postlist span { min-width:11%; color:#999; font-size:.85em; margin-left:.4em; float:right; text-align:right; }

section h1 { font-size:1.2em; font-weight:bold; border-top:2px solid #999; padding:.25em 0; color: #ae030c; }

section { margin-bottom:1.5em; }

#content section h3 { font-size:1.2em; font-weight:bold; border-top:1px solid #999; }


/* single player */
#player-info-box { padding:5px; background:#dedede; border:1px solid #ccc; overflow:hidden; margin-bottom:.5em; }
		.post-thumb.player { margin-bottom:0 !important; }
		.post-thumb.player img { display: block; width: 100px; height:inherit; }


/* 5.2 Single styles
--------------------*/

.single .entry-summary p {
	font-weight: bold;
}

#content .post-thumb.full { width:100%; }
#content .post-thumb.full img { width:99%; height:inherit;  display:block; }



/* 5.5 Article header
---------------------*/

.entry-title,
.page-title {
	font-size: 1.333em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
}

.page-title,
.page .entry-title {
	margin-bottom: 1.143em;
}

.entry-meta p,
.entry-meta ul {
	font-size: 0.833em;
	color: #888;
	margin-bottom: 0.9em;
}

/* 5.6 Article content headings
-------------------------------*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content dt {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding: 0.8em 0 0.4em 0;
}

.entry-content h1,
.entry-content h2 {
	font-size: 1.167em;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content dt {
	font-size: 1em;	
}


/* 5.7 Article content elements
-------------------------------*/

/* We're going to restate p and list sizes beacause iOS Safari enlarges the .entry-content div's font-size.
   As to why it decides to do this... */
   
   /*social share */
   
   #post-share { background:#e2e2e2; padding:.5em .2em .2em .2em; float:left; width:190px; margin:0 .5em .5em 0; }
   .meta-share { float:left; line-height:1; margin:0 .4em; }

.entry-content {
	font-size: 1em;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dd,
.comment p,
.comment ul,
.comment ol,
.comment dd {
	font-size: .9em;
	margin-bottom: 0.75em;
}

.entry-content li {
	margin-left: 1.25em;
}

.entry-content cite {
	color: #444;
}

.entry-content pre,
.comment pre {
	overflow: auto;
	display: block;
	/* May I rot in hell for this IE6 hack */
	_width: 90%;
	font-size: 1em;
	padding: 1.5em;
	color: #AF0000;
}

.entry-content a,
.entry-summary a {
	border-bottom: 1px dotted #888;
}

/* 5.8 Article content images
-----------------------------*/

/* We're adding some importants here to override any inline dimensions. */

.wp-caption,
.gallery-caption  {
	display: block;
	max-width: 100% !important;
	padding: 1.438em 0;
}

.wp-caption img,
.entry-content img,
.entry-content video {
	max-width: 100% !important;
	height: auto !important;
	border: 1px solid #EFEFEF;
}

.post-thumb.team { width:100%; }
.post-thumb.team img {  width:99%; height:inherit;  display:block; }


.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 1.4375em auto;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 0.75em;
	border: 1px solid #EFEFEF;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 0.75em;
	border: 1px solid #EFEFEF;
}

p.wp-caption-text {
	margin-bottom: 0;
	font-size: 0.833em;
}

.post-thumb img { border:1px solid #ccc; padding:2px; background:#bbb; }

/* related posts */

#relatedposts, #event-twitter { overflow:hidden; background:#e2e2e2; border:1px solid #ccc; padding:.5em; }
#relatedposts h2 { border-bottom:1px dotted #ccc; }
#relatedposts ul { list-style:none; width:100%; overflow:hidden; }
 #relatedposts ul li { float:left; padding:.3em 0; width:100%; }
  #relatedposts ul li span { font-size:.8em; color:#999; margin-left:.4em; }
  
  /* breadcrumbs */
  

/* 5.9 Article content tables
-----------------------------*/

.entry-content table, article table,
.comment table {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
	border: 0.0625em solid #ccc;
}

article table ul { margin-bottom:0; }

.entry-content tr, article table tr,
.comment tr {
	font-size: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
}

.entry-content td, article table td, .comment td {
	padding: 0.25em 0;
}

.entry-content tbody tr:nth-child(even), article tbody tr:nth-child(even),
.comment tbody tr:nth-child(even) {
	background-color: #e6e6e6;
}

.entry-content th,
.entry-content tbody td,
.comment th,
.comment tbody td, article table tbody td, article th {
	text-align: left;
	padding-left: 0.25em;
	margin: 0;
}

.entry-content th, article th,
.comment th {
	font-weight: normal;
	font-size: 1.333em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #444;
	color: #FFF;
}

.entry-content table caption,
.comment table caption {
	font-size: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
}

.entry-content tfoot tr,
.comment tfoot tr {
	font-size: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
	color: #AAA;
}


/* 5.10 Article footer
----------------------*/

.entry-footer {
	padding-top: 0.75em;
	border-top: 1px dotted #CFCFCF;
	margin-top: -1px;
	clear: both;
}

.entry-taxonomy {
	padding-bottom: 0.75em;
}

.entry-taxonomy p {
	font-size: 0.833em;
	margin-bottom: 0;
}

.entry-taxonomy a {
	font-style: italic;
}


/* 5.11 Comments
----------------*/

#comments {
	padding: 0.375em 0 1.5em 0;
	border-top: 1px solid #AFAFAF;
	margin-top: -1px;
	clear: both;
}	

.comment-heading,
#reply-title {
	font-size: 1.167em;
	padding: 0;
	margin-bottom: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.form-allowed-tags {
	font-size: 0.833em;
}

.page-numbers {
	font-size: 0.833em;
	padding-left: 1em;
}

.current {
	font-weight: bold;
}

.bypostauthor {
	padding: auto;
	background-color: #FFF;
}

.avatar {
	float: left;
	margin-right: 0.375em;
	margin-bottom: 0.375em;
}

.says {
	display: none;
}

.reply {
	display: block;
	font-size: 1em;
	margin-bottom: 3em;
}

.vcard {
	padding-top: 0.75em;
}

.fn {
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: block;
	float: left;
}

.comment-meta {
	font-size: 0.833em;
	margin-bottom: 0.375em;
	clear: both;
}

.commentlist li {
	list-style-type: none;
}

.pinglist li {
	font-size: 0.75em;
	color: #AAA;
	list-style-type: none;
}

.children li {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 0.0625em dotted #CFCFCF;
}

#commentform label {
	font-size: 0.833em;
	font-family:Arial, Helvetica, sans-serif;
}

#author,
#email,
#url,
#commentform textarea {
	display: block;
	border: 1px solid #CFCFCF;
	font-family:Arial, Helvetica, sans-serif;
	max-width: 98%; /* Make sure width - border never exceeds container width */
}
	
#author,
#email,
#url {
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-size: 1em;
}

#commentform textarea {
	display: block;
	font-family: consolas, 'andale mono', 'courier new', monospace;
	font-size: 1em;
	padding: 0.25em;
	height: 12em;
}

#submit {
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.form-allowed-tags {
	font-size: 0.833em;
	line-height: 1.25em;
}

.subscribe-to-comments {
	margin-bottom: 0;
}

.subscribe-to-comments #subscribe {
	float: left;
	margin-right: 2px;
}

.subscribe-to-comments label {
	float: left;
	margin-bottom: 0 !important;
}


/* 6. ASIDES
------------*/

.sidebar {
	color: #666;
}

	#right-sidebar, #left-sidebar { width:20%; }

.ads125 { margin:0 .5em 0 0; }
.ads125 img { border:1px solid #999; width:46% !important; }

.premium-ad img { border:1px solid #999999; }




.sidebar .widget { clear:both; margin-bottom:1.2em; overflow:hidden; background:#cdcdcd; }

.sidebar .widgettitle { margin-bottom:.8em; font-size:1.2em; color:#fff; background:#333; border-bottom:1px solid #ccc; padding:5px 8px; 

background-image: linear-gradient(bottom, #333333 50%, #999999 100%);
background-image: -o-linear-gradient(bottom, #333333 50%, #999999 100%);
background-image: -moz-linear-gradient(bottom, #333333 50%, #999999 100%);
background-image: -webkit-linear-gradient(bottom, #333333 50%, #999999 100%);
background-image: -ms-linear-gradient(bottom, #333333 50%, #999999 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, #333333),
	color-stop(1, #999999)
);

}

.sidebar p , .sidebar h3,
.sidebar ul{
	margin-bottom: 1.5em; padding:0 .5em;
}

.sidebar h3 {
	margin-bottom:1em;
}

.sidebar p { font-size:.85em; }

.sidebar ul {
	margin-top: -1px;
}

.sidebar ul li {
	padding: 0.375em 0;
	margin-left: 0;
	list-style-type: none;
	font-size:.85em;
}

.sidebar ul li ul,
ul.sub-menu {
	margin-bottom: 0;
}

.sidebar ul li ul li,
ul.sub-menu li {
	padding-left: 1em;
}

.sidebar ul li ul li:last-child {
	border-bottom: none;
	margin-bottom: 1px;
	padding-bottom: 0;
}

.sidebar img {
	max-width: 100% !important;
	height: auto !important;
}

.widgetContainer {
	padding-bottom: 0.75em;
	clear: both;
}

.widgetTitle {
	font-size: 1.167em;
	font-weight: normal;
	padding: 0 0 0.375em 0;
	font-family:Arial, Helvetica, sans-serif;
}

.sidebar #searchform {
	padding-bottom: 1.385em;
}


/* 6.1 Specific widget styles
-----------------------------*/

#wp-calendar table {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
	border: 0.0625em solid #CCC;
}

#wp-calendar tr {
	font-size: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
}

#wp-calendar tbody tr:nth-child(even) {
	background-color: #DFDFDF;
}

#wp-calendar th,
#wp-calendar tbody td {
	text-align: left;
	padding-left: 0.25em;
	margin: 0;
}

#wp-calendar th {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #444;
	color: #FFF;
}

#wp-calendar table caption {
	font-size: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}

#wp-calendar tfoot tr {
	font-size: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
	color: #AAA;
}

.sidebar .screen-reader-text {
	display: none;
}

.widget_recent_comments a {
	font-style: normal;
}

.widget_recent_comments a.url {
	font-style: italic;
}

.sidebar #searchform{
	font-family:Arial, Helvetica, sans-serif;
}

#s {
	font-family:Arial, Helvetica, sans-serif;
	width: 12em;
	font-size: 1em;
}

#searchsubmit {
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 1em;
}

.widget_tag_cloud div {
	padding-bottom: 0.692em;
}

.tagcloud {
	display: block;
	margin-bottom: 0.692em;
}

.widget_tag_cloud a:link,
.widget_tag_cloud a:visited {
	float: left;
	margin-right: 0.25em;
	font-size: 1em !important;
	background-color: #CFCFCF;
	padding: 0.25em 0.375em;
	margin-bottom: 0.375em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:active {
	float: left;
	margin-right: 0.25em;
	font-size: 1em !important;
	padding: 0.25em 0.375em;
	margin-bottom: 0.375em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-border-radius: 3px;
}

.widget_tag_cloud a:last-child {
	margin-bottom: 1.384em;
}


.entry-title,
	.page-title {
		font-size: 1.75em;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom: 0.429em; margin-top:.85em;
		clear:left;
		line-height: 1.2em;
	}
	
	
	.single .entry-summary p {
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
		border-bottom: 1px dotted #CFCFCF;
		margin-top: -1px;
	}
	
	.single .entry-content {
		padding-bottom: 1.5em;
	}
	
	blockquote {
		padding: 3em 1.5em;
		margin: 0;
		color: #888;
		font-size: 15px;
	}
	
	.single .entry-content .wide,
	.single .entry-content .wide img {
		max-width: 50.25em !important;
		height: auto !important;
	}
	
	.single .pagination {
		padding-bottom: 1.5em;
	}
	
	.comment-heading,
	#reply-title {
		font-weight: bold;
	}
	
	#author,
	#email,
	#url,
	#commentform textarea {
		width: 32.375em;
		max-width: 32.375em;
	}
	
	#author,
	#email,
	#url {
		width: 14.375em;
		max-width: 14.375em;
	}

/* 7. FOOTER
------------*/

#site-footer {
	clear: both;
	padding: 1em; border:1px solid #333;
	background:#333; color:#fff; 
	max-width:1140px; margin:0 auto;
}

#site-footer h3 { margin-bottom:1em; font-size:1.3em; background:#999; background:rgba(0, 0, 0, 0.13); }



#site-footer a { color:#fff; text-decoration:underline; }
 #site-footer a:hover { text-decoration:none !important; }
#site-footer ul { list-style:none; margin:0 .5em; }

#footer-copyright { text-align:center; clear:both; padding-top:1.5em; }

#site-footer p {
	line-height: 1.25em;
}

#footer-widgets .footer-column { margin:0 .5em; float:left; }
.footer-column.two { width:48%; }
.footer-column.three { width:31%; }
.footer-column.four { width:23%; }
.footer-column.last { margin-left:0 !important; }

#footer-partners li { float:left; margin:.5em; width:42%; }
  #footer-partners li img { border:1px solid #ccc; width:100%; }

.footer-social {  margin-bottom:8px; padding-left:42px; height:32px; display:block; background:url(images/footer-social.jpg) no-repeat 0 0; }
 .footer-social.facebook { background-position:0 -32px; }
 .footer-social.youtube { background-position:0 -64px; }

.footer-rss { padding-left:30px; background:url(images/footer-rss.jpg) no-repeat left center; }

.footer-partners { float:left; margin:0 .5em .5em 0; }
.footer-partners img { border:1px solid #999; }



/* - - - flexr - - - */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; } 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {border:2px solid #EB0505; margin: 0; padding: 0; margin-bottom:2.5em; /*min-height:320px;*/}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {height:auto;width:100%; /*max-height:22em;*/ padding:0; display: inline; float:left;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}



/* FlexSlider Default Theme
*********************************/
.flexslider {background: #333; position: relative; zoom: 1; /*height:22em;*/ }
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; max-height:360px; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
.flex-caption {width:96.2%; padding: 1% 2%; background:#555; background:rgba(51, 51, 51, 0.94); color: #fff; font-size: 0.8em; line-height: 18px; position:absolute; bottom:0; left:0; }

.flexslider .title { font-size:1.8em; display:block; margin-bottom:0; line-height:1.2em; color:#fff; }

/* Direction Nav */
.flex-direction-nav li a {width: 34px; height: 34px; margin: -13px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -33px 0; right: -10px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -10px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;  /*display:none;*/ }
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; position:relative;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


@media screen and (min-width: 900px) and (max-width: 1050px) 
{
	
	
	#main-nav li a { font-size:13px; padding:7px 10px; }
	
	.flex-caption {font-size: 0.7em; line-height:1.2em; }
	
	
}

@media screen and (min-width: 780px) and (max-width: 899px) 
{
	
	
	#main-nav li a { font-size:11px; padding:7px 7px; }
	#content { width:66%; padding-left:0; margin-left:0; }
	#content.twocol-right, #content.twocol-left { width:68%; }
	#right-sidebar { width:30%; }
	#left-sidebar { width:100%; clear:both; }
	  #left-sidebar.twocol-left { clear:none; }
	.flex-caption {font-size: 0.65em; line-height:1.2em; }
	
	#social-header { width:57%; float:left; clear:both; position:relative; margin-left:43%; border-left:0; }
	
  .flexslider { min-height:inherit; }

}




/* MEDIUM SIZE
---------------------------------------*/
@media screen and (max-width: 780px) {
	
	
	#wrapper {
		max-width: 622px;
		margin-top: 0;
	}
	
	#content { width:98% !important; margin:0; padding:0; }
	
	#site-header {
		background-size: 100%;
		height: auto;
		padding: 0 0.375em;
		margin-bottom: 2em;
	}
	
	#social-header { width:61%; float:left; clear:both; position:relative; margin-left:39%; border-left:0; }
	
	#banner-ad { position:inherit; }
	#banner-ad img { float:none; }
	
	#header-sponsors { position:absolute; top:0; right:0; }
	 #header-sponsors a img { width:45% !important; }
	 #header-sponsors p { font-size:.65em; }
	 
	 #content.twocol-right { width:98%; }
	
	
	
	#left-sidebar, #right-sidebar { width:100% !important; }
	
	#site-header img { width:100% !important; height:auto !important;  }
	.header-link { text-align:center; max-width:60% !important; max-height:100% !important; width:60% !important; margin:0 auto; height:100% !important; display:block !important; }
	.header-link img { max-height:100% !important; }
	
	#site-footer .footer-column { width:100%; }
	
	nav { height:auto; position:static; width:100%; top:0; left:0; background:#333; }
	
	nav ul     { display: none; }

   nav select, .mobile-menu-header select { 
   /border: 1px solid #CCCCCC;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    padding: 15px 15px 15px 10px;
    width: 100%;
	overflow:hidden;
	background: /*url(images/mobile-nav-arrow.png) no-repeat 96% center*/ #000;
	/*-webkit-appearance: none;
	-webkit-background-size: 28px 28px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	moz-appearance:none;*/ }
	
	.mobile-menu-header { background: #000; }
	
	nav select option { padding:10px; }
	
	.sidebar { width:100% !important; }
	
	nav ul li { width:100%; display:block; text-align:center; }
	nav ul li a:hover { background:#444; }
	
	.ads125 img { width:auto !important; }
	
	/*.flexslider { height:16em !important; }
	.flexslider .slides img { max-height:16em !important; }*/
	.flex-caption {font-size: 0.7em; line-height:1.4em; }
	.SponsorsWidget li { width:33%; }
	
	.flexslider { min-height:inherit; }
	
	
}



/* SMALLER SIZE
---------------------------------------*/
@media screen and (max-width: 600px) {
	
	#wrapper {
		max-width: 522px;
		margin-top: 0;
	}
	
	.post-thumb img { width:98%; }
	
	.SponsorsWidget li img { width:auto !important; }
	
	.flex-caption {font-size: 0.65em; line-height:1.3em; }
	  .flex-caption p {display:none; }
	
	/*.flexslider { height:14em !important; }
	.flexslider .slides img { max-height:14em !important; }*/
	
	#network-bar { padding:.35em 1.4em 0 1.4em; }
	#network-bar #searchform { width:50%; }
	 #top-left { width:45%; }
	  #s { width:76%; }
	  #topsearch { width:17%; }
	  
	  .flexslider { min-height:inherit; }
	  
	  #home-content1, #home-content2 { width:100%; clear:both; }
	  
	
	
	
}


/* MOBILE SIZE
---------------------------------------*/
	

@media screen and (max-width: 480px) {
	
	#wrapper {
		width:92%;
		margin-top: 0;
	}
	
	.flexslider { min-height:inherit; }
	
}
