body {
	font-family: arial,"trebuchet ms", arial;
	font-size: 12px;
	min-width: 750px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	color: #000;
	background: #fff url('/images/header-bg.gif') repeat-x 0px 18px;
/*	border-top: 7px solid #333;*/
}

/* basic styles */

a:link, a:visited, a:active {
	color: #03c; #36c; #0066CC; #444; #666; #03c; #2D46BA; #0066CC; #666; #444; #6699CC; #2D46BA; #0033CC; #5E93E5; #6B95D1;
	text-decoration: none;
  }

  a:hover {
/*  	background: #fff; #444; #666; #06c; #444; #2D46BA; #0033CC; #5E93E5; */
  	color: #FF9C33;
  	text-decoration: none;
    }

  a.no-decor:link, a.no-decor:visited, a.no-decor:hover {
    text-decoration: none;
    margin: 0px;
    }

	a.link-gray:link, a.link-gray:visited, a.link-gray:active {
		color: #999;
		}

		a.link-grayer:link, a.link-grayer:visited, a.link-grayer:active {
			color: #666;
			}
			
			a.link-dark:link, a.link-dark:visited, a.link-dark:active {
				color: #333;
				}

	a.link-gray:hover, a.link-grayer:hover {
		color: #FF9C33;
		}
		a.link-dark:hover {
			color: #333;
			}

	a.link-orange:link, a.link-orange:visited, a.link-orange:active {
		color: #FF9C33;
		}
		a.link-orange:hover {
			text-decoration: underline;
			}
			
	a.link-create:link, a.link-create:visited, a.link-create:active {
		color: #aaa;
/*		border-bottom: 1px dotted #999;*/
		}
		a.link-create:hover {
			color: #FF9C33;
			}


	a.link-pad:link, a.link-pad:visited, a.link-pad:active {
		padding: 2px 3px;
		}
	
	a.link-gray-always:link, a.link-gray-always:visited, a.link-gray-always:active {
	  color: #999;
    }
  
    a.link-gray-always:hover {
      color: #666;
      background: #fff;
      }

p {
	line-height: 1.3;
	margin: 15px 0px 15px 0px;
}

acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	}

ul, ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 30px;
	}
	ul.list-left {
	  margin-left: 20px;
/*	  list-style-type: square;*/
	  line-height: 1.3em;
	  color: #333;
	}
	
	ul {
	  line-height: 1.4;
/*		list-style-type: square;*/
/*		list-style-image: url('/images/bullet.gif');*/
		}

li {
	margin: 0px;	/* for Opera */
	padding: 0px 0px 0px 0px;
	}

h1, h2, h3, h4 {
	font-size: 19px;
	letter-spacing: -1px;
	margin: 15px 0px 15px 0px;
	color: #333;
	font-weight: bold;
	clear: both;
  }
  h1 {
    font-size: 28px;
    margin-top: 0px;
    font-weight: ;
    color: #333;
	letter-spacing: -1px;
	margin-bottom: 10px;
  }
  h2 {
    font-size: 21px;19px;
		letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 10px;
		color: #333;
/*		background: #fff url('/images/content-bg-top.gif') no-repeat top right;*/
/*		border-bottom: 1px solid #ddd;*/
  }
  h3 {
  	color: #333; /*#f2932b; #FF9900; #FFA238;	*/
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0px;
  }
  h4 {
  	font-size: 14px;
  	color: #f2932b; #666;
/*  	border-top: 1px #eee solid;
  	border-bottom: 1px #eee solid;
  	border-left: 1px #eee solid;
  	border-right: none;
  	background: #fff;
  	padding: 3px; */  	
  	border-bottom: 2px #eee solid;
  	margin: 20px 0px 5px 0px;
  }

img {
/*	border: 1px dotted black;*/
	border: 0;
	}

	a.img:hover {
		background-color: transparent;
		}

form {
	margin: 0;
	margin: 0;
	}

	input, select, textarea {
		font-family: arial;
		font-size: 12px;
		margin: 0;
		}

	textarea.message-edit-textarea {
		font-size: 12px;
		font-family: arial;
		line-height: 15px;
		padding: 3px;
		border: 1px solid #bbb;
		width: 350px;
		}

	input.message-edit-input {
		font-size: 12px;
		font-family: arial;
		padding: 3px;
		border: 1px solid #bbb;
		}

.smaller {
  font-size: 10px;
}
.small {
	font-size: 11px;
	letter-spacing: 0px;
}
.normal {
	font-size: 12px !important;
	font-weight: normal;
	letter-spacing: 0px;
}	
.large {
  font-size: 14px;
}
.larger {
  font-size: 15px;
}
.largerer {
  font-size: 16px;
}
.largest {
  font-size: 18px;
}
.huge {
	font-size: 21px;
	letter-spacing: -1px;
}

