/* Wiffiti styles */

/* Page structure */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lucida Grande', Sans-serif;
	color: #333;
	background-color: #ffffff;
	background-image: url(/images/white-smooth-navbar.png);
	background-repeat: repeat-x;
	}

body, td {
	font-size: 0.9em;
}

.document-inner {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}

.fold-down {
	position: normal;
	left: 0px;
	right: 0px;
	height: 20px;
	background-image: url('/images/fold-down.png');
}

.fold-up {
	position: normal;
	left: 0px;
	right: 0px;
	height: 15px;
	background-image: url('/images/fold-up.png');
}



#footer { 
	width: 1000px;
	clear: both;
	background-image: url('/images/white-smooth-footer.png');
	background-repeat: repeat-x;
	padding: 50px 0px 50px 0px;
	font-size: 0.75em;
	color: #666666;
}


/* Navbar */


#account-links-area {
	position: absolute;
	left: 670px;
	width: 330px;
	text-align: right;
	color: #999999;
}

#navbar-home {
	position: normal;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 20px 0px 10px 0px;
	background-color: #eeeeee;
}

#nav-links-area {
	text-align: left;
	text-transform: capitalize;
	color: #999999;
}




#nav-links-area a:link, #nav-links-area a:visited {
	color: #333333;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
}

#account-links-area a:link, #account-links-area a:visited {
	color: #555555;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
}

a.account-link:hover {
	text-decoration: underline;
}


/* Text, links, and headers */

a, a:visited, a:active { 
	/* color: #46ba2f; */
	color: #0099ff;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

h1 { 
	font-family: "Lucida Grande", sans-serif;
	font-size: 2em;
	font-weight: normal;
	
	color:	#333333;
}

h2 { font-family: "Lucida Grande", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px; 
color:	#123455;

}

h2.cloud-title { 
	font-size: 2em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px; 
	color:	#000000;
}

h3 { font-size: 1.1em; 
	font-family: "Lucida Grande", sans-serif;
	
	font-weight: bold 
}

.tags { color: #46ba2f; font-weight: normal;}
.tags .comma { color: #333333; font-weight: normal; }

.help {
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-style: italic;
}


#notice {
	margin: 10px 0px 10px 0px;
	background-color: #ffffcc;
	padding: 10px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.error {
	background-color: #ffcccc;
	color: #000000;
	padding: 10px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #cc3300;
	margin: 10px 0px 10px 0px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.body p, .full-body p { 
	font-size: 0.8em;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

/* Buttons */

a.action {
	font-family: Tahoma, Sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #444444;
	background-color: #ffd861;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffd861;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

a.action:hover {
	color: #222222;
	border-color: #e4ac00;
	text-decoration: none;
}

/* Tables */

table, fieldset { 
	clear: both;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	margin: 0px; 
	}

td { 
	font-size: .9em;
	font-weight: normal;
	text-align: left;
}

th {
	padding: 10px;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
}


.cloud-thumbnail {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

a.home-slider:link, a.home-slider:visited {
	color: #e5479c;
	font-weight: bold;
}

a.top-cloud:link, a.top-cloud:visited {
	color: #ffffff;
	font-weight: bold;
}

.tags { color: #46ba2f; font-weight: normal;}
