#wrapper {
	font: small Helvetica, sans-serif;
	margin: 15px auto;
	padding: 10px;
	width: 965px;
	height: 100%;
	background: #FFFfff url(http://www.kareywilliams.com/images/watermark.gif) no-repeat 575px bottom;
}
#popup {
	font: small Helvetica, sans-serif;
	margin: 15px auto;
	height: 100%;
	width: 360px;
	padding: 20px;
	background-color: #FFFFFF;
	background-image: url(http://www.kareywilliams.com/images/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#popup a {
	color: #6BACC1;
	text-decoration: underline;
}
#popup a:hover {
	color: #BBD979;
	text-decoration: underline;
}
#footer {
	clear: both;
	height: 25px;
	width: 965px;
	font-size: x-small;
	color: #68ABC1;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 2px dashed #7CB3BB;
}
#footer a {
	color: #6BACC1;
	text-decoration: none;
}
#footer a:hover {
	color: #BBD979;
	text-decoration: underline;
}
#rightContent {
	float: right;
	height: 100%;
	width: 700px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 10px;
}
#rightContent p {
	padding-right: 15px;
}
#rightContent a {
	color: #6BACC1;
	text-decoration: underline;
}
#rightContent a:hover {
	color: #BBD979;
	text-decoration: underline;
}
#banner {
	background: url(http://www.kareywilliams.com/images/banner.gif) no-repeat;
	height: 175px;
	width: 965px;
	margin-top: 15px;
}
#wrapper .nav a {
	color: #66ABC0;
	text-decoration: none;
	text-align: right;
}
#wrapper .nav a:hover {
	color: #BBD979;
	text-decoration: none;
}
#leftColumn {
	margin: 0px;
	padding: 0px 8px 10px 0px;
	float: left;
	height: 100%;
	width: 217px;
}
.leftSidebar {
	background: #E6E6E4 url(http://www.kareywilliams.com/images/grey_bkg.gif) no-repeat right bottom;
	margin: 0px;
	clear: both;
	float: left;
	height: 100%;
	width: 217px;
	padding-bottom: 10px;
}
body {
	background: #EAE8B7;
	margin: 0px;
	padding: 0px;
}
.leftSidebar p {
	padding-right: 10px;
	padding-left: 10px;
}
.leftSidebar a {
	color: #66ABC0;
	text-decoration: none;
}
.leftSidebar a:hover {
	color: #BBD979;
	text-decoration: none;
}
#leftNav {
	background: #BBD979;
	width: 217px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 20px solid #BBD979;
	border-bottom: 20px solid #BBD979;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .125em;
}
#leftNav a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px dashed #7CB3BB;
	display: block;
	margin-left: -45px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 45px;
}
#leftNav a:hover {
	color: #BBD979;
	text-decoration: none;
	background: #FFFFFF url(http://www.kareywilliams.com/images/nav_bullet.gif) no-repeat left center;
	text-indent: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #7CB3BB;
	display: block;
	margin-left: -45px;
}
#leftNav ol {
	display: block;
}
#leftNav li {
	color: #FFFFFF;
	display: block;
	list-style: none;
	padding-left: 45px;
	margin-left: -40px;
}
.calendar table {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.calendar caption {
	margin: 5px auto 0 auto;
	padding: 5px 0 10px 5px;
	text-align: left;
}
.calendar th {
	font-weight: normal;
	color: #3b5664;
}
.calendar td {
	border: 1px solid #77797c;
	height: 100px;
	width: 75px;
	padding: 5px;
	vertical-align: top;
}
.calendar td.event1 {
	background-color: #E6E6E4;
	border: 1px solid #60663E;
	color: #333333;
}
.calendar td.event2 {
	color: #FFFFFF;
	background-color: #BBD979;
}
.calendarHeader {
	font-size: medium;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
.rightPullout {
	color: #6BACC1;
	float: right;
	width: 210px;
	margin-left: 10px;
	padding: 10px 10px 10px 15px;
	clear: right;
}
.floatLeft {
	float: left;
	height: 100%;
	width: 450px;
}
.floatRight {
	float: right;
	height: 100%;
	width: 250px;
}

.specialTextBox {
	width: 95%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #66ABC0;
	border-bottom-color: #66ABC0;
	padding: 5px;
	margin-bottom: 5px;
}

.productBox {
	width: 95%;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #66ABC0;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: both;
	height: 100%;
}

.button {
	color: #FFFFFF;
	background: #6BACC1;
	padding: 1px;
}
.textField {
	border: 1px solid #6BACC1;
}
h1 {
	font-size: medium;
	color: #6BACC1;
}
h2 {
	font-size: small;
	color: #666666;
}
.imgLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	clear: left;
}
#banner p {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #66ABC0;
	padding-top: 130px;
	padding-left: 275px;
}

.imgRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;

}
#rightContent h2 {
	padding-right: 15px;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
cite {
	font-size: 90%;
	font-style: normal;
}
ol#comments li p {
	font-size: 100%;
}
.feedback {
	font: small Helvetica, sans-serif;
	letter-spacing: -1px;
}
/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
.credit a:link, .credit a:hover {
	color: #fff;
}
.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}
.meta {
	font-size: small;
}
.meta li, ul.post-meta li {
	display: inline;
	border-right: 1px solid #999999;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	
	border: 1px solid #333;
	padding: .2em;
}
#commentform textarea {
	width: 100%;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}
#menu {
	padding: 20px 0 10px 30px;
	right: 2px;
	top: 0;
	width: 11em;
}
#menu form {
	margin: 0 0 0 13px;
}
#menu input#s {
	width: 80%;	
	border: 1px solid #999;
	color: #000;
}
#menu ul {
		
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}
#menu ul li {
	font: small Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul ul li {
	border: 0;
	font: small Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}
#menu ul ul li a {
	color: #6BACC1;
	text-decoration: none;
}
#menu ul ul li a:hover {
	color: #BBD979;
	text-decoration: underline;
}
#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}
#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}
#wp-calendar td {
	color: #ccc;
	font: small Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}
#wp-calendar th {
	font-style: italic;
	text-transform: capitalize;
	font-size: small;
	font-weight: bold;
	color: #66ABC0;
	padding-top: 130px;
	padding-left: 300px;
}
#storeLogin {
	color: #EAE8B7;
	text-decoration: none;
	text-align: center;
}
#storeLogin a {
	color: #EAE8B7;
}

