﻿/*---------------------------------------------------------------------
 Reset Browser Inherited Styles
 ---------------------------------------------------------------------*/

html, body, div, span, applet, object, ifr ame, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left ;
	vertical-align: baseline;
	list-style: none; 
}

/*---------------------------------------------------------------------
Default Styles
---------------------------------------------------------------------*/
body, input, select {
	color:#333;
	font-family: "fontin sans", optima, candara, "trebuchet-MS", sans-serif; 
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(128,128,128);
	font-family: garamond, cochin, cambria, times, serif;
	letter-spacing: 1px;
	font-weight: normal; 
}

h1 { 
	font-size: 2.5em; 
}

h2 { 
	font-size: 2em; 
}

h3 { 
	font-size: 1.25em; 
}

h4, h5, h6 { 
	font-size: 1em; 
}

p {
	text-align: left ;
	font-size: .8em;
	margin: 5px 0;
	line-height: 2; 
}

blockquote {
	font-size: .75em;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid rgb(128,128,128);
	border-bottom: 1px solid rgb(128,128,128);
	line-height: 1; 
}

li {
	font-size: .75em;
	margin: 2px 0; 
}

span.email {
	color: #ff0000;
}

em {
	font-size: 1.5em;
	line-height: 1.2em;
	padding-left: 25px;
	font-weight: bold;
	font-style: italic;
	color: #DB0671;
}

/*----------------------------------------------
CHROME
------------------------------------------------*/


body {
	background-image:url(../assets/cloudPattern.gif);
}

/*---------------------------------------------------------------------
HEADER PORTION
 --------------------------------------------------------------------- */

#header {
	width: 1020px;
	height: 100px;
	background-color: #FFF;
	margin: 0 auto;
}

#logomenucontainer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#logocontainer {
	height:100px;
	width:350px;
	float:left;
}

#menucontainer {
	height:100px;
	width:630px;
	float:left;
}

#menucontainer li {
	font-size:1.25em;
	display:block;
	float:right;
	margin:50px 0px 0px 25px;
}

#menucontainer a {
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:none;
}

/* --------------------------------------------
each menu item has its own color
---------------------------------------------*/

#m5 a {
	color:#956143;
}

#m4 a {
	color:#736F06;
}

#m3 a {
	color:#FB6F9E;
}

#m2 a {
	color:#792080;
}

#m1 a {
	color:#D277D9;
}

#menucontainer a:hover, #menucontainer a:active {
	color: #ff0000;
}
	
#borderpattern {
	background-image: url(../assets/headerpattern.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 1020px;
	margin: 0 auto;
}

/* -----------------------------------------------
PAGE PORTION
-------------------------------------------------*/

#page {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#topbuffer {
	width:100%;
	height:30px;
}

/* -----------------------------------------------
LEFT COLUMN
------------------------------------------------- */

#leftcol {
	width:294px;
	height:300px;
	float:left;
}

#leftcolthin {
	width:150px;
	height:300px;
	float:left;
}

#cup {
	width:100%;
	height:300px;
	background: transparent url(../assets/cupOfIcebreaker.gif) no-repeat 0 0;
}

.thumb {
	width:100%;
	background-color:#fe9af4;
	margin-bottom: 12px;
}

.thumb img {
	padding:4px;
}

#spacer {
	width: 30px;
	height:300px;
	float:left;
}

/* -----------------------------------------------
RIGHT COLUMN
------------------------------------------------- */

#rightcol {
	margin:0;
	width:656px;
	height:300px;
	float:left;
}

#rightcolwide {
	margin:0;
	width:800px;
	height:300px;
	float:left;
}

#pagetopbg {
	width: 100%;
	height:56px;
	background: transparent url(../assets/pagetopbg.gif) no-repeat 0 0;
	float:left;
}

#pagetopbgwide {
	width: 100%;
	height:56px;
	background: transparent url(../assets/pagetopbg_wide.gif) no-repeat 0 0;
	float:left;
}

#pagemiddle {
	width: 100%;
	background: transparent url(../assets/pagemiddlebg.gif) repeat-y 0 0;
	float:left;
}

#pagemiddlewide {
	width: 100%;
	background: transparent url(../assets/pagemiddlebg_wide.gif) repeat-y 0 0;
	float:left;
}

#pagebottombg {
	width: 100%;
	height:56px;
	background: transparent url(../assets/pagebottombg.gif) no-repeat 0 0;
	float:left;
}

#pagebottombgwide {
	width: 100%;
	height:56px;
	background: transparent url(../assets/pagebottombg_wide.gif) no-repeat 0 0;
	float:left;
}

#pagemiddle p, #pagemiddle h2, #pagemiddle h3, #pagemiddle ul {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

#pagemiddlewide p, #pagemiddlewide h2, #pagemiddlewide h3, #pagemiddlewide ul {
	width: 644px;
	margin-left:auto;
	margin-right:auto;
}

#pagemiddle ul, #pagemiddlewide ul {
	line-height: 2; 
}

#pagemiddle p, #pagemiddlewide p {
	padding-bottom:1em;
}

#pagemiddle h2, #pagemiddlewide h2 {
	color: #956143;
	font-weight:bold;
	padding-bottom:10px;
}

.paragimg {
	position: relative;
	left: 50px;
	top: 25px;
	vertical-align:middle;
}

/* -------------------------------
h2 colors
---------------------------------- */

h2#icebreaker {
	color:#956143;
}

h2#aboutus {
	color:#736F06;
}

h2#locations {
	color:#FB6F9E;
}

h2#party {
	color:#792080;
}

h2#franchise {
	color:#D277D9;
}

#pagemiddle p + p, #pagemiddlewide p + p {
	text-indent:2em;
}

/* ----------------------------------
FOOTER PORTION
------------------------------------*/


#footer {
	width: 100%;
}



