article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #444;
}
body {
	background-color: #f0f0f0;
	color: black;
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
a {
	color: #2d7a9c;
}
a:visited {
	color: #2d7a9c;
}
a:hover {
	color: #c48d23;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

#header-container {
	border-bottom: 1px solid #fff;
}
#footer-container {
	border-top:    1px solid #d0d8dd;
}
#header-container {
	background: #1c425d;
	background-image: url(https://bestoftexascontest.com/theme/mycompany/img/bg_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer-container {
	background-image: url(https://bestoftexascontest.com/theme/mycompany/img/bg_bot.png);
	background-repeat: repeat-x;
	padding-top: 1px;
	min-height: 150px
}
.inheader {
	background-image: url(https://bestoftexascontest.com/theme/mycompany/img/bg_top2.png);
	background-repeat: no-repeat;
	background-position: top center;
}
/* ==============    MOBILE: Menu   ============== */
nav ul {
	margin-bottom: 7px;
}
nav a {
	display: block;
	margin-bottom: 0px;
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-shadow: 0px -1px 0px #000;
}
nav a:hover, nav a:visited {
	color: white;
}
nav a:hover {
	text-decoration: none;
	color: #c48d23;
}
nav li.current a {
	background-image: url(img/bg_menuitem.png);
	background-color: white;
	background-repeat: repeat-x;
	color: #153c60 !important;
	text-shadow: 0px -1px 0px #e2e7ea;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.7);
	box-shadow: 0px -1px 1px rgba(0,0,0,0.7);
}
#navbottom {
	font-size: 11px;
	line-height: 1.2em;
	padding-left: 10px;
	color: #4e616f
}
#navbottom a {
	color: #4e616f;
}
#navbottom a:hover, #navbottom li a:hover {
	color: #dbe1e5;
}
#navbottom ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#navbottom ul li {
	display: inline;
}
#navbottom li a {
	text-decoration: none;
	color: #7b8790;
	padding-left: 0px;
	padding-right: 11px;
	margin-right: 11px;
	border-right: 1px solid #4e616f;
}
#navbottom li:last-child  a {
	border-right: 0px;
}
.logofooter {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4c606f;
}
.socialicons {
	float: right;
}
#footer-container footer {
	color: white;
	padding: 20px 0;
}
.title {
	margin: 5px;
	padding: 10px;
	border: 1px solid black;
	background-color: #1c425d; 
	color: #f0f0f0;
}

.title h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
}

.main {
	position: relative;
	padding: 10px;
}

.sidebar-container {
	width: 15%;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 20px;
	float: left;
}

.sidebar-container .sidebar {
	padding: 0.3em;
}
.sidebar-container .sidebar a {
	display: block;
}

.sidebar-container .sidebar-selected {
	background-color: #C3D9FF;
}


/*
.sidebar a {
	text-decoration: none;
	color: black;
}
*/

.tabpage {
	/*background-color: #E8EEF7;*/
	font-weight: bold;
	padding: 0;
	margin-left: -10px;
	margin-bottom: -10px;
	margin-right: -10px;
}
.tabbar {
	padding: 0.3em;
	/*padding-left: 0;*/
	border-bottom: 1px solid black;
}
.tabbar .tab {
	background-color: none;
	/*background-color: #CCBFB2;*/
	/*width: 100%;*/
	padding: 0.3em;
	margin: 0;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid black;
	border-top: 1px solid black;
}
.tabbar .tab-selected{
	/*background-color: #C3D9FF;*/
	background-color: #E8EEF7;
	border-bottom: 1px solid #E8EEF7;
	margin-bottom: -1px;
}
.tabbar .tab-fill{
	border-top: 0;
	background: none;
}
.tabbar a {
	text-decoration: none;
	color: black;
}
.tabcontent {
	padding: 10px;
	background-color: #E8EEF7;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.content-wrapper {
	padding: 0.3em;
	margin: 0px;
	width: 75%;
	float: left;
}

