/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#ec4399;
}
a:hover {
	color:#ec4399;
	text-decoration : underline;
}
html, body {
height:100%;
width:100%;
}

body {
	padding:0;
	margin: 0;
	background-image: url(../images/gradient.gif);
	background-repeat:repeat-x;
	background-color: #8dd8f8;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

ul.flower { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

li.flower { 
	background: url(../images/flowerbullet.gif) left top no-repeat;
	padding-left: 17px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #ec4399;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: bold;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #ec4399;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #ec4399;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

.bold {
	color: #49176d;
	font-weight: bold;
}

img {
	display:block;
	margin:0;
}	

#container {
	min-height:100%; height:auto;
	overflow: auto;
	width:100%;
    margin:0;
	background-image: url(../images/flowers.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0 0 75px 0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:950px;
	height:110px;
	margin:0;
	padding:0;
	position:relative;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:0;
    top:0;
}

#nav {
	width:664px;
	height:43px;
	margin:0;
	padding:0;
	position:absolute;
    left:286px;
    top:56px;
}

#nav img {
	display:block;
	margin:0;
	padding:0;
	float:left;
}
.hook {
}

/*--------------------------------------------------------------------------------------------------
	index left content area
--------------------------------------------------------------------------------------------------*/

#leftcontainer {
	width:700px;
	margin:0;
	padding:0;
	float:left;
}

#mainheader {
	width:700px;
	height:190px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	background-image: url(../images/mainheader.gif);
	background-repeat:no-repeat;	
}
#mainheader p{
list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #49176d;
	margin:0;
	padding:35px 342px 0 30px;
	font-style: normal;
	font-weight: bold;
}
#mainheader ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #49176d;
	margin:0;
	padding:5px 342px 0 30px;
	font-style: normal;
	font-weight: bold;
}

#mainheader li { 
	background: url(../images/flower.gif) left top no-repeat;
	padding-left: 33px;
	padding-top: 3px;

}
#content {
	width:640px;
	margin:0;
	padding:15px 30px 0 30px;
	float:left;
	text-align:left;
	background-image: url(../images/background.gif);
	background-repeat:repeat-y;
}

#boxescontainer {
	width:640px;
	margin:0;
	padding:0 0 10px 0;
	float:left;
	background-image: url(../images/boxesbackground.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#newcontainer {
	width:411px;
	margin:0;
	padding:0 0 10px 0;
	float:left;
	
}


#diarycontainer {
	width:411px;
	margin:0;
	padding:0 0 10px 0;
	float:left;
	background-image: url(../images/diarybackground.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#diaryentries {
	width:365px;
	margin:0;
	padding:47px 23px 5px 23px;
	float:left;
	background-image: url(../images/diarytop.gif);
	background-repeat:no-repeat;
}

#pollcontainer {
	width:220px;
	margin:0;
	padding:0 0 10px 0;
	float:right;
	background-image: url(../images/pollbackground.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#poll {
	width:174px;
	margin:0;
	padding:52px 23px 5px 23px;
	float:right;
	background-image: url(../images/polltop.gif);
	background-repeat:no-repeat;
}

#poll p {
	line-height: 14px;
	padding: 0 0 5px 0;
}
.result {
	line-height: 14px;
	padding: 0 0 0px 0;
}
.polloption {
    color:#49176d;
	font-weight: bold;
}

.pollsubmit {
    margin:0;
	padding:3px 53px 5px 53px;
	float:left;
}

.pollsubmit2 {
    margin:0;
	padding:3px 0px 5px 0px;
	float:left;
}


.results {
    text-align:center;
	font-weight: bold;
}

#diaryentries p {
	line-height: 14px;
	padding: 0 0 5px 0;
}

ul.diary { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin:0;
	padding:8px 0 3px 0;
	font-style: normal;
	font-weight: normal;
	border-bottom:1px solid #F8C8DD;
}

li.diary { 
	background: url(../images/arrow.gif) left top no-repeat;
	padding-left: 8px;
}

.date {
    color:#ec4399;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------------------------
	right content area
--------------------------------------------------------------------------------------------------*/

#rightcontainer {
	width:240px;
	margin:0;
	padding:0;
	float:right;
	background-image: url(../images/rightcolumnback.gif);
	background-repeat:repeat-y;
}

#rightcontent {
	width:210px;
	margin:0;
	padding:15px 15px 0 15px;
	float:right;
	text-align:left;
	background-image: url(../images/rightcolumntop.gif);
	background-repeat:no-repeat;
}

.formintro {
	line-height: 14px;
	padding: 0 0 8px 0;
}

.rightbottom {
	margin:0;
	padding:10px 0 0 0;
	float:right;
}

#formcontainer {
	width:210px;
	margin:0;
	padding:0 0 15px 0;
	float:right;
	background-image: url(../images/formbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#formcontent {
	width:164px;
	margin:0;
	padding:15px 23px 0 23px;
	float:right;
	background-image: url(../images/formtop.gif);
	background-repeat:no-repeat;
}

.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#000000;
	margin: 0;
	padding: 5px 0 1px 0;
	font-style: normal;
	font-weight: bold;
}

.formsubmit {
    margin:0;
	padding:5px 0 0 0;
	float:right;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#subheader {
	width:700px;
	height:100px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;	
}

.right {
    margin:0;
	padding:0 0 10px 10px;
	float:right;
	display:inline;
	clear:both;
}

.bios {
    margin:0;
	padding:0 0 10px 0;
}

.diarylink {
	border-bottom: 1px dotted #ec4399;
	font-size: 16px;
	line-height: 18px;
	color: #ec4399;
	font-weight: bold;	
}

.storelink {
	border-bottom: 1px dotted #ec4399;
	
	color: #ec4399;
	
}

.animalheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #ec4399;
	margin: 0;
	padding: 15px 0 8px 0;
	font-style: normal;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/

#formbox {
	width:402px;
	padding:10px 0 10px 10px;
	margin:0;
	
	text-align:left;
	background-color:#FFFFFF;
	border: 1px solid #49176d;
	background-image: url(../images/formgradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.continue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	margin: 10px 0 0 0;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #7d6a55;
	background-color: #f26522;
}

.inputborder {
	border: 1px solid #ec4399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #EF70AB;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #EF70AB;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #49176d;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #49176d;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#49176d;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width:700px;
	margin:0;
	float:left;
	padding:21px 0 0 0;
	background-image: url(../images/bottom.gif);
	background-repeat:no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#ec4399;
	margin: 0;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:450px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footerleft {
	width:150px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}
.geckocopy {
	color:#00b9f2;
}

.copyright {
	color:#49176d;
}


a.gecko:link {color: #00b9f2; text-decoration: none;}
a.gecko:active {color: #00b9f2; text-decoration: none;}
a.gecko:visited {color: #00b9f2; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


a.navlink:link {color: #49176d; text-decoration: none;}
a.navlink:active {color: #49176d; text-decoration: none;}
a.navlink:visited {color: #49176d; text-decoration: none;}
a.navlink:hover {color: #49176d; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
