/*---------------------------------
Filename: TheNakedFlowerPrint.css
Description: Provides styling for printing.
-----------------------------------*/
* {
		margin:0;
		padding:0;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #660033;
}
/*---------------------------------
 TAG STYLES
-----------------------------------*/
body {
		background-color: #ffffff;
}
img { 
		vertical-align:bottom;
		border-width:0;
}
ul {
		list-style-type:none;
}
h1,h2,h3,p {
		line-height: 150%;
}
h1 {
		font-size: 1.4em;
		clear:both;
}
h2, h3 {
		font-size: 1em;
}	
p {		
		color:#000000;
		margin-bottom:.75em;
}
strong{		
		font-weight:bold;
		color:#000000;
}
/*---------------------------------
LINK STYLES
-----------------------------------*/
a {
		text-decoration:none;
}
a:link, a:visited {
		color:#FFFFFF;
}
a:hover {
		color:#CC0099; 
}
/*---------------------------------
DECORATIVE STYLES
-----------------------------------*/
.purple {
		display:none;
}
/*---------------------------------
SLIDESHOW STYLES
-----------------------------------*/
.focalImages {
		display:none;		
}
/*---------------------------------
NAVIGATION BAR STYLES
-----------------------------------*/
#nav {
		display:none;		
} 
#nav ul	 {
		list-style: none;
		margin: 0 60px;
		padding: 0;
		float:right;
}
#nav li {
		margin:0 0 0 15px;
		padding:0;
		line-height:normal;
		float:left;
}
#nav li a {
		margin:0;
		padding: 5px 0;
		text-decoration:none;
		text-align:right;
}
#nav, #nav ul, #nav li, #nav li a {
		display:none;
}
#nav li a:focus, #nav li a:hover {
		color: #cc0099;
}
a#here {
    	color:#FF99CC; 
}
/*---------------------------------
MAIN AREA STYLES
-----------------------------------*/
.container {
		background-color:#FFFFFF;
		position: absolute;
		width: 640px;
		left: 50%;
		margin: 0 0 0 -320px;
}
#leaf {
		display:none;
}
.mainText {
		text-align: justify;	
		padding-right: 60px;
		padding-left: 60px;
		background-repeat:repeat-y;
}
.footerText {
		clear:both;
		text-align: right;
		font-size: smaller;
		margin-top:1em;
		padding-bottom:1em;
}
.footerText p {
		margin-bottom:0;
}
.footerText p a {
		color:#000000;
		text-decoration: underline;
}		
.footerText p a:hover{
		color:#660033;
}
#sitemapLink { 
		display:none;
}
.mainText a {		
		color:#660033;
}
.mainText a:hover {
		text-decoration:underline;
}		
.mainText p a {
		font-size:small;
}
.mainText p strong a {
		color:#000000;
}
/*---------------------------------
RECENT EVENT STYLES
-----------------------------------*/
.about {
		padding-top:1em;
		padding-bottom:1em;
		width:100%;	
		float:left;
		clear:both;
}
.about img { 
		display:none;
}
.events {
		padding-top:1em;
		padding-bottom:1em;
		border-top-color: #660033;
		border-top-style:solid;
		border-top-width:1px;
		width:100%;			
		display:block;
}
.events img { 
		display:none;
}
.thumbnail img {
		width:75px;
		height:106px;
		clear:none;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:10px;
		display:inline
}
.thumbnail p a {
		display:none;
}
.otherEvents {
		display:none;
}

.otherEvents p {
		display:none;
}
.otherEvents a {
		margin-right:.5em;
		text-decoration:underline;
		display:none;
}
.portraitLeft {		
		width: 170px;
		height:240px;
		margin-bottom:10px;
		page-break-inside:avoid;
}
.portraitRight {
		margin-left: 10px;
		width: 170px;
		height:240px;
		margin-bottom:10px;
		page-break-inside:avoid;
}
.landscapeLeft {
		width:340px;
		height:240px;
		margin-bottom:10px;
		page-break-inside:avoid;
}
.landscapeRight  {
		margin-left:10px;
		width:340px;
		height:240px;
		margin-bottom:10px;
		page-break-inside:avoid;
}
/*-----------------------------------
SITE MAP STYLES
------------------------------------ */
#sitemap li {
		margin-bottom:.75em;
}
#sitemap a {
		font-weight:bold;
}
#sitemap p {
		display:inline;
} 
/*---------------------------------
FORM STYLES
-----------------------------------*/
form {
	display:none;
}
form ul {
		display:none;
}
form ul li {
		display:none;
}
label {
		display:none;
}
input, textarea {
		display:none;
}
textarea {
		display:none;
}
fieldset {
		display:none;
}
.submit {
		display:none;
}
/*---------------------------------
WARNING AND ALERT STYLES
-----------------------------------*/
.alert {
		color:#CC0000;
}
.contactAlert {
		color:#CC0000;
		width:100%;
		text-align: right;
}
