/* GLOBAL STYLES */

body {
	-moz-box-sizing: border-box;
	/* background: url(/img/backgroundBlue.gif) repeat-x; */
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 980px;
	font-weight: bold;
	color: #555555;
}

td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

a {
	text-decoration: none;
	color: #005388;
}

a:link {}
a:visited {}
a:hover {color: #4888b0;}
a:active {}

img {
	border-style: none;
}

.mainContainer {
	width: 980px;
	padding: 0px;
	background-color: white;
}

.floatRightBox {
	float: right;
	padding: 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: 333333;
}

.blueText {
	color: #005388;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 333333;
}

.author {
	font-size: 13px;
}

.date {
	font-size: 11px;
}

.summary {
	font-style: italic;
}

.endnotes {
	font-size: 12px;
	margin-top: 3px;
}


/* HEADER STYLES */

#header {
	width: 980px;
	color: #005388;
}

#header #aboveBorder {
	border-bottom: 3px solid #b1d8f3;
}

#header #headerImage {
	width: 980px;
	height: 150px;
}

#header #aboveBorder #quoteOfDay {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 975px;
	margin: 5px;
	line-height: 15px;
	color: white;
	font-style: italic;
}

#header #aboveBorder #quoteOfDay #moreQuotes {
	padding-left: 5px;
	color: #CFF;
}


#header .left, #header .right, #header a {
	padding-top: 4px;
	padding-bottom: 2px;
}

#header .left {
	float: left;
	width: 7px;
	overflow: hidden;
	background-image: url(../img/headerButtonLeftOff.gif);
}

#header #donateLeft {
	margin-left: 10px;
}

#header #headerButton {
	float: left;
	background-image: url(../img/headerButtonCenterOff.gif);
}

#header #headerButton:hover {background-image: url(../img/headerButtonCenterOn.gif);}

#header .donateButton {
	color: #C33;
} 

#header .right {
	float: left;
	width: 7px;
	margin-right: 5px;
	overflow: hidden;
	background-image: url(../img/headerButtonRightOff.gif);
}

#header #searchTextBox, form .donateInputTextBox  { /* Search text box */
	position: relative;
	top: -1px;
	color: #7AD;
	height: 22px;
	padding-left: 3px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0px;
	border: 1px solid #999;
	border-right: none;
}

#FIREFOX #header #searchTextBox { /* Search text box */
	top: -2px;
}

form .donateInputTextBox {
	height: 24px;
	border: 1px solid #999;
	margin-right: 3px;
}

#header #searchArrow {
	position: relative;
	top: -1px;
	left: -4px;
	height: 22px;
	width: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #005388;
	border: 1px solid #999;
	border-left: none;
	background-image: url(../img/searchArrow.gif);
	cursor: pointer;
}

#header #breadCrumb {
	float: left;
	color: #555555;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 3px;
}

#header #ki_international { /* to the left of Google Translate on home page */
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 12px;
}

#FIREFOX #header #ki_international {
	padding-top: 6px;
}

#header #google_translate_element, #articleMainContainer #google_translate_element {
	float: left;
	height: 27px;
	overflow: hidden;
	padding-left: 5px;
}

#header #secularDate {
	float: right;
	color: #005388;
	padding-top: 4px;
}

#header #karaiteDate {
	float: right;
	padding-top: 4px;
	padding-left: 100px;
}

#header #iButton {
	float: right;
	padding-left: 4px;
	position: relative;
	top: 2px;
}

#header #karaiteDateMore {
	display: none;
	position: absolute;
	top: 90px;
	left: 620px;
	border: 1px solid #0069AA;
	background: url(../img/dateFade.gif) white repeat-x;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 10px;
}


/* FOOTER STYLES */

#footer {
	width: 980px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/footerFade.gif);
	border-bottom: 2px solid #b1d8f3;
	color: #005388;
}

#footer a:hover {color: #4888b0;}

#footer a #biblosDisclaimer {
	display: none;
	position: relative;
	top: -100px;
	left: 500px;
	width: 250px;
}

#footer a:hover #biblosDisclaimer {
	display: block;
}


/* INDEX PAGE STYLES */

#topLandingTableContainer, #botLandingTableContainer {
	padding-top: 10px;
	padding-bottom: 20px;
}

#landingTableContainer {
	background-color: #FFC;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #3083B8;
	border-bottom: 1px solid #3083B8;
	text-align: center;
}

#landingTable { /* To center table in FF; for IE, enclose in div with text-align: center */
	margin-left: auto;
	margin-right: auto;
}

#landingTable #tableEntry  {
	width: 300px;
}

#botLandingTable #tableEntry  {
	width: 475px;
}

#tableEntry {
	vertical-align: top;
}

#tableEntry #title {
	font-size: 18px;
	font-style: bold;
	padding-left: 5px;
	padding-top: 20px;
}

