
/* ---------------------------------------------------------------
Title:    Hannah Birthday Party 2009
Designer: Shane Guymon
URL:      www.shanguymon.com
Date:     27 APRIL 2009

© COPYRIGHT 2009, SHANE GUYMON | ALL RIGHTS RESERVED
--------------------------------------------------------------- */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 1024px;
}

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-top.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 960px;
}

#wrapper {
	width: 900px;
	height: 144px;
	margin: 0 auto;
	text-align: right;
}

/* ADDRESS: This is for the address info */

#address {
	float: left;
	width: 600px;
	margin-top: 60px;
	margin-right: 20px;
	padding-top: 0;
	padding-left: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
}

/* PHONE NUMBER */

#date {
	width: 225px;
	height: 30px;
	margin-top: 50px;
	margin-left: 20px;
	padding-bottom: 0;
	float: right;
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	color: #3B3C3F; 
}

#phone .floatlft-sb {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

/* LOGO */

#logo {
	display: block;
	background: url(../images/logo.png) no-repeat center top;
	float: left;
	width: 600px;
	height: 52px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width: 339px;
	height: 239px;
	padding: 0px;
}

#logo a:hover {
	background: url(../images/logo2.jpg) no-repeat center top;
}

#logo a span {
	visibility: hidden;
}

/* BRANDING: This is the different header images */

#banner {
	float: right;
	background: url(../Headers/rotator.php) no-repeat center top;
	width: 550px;
	height: 202px;
	margin-top: 0;
	text-align: left;
}

#banner1 {
	float: left;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 440px;
	height: 300px;
	margin-top: 20px;
	margin-left: 40px;
	text-align: left;
	border: 5px solid #81ABAE;
}

/* GREETING */

#greeting {
	width: 340px;
	float: right;
	margin-top: 20px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#greeting h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	color: #3B3C3F;
	text-align: left;
}

#greeting p {
	padding-bottom: 10px;
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #3B3C3F;
}

/* CONTENT BACKGROUND */

#contentbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-content.jpg) repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 960px;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 820px;
	float: right;
	margin-top: 0;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

#content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #265B34;
	border-top: 1px solid #DDE0D9;
}

#content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #3B3C3F;
	border-top: 1px dotted #FEFDEC;
	border-bottom: 1px dotted #FEFDEC;
}

#content h3 {
	padding-right: 20px;
	padding-bottom: 0;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #265B34;
}

#content p {
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

#content img {
	color: #DDE0D9;
	border-color: #DDE0D9;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content blockquote {
	margin-left: 0;
	margin-right: 20px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	background: #EAECF2;
	color: #2F3D7B;
	border-top: 1px solid #DDE0D9;
	border-bottom: 1px solid #DDE0D9;
}

/* UN ORDERED LIST */

#content ul {
	margin-left: 10px;
	margin-right: 40px;
	padding: 0;
	list-style-type: none;
}

#content li {
	list-style: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #265B34;
	border-bottom: 1px solid #DDE0D9;
}

#content li .reg {
	font-size: 10px;
	line-height: 18px;
	color: #636365;
}

#content li:before {
	content: "\00BB \0020";
}

/* COLUMNS */

#column-left {
	width: 420px;
	float: left;
	margin-top: 20px;
	padding: 15px;
	border: 1px dotted #FEFDEC;
}

#column-left p {
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

#column-left .normal {
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

#column-left ul {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#column-left li {
	list-style: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3B3C3F;
	border-bottom: 1px dotted #3B3C3F;
}

/* -------------------------------------------------------- */


#column-right {
	width: 320px;
	float: right;
	margin-top: 20px;
	padding: 10px;
	background: #498E99;
	border: 1px solid #3B3C3F;
}

#column-right p {
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	color: #3B3C3F;
}

#column-right .normal {
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	color: #4E4427;
}

#column-right ul {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#column-right li {
	list-style: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #F6F3CC;
	border-bottom: 1px dotted #3B3C3F;
}
	

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #265B34;
	min-width: 960px;
}

/* ENDING FOOTER AREA */

#end {
	width: 900px;
	height: 200px;
	margin-top: 40px;
	padding-top: 10px;
	text-align: right;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 13px;
	color: #81ABAE;
	border-top: 1px dotted #FEFDEC;
}

#sitemap {
	float: left;
	width: 600px;
	margin: 0 auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	color: #498E99;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.floatrt {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
}

/* ---------- LINKS ---------- */

/* NORMAL */

a:link {
	color: #F6F3CC;
	text-decoration: none;
}
a:visited {
	color: #F6F3CC;
	text-decoration: none;
}
a:hover {
	color: #BA0202;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* LINK2 */

a.link2:link {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #636365;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:visited {
	font-weight: normal;
	color: #636365;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:hover {
	font-weight: normal;
	color: #6A829C;
	text-decoration: none;
	font-size: 12px;
}
a.link2:active {
	font-weight: normal;
	color: #636365;
	text-decoration: underline;
	font-size: 12px;
}

/* DESIGNED BY */

a.designer:link {
	color: #81ABAE;
	text-decoration: none;
	font-size: 12px;
}
a.designer:visited {
	color: #81ABAE;
	text-decoration: none;
	font-size: 12px;
}
a.designer:hover {
	color: #BA0202;
	text-decoration: underline;
	font-size: 12px;
}
a.designer:active {
	color: #81ABAE;
	text-decoration: none;
	font-size: 12px;
}

/* IMAGE */

a.image:link {
   color: #EBE6DD;
	text-decoration: underline;
}
a.image:visited {
	color: #EBE6DD;
	text-decoration: underline;
}
a.image:hover {
	color: #6A829C;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

a.image:link img {
	border: 5px solid #EBE6DD;
}

a.image:visited img {  
	border: 5px solid #EBE6DD;
}

a.image:hover img {  
	border: 5px solid #6A829C;
}