/* --------------------------------------------------------------

   content.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */


/* Custom Fonts
-------------------------------------------------------------- */





/* Default font settings.
--------------------------------------------------------------
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

.cke_editable {
  font-size: 15px;

}

html { font-size:100.01%; }
body {
  font-size: 10px;
  color: #222;
  height: 100%;
  background: url('/images/site-images/layout/SSSCO_BG_Tile.jpg') #ececec;
  font-family: "Source Sans Pro","Helvetica Neue", Arial, Helvetica, sans-serif;
}


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

h1,h2,h3,h4,h5,h6 { color: #111; font-family: "Maven Pro","Helvetica Neue", Arial, Helvetica, sans-serif;}

h1 { font-size: 2.65em; line-height: 1; margin-bottom: 0.25em; font-weight: 500;letter-spacing: -0.05em;}
h2 { font-size: 1.5em; margin-bottom: 0.25em; line-height: 1; font-weight: 500;}
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 0.5em; font-weight: 500;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: 700;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; font-weight: 700;}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height: 1.5; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #D24719; text-decoration: none;}
a           { color: #D24719; text-decoration: underline; }

p a         { font-size: 1em; }

blockquote  { margin: 1.5em; color: #333; background: url('/images/site-images/icons/quote.png') no-repeat left top; padding-left: 65px; border: 0; padding-top: 0;min-height: 39px;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; line-height: 1.4;}
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0;}
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


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

table       { border-collapse: collapse; margin-bottom: 1.4em; width:100%; border: 0; border-bottom: 2px solid #B8BABB;}
th          { font-weight: bold; }
table thead tr th    { background: #0E2E4C; color: #fff;}
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


table thead tr th,
table tbody tr td				{ padding: 12px 10px 13px; }
table thead tr th			 	{ border-right: 2px solid #fff;}
table tbody tr td				{ border-right: 2px solid #B8BABB; }
table tbody tr td:last-child	{ border-right: 0;}

table td p:last-child{ margin-bottom: 0;}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.no-text    { font-size: 0px; line-height: 0px; text-indent: -9999px; margin: 0; padding: 0;}
.text-left {text-align: left;}
.text-right {text-align: right;}

p .button,p a.button, a.button{
	line-height: 1;
}

.button, a.button, input[type="submit"]{
	background: #fff;
	display: inline-block;
	padding: 15px 12px;
	font-weight: bold;
	color: #0E2E4C;
	text-decoration: none;
}

.button.expand{
  width: 100%;
}

.button.has-image{
  font-size: 14px;
  padding: 17px;
  overflow: hidden;
}

.button.has-image .button-image{
  margin: -17px;
  display: block;
  float: left;
  margin-right: 10px;
}

.button:after, a.button:after{
	content: '>';
	margin-left: 5px;
}

.button:hover, a.button:hover, #sidebar input[type="submit"]:hover{
	background-color: #CFD5DB;
}

a.button.orange, input[type="submit"] {
	background: #F47321;
	color: #fff;
	font-weight: bold;
	font-family: "Maven Pro","Helvetica Neue", Arial, Helvetica, sans-serif;
	border: 0;
}

a.button.orange:hover, input[type="submit"]:hover {
	background: #D24719;
	cursor: pointer;
}

button::-moz-focus-inner {
    border:0;
    padding:0;
}

input[type="submit"]{
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 1em;
}

#sidebar input[type="submit"]{
	padding: 8px 10px;
}

#main img, .border, .cke_show_borders img{
	border: 5px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

form label{
	color: #333333;
	font-weight: bold;
	margin-bottom: 7px;

}

form input[type="text"], form input[type="password"], form input[type="email"]{
	width: 430px;
	max-width: 100%;
}

form input[type="text"], form textarea{
	box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.2);
}

form textarea{
	width: 650px;
	max-width: 100%;
	margin-bottom: 12px;
	height: 120px;
}

form:not(#foo) .radio-group input[type="radio"]{
	opacity: 0;
	position: absolute;
/*	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	stroke-width: 0;
	stroke-linejoin: none;
	appearance: none;
	fill: none;
	background: #fff;
	box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.2);
	padding: 6px;
	margin-right: 6px;
	height: 20px;
	width: 20px;
	margin-bottom: -4px;
	border-radius: 20px;
	border: 1px solid #ccc;*/
}


form:not(#foo) .radio-group input[type="radio"] + label:before{
	content:"";
	display: inline-block;
	background: #fff;
	box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.2);
	padding: 6px;
	margin-right: 6px;
	height: 20px;
	width: 20px;
	margin-bottom: -4px;
	border-radius: 20px;
	border: 1px solid #ccc;
}



form:not(#foo) .radio-group input[type="radio"]:checked + label:before{
	background: url('/images/site-images/icons/radio.png') no-repeat center center #fff;
}


form .radio-group{
	margin-bottom: 12px;
	overflow: hidden;
}

form .radio-group label{
	margin-right: 20px;
	display: inline-block;
	font-weight: normal;
}

img.left{
	margin: 0 15px 15px 0;
}

img.right{
	margin: 0 0 15px 15px;
}

.read-more{
	padding-right: 12px;
	display: inline-block;
}

.read-more:hover{
	text-decoration: none;
}

.read-more:after {
	content: '>';
	color: #D24619;
	margin-left: 5px;
    padding-left: 1px;
    position: absolute;
	margin-right: -9px;
	font-weight: bold;
}

.clear{
	clear: both;
}

table.tablesorter .headerSortDown, table.tablesorter .headerSortUp{
	padding-left: 30px;
	position: relative;
}

table.tablesorter .headerSortDown:before{
	content: '';
	border-color: #fff transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	left: 12px;
	top: 30px;
	border-style: solid;
}

table.tablesorter .headerSortUp:before{
	content: '';
	left: 12px;
	top: 23px;
	position: absolute;

	border-color: transparent transparent #fff transparent;
	border-width: 5px;
	border-style: solid;
}