a.normal:link, a.normal:visited, a.normal:active {
	padding: 0px;
}

.first {
	margin-top: 0px;
}
.last {
	margin-bottom: 0px;
}
.grayish {
  color: #ccc;
}
.gray {
	color: #999;
}
.grayer {
  color: #666;
}
.grayest {
  color: #333;
}

.bold {
  font-weight: bold;
}
.unbold {
  font-weight: normal;
}
.right {
  text-align: right;
}
	
.feed-link {
	text-align: right;
}

.clear {
  clear: both;
}


/* sections */

#wrap {
	margin: 0 auto;
	width: 880px; 750px;
}

#main {
	width: 880px; 750px;
	margin-bottom: 10px;
}

#content {
/*	background: #fff url('/images/content-bg-top.gif') repeat-x top left;*/
  padding: 20px 8px 10px 17px;
/*	padding-top: 10px;*/
	position: relative;
}

#adright {
	width: 120px;
	position: absolute;
 	top: 5px;
 	right: -135px;
}

#content_full {
  margin: 0 auto;
  text-align: center;
}

#content_full p {
  text-align: left; 
  padding-left: 20px; 
}

#header {
/*	border-bottom: 1px solid #ddd;*/
/*	background: #fff url('/images/header-bg.gif') repeat-x 0px 18px;*/
	padding: 10px 5px 0px 6px;
	color: #999;
	height: 67px;
	position: relative;
	top: 0px;
}
#header h1 {
	padding: 5px;
	margin: 0;
}
#header a:link, #header a:visited {
	
}

#logo {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 345px;
	height: 56px;
  background: url("/images/logo.jpg") top left no-repeat; 
}

#nav {
	padding: 0px 5px 5px 0px;
	margin-bottom: 0px;
	color: #ddd;
	font-size: 13px;
	letter-spacing: 0px;
	
	position: absolute;
	bottom: 0;
	right: 0;	
	text-align: right;
	
	z-index: 1; /* this is to hide the logo-changer when window is < 800px */
/*	background: #fff url(/images/header-bg.gif) repeat-x bottom left;*/
/*	background: #fff url(/images/header-bg-flipped.gif) repeat-x top left;*/
	
	/* preload down arrow image */
	background-image: url("/images/down-corner-over.gif");
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
#nav:hover {
  color: #fff;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
/*  display: inline;*/
  position: relative;
 	float: left;
 	padding: 5px 0 3px 5px;
  margin: 0;
	margin-right: 5px;
	background: #fff url('/images/tab-corner-left.gif') top left no-repeat;
	line-height: normal;
}
#nav li a:link, #nav li a:visited {
/*	padding: 5px 10px 5px 11px;*/
	padding: 5px 10px 3px 5px;
	text-decoration: none;
	font-weight: bold;
/*	font-family: verdana;*/
	background: #fff url('/images/tab-corner-right.gif') top right no-repeat;

/*  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;*/
}
#nav li a.tab-left:link, #nav li a.tab-left:visited {
	padding-right: 32px;
	margin-right: 0px;
	background: #fff;
}
#nav li a.tab-right:link, #nav li a.tab-right:visited {
	padding-left: 7px;
	border-left: 1px solid #eee;
	background: #fff url('/images/tab-corner-right.gif') top right no-repeat;
}
#nav li a.selected:link, #nav li a.selected:visited {
  text-decoration: none;
  background: #fff url('/images/tab-corner-right.gif') top right no-repeat;
  font-weight: bold;
	color: #333;
}
#nav li a:hover {

}
/*#nav li img {
  padding: 3px 0px 0px 0px;
}*/

/*#nav .tab-right {
  padding-left: 7px;
  border-left: 1px solid #eee;
  background: #fff url('/images/tab-corner-right.gif') top right no-repeat;
}
*/
/*#nav .tab-right-corner {
  top: 0; 
  right: 0; 
  width: 7px;
  height: 8px;
  position: absolute;
  background: #fff url("/images/tab-corner-right.gif") no-repeat center center;  
}*/

#nav li a.down:link, #nav li a.down:visited {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  margin: 0;
  padding: 0 0 0 4px;
  border-left: 1px solid #eee;  
  background: #fff url("/images/down-corner.gif") no-repeat top right;
}

#nav li a.down:hover {
	background: #fff url("/images/down-corner-over.gif") no-repeat top right;
}

