/* Pococurl Selkirks */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/gradient2.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #082968;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #082968;
}

a:hover {
	text-decoration: none;
}

/* Navigation */

#navigation {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/gradient4.jpg) no-repeat left top;
	border-bottom: 1px solid #FFFFFF;
}

#navigation ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/gradient4.jpg) no-repeat;
	list-style: none;
}

#navigation li {
	float: left;
	height: 45px;
	background: url(images/gradient4.jpg) no-repeat right top;
}

#navigation a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation a:hover {
	background: url(images/gradient3.jpg) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#navigation .highlight a {
	height: 45px;
	color: #A1A1A1;
}

/* Header */

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #082968;
	color: #082968;
	width: 960px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 3.2em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page Layout */

#pageLayout {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Page Information */

.titled {color: #FF0000;
}

#home {
	float: right;
	width: 680px;
}

#contact {
	float: right;
	width: 960px;
}

#kittens {
	float: right;
	width: 960px;
}

#show {
	float: right;
	width: 960px;
}

#girls {
	float: right;
	width: 960px;
}

/* Sidebar */

.main {
	padding-bottom: 20px;
}

.main .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: 0px;
	border-bottom: 1px solid #082968;
	text-transform: uppercase;
	font-size: 24px;
}

.main .title a {
	text-decoration: none;
}

.main .information {
	padding: 10px 20px;
}

.main .bodyPhoto {
	font-size: 14px;
	padding: 5px 20px;
	text-align: center;
	font-weight: bold;
}

.main .bodyText {
	padding: 5px 20px;
	text-align: left;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/gradient4.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 24px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(images/gradient4.jpg) no-repeat;
	border-bottom: 1px solid #082968;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #082968;
}

/* Date */

#tagline {
	font:12px georgia;
	color: #ffffff;
	line-height:18px;
	letter-spacing:.4em;
}

#monthformat {
	border-bottom: 1px dashed #5c743d;
}

#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing:.2em;
}

#dateformat a {
	color:#99ccff;
	font:11px georgia;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
}

#dateformat a:hover {
	color: #ffffff;
}

/* Footer */

#footer {
	background: url(images/gradient3.jpg) repeat-x;
	clear: both;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #082968;
	font-size: smaller;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

