@charset"UTF-8";

body {
	background-color: #444;
	margin: 0;
	padding: 0;
	color: #222;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	background-image: url(../images/flamingo_line_grey_sm.png);
	background-repeat: repeat;
}


/* ~~this fixed width wrapper surrounds all other divs~~ */
.wrapper {
	width: 735px;
	background-color: transparent;
	position: relative;
	z-index: 0;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;	
}

/*This is all in the header*/
.header {
	background-color: transparent;
	
}
.logo {
	background: transparent;
	display: block;
	position: relative;
	right: 175px;
	top: 15px;
	z-index: 100;
	
}

/*this contains the .content and .footer fields*/
.container {
	font-style: oblique;
	background-color: #fff;
	background-image: url(../images/brushed-metal-seamless_pc01.jpg);
	border: 8px double #555;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 25px #fff;
	-webkit-box-shadow: 0px 0px 25px #fff;
	box-shadow: 0px 0px 25px #fff;
}
.container h1 {
	font-style: oblique;
	font-variant: small-caps;
	text-align: center;	
}	

/*#floating1 {
	float: right;
	position: relative;
	top: 60px;
	right: 25px;
	z-index: 10;
}*/

.content {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

figure img {
	border: 3px solid #FFFFFF;
	display: block;
	margin: 0 auto;
}
figcaption {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: oblique;
	
}

blockquote {
	padding: 10px 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

/*this contains the .nav fields*/
ul.nav {
	padding: 3px;
	margin-top: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: oblique;
}

ul.nav li {
	list-style: none;
	margin-top: 0px;
	display: inline;
}

ul.nav a {
	margin-left: 5px;
	border: 2px solid #555;
	border-top: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	background-color: #519A57;
}

ul.nav a:link {
	color: #A7E7AD;
	text-decoration: none;
}

ul.nav a:visited {
	color: #613C49;
	text-decoration: line-through;
}

ul.nav a:hover {
	color: #000;
	border-color: #222;
	text-decoration: none;
	background-color: #E7A6BD;
}

ul.nav a:active, a:focus {
	border-top: 3px solid #FF33FF;
	background-color: #FF33FF;
}

ul.nav a.current {
	background: #E7A6BD;
	border-top: 3px solid #E7A6BD;
}
a:link {
	color: #613C49;
	text-decoration: underline;
}

a:visited {
	color: #613C49;
	text-decoration: line-through;
}

a:hover {
	color: #000;
	background-color: #E7A6BD;
	border-color: #227;
}

a.active, a:current {
	background: #BED0D4;
}

/*end of the header*/


/*.container3 {this contains the .sidebar
	float: left;
	width: 850px;
	background-color: #7FD6E1;
	position: relative;
		
}*/

/*.sidebar {this contains the .sidebar content
	float: right;
	width: 160px;
	line-height: 1.2em;
	font-size: .8em;
	font-style: oblique;
	text-align: center;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	left: 185px;	
}

.sidebar h3 {
	font-size: 1.3em;
	font-style: oblique;
	text-align: center;
	color: #069;
}

.sidebar table {
	width: 94%;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
	
}

.sidebar th, td {
	padding: 3px;
	border: 1px solid #000;
}

.sidebar ul, ol {
	display: block;
	padding-left: 40%;  
	margin: 0 auto;
}

.sidebar li {
	text-align: left;
	list-style-type: square;
	font-weight: bold;
}*/

/*end of sidebar*/

/*this is the end of the content field*/

/*this is the footer*/
.footer {
	background-color: #E7A7BD;
	clear: both;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #555;
	line-height: 1.3em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer img {
	border: 2px solid #444;
}

img#left {
	float: left;
	margin-top: 10px;
	margin-left: 15px; 
}
img#right {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	
}
/*this is the end of the footer*/

.copyright {
	color: #000000;
	float: right;
	font-size: .8em;
	font-style: oblique;
}