#nav li a.up:link, #nav li a.up:visited {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  margin: 0;
  padding: 0 0 0 4px;
  border-left: 1px solid #eee;  
	background: #fff url("/images/up-corner.gif") no-repeat top right;
}

#nav li a.up:hover {
	background: #fff url("/images/up-corner-over.gif") no-repeat top right;
}

#up2 a:link, #up2 a:visited {
  display: block;
  width: 9px;
  background: transparent url("/images/up.gif") no-repeat top right;
}

#up2 a:hover {
	background: transparent url("/images/up-over.gif") no-repeat top right;
}

#usernav {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 500px;
	
	color: #999;
	text-align: right;
}
#usernav a:link, #usernav a:visited {

}
#usernav a:hover {

}

#subnav {
	padding: 0 0px;
}

#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    /*padding:0 10px;*/
    }

#footer {
	clear: both;
	border-top: 1px dotted #d5d5d5;
	padding: 12px 12px 15px 12px;
	margin: 0px 10px;
	font-size: 11px;
	color: #999;
}
#footer p {
	color: #999;
  margin: 0;
}
#footer table {
	
}
#footer td {
  line-height: 1.5; 
	padding-right: 30px;
}
#footer a:link, #footer a:visited {
/*  margin: 0px 3px;*/
}

.browser {
/*  padding: 5px;*/
}
.browser a:link, .browser a:visited {
	text-decoration: none;
  }
  .browser a:hover {
/*    color: #fff;
    background: #333;*/
    }
    
  .browser:hover {
/*    background: #ddd;*/
/*    border: 1px solid #ddd;*/
/*    background: #fff url('/images/header-bg-noline.gif') repeat-x bottom left;*/
  }

td.column {
  padding-right: 20px;
}

#table-right {
	width: 210px;
	padding-left: 20px;
}
#table-right p {
	margin-left: 0px;
	color: #999;
	font-size: 11px;
}
#table-right b {
	color: #666;
	font-weight: normal;
	font-size: 11px;
}

.table {
	width: 100%;
	padding: 0;
	}

	.table td {
		padding-bottom: 5px;
		}
		
	.prompt, .subprompt {
		white-space: nowrap;
		padding-right: 15px;
		text-align: right;
		font-weight: bold;
		width: 130px;
	}
	
	.subprompt {
	  width:  50px;
	}

	.profile-heading {
		white-space: nowrap;
		font-weight: bold;
		padding-top: 5px;
		text-align: ;
		}
		
	.profile-details {
		
		}
	
		.profile-details td {
			padding-bottom: 3px;
			}

	.profile-label, .interests-label {
		white-space: nowrap;
		padding-right: 15px;
		text-align: right;
		color: #000;
		width: 110px;
		font-weight: bold;
		}

		.profile-label {
			font-weight: ;
		}
		
		.profile-spacer {
			padding-bottom: 10px;
		}

		.interests-label {
/*			font-weight: bold;
			font-size: 14px;*/
			border-bottom: 0px solid #ccc;
		}
		
		.interests-content {
			border-bottom: 0px solid #ccc;
		}

		.online-label {
			width: 40px;
		}

		.online-tagline {
			font-family: tahoma;
			font-size: 11px;
		}

		.friends-table td {
			text-align: center;
			padding-bottom: 5px;
			}
			
			.friends-table td a {
				display: inline;
			}

			.friend-details {
				font-size: 11px;
				font-family: tahoma;
			}

.profile-comment {
	margin: 0px 0px 15px 5px;
	padding-left: 25px;
	background: url('/images/blockquote.gif') no-repeat 0px 0px;
	}

	.profile-comment-info {
		color: #999;
		}

.alert, .info {
	color: #777;
	padding-left: 18px;
	margin-left: 5px;
}
.alert {
	background: url('/images/icon_alert.gif') no-repeat 0 50%;
}
.info {
	background: url('/images/icon_info.gif') no-repeat 0 50%;
}
.alert strong, .info strong {
	color: #333;
}

.info-box {
  margin-bottom: 20px;
  border: 2px solid #ddd;
  background: #eee;
  padding: 10px;
  }
  .info-box p {
    margin-top: 0px;
    margin-bottom: 0px;
  }

#typing_container {
  	
}
.typing {
  background: #fff url('/images/progress.gif') no-repeat 0 40%;
  padding: 12px 0px 20px 22px;
	margin-left: 5px;
	color: #666;
}

.info-inline {
  display: inline;
  -moz-border-radius: 5px;
  padding: 2px 9px;
  background: #FAD163;
  color: #000;
  font-weight: ;
}

