/* =====================================================================
* Filename: styles.css
* Template: Website Error Pages
* Author: Jarel Remick - http://www.jremick.com
* Date Created: 08/18/2009
* Media: Screen
* ------
* CSS Reset using "reset.css" from 960 framework package, derived from Eric Meyers.
===================================================================== */

/* FOR FIREFOX 3.5+, Safari and Opera 10 (IE has different requirements and needs .eot format) */
@font-face { font-family: "Droid Custom"; src: url(http://www.itlcorp.com/error/fonts/DroidSerif-Regular.ttf) format("truetype"); }  
@font-face { font-family: "Droid Custom"; src: url(http://www.itlcorp.com/error/fonts/DroidSerif-Bold.ttf) format("truetype"); font-weight: bold; }  


/* ============= LAYOUT ============= */
#error-wrapper { width: 734px; margin: 0 auto; position: relative; margin-top: -150px;}
#error-bg-top { height: 31px; background: url(http://www.itlcorp.com/error/images/template/container-top-bg.png) no-repeat; }
#error-bg-bottom { height: 31px; background: url(http://www.itlcorp.com/error/images/template/container-bottom-bg.png) no-repeat; }
#error-contentWrap { background: url(http://www.itlcorp.com/error/images/template/container-bg-repeat.png) repeat-y; padding: 14px 0; }
#error-content { width: 700px; background: url(http://www.itlcorp.com/error/images/template/content-gradient-bg.png) no-repeat; margin-bottom: -56px; position: relative; top: -28px; left: 17px; }

#error-leftColumn { width: 240px; background: url(http://www.itlcorp.com/error/images/template/divider-shadow.png) no-repeat right 0; position: relative; z-index: 1; }
#error-rightColumn { width: 321px; background: url(http://www.itlcorp.com/error/images/template/divider.gif) repeat-y; margin-left: -1px; }
#error-leftColumn, #error-rightColumn { height: 380px; float: left; padding: 35px; }

#error-logo { margin: 0 auto; margin-top: -9px; display: block; }

/* ============= MISC ELEMENTS ============= */
#error-nav { margin: 80px 0 0 20px; }
#error-nav ul { list-style: none; font-weight: normal; padding: 15px 0 10px 25px; margin-left: 65px; background: url(http://www.itlcorp.com/error/images/template/menu-divider.png) no-repeat; }
#error-nav li { height: 34px; padding-left: 35px; opacity: .5; cursor: pointer; }
#error-nav li:hover { opacity: 1; }
#error-nav li a { font-size: 16px; text-decoration: none; color: #666; line-height: 26px; }
#error-nav li:hover a { color: #a62e2e; }

#error-nav li.home { background: url(http://www.itlcorp.com/error/template/icons/home-icon.png) no-repeat; }
#error-nav li.about { background: url(http://www.itlcorp.com/error/template/icons/about-icon.png) no-repeat; }
#error-nav li.contact { background: url(http://www.itlcorp.com/error/template/icons/contact-icon.png) no-repeat; }

#error-nav span { display: block; height: 50px; float: left; padding-top: 50px; font: 16px  "Droid Custom", Georgia, Garamond, serif; text-align: right; font-weight: normal; }



/* ============= FONTS ============= */
/* === Headings === */
#error-wrapper h1,#error-wrapper h2,#error-wrapper h3,#error-wrapper h4,#error-wrapper h5,#error-wrapper h6 { font-family: "Droid Custom", Georgia, Garamond, serif; font-weight: normal; color: red; }

/* BEGIN STYLES FOR THE LARGE ERROR MESSAGE */
#error-wrapper h1 {
	font-size: 128px;
	line-height: 128px;
	letter-spacing: -5px;
	color: #a62e2e;
	width: 240px;
	top: 20px;
}
#error-wrapper h1 span {
	font-size: 28px;
	line-height: 28px;	
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
	margin-top: -20px;
}
/* END STYLES FOR THE LARGE ERROR MESSAGE */

#error-wrapper h2 { font-size: 27px; margin: 7px 0 20px; line-height: 31px; color: #454545; letter-spacing: -1px; }
#error-wrapper h3 { font-size: 18px; line-height: 1; margin-bottom: 1em; color: #616161; }
#error-wrapper h4 { font-size: 14px; line-height: 17px; margin-bottom: 1em; color: #616161; }
#error-wrapper h3.regular,
#error-wrapper h4.regular { font-family: Helvetica, Arial, sans-serif; }

/* === Text elements === */
p           { margin: 0 0 1.5em; }
a:focus, 
a:hover     { color: #3b4761; text-decoration: none; }
a           { color: #a62e2e; text-decoration: underline; }
strong      { font-weight: bold; }
em		    { font-style: italic; }

/* === Lists === */
ul, ol      { margin: 0 20px 20px 40px; font-weight: bold; color: #a62e2e; line-height: 20px; }
ol span		{ font-weight: normal; color: #646464; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
/* Custom */
