/* @override 
	http://admin.localhost:3000/stylesheets/master.css
	http://localhost:3000/stylesheets/master.css
	http://0.0.0.0:3000/stylesheets/master.css
*/

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #333; 
	font-size: 14px; 
	line-height: 1.5em;
	background-color: #efecdd;
	margin: 0px;
	text-shadow: #acacac 0 0 1px;
	padding: 0px;
}

#upper-menu {
	list-style: none;
	margin: 1em auto 0.65em auto;
	width: 920px;
	text-align: right;
	font: normal 75% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: none;
}

#upper-menu li {
	display: inline;
	margin-left: 1.25em;
}

#upper-menu li a {
	color: #a28e64;
	text-decoration: none;
}

#header-container {
	background-color: #78040d;
	height: 140px;
	margin: 0em ;
	position: relative;
	border-top: 6px solid #580209;
}
#header {
	width: 960px;
	height: 115px;
	margin: auto;
	position: relative;
}

#header h1 {
	z-index: 91;
	position: absolute;
	top: 8px;
	left: 102px;
	margin: 0px;
	width: 400px;
	color: #fff;
	font: normal 172% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #acacac 0px 1px 2px;
}

#header #www {
	width: 418px;
	position: absolute;
	bottom: 10px; 
	left: 5px;
	line-height: 1.5em !important;
	color: #bb686f;
	font: normal 65% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#www a {
	color: #bb686f !important;
	text-decoration: none;
}

#logo {
	position: absolute;
	z-index: 90;
	top: 10px;
	left: 5px;
}

#header #bgr {
	position: absolute;
	width: 553px;
	height:115px;
	top: 0px;
	right: -28px;
	background: url('/images/krasp-header.gif') no-repeat left top;
}


#menu {
	background-color: #580209;
	height: 25px;
	margin: 0em;
	position: relative;
	line-height: 24px;
	border-bottom: 6px solid #78040d;
}

#menu ul#mm {
	width: 960px;
	height: 25px;
	margin: auto;
	background-color: #580209;
	position: relative;
	padding-left: 0px;
	list-style-type: none;
}

#menu ul li {
	display: inline;
	position: relative;
}


#menu #mm li a {
	font-size: 0.75em;
	text-decoration: none;
	color: #efe3e4;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu a:hover, #menu a.active, #navi-menu li a:hover, #navi-menu li a.active {
	background-color: #78040d;
}

.submenu {
	position: absolute;
	z-index: 99 !important;
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
	top: 22px;
	left: 0px;
	padding-bottom: 10px;
	background-color: #580209;
}

.submenu li {
	padding: 0px !important;
	width: auto;
	margin: 0px !important;
	display: block !important;
	white-space: nowrap;
	clear: left;
	z-index: 99 !important;
}

.submenu li a {
	text-decoration: none;
	color: #efe3e4;
	min-width: 150px;
	display: block;
	padding: 0px 10px 0px 10px !important;
	font-weight: bold;
	text-transform: none !important;
	border-bottom: 1px solid #efecdd !important;
}

#up {
	padding: 1.0em 0;
	background-color: #efecdd;
}

#up.next-page {
	padding-top: 2em;
}

#down {
	height: 150px;
	background-color: #e7e2cc;
}

#menu-container {
	width: 215px;
	min-height: 100px;
	float: left;
}

#content, #error-page {
	width: 743px;
	min-height: 100px;
	margin-left: 215px;
}
.container {
	width: 960px;
	margin: 0 auto !important;
}

#about p {
	margin: 1em 1.5em 1em 0em;
}

#about, #news {
	width: 470px;
	font-size: 90%;
	float: left;
}

#about {
	width: 455px;
	font-size: 90%;
	margin-right: 10px;
	margin-bottom: 1.65em;
}

#news {
	margin-bottom: 1.65em;
	width: 495px;
}

#error-page {
	padding: 2em 0em;
}

#error-page p {
	font-size: 13px;
	margin: 2em;
}

