/* main body styles */

/* #325d88 primary color */
/* #244363 primary hover color */
/* #d9534f danger  color */
/* #f47c3c warning color */
/* #29abe0 info    color */

/*.btn {
    margin-left: 1px;
    margin-height: 1px;
    border-radius: 0px;
    border: 0px none;
    line-height: 15px;
    padding: 6px 8px;
}

.btn-group {
    vertical-align: bottom;
    white-space: nowrap;
}
*/

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #ffffff;
    background-color: #3e3f3a;
    opacity: 0.8;
}
.navbar-default .navbar-nav > li > a:hover .navbar-default .navbar-nav > li > a {
    background-color: #ffffff;
    opacity: 0.2;
}
.navbar-header {
    height: 62px;
}
.navbar .nav > li > a  {
    color: #E8E8E8;
    font-size: 12px;
}
.nav-submit {
    background-color: #F75E5E
}
.nav-submit:hover {
 
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #d9534f;
    /*opacity: 0.6;*/
}

.panel-heading {
    padding: 5px 15px;
}

.panel-default .panel-heading, .panel-default .panel-title, .panel-default .panel-footer {
    color: #ffffff;
    background-color: #3e3f3a;
}


.nav, .pagination, .carousel, .panel-title a { cursor: pointer; } /* for angular ui-bootstrap */

* {
  margin: 0px;
}

tt {
  font-size: 120%;
}

em {
  color: #d9534f;
  font-weight: bold;
  font-style: normal;
}

.colored-background {
	background-color: rgba(149, 52, 4, .13);
}

body {
  background-color: #FFFFFF;
  /* font-family: 'CaviarDreamsRegular'; */
  font-family: 'Arial';
}

.ul-menu {
  list-style: none !important;
  display: inline-block;
  padding: 10px 5px;
  font-size: 12px;
  white-space: nowrap;
}

.ul-menu li {
  list-style: none !important;
}

.ul-menu a {
  text-decoration: none;
  font-weight: normal;
}

.menuClass {
	background-image: linear-gradient(to bottom, rgba(200, 200, 200, 0), rgba(246, 229, 222, 1) 10px);
	-moz-box-shadow:0px 5px 19px 0px rgba(119, 119, 119, 0.79);
	-webkit-box-shadow:0px 5px 19px 0px rgba(119, 119, 119, 0.79);
	box-shadow:0px 5px 19px 0px rgba(119, 119, 119, 0.79);
  padding: 5px;
  z-index: 5;
}

h1, h2, h3 {
  font-family: 'CaviarDreamsRegular', 'Arial' !important;
}

/* compensate for font change */
h1, h2 {
  margin-top: .5em;
}

h3 {
  margin-top: 2em;
}

p {
  margin-top: 1em;
  margin-bottom:1em;
  font-family: 'Arial', Sans-Serif;
}

/*---------------formatting for dates --------------*/
date {
	display: block;
	background: url(img/date_background.png);
	width: 47px;
	height: 100%;
	float: left;
}

month {
	display: block;
	width: 100%;
	height: 15px;
	color: white;
	text-align: center;
	line-height: 22px;
	font-size: 8px;
}

day {
	display: block;
	width: 100%
	height: 38px;
	text-align: center;
	font-size: 25px;
	color: #444444;
}

/*----------------------------------------------*/
.posts p {
	padding-left: 1em;
	padding-right: 1em;
}

/*----------------- posts page ------------------*/

table.posts td.date {
	padding-top: 12px;
	vertical-align: top;
}

table.posts {
	border-top: thin solid #DDDDDD;
}

table.posts.submit td {
	border-top: none;
}

/* header */
/*header {
	width: 100%;
	position: absolute;
	-moz-box-shadow:0px 5px 19px 0px rgba(119, 119, 119, 0.79);
	-webkit-box-shadow:0px 5px 19px 0px rgba(119, 119, 119, 0.79);
	box-shadow:0px 5px 19px 0px rgba(119, 119, 119, 0.79);	
  padding-left: 10px;
}*/

/*header td {
	font-size: 20px;
}

header nav table {
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

header a {
  text-decoration: none;
  font-weight: bold;
}*/

.hide {
  opacity: 0.0 !important;
}

/*header nav table td {
	height: 65px;
	width: 14.28%;
	color: black;
	margin-right: 0px;
	position: relative;
}*/

/*
header nav table td:hover {
	color: #953404;
	background-color: transparent;
}
*/