.download {
	background: url(/images/comment_arrow.gif) no-repeat 8px 6px;
	color: #999;
	padding: 5px 0px 5px 25px;
/*	margin-top: 25px;*/
/*	padding: 9px 2px 9px 12px;
	border: 1px dotted #999;*/
}
.download:hover {
/*	background: #fff url(/images/comment_arrow.gif) no-repeat 8px 6px;*/
}

.profile-info {
  font-size: 12px;
  line-height: normal;
}
.profile-info b {
  display: block;
  letter-spacing: 0px;
  color: #999;
  font-weight: normal;
  font-size: 10px;
  margin: 7px 0px 2px 0px;
  text-transform: uppercase;
}
.profile-info h3 {
	margin: 12px 0px 2px 0px;
}
.box-heading {
	height: 1px;
	background: #fff url(/images/hr-dots.gif) repeat-x top left;
	margin: 5px 0px 6px 0px;
	font-size: 1px;
	border: none;
	padding: 0;
	}
	
.box {
	padding: 0px 0px 0px 0px;
/*	border: 0px solid #ddd;*/
/*	background: #fff url('/images/content-bg-top.gif') no-repeat top right;*/
/*	background: #eee;*/
}

.paginator { clear: ; margin-top: 10px; margin-bottom: 10px; font-weight: normal; }
.paginator a, .paginator a:visited {padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; font-weight: normal; }
.paginator .break {padding: 2px 6px; border: none; background: #fff; text-decoration: none;}
.paginator .end {padding: 2px 6px; border: solid 2px #ddd; background: #fff;}
.paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff;}
.paginator a:hover {
/*  color: #fff; */
  background: #333; #fff url('/images/tab-bg-light.gif') no-repeat bottom left; 
/*  border-color: #4F80CD; */
  text-decoration: none;
}
.page-current { 
  padding: 2px 5px;
  border: 1px solid #fff;
  font-weight: bold;
  }

/* new css for will_paginate */
.pagination { 
	clear: ; margin-top: 10px; 
	margin-bottom: 10px; 
	font-weight: normal; 
}
	.pagination a, .pagination a:visited {
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none; 
		font-weight: normal; 
	}

	.pagination a:hover {
		background: #333;
		text-decoration: none;
	}

	.pagination .current { 
	  padding: 2px 5px;
	  border: 1px solid #fff;
	  font-weight: bold;
	}	
	
	.pagination .disabled {
		display: none;
	}

#linkbottom {
  text-align: right;
  margin: 5px 5px 5px 0px;
}

.account-table {
	margin-top: 10px;
	}

	.account-table tr td p {
		margin: 1px 0px 5px 0px;
		}

	.account-table tr td textarea {
		width: 400px;
		}
		
	.account-table td.prompt {
	  width: 170px;
	  padding-bottom: 10px;
	  }
	  
	.account-table td.value {
	  padding-bottom: 10px;
	  }
	

.normal-table tr td {
	padding: 1px 5px 2px 5px;
/*	border-bottom: 1px solid #e5e5e5;*/
	font-size: 11px;
	}

#messages-table * tr td {
	padding: 4px 5px 4px 5px; 
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	}
	#messages-table * tr td:hover {
/*	  background: #fff url('/images/header-bg-noline.gif') repeat-x bottom left;*/
	}
	#messages-table * tr a {
/*    background: #fff;*/
/*    font-weight: bold;*/
  }
	#messages-table.thin tr td {
	  padding: 2px 5px 2px 5px;
    }
  #messages-table.borderless tr td {
    padding: 2px 5px 1px 5px;
    border-bottom: 0px;
    }
	#messages-table .unread { font-weight: bold; background: #F0F0F0; color:#000; }
	#messages-table .read { font-weight: normal; }
	#messages-table .replied { font-style: italic; color: #333; }
	#messages-table .delete { text-align: center; }

	#message {
		/*	border: 1px dashed #ccc;*/
		}

		#message-header {
			/*	background-color: #eee;
			padding: 5px 20px 5px 10px;
			border-bottom: 1px dashed #ccc;*/
			}

			#message-header h2 {
				margin: 2px 0px 3px;
				}

			#message-body {
				padding-top: 25px;
				}

/** TAGS **/

.tags a:link, .tags a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #999;
}
.tags a:hover {
	color: #fff;
}

.featured {
	margin: 10px 0px 15px 5px;
	padding-left: 25px;
	background: url('/images/blockquote.gif') no-repeat 0px 0px;
	}

.author-comment {
	background: #eee;
	padding: 10px 10px;
/*	border: 1px solid #ddd;*/
}