#news h1, #error-page h1 {
	color:  #78040d;
	margin: 0 0 0.65em 0;
	background-color: #f8f5e5;
	padding: 5px 4px 5px 12px;
	border-left: 4px solid #c8b47e;
	text-shadow: #acacac 0 0 1px;
	font: normal 185%/1.2em Palatino, Georgia, "Times New Roman", Times, serif;

}

#news h1 a, #next h1 a, h2 a, h3 a {
	color:  #78040d !important;
	border: 0 none !important;
	line-height: 1.4em;
}

#news h1:hover {
	border-left: 4px solid #78040d;
}

#news .date, #next .date {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	color: gray;
	text-shadow: #acacac 0 0 1px;
	margin: 1em 0 0.25em 0px;
	font: normal 80%/1.2em Palatino, Georgia, "Times New Roman", Times, serif;
}

#about img {
	margin: 1em auto 0em auto;
	border: 9px solid #e7e2cc;
}

.foreword {
	line-height: 1.65em !important;
	margin: 0 4px 3em 4px;
	text-shadow: #acacac 0 0 1px;
}

.clear {
	clear: both;
}

.more {
	text-align: right;
	margin-right: 0em;
	font-size: 0.85em;
	margin-top: 0px;
}

.event .more {
	clear: both;
}

#about .more {
	margin-right: 2em;
}

#krasp a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid ;
	border-color: #c8b47e;
	background-color: #f8f5e5;
	padding: 0px;
}

#krasp a:hover {
	color: #78040d;
}

#search {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 90%;
}

#rss {
	float: left;
	width: 440px;
	margin-top: 1.85em;
	margin-right: 30px;
	font-size: 90%;
}

#offer {
	float: left;
	width: 435px;
	margin-top: 2.65em;
	position: relative;
}

#offer img {
	position: absolute;
	top: 2.5em;
	left: 0px;
	border: 9px solid #e7e2cc;
}

#offer p {
	margin: 20px 0 0 195px;
}

#search .input {
	font-size: 125%;
	padding: 3px;
	width: 375px;
	background-color: #faf8f0;
	border: 4px solid #e7e2cc;
	margin: 0px;
	color:  #78040d;
}

#search .submit {
	font-size: 90%;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px;
	background-color: #e7e2cc;
	color: #78040d;
	border: 0px none;
	vertical-align: 2px;
}

#rss h2, #search h2, #offer h2 {
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 0.25em 0;
	text-shadow:none;
}

#search form {
	margin-bottom: 2em;
}

p.rss {
	padding-left: 42px;
	background: url('/images/rss.png') no-repeat left top;
}

#eua {
	float: left;
	width: 490px;
	margin-top: 1.85em;
	font-size: 90%;
	position: relative;
}

#eua p {
	margin: 10px 0 0 132px;
}

#eua img {
	position: absolute;
	top: 0px;
	margin: 0px;
	left: 0px;
	border: 9px solid #efecdd;
}

#footer {
	font-size: 75%;
	color: #cdc9b5;
	text-shadow: none;
	padding: 3em 0em 3em 0em;
	line-height: 1.5em !important;
	text-align: center;
	background-color: #efecdd;
}

#footer .container {
	position: relative;
	border-top: 1px dotted #e4e0c9;
	padding-top: 8px;
}

#footer a {
	color: #cdc9b5;
	text-shadow: none !important;
	background-color: #efecdd;
	padding: 0px;
	margin-right: 0.65em;
	text-decoration: underline;
	border: 0px none;
}

#footer ul {
	list-style: none;
	margin: 0.75em 0em;
	padding: 0;
}

#footer ul li {
	display: inline;
}

#footer img {
	margin-top: 1em;
	opacity: 0.18;
}

/* @group Next Page */

#navigation {
	width: 250px;
	float: left;
	background-color: #efecdd;
	font-size: 90%;
	z-index: 90 !important;
}

#navigation h2 {
	font-size: 95%;
	margin: 0px 0px 7px 0px !important;
	color: #78040d;
	background-color: #e7e2cc;
	padding: 1px 6px;
	font-weight: normal;
}