/*header, footer {
	padding-bottom: 10px;
	font-size: 15px;
  font-family: 'CaviarDreamsRegular' !important;
}*/

#underline {
	top: 75px;
	position: absolute;
	height:1px;
	width: 100%;
	background-image: -webkit-linear-gradient(left, rgba(80, 80, 80, 0), rgba(80, 80, 80, 1.0), 
		rgba(80, 80, 80, 0), rgba(80, 80, 80, 0), rgba(80, 80, 80, 1.0), rgba(80, 80, 80, 0));
	background-image: linear-gradient(to right, rgba(80, 80, 80, 0), rgba(80, 80, 80, 1.0), 
		rgba(80, 80, 80, 0), rgba(80, 80, 80, 0), rgba(80, 80, 80, 1.0), rgba(80, 80, 80, 0));
}

hr {
	height: 1px;
  	border: none;
  	margin: 1em 0;
	background-image: -webkit-linear-gradient(left, rgba(80, 80, 80, 0), rgba(80, 80, 80, 1), rgba(80, 80, 80, 0));
	background-image: linear-gradient(to right, rgba(80, 80, 80, 0), rgba(80, 80, 80, 1), rgba(80, 80, 80, 0));
}

/* main content styles */
#outer-content {
	position: absolute;
  	margin: 0px;
	left: 0px;
	right: 0px;
	top: 65px;
	bottom: 29px;
 	  overflow-x: hidden;
  	overflow-y: hidden;
}

#inner-content {
  position: absolute;
  padding-left: 10px;
  padding-right: 20px;
  height: 100%;
  width:  100%;
  overflow: none;
  overflow-x: auto;
  overflow-y: auto;
}

ul {
  padding: 0px;
  padding-left: 20px;
}

ul li {
  padding-left: 0px;
}

/* footer stylings */
footer {	
	position: absolute;
	height: 25px;
	bottom: 0;
	padding-bottom: 4px;
	text-align: center;
	width: 100%;
	font-size: 10px;
}

footer div{
	height:1px;
	width: 100%;
  margin-top: 5px;
  margin-bottom: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

/* fieldset stylings */
fieldset {
  position: relative;
  border: none;
  background-color: white;
  width: 80%;
  margin: 30px;
  margin-top: 40px;
  padding: 10px;
}

legend {
  position: absolute;
  left: 0px;
  top: -25px;
}

legend.alpaca-fieldset-legend {
  position: inherit !important;
}

legend:before {
  content: "/* ";
}

legend:after {
  content: " */";
}

.selected {
  font-weight: bold;
  text-shadow: 0 0 5px #953404;
}

a {
  text-decoration: none;
  color: #325d88;
}


a:hover, a:focus {
  color: #d9534f;
}


.context-menu-list {
    text-align:  left;
    font-weight: bold;
}

.context-menu-item a {
    font-weight: normal;
}

section {
  /*background-color: blue; */
  margin: 2px;
  /*border: solid 1px gray;*/
}

section li {
  margin: 1px;
  padding-left: 5px;
}

section li:hover {
  background-color: #f6ddd3;
  text-decoration: none;
}

section a li:hover {
  text-shadow: none;
 	margin: 2px;
 }

.submit {
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size:15px;
	text-align:left;
	border-collapse:collapse;
	margin:20px;
}

.submit table, table.submit {
}

.submit table th, table.submit th {
	/*color: #f47c3c;*/
	color: white;
	/*background-color: rgba(236, 221, 215, 1);*/
	background: url(img/table_header_background.png);
	padding:  10px 10px 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.submit table th:first-child, table.submit th:first-child {
	border-top-left-radius: 10px;
}

.submit table th:last-child, table.submit th:last-child {
	border-top-right-radius: 10px;
}

.submit table tr:last-child td:first-child, table.submit tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.submit table tr:last-child td:last-child, table.submit tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.submit table tbody, table.submit tbody {
	background: #e8edff;
	border-spacing: 0px;
}

.submit table td, table.submit td {
	background-color:rgba(255, 241, 235, 1);
	color:rgba(55, 41, 35, 1);
	border-top: thin dashed white;
	border: none;
	text-align: center;
	padding: 10px;
}

.submitInfo th {
	font-weight:normal;
	font-size:14px;
	color:#039 ;
	padding:15px 10px 10px;
}

[left] {
    text-align: left !important;
}

[right] {
    text-align: right !important;
}
