@charset "utf-8";
/* CSS Document */
/*
Theme Name: Dart-Thornton
Theme URI: http://dartthornton.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.2
*/

@import url(fontstylesheet.css);

/*FONT STYLES*/
.LogoCinzel {
	font-family: 'cinzelregular', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 2.625em;
	color: #7A2DA8;
	line-height: 39px;
}
.CinzelH2 {
	font-family: 'cinzelregular', Arial, sans-serif;
	text-transform: uppercase;
	color: #444444;
	font-size: 1.1em;
	line-height: 19px;
	font-weight: bold;
}
.CinzelH3 {
	font-family: 'cinzelregular', Arial, sans-serif;
	text-transform: uppercase;
	color: #858585;
	font-size: 1em;
	line-height: 25px;
}
.cinzelnormal {
	font-family: Cinzelregular;
}
.cabinstandard {
	font-family: Cabinregular;
	color: #666;
	
}
.white {
	font-family: Cabinregular;
	color: #fff;
	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
}
.footertext {
	height: 400px;
	width: 500px;
	left: 367px;
	top: 602px;
	position: absolute;
}

/*CSS MENU BUTTONS*/

.rollgreytab {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#444444;
	font-family:Cinzelregular, Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:196px;
	text-decoration:none;
	text-align:center;
}
.rollgreytab:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
	color:#444444;
}.rollgreytab:active {
	position:relative;
	top:1px;
	font-family: Cinzelregular, Arial;
}
/* This button was generated using CSSButtonGenerator.com */

.rollgoldtab {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #444444) );
	background:-moz-linear-gradient( center top, #444444 5%, #444444 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc');
	background-color:#444444;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #cccccc;
	display:inline-block;
	color:#ffffff;
	font-family:Cinzelregular, Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:196px;
	text-decoration:none;
	text-align:center;
}
.rollgoldtab:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.rollgoldtab:active {
	position:relative;
	top:1px;
	font-family: Cinzelregular, Arial;
}
/* This button was generated using CSSButtonGenerator.com */



/*TABLE BORDERS*/
.topborder {
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #999;
}
.threeborders {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.link-color {
	color: #666;
}
.book-titles {
	font-family: Cabin;
	font-size: small;
	color: #999;
}