.cloud {
  padding: 2px 0px 5px 0px;
	text-align: left;
	line-height: 1.3;
}
.cloud a:link, .cloud a:visited {
/*  color: #444;*/
  padding: 2px 3px 2px 3px;
}
.cloud a:hover {
/*	color: #fff;*/
/*  text-decoration: none;*/
}

.smallestTag { font-size: 11px; }
.smallTag { font-size: 12px; }
.mediumTag { font-size: 14px; }
.largeTag { font-size: 16px; }
.largestTag { font-size: 18px; }

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

#image-preview {
  width: 100%;
  position: relative;
}

#image-preview .current-image {
/*  border: 5px solid red; !important;*/
  background: #ccc;
}

#image-preview .alternate {
  border: 1px solid #ccc;
  padding: 5px;
  float: left;
  margin: 7px;
  width: 110px  
}

.image-preview img {
	border: 0px solid #ddd;
/*	background: #FFFFF5;
	border: 1px solid;
	border-color: #ccc #999 #999 #ccc;*/
}
.image-preview a:hover img {
/*	border: 1px solid #999;*/
}

#target-image {
/*  border: 5px solid #000;
  z-index: 1;*/
}

#annotations {
  z-index: 2;
}

#pixel {
  padding-top: 10px;
}
/* hidden div, shown using function from functions.js */
div#hiddenDiv, div#hiddenDiv2, div#hiddenDiv3, div#hiddenDiv4 {
	display: none;
	}


/* shadow */

.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
	position:relative;
  }
.wrap0 {
  float:left;
  background:url('/images/shadow.gif') right bottom no-repeat;
  }
.wrap1 {
/*	float: left;*/
  	background:url('/images/shadow180.gif') no-repeat;
  }
.wrap2 {
  background:url('/images/corner_bl.gif') -16px 100% no-repeat;
  }
.wrap3 {
  padding:4px 6px 6px 4px;
  background:url('/images/corner_tr.gif') 100% -16px no-repeat;
  }
.box {
	padding: 0px;
	background: #fff url('/images/progress.gif') center middle no-repeat;
/*	border: 1px solid;
	border-color:#ddd #bbb #bbb #ddd;*/
}


/***** rails stuff *****/

.fieldWithErrors {
  /*border: 1px solid orange;*/
	display: inline;
}

#errorExplanation {
/*	width: 500px;*/
	background: #eee; 
	border: 2px solid #ddd;
	padding: 10px 12px 3px 12px;
	margin-bottom: 0px;
}

#errorExplanation h2 {
	background: url('/images/icon_alert.gif') no-repeat 0px 6px;
  text-align: left;
  font-weight: bold;
  padding: 5px 0px 0px 20px;
  margin-top: 0px;
	font-size: 12px;
	letter-spacing: 0px;
}

#errorExplanation p {
  margin-bottom: 0;
}

#errorExplanation li {
  margin-left: 5px;
	font-size: 12px;
}

.img-shadow {
  float: left; 
  background: url("/images/shadow.gif") no-repeat bottom right;
  margin: 10px 0 0 10px !important; 
  margin: 10px 0 0 5px;
  }

.img-shadow div {
  background: url('/images/shadow2.gif') no-repeat left top !important;
  padding: 0px 5px 5px 0px;
 }

.img-shadow img {
  background-color: #fff;
  }
  
/*
.img-shadow div {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow2.png',sizingMethod='crop');
	background: none;
}
*/

div#tags {
/*	padding: 15px;
	margin: 0px 0px 25px 0px;*/
}
div#tags a:link, div#tags a:visited, div#tags a:active {
  padding: 5px 3px;
}
div#browsemenu {
	background-color: #f3f3f3; #f6f6f6; 
	border: 2px solid #e6e6e6;
	padding: 15px;
	margin: 0px 0px;
	margin-bottom: 25px;
/*	-moz-border-radius: 12px;*/
}
div#browsemenu a:link, div#browsemenu a:visited, div#browsemenu a:active {
  padding: 5px 3px;
}

    
/* added by mark */
.error {
    color:  red;
}

.action {
    display: inline;
    font-size:  10px;
    position: relative;
/*    bottom: 0.5em;*/
}

.oldness {
    font-size: 12px;
    color: #999;
}

.row-odd {
    background: #fff;
}

.row-even {
    background: #eee;
}

.label {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}


div.auto_complete { 
  width: 220px; 
  background: #fff; 
} 

div.auto_complete ul { 
  border:1px solid #888; 
  margin:0; 
  padding:0; 
  width:100%; 
  list-style-type:none; 
} 

div.auto_complete ul li { 
  margin:0; 
  padding:3px; 
} 

