/* 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 {
	font-size: 0.8em;
}

#document {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}

#page {
	position: absolute;
	top: 115px;
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

#page-form {
	clear: both;
	
	padding: 20px 35px 20px 35px;
	overflow: hidden;
	-moz-border-radius: 20px; -webkit-border-radius: 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 5px;
}

#body-container {
	text-align: center;
	width: 660px;
}

#sidebar-left-container {
	width: 330px;
}

#sidebar-right-container {
	text-align: center;
	width: 330px;
	padding-left: 10px;
}

#header-stuff {
	visibility: hidden;
}

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


/* Navbar */

#logo {
	position: absolute;
	top: 10px;
}

#hello {
	position: absolute;
	top: 15px;
	left: 180px;
	font-size: 0.75em;
	color: #666666;
}


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

#navbar {
	position: absolute;
	top: 75px;
}

#nav-links-area {
	position: absolute;
	left: 0px;
	width: 660px;
	text-align: left;
	text-transform: capitalize;
	color: #999999;
}

#search-box {
	position: absolute;
	top: 0px;
	left: 670px;
	width: 330px;
	text-align: right;	
	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: 1em; 
	font-family: "Lucida Grande", sans-serif;
	padding: 5px 5px 5px 0px;
	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;
}

p { 

}

/* 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-weight: normal;
	text-align: left;
}

th {
	padding: 10px;
	font-weight: bold;
	text-align: left;
}

.table-actions {
	text-align: right;
	margin: 10px 10px 10px 0px;
}

.table-header {
	width: 100%;
	background-color: #dff1fd;
}



a.table-link {
	color: #46ba2f;
	text-decoration: none;
}

a.table-link:hover {
	color: #46ba2f;
	text-decoration: underline;
}

tr.evenrow {
	background-color: #eeeeee;
}

tr.oddrow {
	background-color: #ffffff;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.row-even:hover {
	background-color: #ffffcc;
}

.row-odd:hover {
	background-color: #ffffcc;
}

.table-pagination {
	text-align: right;
	margin: 10px 10px 10px 0px;
	padding-bottom: 10px;
	border-style: solid;
	border-color: #eeeeee;
	border-width: 0px 0px 1px 0px;
}

/* forms */

form {
	margin: 0px;
}

input.search-ahead {
	float: left;
	background-color: #eeeeee;
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	width: 222px;
}

/* Errors!!!... */



.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Uploader */

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* Messages */

.message {
	clear: both;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background-color: #ffffff;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.user-photo {
	width: 75px;
	height: 75px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.user-photo img { 
	margin:0px;
	padding: 0px;
}

a img {
	border-width: 0px;
}

.message-body {
	width: 100%;
	overflow: hidden;
}

.message-info {
	padding: 0px 10px 0px 10px;
}

.message-info-name {
	width: 200px;
	text-align: left;
	font-size: 1.5em;
}

.message-info-name a:link, .message-info-name a:visited {
	color: #46ba2f;
}


.message-info-to {
	width: 200px;
	font-size: 1em;
}

.message-info-to a:link, .message-info-to a:visited {
	color: #ff6600;
}


.message-info-from {
	width: 200px;
	font-size: 1em;
}



.message-body-text {
	font-size: 1.5em;
}

.message-eof {
	clear: both;
	font-size: .1em;
}

.post-form {

}

.new-cloud-form {
	background-color: #e3f4e0;
	color: #333333;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 10px;
}

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

.make-screen { 
	margin: 5px 0px 1px 0px;
	background-color: #e0f0f4;
	color: #012345;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.make-screen-unders {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 25px;
	background-color: #eeeeee;
}

.make-screen-unders ul {
	margin-left: 0px;
	padding-left: 20px;
}

.make-screen-preview {
	background-color: #9cd5ec;
	padding: 10px;
	/* -moz-border-radius: 10px; -webkit-border-radius: 10px; */
}

.make-screen-shape {
	background-color: #e0f0f4;
	/* -moz-border-radius: 10px; -webkit-border-radius: 10px; */
	border: 0px;
	padding: 5px;
	margin: 0px;
}

.wiffiti-cloud {
	text-align: center;
	background-color: #e0f0f4;
	padding: 10px;
}

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

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