@CHARSET "ISO-8859-1";

/**************************************************************************
TYPOGRAPHY
**************************************************************************/

/* Set base styles. This does the majority of the work. */
body {
    font-family: Georgia, Times New Roman, serif;
    font-size: 0.9em;
    line-height: 1.3;
    color: #000000;
}

/* Links */
a:link, a:visited, a:hover, a:active {
	color: #000000;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* General element spacing */
p, ul, ol {
    /* Should match line-height above */
    margin-bottom: 1.3em;
}

/* Heading font settings */
h1, h2, h3, h4, h5, h6 {
}

/* Heading spacing */
h1 {
    margin-bottom: 0.5em;
}

h2, h3, h4, h5, h6 {
    margin-bottom: 0.1em;
    padding-top: 0.2em;
}

/* Other heading settings */
h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

/* List markers */
li {
    list-style-position: outside;
    margin-left: 3em;
}

/**************************************************************************
SITE STYLING
**************************************************************************/

#container {
	width: 742px;
	margin: 100px auto 40px;
}

#nav, #footer {
	text-align: center;
}

#nav {
	margin-top: 40px;
	font-size: 1.1em;
	text-transform: lowercase;
}

#nav a {
	text-decoration: none;
}

#nav a:hover, #nav a.current {
	text-decoration: underline;
}

#footer {
	font-size: 0.8em;
	color: #999999;
}

#footer a {
	color: #999999;
}

/**************************************************************************
PAGE-SPECIFIC STYLING
**************************************************************************/

/* Home page */
#home-image {
	width: 493px;
	height: 383px;
	margin: 20px 44px 0 36px;
	float: left;
}

#home-intro {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000000;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

#home-nav {
	width: 133px;
	padding-top: 40px;
	float:left;
	text-align: center;
	list-style: none;
}

#home-nav li {
	margin: 0;
}

#home-nav li a {
	display: block;
	margin-bottom: 30px;
	padding-top: 70px;
	background: url('/images/site/dog-icon.jpg') no-repeat 0 0;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.3em;
}

#home-nav li a:hover {
	text-decoration: underline;
}

/* About/Contact pages */
#page-image {
	text-align: center;
	margin-bottom: 30px;
}

#about-text {
	padding: 0 150px;
}

#contact-text {
	text-align: center;
	font-size: 1.3em;
}

/* Portfolio index */
a.thumb {
	float: left;
	margin: 2px;
	border: 1px solid #000000;
}

a.thumb:hover {
	border-color: #666666;
}

/* Portfolio large image */
.nav-arrow {
	display: block;
	width: 19px;
	float: left;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.nav-arrow span {
	display: none;
}
	
#nav-left {
	margin-right: 10px;
	background-image: url('/images/site/nav-left.gif');
}

#nav-right {
	margin-left: 10px;
	background-image: url('/images/site/nav-right.gif');
}

#image-container {
	float: left;
	text-align: center;
}

#image-container p {
	margin: 10px 0 0 0;
}

#image {
	border: 1px solid #000000;
}