/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

body {
	color: #514c3f;
	font: 68.8% "Lucida Grande", "Lucida Sans Unicode", "Tahoma", sans-serif;
	/*background: #fefef3;*/
}

/* 	-- -- -- -- -- -- -- --
	Re-usables
	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */



/* 	-- -- -- -- -- -- -- --
	HTML Elements
	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

acronym, abbr {
	cursor: help;
}

a:link, a:visited {
	text-decoration: none;
}

blockquote, q {
	margin: 10px 10px;
	padding: 0px 10px 0px 45px;
	line-height: 1.2;
	background: url(/resources/design/q.gif) no-repeat 10px 10px;
}

code, kbd, var {
	font: 1em Monaco, monospace;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	padding: 3px 0 5px 0;
	color: #553c01;
	font: bold 1.273em/1 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #d1d0c6;
}

h2 {
	padding: 15px 0 5px 0;
}

li ul, li ol {
	padding: 0 1.5em;
}

p {
	padding: 6px 0;
	text-align: justify;
	line-height: 1.2;
}

pre, code {
	overflow: auto;
	display: block;
	margin: 0;
	padding: 8px 10px 8px 45px;
	line-height: 1.5;
}

sup, sub {
	line-height: 0;
}

table { 
	margin-bottom: 1.4em;
	width:100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th,td,caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
	padding: 0px;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: outside;
}

/* 	-- -- -- -- -- -- -- --
	Classes
	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.txtLeft {
	text-align: Left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.blue {
	color: #007dbd;
}

.seperator {
	padding-top: 5px;
	padding-bottom: 0px;
	height: 1px;
	border-bottom: 1px solid #d1d0c6;
}

input, textarea, select {
	border: 1px solid #d1d0c6;
	padding: 2px;
	background: #fefef3;
	margin-top: 0px;
}

.textarea-alt {
	margin-top: 3px;
}

input.spaceLeft {
	margin-left: 5px;
}

input.spaceRight {
	margin-right: 10px;
}

input.checkbox {
	margin-top: 0px;
  	width:15px;
  	background:none;
  	border:0;
}

input.checkboxB {
margin-top: 4px;
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
margin-top: 0px;
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
	width: 95px;
	background:#d1d0c6;
	color:#ffffff;
}

input.submit:hover {
	color:#000;
	cursor: pointer;
}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px;  font-weight:bold; color:#FFF }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#fcf8e7; height:80; width: 95; }
.empty_day_cell			{ background-color:#fefef3; height:80; width: 95; }
.today_cell				{ background-color:#FFF; height:80; width: 95; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:12px;  color:#514c3f }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:11px;  color:#514c3f }
.title_txt A:link		{ color:#cc5f0e; text-decoration:none }
.title_txt A:active		{ color:#cc5f0e; text-decoration:none }
.title_txt A:visited	{ color:#cc5f0e; text-decoration:none }
.title_txt A:hover		{ color:#1382c6; text-decoration:none;border-bottom: 1px dotted #d1d0c6 }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:"Lucida Grande", "Lucida Sans Unicode", "Tahoma", sans-serif }

/**** column headers or days of the week ****/
.column_header			{ background-color:#b3b1a6; font-size:12px;  color:#fcf8e7; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px;  color:#514c3f; font-weight:bold; }
.footprint A			{ font-size:10px;  color:#514c3f; font-weight:bold; }
a.link:link {
	color: #cc5f0e;
	text-decoration: none;
}
a.link:visited {
	color: #cc5f0e;
	text-decoration: none;
}
a.link:active {
	color: #cc5f0e;
	text-decoration: none;
}
a.link:hover {
	color: #1382c6;
	text-decoration: none;
	border-bottom: 1px dotted #d1d0c6;
}
