@import url('reftager.css');
@import url('reset.css');
@import url('buttons.css');

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}
body.dark {
	background-color: #333;
	color: #DEDEDE;
	font-size: 13px;
	text-align: left;
}
input.darkform.huge {
	background-color: #232323;
	width: 400px;
	font-size: 24px;
	color: #E8E8E8;
	padding: 4px;
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	-webkit-text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	border: 1px solid #666;
	font-family:Helvetica, Arial, sans-serif;
	float: left;
}
input.darkform.huge.disabled {
	color:#FFF;
	background-color: #333333;
	border: 1px dotted #202020;
}
#mainContent #indexbox {
	height: 550px;
	text-align: center;
}
h1 {
	font-size: 24px;
}
.oneColElsCtrHdr #NavBar {
	background: url(i/_NavBar-bkg.jpg) repeat-x;
	line-height: 40px;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #CCCCCC;
	margin-bottom: 15px;
}
.oneColElsCtrHdr #NavBar .inner {
	width: 62em;
	margin: 0 auto;
	text-align: left;
}
.oneColElsCtrHdr #NavBar .inner ul {
	background: url(i/_NavBar-seperator.jpg) no-repeat left;
	padding-left: 2px;
	height: 38px;

}
.oneColElsCtrHdr #NavBar .inner li {
	float: left;
	padding-right: 2px;
	background: url(i/_NavBar-seperator.jpg) no-repeat right;
}
.oneColElsCtrHdr #NavBar .inner li a {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	height: 38px;
	display: block;
	
}

.oneColElsCtrHdr #NavBar .inner li a:link,
.oneColElsCtrHdr #NavBar .inner li a:visited {
	text-decoration: none;
	color: #EFEFEF;
}
.oneColElsCtrHdr #NavBar .inner li a:hover {
	text-decoration: none;
	color: #EFEFEF;
	background: #2A2A2A;
}
.oneColElsCtrHdr #NavBar .inner li a:active {
	background: url(i/_NavBar-bkg.jpg) repeat-x right bottom;
}


.dark h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #B3B3B3;
	text-shadow: rgba(31,31,31,.8) 2px 2px 1px;
	-webkit-text-shadow: rgba(31,31,31,.8) 2px 2px 1px;
}
.dark h3 {
	font-size: 18px;
	font-weight: bold;
	color: #B1B3B3;
}
.dark #container {
	width: 710px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(i/bg_elements.png);
	height: 9px;
	background-position: 0px -395px;
	background-repeat: repeat-x;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 55em;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 20px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
	color: #CCCCCC;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.entry .econtent .credit,
.entryDisplay .econtent .credit {
	font-size: 12px;
}
.entry {
	border: 1px solid #F2F2F2;
	margin-bottom: 2px;
	margin-top: 2px;
}
.entry .econtent,
.entryDisplay .econtent {
	margin-left: 75px;
	margin-right: 10px;
	margin-top: 5px;
	width: 540px;
}
.entry .econtent h1 {
	padding: 0px;
	font-size: 24px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.entryDisplay .econtent h1 {
	padding: 0px;
	font-size: 24px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.edate .3month {
	font-weight: bold;
	font-size: 8px;
}
.edate .day {
	font-size: 36px;
	font-weight: bold;
}
.entry .edate,
.entryDisplay .edate{
	width: 57px;
	text-align: center;
	float: left;
	margin-top: 0px;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:;
	background-image: url(i/_DayBlank-bkg.png);
}
.entryon {
	border: 1px solid #999;
	background:#E8E8E8
}
.entryoff {
	border: 1px solid #E8E8E8;
}
#sidebar {
	float: right;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px 0px 10px 10px;
}

#sidebar .avatar {
	color: #333;
	padding: 2px;
	height: 100px;
	width: 100px;
	border: 1px solid #999;
	margin-right: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}
#sidebar .authortitle {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
#sidebar .authorbio {
	font-size: 12px;
	color: #666;
	float: left;
	margin-bottom: 5px;
	line-height: 14px;
}
#sidebar .seperator {
	background-color: #CCC;
	height: 1px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	clear: both;
}
#sidebar .authorbio img {
	padding: 3px;
	border: 1px solid #DEDEDE;
	margin-bottom: 8px;
	margin-right: 8px;
}
#sidebar h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#sidebar .readings {
	color: #666;
	font-size: 12px;
}
#sidebar .readings ul {
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 14px;
}
.entryDisplay #soapBody {
	width: 600px;
}
#soapBody {
	margin-left: 20px;
}
.soapItem {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 20px;
}
.soapItem .soapTitle {
	font-size: 30px;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	left: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dedede;
	margin-bottom: 5px;
	line-height: 32px;
}
.soapItem .soapTitle strong {
	color: #000;
	font-weight: normal;
}
.entry {
	cursor: pointer;
}
#sidebar .readings a:link,
#sidebar .readings a:visited,
#sidebar .readings a:active {
	color: #666;
	text-decoration: none;
}
.clearfloat {
	clear: both;
}

