  
html, body {
	background:#ECECEC url(/static/bg.png);
	color:#1E1E1E;
	font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:1em;
	text-shadow:0 1px 0 #fefefe;
	height: 100%;
}

* {
	margin: 0;
	text-decoration:none;
//	font-size:100%;
	outline:none;
//	padding:0;
}

li, ul {list-style-position:inside;}

a {color:#ce3168;}
a.cur {text-decoration:underline;}
a img { border:0; }

.wrapper  {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.5em;
}

.footer, .push {
   clear:both;
   height: 1.5em;
   padding-right: 10px;
   padding-left: 10px;
   font-size: 80%;
}

.centered {
	text-align: center;
}

.leftered {
	text-align: left;
}

.rightered {
	text-align: right;
}

.formdiv label {	
	display:block;
}

.formdiv textarea,input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ideaform textarea, .ideaform input[type='text'] {
	width: 100%;
}

.formrow{
	padding-top: 10px;
}

.topnav{
	height: 32px;
	text-align:center;
	padding-top: 24px;
}

.topnav input {
	width:90%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
		
		
.tags {
	background:transparent url(/static/tag.png) no-repeat scroll 0 0;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left: 18px;
	height: 16px;
	line-height: 14px;
	margin-top: 3px;

}

.tags li {
	display:inline;
}

.tags li a {
	font-size:0.83em;
	padding: 1px 4px 3px 4px;
	font-size:80%;
	background: #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tags li a {
	color:#9b9b9b;
}

.tags li a:hover {
	color:#b0b0b0;
}



.label {
	background: #fafafa;
	color:#6b6b6b;
	border: 1px solid #9b9b9b;
	padding: 2px 5px 4px 5px;
	font-size:80%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#pagination {
	text-align: center;
	font-size: 1.1em;
	height: 2em;
}

#pagination a, #pagination b{
	margin:0 0.2em 0 0.1em;
	padding: 5px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#pagination b {
	background:#fdfdfd;
	color:#4E4E4E;
}		

#pagination a:hover {
	background:#fafafa;
}		




h1 {
	font-size: 180%;
	color:#db4c7e;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 133%;
}

fieldset
{
	border-color:#ccc;
}

textarea,input[type='text'],input[type='password'],select
{
	border:1px solid #ccc;
	background:#fff;
}

fieldset
{
	border:1px solid #ccc;
}

textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover
{
	border-color:#aaa;
}


.about{
	margin-left:150px;
	margin-top:30px;
}

.about b {
	color:#ce3168;
}


input,select,button
{
	cursor:pointer;
}

input[type='text'],input[type='password']
{
	cursor:text;
}

input[type='hidden']
{
	display:none;
}




.error, .notice, .success {
	padding:.8em;
	margin-bottom:1.6em;
	border:2px solid #ddd;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:300px;
	display:inline-block;
	text-align:center;
	}
	
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }

   
.container textarea,.content input[type='text']
{
	padding:.1em .2em;
}

.container input
{
	padding:.2em .1em;
}

.container select
{
	padding:.2em .1em 0;
}

.container select[multiple]
{
	margin-bottom:.8em;
}

.container option
{
	padding:0 .4em .1em;
}

.container button
{
	padding:.3em .5em;
}

.container input[type='radio']
{
	position:relative;
	bottom:-.2em;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
	text-shadow: none;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#de628d;
}