#topLandingTable #tableEntry #deck, #botLandingTable #tableEntry #deck {
	font-size: 13px;
}

#tableEntry #author {
	padding-left: 5px;
	font-size: 14px;
}

#tableEntry #date {
	padding-left: 5px;
	font-size: 11px;
}

#tableEntry #image {
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
	padding-right: 10px;
}

#tableEntry #deck {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 40px;
}

#google1 {
	position: absolute;
	top: 325px;
	left: 510px;
}

#MSIE #google1 {
	top: 318px;
}

#google2 {
	float: right;
	margin: 10px;
	border: 1px dotted gray;
}

#google3 {
	position: absolute;
	top: 1150px;
	left: 510px;
}

#MSIE #google3 {
	top: 1140px;
}


/* ARTICLE PAGE STYLES */

#articleMainContainer {
	padding-left: 10px;
}

#articleMainContainer #title {
	padding-top: 20px;
}

#articleMainContainer #sectionHeadline {
	font-size: 18px;
}

#articleMainContainer #sectionSubHeadline {
	padding-top:3px;
	text-decoration:underline;
}

#articleMainContainer #postComment {
	background: url(/img/backgroundBlue.gif) repeat-x;
	padding: 10px;
	border: 1px solid #CCC;
}

#articleMainContainer #postComment td {
	vertical-align: top;
}

#articleMainContainer #postComment .commentInput {
	width: 300px;
}

#articleMainContainer #postComment #commentSubmit {
	background-image: url(/img/commentGo.gif);
	width: 83px;
	cursor: pointer;
}

#MSIE #articleMainContainer #postComment #commentSubmit {
	border: 1px solid transparent;
}

#articleMainContainer .articleComment {
	display: none;
	overflow: auto;
	float: left;
	width: 220px;
	height: 200px;
	padding: 5px;
	margin: 1px;
}

#articleMainContainer #commentArrow {
	padding-top: 1px;
	float:left;
	cursor:pointer;
}

#articleMainContainer .articleComment #number {
	color: blue;
}

#articleMainContainer .articleComment #name, #articleMainContainer .articleComment #city {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

#articleMainContainer .articleComment #title {
	padding-top: 5px;
}

#articleMainContainer .articleComment #text {
	font-weight: normal;
	padding-top: 5px;
}


/* INDIVIDUAL ARTICLE PAGE STYLES */

#recurDonation {
	color: #7AD;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#donateButton {
	position: relative;
	top: -1px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #D7EBF9;
	border: 1px solid #005388;
	background-color: #005388;
	background-repeat: repeat-x;
	cursor: pointer;
}


/* LANDING PAGE STYLES */

.landingMainContainer {
	padding-left: 10px;
}

.landingMainContainer #landingTableContainer {
	width: 960px;
}

.landingMainContainer #landingTable #tableEntry {
	width: 960px;
}


/* BASICS STYLES */

#basicsMainContainer #landingTableContainer {
	background-color: #DFF;
}


/* LIBRARY STYLES */

#libraryMainContainer #landingTableContainer {
	background-color: #DFD;
}


/* VIDEO ROOM PAGE STYLES */

#videoRoomMainContainer {
	padding-left: 10px;
}

/* Extra text for download button in IE instruting the visitor to right-click */
#videoRoomMainContainer .ieSummary {
	display: none;
}

#MSIE #videoRoomMainContainer .ieSummary {
	display: inline;
}

#videoRoomMainContainer table {
	border-bottom: 1px solid #3083B8;
}

#videoRoomMainContainer td {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
}

#videoRoomMainContainer #firstRow {
	background-color: #3083B8;
	font-size: 14px;
	font-weight: bold;
}

#videoRoomMainContainer #firstRow td {
	color: white;
}

#videoRoomMainContainer #rowOdd {
	background-color: #e7f3ff;
}

#videoRoomMainContainer td#comments {
	vertical-align: top;
	font-size: 15px;
	font-style: italic;
}

#videoRoomMainContainer img#videoImage {
	width: 40px;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#videoRoomMainContainer #playerObject {
	float: left;
	height: 350px;
	padding-left: 5px;
}

#videoRoomMainContainer #playerInfo {
	float: left;
	padding-left: 15px;
	color: #005388;
}

#videoRoomMainContainer #playerObject #googleReaderMP3AudioPlayer {
	margin-top: 15px;
}

#FIREFOX #videoRoomMainContainer #playerObject #googleReaderMP3AudioPlayer {
	margin-top: 30px;
}


/* GIFT SHOP STYLES */

#giftshopMainContainer #landingTableContainer {
	background-color: #FDF;
}


/* SEARCH RESULTS PAGE STYLES */

.searchResults {
	background-color: F1F1F1;
	margin-left: 20px;
	padding-left: 30px;
	width: 900px;
}
