/*////////////////////////////////
global white space reset / tabula rasa
////////////////////////////////*/

* {
padding: 0;
margin: 0;
border: none;
outline: none;
}

/*////////////////////////////////
typography
////////////////////////////////*/

@font-face {
font-family: "LeagueGothic";
src: url("fonts/league_gothic.eot");
src: local("☺"),
	url("fonts/league_gothic.woff") format("woff"),
	url("fonts/league_gothic.otf") format("opentype"),
	url("fonts/league_gothic.svg#league_gothic") format("svg");
font-weight: bold;
font-style: normal;
}

/*////////////////////////////////
master style sheet
////////////////////////////////*/

html {
}

::selection {
background-color: #ddd;
}
::-moz-selection {
background-color: #ddd;
}
::-webkit-selection {
background-color: #ddd;
}

body {
font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
background-color: #222;
}

a {
font-style: italic;
font-weight: normal;
text-decoration: underline;
color: #000;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
a:link {
}
a:visited {
}
a:focus {
/*no dotted links*/
outline:none;
}
a:active {
}
a:hover {
background-color: #000;
color: #fff;
}

h1, h2, h3, h4, h5, h6 {
margin: 0px 0px 20px 0px;
display: block;
font-family: "LeagueGothic";
text-transform: uppercase;
text-shadow: 0px 0px 1px #444;
letter-spacing: 1px;
}
h1, h2 {
font-size: 48px;
line-height: 56px;
}
h3 {
font-size: 40px;
line-height: 44px;
}
h4 {
font-size: 32px;
line-height: 36px;
}

p, ul, li, blockquote {
margin: 0px 0px 20px 0px;
font-size: 13px;
line-height: 20px;
display: block;
}

blockquote {
margin: 0px 0px 20px 12px;
}

img {
margin: 0px 0px 20px 0px;
padding: 0px;
display: block;
background-color: #eee;
}

hr {
margin: 0px 0px 20px 0px;
height: 1px;
display: block;
border-top: 1px solid #000;
}

sup, sub {
height: 0;
line-height: 1;
vertical-align: baseline;
_vertical-align: bottom;
position: relative;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}

/*////////////////////////////////
navigation
////////////////////////////////*/

#nav {
position: fixed;
width: 136px;
height: 100%;
top: 0px;
bottom: 0px;
left: 0px;
overflow: auto;
}

nav {
margin: 15px 0px 0px 4px;
float: left;
}
nav a {
text-decoration: none;
}
nav h1, nav h2, nav h3 {
margin: 0px 0px 0px 0px;
float: left;
clear: left;
text-transform: uppercase;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #000;
}
nav h1 a, nav h2 a, nav h3 a {
padding: 1px 4px 2px 4px;
display: block;
font-size: 28px;
line-height: 28px;
font-style: normal;
letter-spacing: 1px;
text-shadow: 0.5px 0.25px 0.5px #444;
}

.selected {
background-color: #000;
color: #fff;
}

.links {
margin: 0px 0px 16px 0px;
float: left;
clear: left;
}
.links a {
padding: 2px 4px 2px 4px;
display: inline-block;
font-style: italic;
font-size: 14px;
line-height: 16px;
}

.readRuskin {
border-top: none;
}
.readRuskin a {
color: #fff;
text-shadow: none;
}

/*////////////////////////////////
content layout
////////////////////////////////*/

#content {
float: left;
background-color: #fff;
}
#content a {
padding: 2px 4px 2px 4px;
}
#content a:hover {
text-decoration: none;
}
#content p a {
margin: -2px -4px -2px -4px;
}

.column {
margin: 0px 0px 20px 0px;
width: 1104px;
float: left;
clear: none;
}

section {
margin: 0px 0px 0px 0px;
padding: 15px 144px 100px 144px;
width: 816px;
float: left;
clear: none;
}

.head {
width: 800px;
min-height: 60px;
margin: 0px 8px 0px 8px;
padding: 19px 0px 0px 0px;
float: left;
clear: left;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #222;
}
.head h1, h2 {
margin: 0px 0px 24px 0px;
float: left;
clear: left;
}
.head h3 {
margin: 0px 0px 26px 0px;
float: left;
clear: left;
}
.head h4 {
margin: 0px 0px 24px 0px;
font-size: 32px;
line-height: 36px;
float: left;
clear: left;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: left;
}

.none {
clear: none;
}

.invisible {
visibility: hidden;
}

.caption {
font-style: italic;
}

.italic {
font-style: italic;
}

.smallCaps {
font-variant: small-caps;
}

.small {
font-size: 12px;
}

.medium {
font-size: 14px;
}

.big {
font-size: 16px;
}

.one {
margin: 0px 8px 20px 8px;
padding: 19px 0px 0px 0px;
width: 800px;
}

.two {
margin: 0px 8px 20px 8px;
padding: 19px 0px 0px 0px;
width: 392px;
}

.three {
margin: 0px 8px 20px 8px;
padding: 19px 0px 0px 0px;
width: 256px;
}

.twoThree {
margin: 0px 8px 20px 8px;
padding: 19px 0px 0px 0px;
width: 528px;
}

.four {
margin: 0px 8px 20px 8px;
padding: 19px 0px 0px 0px;
width: 188px;
}

.border {
border-top-style: solid;
border-top-width: 1px;
border-top-color: #000;
}

.boderW {
border-top-style: solid;
border-top-width: 1px;
border-top-color: #fff;
}

.by {
margin: 0px 0px 20px 0px;
width: 256px;
font-size: 16px;
font-style: italic;
float: right;
clear: right;
}

.author {
font-weight: bold;
}

.shadow {
-webkit-box-shadow: 3px 3px 6px #bababa;
-moz-box-shadow: 3px 3px 6px #bababa;
-o-box-shadow: 3px 3px 6px #bababa;
box-shadow: 3px 3px 6px #bababa;
}

.hyphenate {
}
.hyphenate p {
text-align: justify;
}

#done-book {
height: 700px;
background: url(images/home_00.jpg) 52px 100px no-repeat;
}

#readRuskin img {
background-color: transparent;
}

p.goUp {
text-align: right;
}

/*////////////////////////////////
content serial scroll
////////////////////////////////*/

.nav {
margin: 10px 0px 0px 10px;
width: 500px;
float: right;
}

.nav a {
margin: 0px 0px 0px 0px;
display: inline-block;
}
.nav a:hover {
margin: 0px 0px 0px 0px;
}

.body {
margin: 0px 8px 0px 8px;
width: 800px;
overflow: hidden;
float: left;
}

.content {
float: left;
width: 4000px;
}
.content img {
margin-right: 32px;
float: left;
clear: none;
-webkit-box-shadow: 3px 3px 6px #bababa;
-moz-box-shadow: 3px 3px 6px #bababa;
-o-box-shadow: 3px 3px 6px #bababa;
box-shadow: 3px 3px 6px #bababa;
}

.gavagnin-wing, .ruskin-wing {
width: 5056px;
}

#flip-through .content {
width: 15168px;
}

#album .content {
width: 10672px;
}

/*////////////////////////////////
footer
////////////////////////////////*/

#footer {
background-image: url('images/graphics/shadow_00.png');
background-repeat: repeat-x;
background-position: top;
float: left;
clear: left;
}
#footer .head {
padding: 20px 0px 0px 0px;
border-top-width: 0px;
}
