@charset "UTF-8";
/* CSS Document */

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'CopseRegular';
	src: url('fonts/copse-regular-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'CopseRegular';
	src: url(//:) format('no404'), url('fonts/copse-regular-webfont.woff') format('woff'), url('fonts/copse-regular-webfont.ttf') format('truetype'), url('fonts/copse-regular-webfont.svg#webfont6WUTP42r') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	width: 800px;
	font-family:'CopseRegular', Georgia, Times, serif;
	color: #666666;
	background-color: #FFFFCC;
}
#left {
	float: left;
	width: 300px;
	position: relative;
}
#right {
	/*margin-left: 300px;*/
	background-color: #FFFFFF;
	position: relative;
	padding-bottom:50px;
	float:left;
	width:500px;
}
#samePage {
	width:120px;
	height:116px;
	position:absolute;
	right:-5px;
	top:5px;
	z-index:1000;
}
#couchimg  {
	margin-top: 40px;
	margin-bottom: 30px;
}
#searchBox {
	text-align:right;
	padding-right:20px;
	margin-bottom:30px;
}
#searchBox a#advanced { 
	padding-right:0;
	color:#3366FF;
	font-size:12px;
}
#searchBox h2 {
	font-size:16px;
}
input#edit-search-block-form-1.form-text {
	width:245px;
	border:4px solid #3366ff;
	margin-bottom:5px;
	padding:3px;
	text-align:right;
}
input#edit-submit.form-submit { 
	margin-bottom:5px;
}
#left a {
	display: block;
	text-align: right;
	padding-right: 20px;
}
#left #mainlinks {
	font-size: large;
	line-height: 25px;
	margin-bottom: 40px;
}
#left #extralinks {
	padding-bottom: 200px;
}
#title, #titleLong {
	position: absolute;
	color:#8fc8ff;
	margin:0;
	line-height:90%;
}
h1#title { 
	left: -57px;
	font-size:112px;
	letter-spacing:5px;
	top:40px;
}
h1#titleLong { 
	left:-50px;
	top:10px;
	font-size:106px;
	letter-spacing:3px;
	width:130%;
}

#right #intro, #right #introLong {
	/*background-image: url(images/line.png);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 15px;
	margin-right: 10px;
}
#right #intro { 
	padding-top:150px;
}
#right #introLong { 
	padding-top:210px;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 { 
	margin: 20px 0;
}
h2 { 
	margin: 10px 0;
	font-size:24px;
	text-transform:lowercase;
}
h2.border { 
	padding:10px;
	border-bottom:2px dashed #ff008c;
	border-top:2px dashed #ff008c;
}
h2.border a {
	color:#666 !important;
}
h2.border a:hover {
	color:#ff008c !important;
}
h3 { 
	margin-top:15px;
	font-size:20px;
}
h4 { 
	font-size:16px;
	margin-bottom:5px;
}
p, ul {
	margin:10px 0;
	line-height:150%;
}
ul {
	margin-bottom:15px;
}
li { 
	margin-left:35px;
}
.notopmarg {
	margin-top: 0px;
}
.nobottmarg {
	margin-bottom: 0px;
}
.centeralign {
	text-align: center;
}
.leftspace {
	margin-left: 20px;
}
.item {
	margin-bottom:25px;
	clear:left;
}
#content {
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}
#content p, #intro p, #introLong p, #content li, #intro li, #introLong li {
	font-size:14px;
}
.rightalign {
	text-align: right;
}
#left a:hover {
	background-image: url(images/asterick.gif);
	background-repeat: no-repeat;
	background-position: 275px center;
}
body#events a#eventsLink,
body#groups a#groupsLink,
body#camps a#campsLink,
body#birthday a#birthdayLink,
body#school a#schoolLink,
body#about a#aboutLink,
body#contact a#contactLink,
body#blog a#blogLink,
body#reviews a#reviewLink,
body#page body#pageLink {
	background-repeat:no-repeat;
	background-image: url(images/asterick.gif);
	background-position: 275px center;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#extralinks a {
	color: #3366FF;
}
#extralinks a:visited {
	color:#3366FF;
}
#footer p {
	margin-top: 0px;
	text-align: right;
	font-size: 12px;
	color:#999999;
}
#footer a {
	color:#3399FF;
	letter-spacing: 1px;
}
#intro img {
	/*float: left;*/
}
#intro #flavors {
	margin-left: 50px;
}
#right a {
	color: #3366FF;
}
.warning {
	color: #FF3300;
}
.thanks {
	color: #3366FF;
}
#extralinks img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 8px;
	margin-top: 25px;
	margin-right: -8px;
}
#left #extralinks a img:hover {
	background-image:none !Important;
	}
#container {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.cupcakes {
	margin-top:25px;
}
.imgFloatLeft {
	margin:5px 10px 5px 5px;
	float:left;
}
table {
	width:100%;
}
td, th {
	border-bottom:1px solid #8fc8ff;
	padding:10px;
}
td.changeLinks { 
	width:10%;
	vertical-align:top;
}
th {
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
}
.book { 
	padding:10px;
	clear:left;
	height:160px;
}
.byLine {
	font-size:16px;
	text-transform:lowercase;
}
a#buyOnline {
	border:2px dashed #ba18c9;
	padding:10px;
	color:#ba18c9;
}
a#buyOnline:hover {
	background-color:#f0c9f2;
}
.leftspace a#buyOnline {
	border:none;
}
.leftspace a#buyOnline:hover {
	}

