/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}


.clearfix:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



.img_toggle {
	cursor:pointer;	
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	-webkit-font-smoothing: antialiased;
}


a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #ff2103;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	/*font-family: Montserrat, sans-serif;*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}




.img_notes_col {
	vertical-align: top;
	width: 10%;
	max-width: 100px;
	word-wrap: break-word;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object {
	max-width: 100%;
}

img {
	height: auto;
}




.flag {
	/* font-weight:bold; */
	color:white;
	display:inline-block;
	padding:2px 4px;
}
	.flag a {
		color:white;
	}

.not_started {
	background-color:#ffa500;
}
.at_writing {
	background-color:#dd9002;
}
.draft_complete {
	background-color:#c07d02;
}
.at_editing {
	background-color:#ff2103;
}
.editing_complete {
	background-color:#d01c04;
}
.at_loading {
	background-color:#ac1703;
}
.loading_complete {
	background-color:#881202;
}
.published {
	background-color:#444;
}



/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #848587;
	border: none;
	color: #fff;
	cursor: pointer;
	/*font-family: Montserrat, sans-serif;*/
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #ff2103;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


input[type="submit"]:disabled {
    background: #dddddd;
}

/* Buttons
--------------------------------------------- */

a.button {
	background: transparent;
	clear: both;
	/*font-family: Montserrat, sans-serif;*/
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

a.button {
	border: 3px solid #000;
	color: #000;
}

a.button:hover {
	background-color: #000;
	color: #fff;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	/* line-height: 2; */
	/* margin-bottom: 40px; */
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

tr.first td {
	border-top: 1px solid #e2e2e2;
}
td {
	padding: 6px 4px;
}

th {
	font-weight: 700;
}

tr.period_row td {
	border-bottom: 1px solid #e2e2e2;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 40px auto 0 auto;
	max-width: 100%;
	padding: 0 40px;
}

.site-inner {
	clear: both;
}

.logo {
	width: 100%;
}


.clear {
	clear:both;
	overflow:hidden;
}
.links {
	width:50%;	
	float:left;
}
.search {
	width:50%;
	float:right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	/* margin-bottom: 25px; */
	text-align:center;
	margin-top:25px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 60px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #000;
}

.site-footer a:hover {
	color: #6185cb;
}

.site-footer p {
	/*font-family: Montserrat, sans-serif;*/
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	/*text-transform: uppercase;*/
}


.form-label-required {
	/* color:red; */
}
	.form-label-required:after {
		content: '*';
	}




.form_e {
	color: red;
}

.red {
	color:red;	
}
.bold {
	font-weight:bold;
}


/********************** FORM ELEMENTS */

.InputTextError,
.TextAreaError,
.InputPasswordError {
	border:3px solid red;
}

.DDLError { 	
	color:white;
	background:red;
	line-height:2em;
}







ul.main_nav {
	width:100%;
	overflow:hidden;
	color:#fff;
}
	ul.main_nav li.logo {
		float:left;
		padding:15px 30px;
		width:250px;
		background:#fff;
		border:none;
	}
	ul.main_nav li.site {
		float:left;
		padding:20px 80px 20px 30px;
		width:auto;
		background:#ff2103;
		border:none;
	}
	ul.main_nav li {
		float:left;
		padding:20px 80px 20px 30px;
		width:auto;
		background:#848587;
		border-right:1px solid #aaa;
	}
		ul.main_nav li a {
			color:#fff;
			display:inline-block;
    		width:100%;
    		height:100%;
		}
			ul.main_nav li a:hover {
				color:#aaa;
			}

ul.small_nav {
	width:100%;
	overflow:hidden;
	color:#fff;
	background-color:#535353;
}
	ul.small_nav li {
		float:left;
		padding:5px 20px 5px 20px;
		width:auto;
	}
		ul.small_nav li a {
			color:#fff;
			display:inline-block;
    		width:100%;
    		height:100%;
		}
			ul.small_nav li a:hover {
				color:#aaa;
			}









@media (max-width:480px){
	.site-inner,
	.wrap {
	padding: 0 10px;
}
	
}