div.auto_complete ul li.selected { 
  background-color: #FFBC52; 
} 

div.auto_complete ul strong.highlight { 
  color: #000; 
  margin:0; 
  padding:0; 
}

div.color-box {
/*  display: inline;*/
  float: left; 
  padding: 1px;
  height: 30px;
} 

div.color {
  width: 16px;
  height: 16px;
  cursor: pointer;  
  border: 1px solid #eee;  
}

.plus {
  color: #009900;
  font-weight: bold;
  font-size: 12px;
  margin-left: 2px;
}
.remove {
  color: #990000;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  margin-right: 3px;
}

div.color-box-big {
  width: 48px;
  height: 48px;
  border: 2px solid #333;  
  float: left;
  margin: 0px;
  display: inline;
}

/*#vote {
  border: 0px solid #000;
  display: block;
}

 #vote .ballot {
   float: left;
   left: 10px;
   border: 1px dashed #eee;
   padding: 10px;
   text-align: center;
 }
 
 #vote .stats {
   float: left;
   background: #eee;
   padding: 10px;
   line-height: 2;
 }*/
 
#fix {
  background: #F5B066;
  padding: 10px;
  width: 130px;
  text-align: center;
}
  #fix .title {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 12px;
  }
  
  #fix .button {
    background: #fff;
    padding: 3px;
    border: 1px #f2932b solid ;
    margin-bottom: 3px;
    left: 40px;
    
  }

.highlight {
  background: #FFFF66;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}
.recommended {
  font-weight: bold;
}

#tagged-image {
/*  width: 500px;
  height: 400px;*/
  position: relative;
  margin: 0 auto;
	text-align: left;
}

#tagged-image ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tagged-image a {
  position: absolute;
/*  width: 100px;
  height: 60px;*/
  color: #000;
  text-decoration: none;
  border: 1px solid transparent;
}

#tagged-image a:hover {
/*  border: 1px solid #fff;*/
  border-color: #d4d82d;
}

#tagged-image .theimage {
  position: relative;
  border: 0px;
}

#tagged-image a .outer {
  display: block;
/*  width: 98px;
  height: 58px;*/
}
#tagged-image:hover a .outer, #tagged-image a:hover .outer  {
  border: 1px solid #000;  
}

#tagged-image a .inner {
  display: block;
/*  width: 96px;
  height: 56px;*/
}
#tagged-image:hover a .inner, #tagged-image a:hover .inner {
  border: 1px solid #fff;
}

#tagged-image a .note {
  position: absolute;
  bottom: -3em;
  width: 9em;
  padding: 0.2em 0.5em;
  background-color: #ffc;
  text-align: center;
  left: -30000px;
  margin-left: -5em;  
}

#tagged-image a:hover .note {
  left: 50px;
}

#save-note {
/*  position: absolute;
  bottom: -10px;
*/
/*  background: #d4d82d;
  padding: 10px;*/
  
/*  width: 100px;
  height: 40px;*/
/*  z-index: 2;*/
}

#upload fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

#upload legend {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

#upload label {
  float: left;
  text-align: right;
  width: 150px;
  margin-right: 10px;
  font-weight: bold;  
}

#upload p {
  position: relative;
  line-height: 1.5em;
/*  border: 3px red solid;*/
/*  float: left; */
  clear: both;
}

#upload .indented {
  display: block;
/*  float: left;*/
/*  position: absolute;*/
  margin-left: 160px;
/*  margin-top: 0px;*/
/*  border: 1px #ccc solid*/
  clear: both;
}

#upload input {
  padding: 2px;
}

#upload textarea {
  width: 300px;
  height: 100px;
  padding: 2px;  
}

#upload input:focus textarea:focus {
  background: #ffc;
}

#upload input[type="text"], textarea {
/*  border: 1px solid #ccc;*/
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#upload input.text {
  width: 300px;
}

#upload input.submit {
  padding: 4px;
}

#upload .help {
  margin-left: 10px;
  cursor: help;
/*  background: #fff;*/
}

#upload .help span {
  border: 1px #f2932b dashed;
  padding: 3px;
  background-color: #fff;
}

#upload .note {
  position: absolute;
  text-align: left;
  font-weight: normal;
  left: 475px;
  width: 350px;
  line-height: 1.3;
}

#upload .lineup {
  margin-left: 160px;
}

#upload .addto {
  display: block;
/*  margin-left: 142px;*/
}

#upload .option {
  display: inline;
  float: left;
  width: 100px;
  text-align: center;
  margin-right: 20px;
}

#upload ul {
  margin-left: 160px;
  padding: 0;
  list-style: none;
  clear: both;
}

