/*	body	*/

body {
	margin-top:10px;
	background-color: #d6e7ef;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gaiabody
{
	width: 900px;
	margin: auto;
}

.greyCoat {
	background: transparent url("../img/greyCoat.gif") repeat-y;
	}

.pic-left {
		float:left;
	}

.link-pic {
		border:0;
	}

.gaiahorizontalspacer
{
	height: 3px;
	width: 850px;
	clear:both;
}

h1, h2, h3, h4, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
}

h1 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	color: #b30000;
}

h2 {
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	color:#930000;
}

h3 {
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	color:#630000;
}

.gaiavid {
	float:left;
}

.txt-block
{
	text-align: justify;
	font-family: Verdana, Arial, Lucida Handwriting, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	float:left;
}

.txt-block-right
{
	text-align: justify;
	font-family: Verdana, Arial, Lucida Handwriting, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	float:right;
}

.txt-block a {
	color:#930000;
	text-decoration:none;
}

.txt-block a:hover {
	color:#b30000;
	font-weight:bold;
}

.galprev-block
{
	text-align: center;
	font-family: Verdana, Arial, Lucida Handwriting, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	float:left;
	border: 1px solid #929F6D;
}

.galprev-block a {
	color:#930000;
	text-decoration:underline;
}


.gaiawrapper {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-color: #f6f6f6;
}

.gaiacenter {
	margin: auto;
	text-align: justify;
	color: #000;
	padding: 5px 5px 5px 5px;
}

.gaiatopleft {
	width:6px;
	height:14px;
	background: transparent url("../img/block-topleft.gif") no-repeat top left;
}

.gaiatop {
	height:14px;
	background: transparent url("../img/block-top.gif") repeat-x top;
}

.gaiatopright {
	width:6px;
	height:14px;
	background: transparent url("../img/block-topright.gif") no-repeat top right;
}

.gaialeft {
	background: url("../img/block-left.gif") repeat-y left;
}

.gaiaright {
	background: url("../img/block-right.gif") repeat-y right;
}

.gaiabottomleft {
	width:6px;
	height:14px;
	background: transparent url("../img/block-btleft.gif") no-repeat bottom left;
}

.gaiabottom {
	height:14px;
	background: transparent url("../img/block-bt.gif") repeat-x bottom;
}

.gaiabottomright {
	width:6px;
	height:14px;
	background: transparent url("../img/block-btright.gif") no-repeat bottom right;
}

/*	menu */
#nav {
	margin: 0;
	padding: 0px 0;
	position: relative; /* IE6 needs this to display the div */
	color: #d9fff8;
	font-size: 13px;
	text-decoration:none;
	height:30px;
	border: 1px solid #929F6D;
}

#nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 1px 0;
	list-style: none;
	background: #fff url("../img/nav-bg.gif") repeat-x bottom left;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #d6d6f7;
}

#nav li.option {
	float: right;
	padding: 6px 12px 7px 12px;
}

#nav a {
	float: left;
	padding: 6px 12px 7px 12px;
	text-decoration: none;
	color: #666695;
}

#nav a.disabled {
	color: #bbb;
	cursor: default;
}

#nav a.disabled:hover {
	color: #bbb;
	background-color: transparent;
	border-bottom: 1px solid #E1E2F4;
}

#nav a:hover {
	color: #666695;
	background: #fff url("../img/nav-bg-active.gif") repeat-x bottom left;
	border-bottom: 1px solid #46a3ce;
	font-weight: bold;
}

#nav li.active a:hover {
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #E1E2F4;
	background: #fff url("../img/nav-bg.gif") repeat-x bottom left;
}

#nav li.active {
	font-weight: bold;
}

#nav li.option a.anone, #nav li.option a.anone:hover, #nav li.option a.anone:active {
	padding: 0;
	margin: 0;
	display: inline;
	float: none;
	border: none;
}

/* tribus */
#valGallTribe {
	display:none; 
}

#picsUpload {
	display:none; 
}

#inProgress {
	display:none; 
	text-align:center;
	z-index:-2;
}

#passUpdate {
	display:none; 
}

#inviteForm {
	display:none; 
}

#newForum {
	display:none; 
}

.hidden {
	display:none; 
}

/*	footer */

#footer
{
	width: 754px;
	height:22px;
	margin: auto;
	clear:both;
	border-bottom: 1px solid #666666;
	padding-top: 0px;
}

a.footer2
{
	font-size: 9px;
	color: #c0c0c0;
	text-decoration: none;
}

#footertext
{
	width: 754px;
	height: 22px;
	margin: auto;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	background-color: #666;
	color: #ddd;
}

a.footerlink {
	font-size: 10px;
	font-weight: bold;
	color: #ddd;
	text-decoration: none;
}

a.footerlink:hover { 
	color: #eee;
	text-decoration: underline;
}


b {
	text-decoration:none;	
	color: #0093DD;
}

.gaiapicture {
	border:0;
	margin: 5px 5px 5px 5px;
	text-align:center;
}
