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


@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}
@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}

html {
	margin: 0;
	padding: 0;
}

body{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin-right: auto;
	margin-left: auto;
     marging-top: 0px;
}
header {
	height: 160px;
	background-size: cover;
    margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 0px;
	position: relative;
	background-color: rgba(217,255,217,0.2);
	box-shadow: 0px 5px 10px #888;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	display: block;

}
.transbox{
	width:65%;
	margin: auto;
	
}
.boxpink{
	width: 65%;
	color: #333;
	border: thin solid #060;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
	font-family: allerta;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

.title{
	margin: auto;
	width: 50%;
	background-color: rgba(236,248,211,0.6);
	padding: 10px;
	border-radius: 60px 60px 60px 60px;
	box-shadow: 0px 5px 10px #888;
}
h1.title{
	font-family: Satisfy, cursive;
	color: rgba(0,130,65,1);
	font-weight: 400;
	margin-top: 45px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	text-transform: lowercase;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	font-size: 2em;
	clear: both;
}
h1{
	text-align: center;
	font-family: Satisfy, cursive;
	font-size: 2em;
	color: rgba(0,121,0,1);
}

.boxgreen{
    font-family: Times, "Times New Roman", serif;
	background-color: rgba(180,258,168,0.6);
	width: 65%;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	border-radius: 200px 200px 200px 200px;
	padding: 50px;
	border: thin solid #030;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 60px;
	text-align: left;
	display: block;
	margin-bottom: 30px;
}
.boxgreen a{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 17px;
	color: black;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
.boxgreen a:hover{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 17px;
	color: #060;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
.boxgreen img{
	padding: 10px;	
}


.logo{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
.logo a{
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: #fff;
	color: #7accc8;
}

header a.logo span { display: none; }

ul.nav {
    font-family: Cantarell, Arial, Helvetica, sans-serif;
    color: white;
	background-color: none;
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color: white;
}
.nav a {
	color: white;
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,204,0,1);	
}

.transbox{
	width: 65%;
	background-color: rgba(255,102,51,0.2);
	border-radius: 410px 410px 410px 410px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	padding: 60px;
	color: #FF0;
	border: thin solid #060;
	text-align: left;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
article{
	background-color:rgba(215,215,215,0.3);
	width: 75%;
	position: relative;
	border-radius: 150px 150px 150px 150px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: block;
	text-align: center;
}

img{
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	padding: 10px;
	width: auto;
}
@media screen and.main,header,footer{
	max-width:1200px;
	width:100%;
	float:none;}
@media screen and.main,header,footer{
	max-width:850px;
	width:100%;
	float:none;
	}
@media screen and.main,header,footer{
	max-width:767px;
	width:100%;
	float:none;
	}
@media screen and.main,header,footer{
	max-width:650px;
	width:100%;
	float:none;
	}	
@media screen and.main,header,footer{
	min-max:320px;
	width:100%;
	float:none;
	}
	
h2 {
	font-family: alexa-std;
	font-style: normal;
	font-weight: 400;
	color: #000;
    font-size: 27px;
}

h3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 17px;
	color: white;
	font-style: italic;
	text-align: center;
	margin: 1.1em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.gallery {
	background-color: rgba(255,255,255,0.3);
	border-radius: 100px 100px 100px 100px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #060;
	text-align: center;
	position: relative;
	background-position: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	display: block;
	width: 80%;
}
.gallery h1 {
	text-align: center;
	font-family: Satisfy, cursive;
	font-size: 2em;
	color: rgba(0,121,0,1);
	padding: 15px;
	width: 55%;	
}
.imageholder {
   text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
   position: relative;
}

.textbox {
	background-color:rgba(248,179,146,0.7);
	border-radius: 100px 100px 100px 100px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	height: auto;
	border: thin groove #003300;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: rgba(51,51,51,0.8);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 50%;
}

.description {
	width: 50%;
	background-color: rgba(204,204,204,0.5);
	border-radius: 250px 250px 250px 250px;
    -moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	border: thin solid #030;
	padding: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.description h1{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif;";
	color: rgba(0,102,0,1);
	background-color: rgba(204,255,204,0.9);
	border: 1px solid #F39;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	height: auto;
	position: relative;
	margin-top: 10px;
}
.description p{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: white;
	text-align: left;
	padding-bottom: 20px;
	}
.letter{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: rgba(0,102,0,1);
	padding-bottom: 30px;
}
.blockquote{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:rgba(102,0,0,1);
	font-size: 18px;
	font-style: italic;
	padding: 15px;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 30px;
}
.span h2{
	font-family: alexa-std;
	font-style: normal;
	font-weight: 400;
	border-radius: 300px 300px 300px 300px;
    -moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	color: rgba(0,102,0,1);
	background-color: #9FC;
	text-align: left;
	border: thin none #F39;
	padding: 5px;
	float: left;
	font-size: 24px;
}
.span h5{
	font-family: alexa-std;
	font-size: 36px;
	color: rgba(0,102,0,1);
   -moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	font-style: normal;
	font-weight: 400;
    text-align: center;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.15em;
	border: 1px solid rgba(0,102,0,1);
	padding: 15px;
	width: 65%;
	margin-top: 30px;
	background-image: url(file:///C|/floriography/images/bar.gif);
	display: block;
	position: relative;
		}	
.leftpetal ul li {
    padding-left: 15px;
}
h6{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 10px;
	color: rgba(0,102,0,1);
}
flickr a:hover{color: rgb(255,0, 132);}
 
 p.copyright{
	text-align: center;
	color: #666;
	font-size: .7em;
	padding-bottom: 5px;
}

.leftpetal {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11px;
	color:rgba(13,45,6,1.00);
	background-color: rgba(244,173,174,0.5);
    border-radius: 0px 500px 0px 500px;
    -moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
    box-shadow: 0px 5px 10px #888;
	border: thin solid #0C0;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 300px;
	position: relative;
	font-weight: 400;
	height: 400px;
	padding-top: 110px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: inline-block;
	float: left;
	
}
div h1{
	background-color: rgba(255,255,255,0.6);
	box-shadow: 0px 5px 10px #888;
	border-radius: 20px 20px 20px 20px;
	width: 50%;
}

.rightpetal {
	background-color: rgba(244,173,174,0.5);
	border-radius: 500px 0px 500px 0px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
    box-shadow: 0px 5px 10px #888;
	float: right;
	width: 340px;
	border: thin solid #0C0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color:rgba(13,45,6,1.00);
	position: relative;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 400px;
	font-weight: 400;
	padding-top: 110px;
	padding-right: 17px;
	padding-left: 50px;
}
.rightpetal ul li{
    
    padding-left: 20px;
    text-decoration: none;
}
.focus{
	margin-top: 470px;
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.lowerleft {
	background-color: rgba(244,173,174,0.5);
	border-radius: 0px 500px 0px 500px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
    box-shadow: 0px 5px 10px #888;
	float: right;
	width: 350px;
	border: thin solid #0C0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11px;
	color: rgba(13,45,6,1.00);
	position: relative;
	margin-right: 5px;
	text-align: left;
	display: inline-block;
	margin-left: 5px;
	margin-top: 10px;
	height: 400px;
	font-weight: 400;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 45px;
	padding-left: 10px;
}

.lowerleft ul li {
    padding-left: 15px;
    text-decoration: none;
}
.lowerright {
	background-color: rgba(244,173,174,0.5);
	border-radius: 500px 0px 500px 0px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
    box-shadow: 0px 5px 10px #888;
	float: left;
	width: 300px;
	border: thin solid #0C0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color: rgba(13,45,6,1.00);
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
	height: 400px;
	font-weight: 400;
	padding-top: 80px;
	padding-right: 10px;
	padding-left: 17px;
}
.lowerright ul li{
    padding-left: 15px;
}
