@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}

/* these are clickable, so give the user an extra clue */
label,
button {
    cursor: pointer;
}

	
html {
    width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font: 62.5%/1em Georgia, "Times New Roman", Times, serif;;
    background: url(../images/layout/background.png) repeat-x #27333a 0 130px;

}

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

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #777;
}

#main-container {
    width: 980px;
    min-height: 100%;
    #height: 100%;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 136px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

#header h1 {
    width: 887px;
    height: 130px;
    background: url(../images/layout/title.png) no-repeat;
    margin: 0 auto;
}

#authors {
    display: inline;
    width: 281px;
    height: 26px;
    float: right;
    margin: 150px 45px 2px 0;
    background: url(../images/layout/authors.png) no-repeat;
    text-indent: -9999px;
}

#front-cover-and-purchase-options {
    display: inline;
    width: 320px;
    margin-left: 35px;
    #margin-top: 175px;
    clear: both;
    float: left;
    
}

#front-cover-and-purchase-options img {
    margin-top: 45px;
}

#front-cover-and-purchase-options a {
    display: block;   
    width: 134px;
    height: 80px;
    background: url(../images/layout/amazon-button.png) no-repeat; 
    text-indent: -9999px;
    margin: 10px auto 0 auto;
}

#back-cover {
    display: inline;
    width: 500px;
    margin-right: 45px;
    float: right;
    margin-bottom: 40px;

}

#about-the-authors {
    width: 100%;
    height: auto;
    clear: both;
    padding: 1.2em 0;
    background: url(../images/layout/about-the-authors-background.png) repeat;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #eee;
    
}

* html #about-the-authors {
    color: #333;
}

#about-the-authors strong {
    color: #111;
}

#brian-mitchell,
#evan-mitchell {
    display: inline;
    width: 320px;
}

#brian-mitchell {
    float: left;
    margin-left: 100px;
}

#evan-mitchell {
    float: right;
    margin-right: 100px;
    
}

#second-book {
    display: block;
    clear: both;
    font-style: italic;
    padding-top: 1.1em;
    text-align: center;
    color: #333;
    
}

h2 {
    font-size: 2em;
    color: #eee;
    margin: 1.3em 0 1.2em 2.6em;
}

#media p,
#media ol,
#media ul,
#media h3 {
    padding: 0 35px;
    margin-bottom: 1.2em;
}

#media {
    color: #eee;
    font-size: 1.3em;
    line-height: 1.4em;
}

#media h3 {
    font-weight: bold;
    font-size: 110%;
    color: #d42228;
}

#media cite {
    display: inline;
    color: #f1ad26;
    font-style: normal;
}

#media p strong {
    font-weight: bold;   
}

#media em {
    font-style: italic;
}

#media ol {
    list-style: inside decimal;
}

#media ul {
    list-style: inside disc;
}

#media ol li,
#media ul li {
    margin-bottom: 0.4em;
}


#acura {
	display: block;
	width: 181px;
	height: 8px;
    float: right;
	background: url(../images/layout/powered-by-acura.png) no-repeat;
}

#acura a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}