.contact pre {
	font-family: Courier, sans-serif;
	font-size: small;
}
	
.content-area {
	/*border: 8px solid #C3D9FF;*/
	padding: 10px;
	/*margin-left: 15%;*/
	/*border: 1px solid black;*/
	background-color: none;
/*	height: 24em;*/
}

.section-title {
	background-color: none;
	/*border: 1px solid black;*/
	border-bottom: 0px;
	font-size: 3em;
	line-height: 1.1em;
	font-weight: bold;
	color: #2d7a9c;
	padding-bottom: .5em;
}

.homeTable {
	width: 75%;
	text-align: center;
	margin: 5px auto;
/*	border: 2px solid blue;*/
}

.homeTable table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
}

.homeTable td{
	/*border: 1px solid blue;*/
	padding-left: 0px;
	padding-right: 20px;
	vertical-align: top;
}

.homeTable th {
	padding-left: 0.3em;
	/*border: 1px solid blue;*/
/*	border-bottom: 2px solid blue;	*/
	font-weight: bold;
}

.error{
	color: red;
	font-size: larger;
	font-weight: bold;
}

.message{
	padding: 10px;
	border: 1px solid blue;
	color: blue;
	margin: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

h2{
	padding: 10px;
	border: 2px solid black;
	color: black;
	margin: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

.form {
	width: 90%;
	margin: 5px auto;
	text-align: center;
}

.form table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
}

.form th {
	padding: 0.3em;
	border-bottom: 2px solid black;
	font-weight: bold;
}


.addresults td {
	border: 1px solid black;
}

.addresults td input {
	width: 100%;
}

.addresults table {
	border: 2px solid black;
	text-align: center;
}

table.results {
	border: 2px solid black;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
}

.results th {
	padding: 0.3em;
	/*border-bottom: 2px solid black;*/
	font-weight: bold;
	text-align: center;
}

.results td {
	border: 1px solid black;
	padding: 0.1em;
}

.rounds td {
	border: 1px solid black;
}
/*
.rounds th {
	border-bottom: 2px solid black;
	padding: 0.3em;
}
*/
.rounds table {
	border: 2px solid black;
	text-align: center;
}

.center {
	text-align: center;
}

.submit {
	text-align: left;
	padding: 0.3px;
}

.round_closed {
	background-color: gray;
}
@media only screen and (min-width: 480px) {
/* ====================    INTERMEDIATE: Menu   ==================== */
nav a {
	margin-right: 5px;
	padding: 5px 15px 5px 15px;
	margin-bottom: 3;
}
nav li.current a {
	padding: 5px 20px 5px 20px;
	border-radius: 8px 8px 0px 0px;
}
nav li:first-child a {
	margin-left: 0;
}
nav li:last-child  a {
	margin-right: 0;
}
/* ========================    INTERMEDIATE: IE Fixes   ======================== */
nav ul li {
	display: inline;
	float: left;
}
.oldie nav a {
	margin: 0 0.7%;
}
}
@media only screen and (min-width: 768px) {
/* ====================    WIDE: CSS3 Effects   ==================== */
#header-container, #main aside {
}
/* ============    WIDE: Menu   ============ */
#title {
	float: left;
}
.footer {
	clear: both;
	color: black;
	font-weight: bold;
	font-size: smaller;
}
nav {
	float: right;
	width: 715px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: right;
}
nav li.current a {
	border-radius: 8px 8px 8px 8px;
}
nav ul {
	float: right;
}
#navbottom {
	float: left;
}
.logofooter {
	float: left;
	border-bottom: 0px;
	border-right: 1px solid #4c606f;
}
}
@media only screen and (min-width: 1140px) {
/* ===============    Maximal Width   =============== */
.wrapper {
	width: 1026px;
/* 1140px - 10% for margins */
	margin: 0 auto;
}
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
/* =============================================================================   Print Styles   ========================================================================== */
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
/* Black prints faster: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
/* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
/* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

