/* General Layout for Scribes website */
body {
	font-family: Arial, Futura, "Lucida Grande", Helvetica;
	margin: 0;
}

h2 {
	text-align: left;
	font-variant: small-caps;
	border-bottom: thin solid;
	color: #8F4E00;
	background: #f90;
	font-weight: normal;
	padding: 0 0.5em 0.2em 0.5em;
	line-height: 120%;
	font-size: 175%;
}

h3 {
	text-align: center;
	color: #8F4E00;
	background: #f90;
	font-weight: bold;
	padding: 0 0.5em 0.2em 0.5em;
	line-height: 120%;
	font-size: 150%;
}

pre, code {
	padding: 5px;
	background-color: #5d5d5d;
	color: #fff;
	overflow: auto;
	width: 100%;
	border-left: 3px solid #99cc00;
}

ul {
	list-style-position:inside;
	list-style-image: url('arrow.png');
	line-height: 150%;
}

.backNavigationLinkTop {
	text-align: right;
}

.backNavigationLinkBottom{
	text-align:right;
	margin: 5% auto;
}

.orangeOnWhiteTheme {
	font-family: Arial, Futura, "Lucida Grande", Helvetica;
	color: white;
	background: #f90;
}

.orangeOnWhiteTheme a:link {
	color: yellow;
	background: #f90;
}

.orangeOnWhiteTheme a:visited {
	color: yellow;
	background: #f90;
}

.orangeOnWhiteTheme a:hover {
	color: red;
	background: #f90;
}

.paypal {
	text-align: left;
	margin: 2% auto;
}

/**********************************************************************
*
*					Layout for the index page.
*
***********************************************************************/

.indexPageSection {
	width: 70%;
	margin: 10% auto;
}

.indexPageSection a:link {
	color: yellow;
	background: #f90;
}

.indexPageSection a:visited {
	color: yellow; /*#663300*/
	background: #f90;
}

.indexPageSection a:hover {
	color: red;
	background: #f90;
	text-decoration: underline;
}

.indexPageContentSection {
	text-align: center;
	width: 100%;
}

.indexPageApplicationTitleText {
	color: black;
	background: None;
	font-size: 300%;
}

.indexPageSloganText {
	color: gray;
	background: None;
	font-size: 150%;
}

.indexPageLinkSection {
	width: 100%;
	background: #f90;
	color: white;
	text-align: center;
	word-spacing: 1.5em;
}

.indexPageLinkTopRightBorderCorner {
	background: url(top_right_border_corner.gif) no-repeat top right;
	color: white;
}

.indexPageLinkBottomRightBorderCorner {
	background: url(bottom_right_border_corner.gif) no-repeat top right;
	color: white;
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

/**********************************************************************
*
*					Layout for the about page.
*
***********************************************************************/

.aboutPageContentSection {
	margin: 10% auto;
	text-align: left;
	line-height: 150%;
	width: 50%;
}

/**********************************************************************
*
*					Layout for the donate page.
*
***********************************************************************/

.donatePageContentSection {
	margin: 3% auto 10%;
	text-align: left;
	line-height: 150%;
	width: 50%;
}

.donateThankYouText {
	text-align: center;
	font-size: 600%;
	font-weight: Bold;
}

/**********************************************************************
*
*					Layout for the media page.
*
***********************************************************************/

.mediaPageNavigationSection {
	position: absolute;
	width: 250px;
	margin-top: 25%;
}

.mediaPageContentSection {
	margin-left: 250px;
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
	float: left;
}

.mediaPageContentSectionVideo {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 1%;
	margin-bottom: 5%;
}

.mediaPageNavigationSection ul {
	list-style-position: inside;
	list-style-image: url('arrow.png');
	line-height: 200%;
}

.mediaPageNavigationText {
	color: #8F4E00;
	background: #f90;
	font-weight: bold;
}

.screenshot {
	text-align: center;
	float: left;
	width: 300px;
}

.screenshot p {
	text-align: center;
}

.screenshotLayout {
	margin: 5% auto;
	text-align: center;
}

.screenshotBackLink {
	text-align: right;
	padding-right: 15%;
	margin-bottom: 3%;
}

.video {
	margin-top: 2%;
	margin-left: 20%;
	text-align: center;
	float: left;
	width: 400px;
}

.video p {
	text-align: center;
}

/**********************************************************************
*
*					Layout for the Docs page.
*
***********************************************************************/

.docsRequirementNavigationSection {
	position: absolute;
	width: 250px;
	margin-top: 20%;
}

.docsRequirementContentSection {
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: 250px;
	width: 50%;
	text-align: left;
	float: left;
}

.docsRequirementNavigationSection ul {
	list-style-position:inside;
	list-style-image: url('arrow.png');
	line-height: 200%;
}

.docsFAQSection {
	margin: 2% auto;
	width: 50%;
	margin-left: 250px;
	text-align: left;
	float: left;
}

/**********************************************************************
*
*					Layout for the Download page.
*
***********************************************************************/

.downloadSection {
	margin: 15% auto;
	width: 50%;
}