#upload li {
  margin: 0;
  padding: 0;
  clear: both;
 
}

#upload li img {
  float: left;
  padding-bottom: 10px;   
  margin-right: 10px;
}

#upload .required {
  color: red;
  font-weight: bold;
  font-size: 14px;
}


#popularity ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  float: left;
  margin-left: 4px;
}

#popularity li {
	line-height: 18px;
/*	border: 1px #000 solid;*/
/*  margin-left: 2px;	*/
	margin-bottom: 3px;
}

#popularity .numbers li {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  background: #666;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

#popularity .text li {
	padding: 0;
	font-size: 11px;
	color: #999;  
	vertical-align: middle
}

#vote {
  clear: both;  
  padding: 6px;
  width: 110px;
  margin: 24px 0 0 30px;
  border: 1px #999 dashed;
  position: relative;
/*  height: 36px;*/
  color: #333;
  font-weight: bold;  
/*  background: #ccc;*/
/*  font-size: 14px;*/
}

#vote img {
  float: left;
  margin: 3px 0 0 6px;
}

#vote p {
  float: left;
  line-height: 16px;
  margin: 3px 0 0 10px;
  font-size: 14px;  
}

#vote .voted {
  margin-top: 10px; 
  color: #333
}

#voting-progress {
  z-index: 1; 
  position: absolute; 
  top: 13px; 
  left: 13px;
  border: 1px solid #ccc;
}

#undo {
  float: right;
  margin: -4px;
  font-size: 10px;
}

/*#popularity p img {
  float: left;
}*/

.match {
/*  border: 1px #000 solid;*/
  width: 155px;
  margin: 7px 0px;
  text-align: center;
  padding: 0px 7px;
/*  margin-left: 10px;*/
  float: left;
/*  clear: both;*/
/*	position: relative;*/
}

.image-label {
  text-align: left;
  margin-left: 4px;
  padding-bottom: 0px;
}
.thumbnail {
	padding-bottom: 2px;
}
/*.match p {
  text-align: center;
  margin: 0;
  padding: 0;
  clear: both;
}*/

.center {
  text-align: center;
}

#share {
  list-style: none;
  padding: 0;
  margin: 0 0 0 4px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
}

#share li {
  clear: both;
  vertical-align: bottom;
  margin-bottom: 3px;
/*  border: 1px #000 solid;*/
}

#share img {
  margin: 2px;
  vertical-align: middle;
}

#share .email {
  background: url(/images/email_go.png) no-repeat 0 50%;
  padding-left: 20px;  
}
#share .digg {
  background: url(/images/digg-guy.gif) no-repeat 0 50%;
  padding-left: 20px;
}
#share .delicious {
  background: url(/images/delicious.png) no-repeat 0 50%;
  padding-left: 20px;
}
#share .embed {
  background: url(/images/script_code.png) no-repeat 0 50%;
  padding-left: 20px;  
}

#artists-note {
  padding: 0 0 0 5px;
  margin: -10px 0 0 0;
  border-left: 6px #ccc solid;
}

.notice {
  padding: 6px;
  width: 150px;
  margin: 14px 0 0 4px;
  border: 1px #999 dashed;
/*  height: 36px;*/
  color: #333;
  font-weight: bold;
  font-size: 11px;
}

.flagged {
  background: #F55F5C;
}

.in-progress {
  background: #F5B066;
}

.private {
  background: #F0F344;
}

.indent {
  margin-left: 90px;
}

.indent-right {
  margin-right: 90px;
}

#power {
/*  background: #f5f5f5;
  border: 1px #eee solid;*/
  padding: 0 0 20px 20px;
  position: relative;
}

#power label {
  width: 60px;
  text-align: left;
}

#power .palette {
  position: absolute;
/*  top: 20px;*/
  right: 20px;
  width: 200px;
}

#filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

#filters li {
  margin-left: 10px;
  padding-bottom: 5px;
}

.featured-comment {
  margin: -5px 0 5px 10px;
}

#logo-change {
  position: absolute;
  right: 10px;
  top: 53px;
}

.hover:hover {
  background: #ccc;
}

.bundle {
  background-color: #FBE8D0;
  border: 1px solid #F9CD9F;
  padding: 10px 0 0 10px;
  margin-top: -10px;
/*  width: 580px;*/
}

.enclosure {
  background-color: #f6f6f6; 
/*  background: #fff url('/images/enclosure-bottom.gif') repeat-x bottom left;*/
  border: 3px solid #eee;
  padding: 15px;
  margin: 0px 0px;
}

.messages-icon {
  background: url(/images/email.png) no-repeat 0px 50%;  
  padding-left: 20px;
}

