/*  
Theme Name: Yellow Style
Theme URI: http://www.jameskoole.ca/
Version: 1.0
Author: James Koole
Author URI: http://www.jameskoole.ca/
*/


/* --------------------------------------------------------------
layout start
works fine in IE5 and better, version 4 browsers are toast
-------------------------------------------------------------- */

body {
	text-align: center; /* for IE 5 to get the page centered */
	margin: 0;
	padding: 0;
}

#container {
	text-align: left; /* overcomes the body centering */
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 770px;
	background-color: #FFFFFF;
	background-image: url(../images/housebg.gif);
	background-repeat: no-repeat;
	background-position: right 300px;
}

#tallheader {
	height: 150px;
	background-image: url(../images/yhelogo.gif);
	background-repeat: no-repeat;
}

#header {
	height: 80px;
	background-image: url(../images/yhelogo_small.gif);
	background-repeat: no-repeat;
}

#navigator {
	width: 770px;
	height: auto;
}

/* --------------------------------------------------------------
panels - various widths for various pages
-------------------------------------------------------------- */
#widepanel {
	width: 770px;
	height: 180px;
}

#wideimagepanel {
	width: 770px;
	float: right;
}

#shortwidepanel {
	width: 770px;
	height: 120px;
}

#singletextpanel {
	width: 190px;
}

#doubleimagepanel {
	width: 570px;
	float: right;
}

#contentpanel {
	margin: 0 0 100px 20px;
	padding: 10px 0 25px 0;
	clear: left;
}

#altcontentpanel {
	margin: 0 0 100px 20px;
	padding: 20px 0 25px 0;
	clear: left;
}

#select {
	margin: 0 auto;
	width: 470px;
	padding-top: 50px;
	padding-bottom: 25px;
}

#quotes {
	width: 575px;
	margin: 0 auto;
}

/* --------------------------------------------------------------
presentation start
-------------------------------------------------------------- */

/* base stylings start */
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #4A3325;
	background-color: #FAE7A2;
}

p.caption {
	font-size: 85%;
	padding: 0 0 15px 250px;
	margin-top: 0:
}

p.small {
	font-size: 80%;
}

/* links start */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:active, a:hover {
	color: #000000;
	text-decoration: none;
}

li {
	padding: 0 0 12px 0;
	margin: 0 35px 0 20px;
	list-style-image: url(../images/bullet.gif);
}

#contentpanel p {
	margin: 10px 60px 20px 60px;
}

#altcontentpanel p {
	margin: 10px 60px 20px 60px;
}

#contentpanel p.quotee {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	padding-top: 0;
	margin-top: 3px;
}

#altcontentpanel p.quotee {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	padding-top: 0;
	margin-top: 3px;
}

/* headings start */
h1 {
}

h2 {
	padding: 2px 0 2px 20px;
}

#widepanel h2 {
	padding: 20px 0 5px 15px;
}

h3 {
	font-size: 170%;
}

h4 {
	font-size: 120%;
}

h5 {
}

h6 {
}

blockquote {
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px 0 0 20px;
	margin-bottom: 0;
}

/* --------------------------------------------------------------
alignment start
-------------------------------------------------------------- */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatleft {
	float: left;
	padding: 0 15px 10px 0;
}

.floatright {
	float: right;
	padding: 0 0 10px 25px;
}

.clear {
	clear: both;
	width: 0;
	border: 0;
	height: 0;
}

/* poplinks idea from Eric Meyer */
div#poplinks {
	position: relative;
	top: 15px;
	left: 20px;
	width: 190px;
}

div#poplinks a {
}

div#poplinks a:hover {
	color: #000000;
	background: transparent;
}

div#poplinks a span {
	display: none;
}

div#poplinks a:hover span {
	display: block;
	position: absolute;
	top: 40px;
	left: 120px;
	width: 200px;
	padding: 10px;
	color: #000000;
	background: #FAE7A2;
	font-size: 90%;
	border: solid 1px #4A3325;
}

/* shows the popup text that's there for print on whatwedo.php */
div#hiddenforprint {
}

/* --------------------------------------------------------------
images start
-------------------------------------------------------------- */
img {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
}

img.centered {
	display: block;
	margin: 0 auto;
	border: none;
	padding: 10px 0 0 0;
}


/* --------------------------------------------------------------
navigation menu start
-------------------------------------------------------------- */
#navlist {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FAD755;
	width: 770px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	font-family: Arial, sans-serif;
	padding: 5px 0 5px 0;
	margin: 0;
	width: 110px;
	float: left;
	text-decoration: none;
	background-color: #FAD755;
	color: #000000;
	font-size: 80%;
}

#navlist a:hover {
	text-decoration: none;
	background-color: #ADD2EF;
	color: #000000;
}
