/*
Theme Name: ThemeSH
Theme URI: http://www.shaneharris.com/
Description: Custom-designed.
Version: 1.0
Author: jdf
Author URI: http://www.unkindestcut.com
Tags: custom, two-columns

*/

/* Head
***************************************************************************** */

html, body {
margin: 0px;
padding: 0px;
}
body {
font-family: Georgia, serif;
font-size: 18px;
color: #000000;
text-align: center;
line-height: 1.8em;
}
body a:link, #last a:visited, #last a:active {
color:000000;
text-decoration:none;
}
body a:hover {
color: #ccc;
text-decoration: none;
}
li a:link, #nav li a:visited, #nav li a:active {
color:#000000;
text-decoration: none;
}
.s1 {
font-family: Georgia, serif;
font-size: 36px;
color: #000000;
text-align: center;
line-height: 1.8em;
}
.s2 {
font-family: Georgia, serif;
font-size: 30px;
color: #000000;
text-align: center;
line-height: 1.8em;
}
#wrapper {
width: 610px;
height: 540px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: center;
border: none;
}
#header {
width: 100%;
height: 40px;
}
#container {
width: 100%;
height: 465px;
margin: 0px;
padding:2px 0px;
background-image: url(../images/splashbook.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
#left {
width: 160px;
height: auto;
float: left;
text-align: center;
padding: 100px 20px 10px 75px;
margin: 0px;
}
#right {
width: 160px;
height: 180px;
float: left;
padding: 110px 60px 10px 80px;
margin: 0px;
background-image: url(../images/shaneharris.png);
background-repeat: no-repeat;
background-position: 96px 110px;
}
#right p {
margin: 0px;
}
.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}
#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color:#000000;
display: block;
margin: 0px 0px 5px 0px;
padding: 0px 0px 15px 0px;
width: 160px;
text-decoration: none;
background-image: url(../images/separator.gif);
background-repeat: no-repeat;
background-position: bottom center;
}
#nav li a:hover {
color: #ccc;
text-decoration: none;
}
#last {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#last li {
display: inline;
}
#last li a:link, #last li a:visited, #last li a:active {
color:#000000;
display: block;
margin: 0px 0px 5px 0px;
padding: 0px 0px 15px 0px;
width: 160px;
text-decoration: none;
}
#footer {
padding: 0px;
margin: 0px;
width: 100%
text-align: right;
font-family: Georgia, serif;
font-size: 10px
}
#footer p {
margin: 0px auto 0px auto;
padding: 10px 10px 10px 10px;
text-align: right;
color: #aaa;
}
#footer a:link, #footer a:visited, #footer a:active {
text-decoration: none;
}
#footer a:hover {
color: #ccc;
text-decoration: none;
}
#copyr {
width: 100%;
margin: -10px 0px 0px -40px;
font-size: 10px;
color: #ccc;
text-align: right;
}