#navi-menu {
	list-style-type: none;
	margin: -25px 0 2em 0;
	padding: 0;
	font-size: 90%;
	border-left: 0px solid #78040d;
	padding-top: 25px;
}

#navi-menu li a {
	background-color: #580209;
	text-decoration: none !important;
	color: #efe3e4;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	border-top: 1px solid #efecdd !important;
	border-bottom: 0px none;
	display: block;
	margin: 0;
}

#navi-menu li a:hover, #navi-menu li a.active {
	color: #efe3e4;
}

#navi-search {
	margin-bottom: 2em;
}

#navi-search .input, #school-search .input {
	font-size: 110%;
	padding: 3px;
	width: 150px;
	background-color: #faf8f0;
	border: 4px solid #e7e2cc;
	margin: 0px;
	color:  #78040d;
}

#navi-search .submit, #school-search .submit {
	font-size: 90%;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px;
	background-color: #e7e2cc;
	color: #78040d;
	border: 0px none;
	vertical-align: 1px;
}

#school-search div {
	margin: 5px 0px;
}

#school-search {
	margin-bottom: 1.75em;
}

#tags {
	background-color: #e7e2cc;
	padding: 1em;
	border: 4px solid #f8f5e5;
	font-size: 90%;
	margin-bottom: 2em;
}

#small-rss {
	background: url('/images/small-rss.png') no-repeat left center;
	padding-left: 25px;
	font-size: 90%;
}

#next {
	float: left;
	width: 670px;
	margin-left: 40px;
}

#next h1 {
	color:  #78040d;
	margin: 0 0 0.65em 0;
	background-color: #f8f5e5;
	padding: 5px 4px 5px 12px;
	border-left: 4px solid #c8b47e;
	text-shadow: #acacac 0 0 1px;
	font: normal 205%/1.2em Palatino, Georgia, "Times New Roman", Times, serif;
}

#next .date {
	margin-top: 0px;
	margin-left: 5px;
}

#next .page p, #next .section p  {
	font-size: 0.9em;
	margin: 0.4em;
}

#next .page, #next .section {
	border-top: 1px dotted #e4e0c9;
	margin-top: 25px;
	position: relative;
}

#next .page h2, #next .section h2 {
	margin-top: 5px;
}

#next .event h2 {
	margin-left: 40px;
}

#next .event p {
	margin-left: 45px;
}


#page-text {
	margin: 2em 0em 3em 0em;
	line-height: 1.75em;
	font-size: 95% !important;
	text-align: justify;
}

#page-text p {
	margin: 1.5em 0em;
}

#page-text ul {
	margin-top: -0.95em;
	margin-bottom: 3em;
}

#page-text li {
	margin: 0.5em 0em;
}

#page-text blockquote {
	padding: 1em 1.75em;
	margin: 1.5em 0;
	background-color: #f8f5e5;
	border: 2px solid #e7e2cc;
}

/* @end */

a.img, a.tool, .markItUp a {
	background-color: inherit !important;
	border: 0px none !important;
}

.comment {
	color: #aca689;
	text-shadow: 0 0 0 !important;
	font-size: 10px;
}

textarea {
	background-color: #fff;
}

.vip {
	background-color: #a2121b;
	color: #fff;
	text-shadow: 0 0 0 !important;
	padding: 1px 4px;
	position: relative;
	text-transform: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9px;
	margin-right:  8px;
	letter-spacing: 0px !important;
}

.quick_admin {
	background-color: #a58e64;
	color: #efecdd !important;
	padding:  2px 3px;
}

.section-desc, .search-filter {
	font-size: 0.9em;
}

.section-desc {
	margin-bottom: 3em;	
	
}

.searched .date {
	text-transform: none !important;
	letter-spacing: 0px !important;
	font-size: 9px !important;
	font-family: inherit !important;
	margin-left: 0px !important;
}

.searched p {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#next h2, #offer h2, #rss h2, #offer h3, #next h3 {
	color: #78040d;
	font-weight: normal;
	background-color: #f8f5e5;
	padding: 5px;
}

#next h2, #next h3 {
	font-size: 1.5em;
	margin: 1em 0em 0.25em 0em;
	padding:  5px 0px;
	font-weight: normal;
}