.zoom {
  background: url(/images/magnifier.png) no-repeat 5px 50%;
}

.picker {
  background: url(/images/paintbrush.png) no-repeat 5px 50%;
}

.labeller {
  background: url(/images/note_add.png) no-repeat 5px 50%;
}

#tools {
  float: right;
}
#tools a {
  background-color: #fff;
}

#tools a:hover {
  background-color: #eee;
}

#tools .current {
  background-color: #ddd;  
}

#tools .tool {
  padding: 5px 5px 5px 25px;
  margin: 0px 2px 0px 2px;  
  border: 1px #ccc solid;  
}

#palette {
  background: url(/images/palette.png) no-repeat 0 2px;
  padding-left: 20px;
  padding-right: 45px;
  width: 130px;
  float: left;
}

#downloader {
  float: left;
}

#components {
  list-style: none;
/*  width: 500px;*/
}

#components li {
  clear: both;
}

#components h3 {
  float: left;
}

#components div {
  float: left;
  background-color: #eee;
/*  border-left: 1px #ccc dashed;*/
  padding: 0 10px;
  margin-left: 10px;
  margin-top: 10px;
}

#components .divider {
  padding: 10px 30px;
  background-color: #fff;
  border: none;
}

#add_component label {
  float: left;
  width: 80px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;  
}

#add_component input[type="text"], textarea {
/*  border: 1px solid #ccc;*/
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#add_component textarea {
  width: 300px;
  height: 100px;
  padding: 2px;  
}

#add_component input.text {
  width: 200px;
}

#add_component .indented {
  margin-left: 90px;
}

#list_components {
  margin-top: -10px;
  list-style: square;
  line-height: 1.5em;
}

.license {
  padding: 3px;
/*  border: 1px #ddd dashed;*/
}

#image-wrapper {
  text-align: left;
}

#image-wrapper img {
  border: 1px #eee solid;
}

.original {
  margin-top: 10px;
  padding: 5px;
}

.original img {
  margin-right: 5px;
}

.in-label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  background-color: #eee;
  clear: both;
  margin-bottom: 10px;  
}

.in-input {
  float: left;
  width: 300px;
}

.most, .most-small {
  font-size: 19px;
  font-weight: bold;
  color: #333;  
}
.most-small {
  font-size: 12px;
	margin-left: 5px;
	font-weight: bold;
}

.most .num, .most-small .num {
  color: #ddd;
  background: #333;
  font-size: 25px;
  padding: 10px;
  height: 30px;
  width: 30px;
  text-align: center;
}
.most-small .num {
	font-size: 16px;
	padding: 5px;
	height: 10px;
  width: 18px;
	font-weight: bold;
}

.most .loves {
  background: url('/images/heart-love-redder-32x31.png') no-repeat left center;
  padding-left: 40px;
}
.most .likes {
  background: url('/images/heart-like-32x31.png') no-repeat left center;
  padding-left: 40px;
}

.most-small .loves {
	background: url('/images/heart-love-16x15.gif') no-repeat left center;
  padding-left: 20px;
	font-weight: bold;
}
.most-small .likes {
	background: url('/images/heart-like-16x15.gif') no-repeat left center;
  padding-left: 20px;
}

.code {
  font-family: "courier new";
  color: #000;
  border: 1px dashed #ccc;
  background: #eee;
  padding: 5px;
}

.advertisement {
  text-align: center;
}

.wiki-content p, .wiki-content li {
	font-size: 13px;
	line-height: 1.3;
}
.wiki-content p {
	margin: 10px 0px;
}
.wiki-content h1, .wiki-content h2, .wiki-content h3, .wiki-content h4 {
	margin: 15px 0px 10px 0px;
}
.wiki-content h1 {
	margin-top: 0px;
}
.wiki-content h4 {
 	font-size: 14px;
 	color: #333;
	border-bottom: none;
/* 	margin: 15px 0px 15px 0px;*/
}
.wiki-footer {
/*	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 20px;
	background: #f8f8f8;*/
}
.wiki-footer p {
	margin: 20px 0px 15px 0px;
	font-style: italic;
}

/* diff styles */
#diff {
	font: normal 12px monospace;
	line-height: 1.2;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	margin: 25px 0px 20px 0px;
}
ins {
 	background: #dfd;
 	border-color: #0a0;
 	border-style: solid;
 	border-width: 1px;
	padding: 1px;
	text-decoration: none;
}
del {
 	background: #fdd;
 	border-color: #c00;
 	border-style: solid;
 	border-width: 1px;
	padding: 1px;
	text-decoration: none;
}

