﻿/* SITE COLORING
=========================================================================================*/
a:link, a:visited, a:hover, a:active { color:#1A5D91; text-decoration:none; }

.border { border: 1px solid #b9b9b9; }

.primary {
  /*background: -moz-linear-gradient(top, #679EC7 0%, #1A5D91 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#679EC7), color-stop(100%,#1A5D91)); 
*/
    background-color: #822c03;
    border: none;
    color: white;
    -moz-box-shadow:2px 2px 2px #909090;
    box-shadow: 2px 2px 2px #909090;
    -webkit-box-shadow:2px 2px 2px #909090;
}
  
.secondary {
  /*
    background-color: #d9d7d8;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.41, rgb(179,179,179)),
    color-stop(0.71, rgb(194,194,194))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(179,179,179) 41%,
        rgb(194,194,194) 71%
    );*/
    background-color: #e5f0f6;
    color: #404040;
    border:none;
    box-shadow: 1px 1px 3px #909090;
    -moz-box-shadow:1px 1px 3px #909090;
    box-shadow: 1px 1px 3px #909090;
}


/* default.css and circuitree.css overrides
=========================================================================================*/

a.action {
    min-height:48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
}
a.action:hover {
  background-color: #e0f2ff;
}
a.action .name{
    font-weight:bold;
    font-size:1.0em;
}

a.action .desc {
    display: block;
    font-size: smaller;
    color: #070707;
}

a.action.small {
    min-height: 40px;
}
.link_name{
  display:none !important;
}

#content {
    font-size: 1.4em;
    line-height: 1.4em;
    min-height:400px;
}
.contentfield {
  min-height: 10px;
}
#crumbs{
    font-size: 1.3em !Important;
    padding: 0px !Important;
    background: #EFEFEF !Important;
}
.emailButton{
  background:#1a5d91;
  border: none;
  color: white !important;
  -moz-box-shadow:2px 2px 2px #909090;
  box-shadow: 2px 2px 2px #909090;
  -webkit-box-shadow:2px 2px 2px #909090;
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  padding:5px 10px;
}

h1 {
    font-size:1.2em;
}
h2 {
    font-size:1.1em;
}

input[type="submit"] {
  margin: 10px 0px;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  font-size: 1.1em;
  padding: .3em .5em;
  min-width: 6em;
  font-weight: bold;
  background: #1A5D91;
  color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px #909090;
  -moz-box-shadow:1px 1px 3px #909090;
  box-shadow: 1px 1px 3px #909090;

}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  background:#1e80cc;
}

fieldset#reservationdates input[type="text"] {
width: auto;
}

#main-column {
    padding-top: 8px;
}

#main-column a.action:hover {
	text-decoration: none;
}

#sub-nav-wrapper {
	background-color: #526235;
	height: 16px;
	padding: 4px;
}

#sub-nav {
	float:right;
	color:White;
}

#sub-nav li {
	float: left;
	list-style: none;
	padding-right: 10px;
	border-left: 1px solid #7a9e34;
	padding-left: 10px;
}

#sub-nav li.first {
	border-left: none;
}
#sub-nav li a {
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}

#sub-nav li a:hover {
	text-decoration: underline;
}

/* Hide 'donate remaining balance' option for store cards on the attendee workflow step */
.donateremaining { visibility:collapse }


.donationHeaders>div, .donationSumDetails>div { width: 9em; }
.donationHeaders > div.donationType, .donationSumDetails > div.donationType { width: 12em; }
.donationFunds > div > h4 { font-size: 125%; }


body {
	font-family: Calibri, Verdana, sans-serif !Important;
	font-size: 12pt !Important;
	line-height: 1.25em !Important
}

input[type="submit"], input[type="reset"], input[type="button"], button
{
    font-size: 1em !Important;
}