.search-filter {
	margin-top: 1em;
}

.loader {
	margin: 0px 3px;
	vertical-align: top;
}

/* @group Errors */

#errorExplanation, .flash {
  display: block;
  z-index: 99;
  padding: 8px 20px;
  position: relative;
  margin: 10px 0;
  font-size: 1em !important;
}

#errorExplanation {
	margin: 10px 0;
}

#errorExplanation, .error {
	background-color: #fce6e7;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-color: #d31a23;
}

#errorExplanation, .error {
	background-color: #fce6e7;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #d31a23;
}

.notice {
	background-color: #eefcee;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #60a100;
	color: #375607 !important;
}

#errorExplanation *, .error {
	color: #d31a23 !important;
}

.warning {
	background-color: #fcf6c3;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #de7900;
	color: #000 !important;
}

#errorExplanation h2 {
  font-size: 1.2em;
  background-color: #fce6e7 !important;
}

#errorExplanation h2 {
	margin: 10px 0px;	
}

#errorExplanation li, .flash li {
  margin-bottom: 3px; 
}

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input, .fieldWithErrors textarea{
  background-color: #fcc9ca;
}


/* @end */

/* @group Pagination */

.pagination {
	margin: 3em 0em 0.5em 0;
	text-align: center;
}

.pagination a, .pagination .disabled, .pagination .current {
	padding: 3px 6px !important;
	font-size: 11px;
	background-color: #78040d;
	text-decoration: none;
}

.pagination .current {
	color: #fff;
	font-weight: bold;
}

.pagination a, .pagination .disabled {
	border: 1px solid #c8b47e;
	color: #842329 !important;
}

.pagination .disabled {
	display: none;
}

/* @end */


#whereiam {
	font-size: 75%;
	color: #aa5c62;
}

.school-left-logo {
	text-align:center;
}

.school-left-logo img {
	max-width: 200px;
}

.cal {
	width: 28px;
	height: 32px;
	float: left;
	margin-top: 5px;
	font-size: 9px;
	line-height: 1.2em;
	text-align: center;
	border: 1px solid #bea0a3;
	border: 1px solid #78040d;
	background-color: #fffbeb;
	color: #bea0a3;
	position: relative;
}
.cal-month {
	background-color: #78040d;
	line-height: 9px;
	padding: 1px 0px 2px 0px;
	color: #ffdcdf;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	bottom:0px;
	font-weight: normal;
}

.cal-day {
	font-size: 14px;
	margin: 5px 0px 3px 0px;
	font-weight: bold;
	color: #580209;
}

.school, .offer {
	clear: right !important;
	padding-top: 0.6em;	
}

.school h2, .offer h3 {
	font-size:  16px !important;
	padding-left: 4px !important;
	padding-right: 50px !important;
	margin-bottom: 0px !important;
	position: relative;
	color: #78040d !important;
}

.offer-info h3  {
	font-size: 15px !important;	
	padding-left: 4px !important;
	padding-right: 50px !important;
	margin-bottom: 0px !important;
	position: relative;
	color: #78040d !important;
}

.member-prev {
	margin: 4px;
	font-size: 11px !important;
}

.offer-prev {
	margin: 4px 12px 15px 30px;
	font-size: 11px !important;
	color: #494343;
}


.offer-prev table {
	font-size: 1em;
	text-shadow: none;
	margin: 0px 0px 4px -6px;
}

.offer-prev table td {
	padding: 1px 6px;
}

.offer h3 {
	background-color: #f8f5e5;
	font-size: 17px !important;
}

.member-logo {
	position: absolute;
	height: 28px;
	top: 2px;
	right: 5px;
}

.school-logo {
	max-height: 120px;
	max-width: 150px;
	float: right;
	margin: 0px 0px 15px 15px;
}

.school-info, .offer-info {
	font-size: 13px;
	margin-left: 10px;
}

.school-info th, .school-info td {
	vertical-align: top !important;
}

.school-info th, .school-info td {
	text-align: left;
	padding: 3px 12px 3px 0px;
}

