
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 80%;
	background: #523E66 url(images/bg.jpg);
	color: #444;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #639;
}

a:hover {
	text-decoration: underline;
	color: #98845C;
}

input,textarea,select {
	font-family: "Lucida Sans Unicode", sans-serif;
}
fieldset {
	margin: 0;
	padding: 15px;
	border: 1px solid #4A385C;
}
legend {
	color: #4A385C;
	font-weight: bold;
}
p,blockquote,ul { margin-bottom: 1.2em; }

h1 { 
	font: bold 1.8em Georgia, "Times New Roman", Times, serif; 
	color: #4A385C;
}

h1:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

h2 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 3px 0 1px;
	color: #4A385C;
}

h3 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 3px 0 1px;
	color: #4A385C;
}

ul { margin-left: 1.8em; }

blockquote {
	background: url('images/quote.gif') no-repeat;
	color: #555;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* Set the page width */
#wrapper-menu-top, #wrapper-header, #wrapper-subheader, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: #E6E1D6 url('images/menu_left.gif') no-repeat left top;
}

#menu-top {
	background: transparent url('images/menu_right.gif') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}
#menu {	
	padding-top: 15px;
	text-align: center;
}
#menu a {
	color: #56026F;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;	
	margin: 0 3px;
	text-decoration: none;
}
#menu a:hover {
	color: #9B865E;
}
#menu a#selected {
	color: #9B865E;
}

#wrapper-header {
	background: #4C3A5F url('images/header_bg.gif') top center repeat-x;
}

#header {
	background: transparent url('images/header_bg_left.gif') top left repeat-y;
}

#wrapper-header2 {
	background: transparent url('images/header_bg_right.gif') top right repeat-y;
}

#crest {
	float: left;
	background: transparent url('images/spiaggia_crest.gif') top right no-repeat;
	width: 122px;
	height: 146px;
	margin: 10px 15px 0px 50px;
}

#heading {
	/*text-align: center;*/
}

#breadcrumb {
	clear: both;
	color: #B5A585;
	font-size: 1.0em;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 50px;
}

#breadcrumb a {
	color: #FFF;
	text-decoration: none;
}

#breadcrumb a#current {
	color: #FFF;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #FFF;
	text-decoration: underline;
}

#wrapper-subheader {
	background: #382B46 url('images/pattern.gif') repeat-x;
	height: 12px;
}

#subheader {
	background: transparent url('images/header_bg_left.gif') top left repeat-y;
}

#wrapper-subheader2 {
	background: transparent url('images/header_bg_right.gif') top right repeat-y;
}

#wrapper-content {
	background: #E6E1D6 url('images/container_bg_left.gif') top left repeat-y;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/container_bg_right.gif') top right repeat-y;
	padding: 30px 50px 20px 50px;
}


#wrapper-footer {
	text-align: center;
	background: #E6E1D6 url('images/footer_bg_left.gif') no-repeat left top;
}

#footer {
	background: transparent url('images/footer_bg_right.gif') no-repeat right top;
	color: #E6E1D6;
	font-size: 1.0em;
	height: 40px; 
	text-align: center;
}

#footer a {
	color: #E6E1D6;
	text-decoration: none;
}

#footer a:hover {
	color: #E6E1D6;
	text-decoration: underline;
}

.clearer, .clearfloat { 
	margin:0;
	padding:0;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Hides from IE-mac \*/
* html .clearer { height: 1%; }
* html .clearfloat { height: 1%; }
/* End hide from IE-mac */

.spacer {
	height: 42px;
}

.spacer2 {
	height: 15px;
}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}
img.right {margin: 0 0 6px 18px;}

img.smallshield {float: left; margin: 0 10px 0 0;}

.divider {
	background: url('images/divider.gif');
	height: 20px;
	margin: 24px 0;
}

/* content item */
.item {clear: both;}

.item img {border: 1px dashed #948462;}

.item .title {
	color: #4A385C;
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
}

.item .title a {
	text-decoration: none;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* custom */
.small {
	font-size: 0.9em;
}
.membercontainer {
	float: left;
	margin-right: 20px;
	width: 258px;
}

.badgecontainer {
	float: left;
	margin-right: 15px;
	text-align: center;
	width: 65px;
}
.underbadge {
	height: 5em;
}

.badges {
  float: left;
  width: 40em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.badges li {
  float: left;
  width: 20em;
  margin: 0px 0px 5px 0px;
  padding: 0;
} 
.photo {
  float: left;
  width: 148px;
  padding: 10px;
  }
  
.photo p {
   text-align: center;
   }
table.styled {
	border: 1px solid #666;
	border-collapse: collapse;
	/*width: 100%;*/
}

table.styled td,th{
	border: 1px solid #666;
	border-collapse: collapse;
	padding: 5px;
}

table.styled thead th{
	background: #56026F;
	text-align: left;
	color: #fff;
}

table.styled tbody td{
	background: #F7F7F7;
	vertical-align: top;	
}

table.styled tbody tr.subheading th{
	background: #CFC5B0;
	text-align: left;
}

table.styled tbody tr.even td{
	background: #ddd;
}
input.submitbutton {
	padding: 2px;
	color: #FFFFFF;
	background-color: #660099;
	border-top: 1px solid #CC99FF;
	border-right: 1px solid #330066;
	border-bottom: 1px solid #330066; 
	border-left: 1px solid #CC99FF;	
} 
