/*  
Theme Name: RHCA Default
Theme URI: http://www.rhcask.ca/
Description: The default RHCA theme
Version: 0.1
Author: Michael Fedyk/Jon Fedyk
Author URI:
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: white;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background: #167b0e url(/roads-less-travelled/images/gallery-bg.jpg) 0 10em repeat-x;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 4em;
	width: 1000px;
}
	
h1 {
	font-size: 140%;
	margin: 0;
	font-weight: 700;
	font-style: italic;
}

h2.tagline {
	font-size: 260%;
	line-height: 1.2;
	margin: 0;
	font-weight: 700;
	font-style: italic;
}

#nav {
	background-color: #167b0e;
	color: white;
	font-size: 160%;
	text-align: center;
	color: white;
	padding: 5px;
   	font-style: italic;
}

#nav a:link {
	color: white;
	text-decoration: none;
}

#nav a:visited {
    color: white;
    text-decoration: none;
}
#nav a:hover {
    color: black;
    text-decoration: none;
}

#nav ul {
    margin: 0;
    padding: 0;
    font-size: 90%;
}

#nav ul, #nav ul li {
    display: inline;
    font-weight: 900;
}

#nav ul li {
    margin: 0 .25em;
    padding: .2em .2em;
    list-style: none;
    color: black;
}

#nav ul li.current {
	color: black;
}

#nav form {
    display: inline;
}

#albumimage {
	float: left;
	margin: 20px;
}

#albumimage img {
	border: 2px solid white;
}

#intro {
	float: left;
	margin: 2em auto;
	padding: 0;
	width: 530px;
}

#intro h2 {
	font-size: 400%;
	line-height: 1;
	font-style: italic;
	margin: .25em 0 0;
	padding: 0;
	text-align: center;
}

#intro p {
	font-size: 200%;
	line-height: 1.2;
	font-weight: 700;
	font-style: italic;
	text-align: justify;
}

.block {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.block div {
	float: left;
	margin: 10px;
}

.block div img {
	border: 2px solid white;
}

img.photo {
	margin: 1em 0 0;
	border: 3px solid white;
}

.description {
	color: white;
	font-size: 200%;
	font-height: 1.2;
	text-align: center;
	font-weight: 700;
	width: 650px;
	margin: 1em auto;
}

div.previous img, div.next img {
	border: 0;
	margin: 2px 0;
}

.block-core-GuestPreview, .block-core-SystemLink, .block-core-EmergencyEditItemLink {
	margin: .5em 0;
}

div.center {
	clear: both;
	margin: 0 auto;
	width: 890px;
}

.center {
	text-align: center;
}