.school-info th {
	color: #78040d;
	font-weight: normal;
}

.school-picture {
	text-align: center;
	margin: 20px auto;
	font-size: 10px !important;
	color: gray;
	text-shadow: none;
	line-height: 1.3em;
	font-style: italic;
}

.school-picture img {
	max-width: 500px;
	max-height: 500px;
	border: 1px solid #c8b47e;
	padding: 2px;
}

.school-inf {
	font-size: 13px !important;
	margin-top: 2.75em;
}

.school-inf h2 {
	font-size: 18px !important;
}

.school-inf h2, .school-inf p {
	padding-left: 4px !important;
}

#go-to-offer {
	margin: 10px 0px 20px 0px;
	font-size: 13px;
}

#go-to-offer a {
	padding: 4px 6px;
	color: #f8f5e5 !important;
	background-color: #78040d;
	border: 1px solid #580209;
}

h2.subtitle {
	font-size: 18px !important;
	margin-top: -12px !important;
	padding-left: 13px !important;
	border-left: 4px solid #c8b47e;

}

.smaller {
	font-size: 12px !important;
}

td p {
	margin-top: 0px;
}

span.field {
	color: #A60000;
}

#osearch {
	font-size: 12px;
	text-shadow: none;
	margin-top: 1.35em;
}

#osearch .buttons {
	margin-top: 1em !important;
}

#osearch td {
	padding: 0.25em !important;
}

#osearch label {
	background-color: #c8b47e;
	padding: 2px 4px;
	text-shadow: 0 0 0 !important;
	color: #fff;
	margin-right: 0.5em;
}

#matrix {
	margin: 2em 0em;
	border-collapse: collapse;
}

#matrix th {
	font-size: 10px;
	padding: 2px 4px !important;
	text-shadow: none;
	color: #580209;
}

#matrix th.field {
	width: 45px !important;
	vertical-align: bottom;
	border: 1px solid #c8b47e;
	background-color: #f8f5e5;
	letter-spacing: -1px;
}

#matrix th.row-th {
	width: 150px!important;
	vertical-align: middle;
	padding-right: 10px;
	border: 1px solid #c8b47e;
	background-color: #f8f5e5;
	text-align: left;
}

#matrix td {
	text-align: center;
	vertical-align: middle !important;
	border: 1px solid #c8b47e;
	color: #666;
}

#matrix th a {
	color: #580209 !important;
	text-decoration: none !important;
}

#matrix td a {
	border: 0px none !important;
	text-decoration: none !important;
}

#matrix tr:hover #empty-cell {
	background-color: #efecdd !important;
}

#matrix td img {
	vertical-align: text-bottom;
	border: 0px none;
}

#matrix tr:hover, #matrix col:hover {
	background-color: #f8f5e5;
}

#counter {
	text-align:center;
	font-size: 11px;
	text-shadow: none;
}

#counter-time {
	font-weight:bold;
	text-decoration: underline;
}

#author-info {
	font-size: 10px;
	text-shadow: none;
	color: #cdc9b5;	
	margin-top:4em;
}

#author-info th {
	font-weight: normal;
	width: 180px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}

#author-info td {
	line-height: 1.5em;
	vertical-align: top;
	padding-left: 8px;
}

.wk {
	font-size: 13px; 
	margin-left: 20px;
}

#multidocs {
	list-style: none;
	margin: 20px !important;
	padding: 0px;
}

#multidocs li {
	margin: 10px 0px !important;
	padding: 0px 0px 0px 25px!important;
	line-height: 1.5em;
	background-position: 3px left;
	background-repeat: no-repeat;
}

#multidocs .doc-info {
	font-size: 10px;
	text-shadow: none;
	color: #666;
}

#school-search .submit {
	background-color: #c8b47e;
	color: white;
}

#ssh {
	background-color: #c8b47e !important;
	color: white !important;
	font-weight:bold !important	;	
}

#school-search .input {
	border-color: #c8b47e !important;
}

.linked-docs {
	font-size:15px !important; 
	padding-left: 5px !important; 
	margin-top: 28px !important;
}