/*
=====================================
= KINTBURY WEBSITE                  =
= (main stylesheet)                 =
=                                   =
= Designer + Programmer: Rob Wright =
= www.poorlad.com                   =
=====================================
*/

body {
	background: #7896AF url(page-bg.gif) repeat-x;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {	margin: 0px 0px 15px 0px;  }

h1 { display: none; }
h3 { 
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 16px;
}

#container-right ul {
	padding: 0;
	margin: 0 0 10px 25px;
}

#container-right li { margin-bottom: 5px; }

a { color:#0078AD; text-decoration:none; border-bottom:1px dotted #DAE7F2; }
a:hover { color:#75b2d5; }

.external-link {
	background: #FFFFFF url(icon-externallink.gif) right no-repeat;
	padding-right: 20px;
}

.photo-left {
	float: left;
	margin-right: 8px;
}

.photo-right {
	float: right;
	margin-left: 8px;
}

#navigation {
	width: 675px;
	height: 21px;
	background-image: url(navigation-bg.gif);
	padding: 4px 10px 0px 15px;
	margin: 0;
	list-style: none;
}
#navigation li {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
	display: inline;
	padding-right: 18px;
	padding-left: 35px;
	background: url(navigation-bullet.gif) no-repeat 0px 2px;
}
#navigation a {
	color: #435765;
	text-decoration: none;
	border:none;
}
#navigation a:hover { color: #000000; }

.sideblock {
	background-color: #47555E;
	margin-top: 10px;
}
.sideblock-content {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
	line-height: 13px;
}
.sideblock-content p {
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.sideblock-tl {	background: url(sideblock-tl.gif) no-repeat top left; }
.sideblock-tr {	background: url(sideblock-tr.gif) no-repeat top right; }
.sideblock-bl {	background: url(sideblock-bl.gif) no-repeat bottom left; }
.sideblock-br {	background: url(sideblock-br.gif) no-repeat bottom right; }

.sideblock a { 
	color: #FFFFFF;
	text-decoration: underline;
	border:none;
}

.list-sideblock {
	text-align: left;
	list-style: none;
	margin: 8px 0px 0px 0px;
	padding: 0;
}

.list-sideblock li { 
	margin: 0px 0px 4px 0px;
	padding: 0 0 0 13px;
	background-image: url(icon-sideblockbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#top {
	height: 130px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

#ticker {
	width: 370px;
	height: 20px;
	background-image: url(ticker-bg.gif);
	float: right;
	position: relative;
	top: 90px;
	padding: 3px 0px 0px 5px;
	font-size: 13px;
}
#ticker-title {
	float: left;
	width: 88px;
	font-size: 13px;
	font-weight: bold;
	color: #435765;
	padding-left: 17px;
}
.nowrap { white-space: nowrap; }

#container {
	clear: both;
	padding: 10px 10px 70px 10px;
	background: url(container-bg.gif) #FFFFFF no-repeat bottom right;
}

#sidebar {
	width: 200px;
	float: left;
}

#full-container, #container-right {
	font-size: 13px;
	line-height: 150%;
}

#container-right { padding-left: 210px; }

#sidebar-meettheteam {
	width: 200px;
	height: 150px;
	margin-top: 10px;
}

#sidebar-friends {
	width: 200px;
	height: 128px;
	margin-top: 10px;
}

.requestinfo {
	width: 100%;
}

.requestinfo td { padding: 5px; }

.requestinfo .header {
	text-align: right;
	width: 30%;
}

.requestinfo td input, .requestinfo td textarea {
	width: 80%;
}

#footer {
	margin: 0 auto;
	background-image: url(footer-bg.gif);
	margin-top: 5px;
	padding-top: 3px;
	width: 590px;
	height: 17px;
	text-align: center;
	color: #33434D;
	font-size: 10px;
}

#footer a { border:none; color:#33434D; text-decoration:underline; }


.quotes {
	margin-top: -55px;
	position: relative;
	left: -30px;
}
#quote1 { width: 431px; height: 103px; }
#quote2 { width: 445px; height: 103px; }
#quote3 { width: 332px; height: 103px; }
#quote4 { width: 407px; height: 79px; }

.downloadbox { background-color:#D6F5D6; border:1px solid #99E599; padding:5px; margin-bottom:20px; }


.gallery-list {
	margin: 0;
    padding: 0;
    list-style: none;
}
.gallery-list img { border: none; }
.gallery-list li {
	text-align: center;
	float: left;
	margin: 0 12px 5px 0;
    padding: 0;
	display: block;
	width: 124px;
	height: 124px;
    background-image: url(gallery-bg.gif);
}
.gallery-list li a {
	display: block;
	width: 124px;
	height: 124px;
	background-position: center center;
	background-repeat: no-repeat;
}
.gallery-date {
	font-size: 10px;
}





.gallery-link { margin-bottom:5px; border-bottom:1px dotted #000; padding-bottom:5px; line-height:125%;}
.gallery-link span { font-size:80%; color:#777;}