#sidebar .readings a:hover {
	color: #000;
}
/* Calendar Styles */
.calTitle {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 24px;
	color:#999;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.calTitle strong {
	color:#666;
	font-weight: lighter;
	font-size:36px;
}
.calHeader {
	width: 65px;
	height: 16px;
	padding: 6px 6px 0px 6px;
	margin: 2px;
	float: left;
	border: 0px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.calDay {
	width: 65px;
	height: 50px;
	padding: 5px;
	margin: 2px;
	float: left;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
}
.calDay.Blank {
	background-color: #ECECEC;
	border: 1px solid #ECECEC;
}
.calDay.Over {
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	border: 1px solid #ECECEC;
	color: #DDDDDD;
}
.calDay.TakenOver,
.calDay.Taken {
	border: 1px solid #ECECEC;
	background: url(i/_check-faded.png) no-repeat center;
	color: #DDDDDD;

}
.calDay.Selected {
	background: url(i/_check-selected.png) no-repeat center;
	color: #003300;
	border: 1px solid #006600;
}
.calDay.Open {
	background-color: #ffffff;
	cursor: pointer;
}
#calRtPanel {
	float: right;
	width: 280px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#calRtPanel.instructions-1 {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px;
	padding: 2px;
}
#calRtPanel.instructions-1 strong {
	font-size: 45px;
	color: #999;
	font-weight: normal;
}
#calGrid {
	float: left;
	width: 570px;
}

#calRtPanel #dateSelected {
	margin-right: 20px;
	margin-left: 20px;
}
/* Big Calendar Page Thing */
.selectedDateDisplay {
	height: 220px;
	width: 220px;
	background-image: url(i/_bgCalendar.png);
	text-align: center;
	font-size:12px;
	overflow: hidden;
}
.selectedDateDisplay .topBinding {
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 46px;
}
.topBinding #selectMo {
	float: left;
	display: block;
	color: #FFFFFF;
				text-shadow: rgba(180,41,23,.8) 0 1px 0;
			-webkit-text-shadow: rgba(180,41,23,.8) 0 1px 0;
}
.topBinding #selectYr {
	float: right;
	display: block;
	color: #740305;
				text-shadow: rgba(180,41,23,.8) 0 1px 0;
			-webkit-text-shadow: rgba(180,41,23,.8) 0 1px 0;
}
.hugeDay {
	color: #1E1E1E;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140px;
	font-weight: bold;
	line-height: 50px;
	padding-top: 100px;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	-webkit-text-shadow: rgba(255,255,255,.8) 0 1px 0;
}

._signupFormValid,
._signupFormValid-v, 
._signupFormValid-i {
	float: left;
	height: 32px;
	width: 40px;
	line-height: 40px;
	padding-top: 8px;
	padding-left: 8px;
}
._signupFormValid  {
	background-image: url(i/_validation_composite.png);
	background-position: 0px 80px;
}
._signupFormValid-v {
	background-image: url(i/_validation_composite.png);
	background-position: 0px 0px;
}
._signupFormValid-i {
	background-image: url(i/_validation_composite.png);
	background-position: 0px 40px;
} 
input.h1 {
	font-size: 24px;
	color: #333333;
}
.dark #container #Success.envelope {
	height: 190px;
	padding-left: 240px;
	background-image: url(i/_EnvelopeSlot.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 80px;
	clear: both;
}
.oneColElsCtrHdr #container #mainContent .entryDisplay form #soapBody ._p.soapItem .soapTitle .soapDescription {
	font-size: 14px;
}
.soapDescription {
	font-size: 12px;
	line-height: 14px;
}
#header .message {
	margin: 4px;
	padding: 6px;
	border: 1px solid #060;
	font-family: Helvetica, Arial, sans-serif;
	color: #060;
	background-color: #B8E3B3;
	font-size: 12px;
	font-weight: bold;
}
#header .message_unpublished {
	margin: 4px;
	padding: 6px;
	border: 1px solid #C90;
	font-family: Helvetica, Arial, sans-serif;
	color: #C90;
	background-color: #FFEEAB;
	font-size: 12px;
	font-weight: normal;
}
.sideReading {
		padding: 1px;
		padding-left: 10px;
		font-weight: normal;
}
.Readable {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.9em;
	font-size: .7em;
}
.Readable h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-size: 1.8em;
	color:#333;
	padding-top: 10px;
	font-weight: normal;
}
.Readable h2 {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.8em;
	font-size: 1em;
	color:#333;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding-top: 10px;
}
.Readable h3 {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.8em;
	font-size: 1em;
	color:#333;
	text-transform: uppercase;
	padding-top: 10px;
	color:#666;
}

