body{
	margin: 0 0 20px 0;
	font-size: 11px;
	text-align: center;
	background-color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
    border: none;
    }
	
#container{
	margin: 0 auto;
	position:relative;
	width: 960px;
	text-align:justify;
	}

			/* Index */
			#index_container{
				margin: 0 auto;
				position:relative;
				width: 800px;
				text-align:justify;
			}
			#index_logo {
				margin: 40px auto 40px auto;
				display: block;
				width: 312px;
				height: 77px;
				background-image: url("/images/logo.gif");
				}
			
			/* Search */
			#index_search {
				text-align:center;
				height: 20px;
				padding: 0 0 40px 0;
				background: #fff url("/images/search.gif") top center no-repeat;
			}	
			.index_search_input{
				font: 10px Verdana, Arial, Helvetica, sans-serif;
				color: #666;
				border:1px solid #ccc;
				width: 150px;
				padding:3px;
				background:none;
			}
			#index_search a{
				position:absolute;
				right:304px;
				width: 14px;
				height: 14px;
				display: block;
				margin-top:3px;
				background: url("/images/canc.gif") bottom left no-repeat;
			}
						
/* Got Things Done */	
#gotthingsdone a{
	margin: 40px auto 20px auto;
	display: block;
	width: 176px;
	height: 26px;
	background: url("/images/gotthingsdone.gif") bottom center no-repeat;
}


/* a */
a {
text-decoration: none;
color:#000000;
}

/* Move */
.move{
	cursor:move;
	}

/* Small */
.small{
	display:block;
	font-size: 12px;
	color: #999;
	text-align: justify;
	}
.small_info{
	margin-left:3px;
	display:block;
	font-weight:normal;
	font-size: 11px;
	color: #999;
	text-align: justify;
	}

/* Grey */
.grey {
	color: #999;
}

/* Header */	
#header{
	margin:40px 0 60px 0;
	text-align:center;	
	}
#logo a{
	margin: 0 auto;
	display: block;
	width: 313px;
	height: 77px;
	/*background-image: url("/images/logo.gif");*/
	}
#menu{
	width:960px;
	height: 5px;
	margin-top:40px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align:center;
}
#menu a {
	color: #999;
}
#menu a:hover {
	color: #333;
}
#menu_left{
	width:50%;
	float:left;
}
#menu_right{
	width:50%;
	float:right;
}
#menu_center{
	width:800px;
	margin:30px 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align:center;
}
#menu_center a {
	color: #999;
}
#menu_center a:hover {
	color: #333;
}

h1 {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
	margin-bottom:20px;
}

/* Navigation*/
#navigation_bar{
	overflow: auto;
	border-bottom:1px solid #C2C2C2;
	padding-bottom:10px;
	margin-bottom:20px;
	}
#navigation{
/*	float:left; */
	font-size:15px;
	color: #000;
	font-weight:bold;
	width: 760px;
	}

#navigation a {
	color: #000;
	padding: 0 10px 0 18px;
	background:url("/images/search_canc.gif") bottom left no-repeat;
}
#navigation a:hover {
	color: #666;
}

#backtolists,#newitem,#bookmarks,#vote{
	display:inline;
}
#backtolists a {
	padding: 0 10px 0 18px;
	background:url(/images/but_back.gif) bottom left no-repeat;
}
#bookmarks a {
	padding: 0 10px 0 18px;
	background:url(/images/but_bookmarks.gif) bottom left no-repeat;
}
#newitem a {
	padding: 0 10px 0 18px;
	background:url(/images/but_newitem.gif) bottom left no-repeat;
}
#vote a {
	padding: 0 10px 0 18px;
	background:url(/images/but_vote.gif) bottom left no-repeat;
}

/* Search */
#search {
	float:right;
	width: 200px;
	height: 20px;
	text-align:center;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    background: url("/images/search.gif") top right no-repeat;
}	
#search form {
	margin:0;
	padding:0;
}
.search_input{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding:3px;
	border:1px solid #ccc;
	width: 150px;
	background:none;
}
#search a{
	position: absolute;
	margin-top: 3px;
	right: 4px;
	width: 14px;
	height: 14px;
	display: block;
	background: url("/images/canc.gif") top center no-repeat;
}

/* Box Center*/
#box_center{
	width: 450px;
	font-size:16px;
	font-weight:bold;
	margin: auto;
}
#box_center ul{
	margin:0;
	padding:0;
	list-style: none;
	}
#box_center li{
	padding-left:5px;
	height:30px;
	line-height:30px;
	}
#faq h4{
	color: #97C92B;	
}
#faq p{
	font-weight: normal;
}

#box_center p{
	color: #555;
	display: inline;
	}
#box_center li:hover{
	background: url("/images/bg_tag.gif") left top repeat-x;
	}
#box_center li:hover p{
	color: #fff;
	}
#box_center li.active{
	background: url("/images/bg_selected.gif") left top repeat-x;
	}
#box_center li.active p{
	color: #555;
	}
#box_center li img{
	border:none;
	float: right;
	margin: 8px 5px 0 0;
	}

/* Box Left */	
#box_left {
	float:left;
	width: 440px;
	font-size:16px;
	font-weight:bold;
	clear:left;
	}
#box_left ul{
	margin:0;
	padding:0;
	list-style: none;
	}
#box_left li{
	padding-left:5px;
	height:30px;
	line-height:30px;
	}
#box_left p{
	color: #555;
	display: inline;
	}
#box_left li:hover{
	background: url("/images/bg_tag.gif") left top repeat-x;
	}
.hover{
	background: url("/images/bg_tag.gif") left top repeat-x;
	}
#box_left li:hover p{
	color: #fff;
	}
.hover p{
	color: #fff;
	}
#box_left li.active{
	background: url("/images/bg_permalink.gif") left top repeat-x;
	}
#box_left li.active p{
	color: #555;
	}
#box_left li img{
	border:none;
	float: right;
	margin: 8px 5px 0 0;
	}
/* New Item */
#new_item {
	float:left;
	width: 360px;
	clear:left;
	margin-bottom:-20px;
	}
	
/* Box Right */	
#box_right{
	float: right;
	width: 440px;
	padding-left:40px;
	border-left: 1px solid #C7C7C7;
}



/* Tag Cloud */	
#tagcloud{
	text-align: center;
	font-weight: bold;
	text-transform:capitalize;
}
#tagcloud ul{
	margin:0;
	padding:0;
	list-style: none;
}
#tagcloud li{
height:25px;
line-height:25px;
	display: inline;
}
#tagcloud a{
	padding:5px;
}
#tagcloud a:hover {
	color:#fff;
	background: #96c82a url("/images/bg_tag.gif") left bottom repeat-x;
}
/* Tag clouds items*/
.taglevel10{color:#97C92B; font-size:22px;}
.taglevel9{color:#bbb; font-size:20px;}
.taglevel8{color:#aaa; font-size:19px;}
.taglevel7{color:#999; font-size:18px;}
.taglevel6{color:#888; font-size:17px;}
.taglevel5{color:#777; font-size:16px;}
.taglevel4{color:#666; font-size:15px;}
.taglevel3{color:#666; font-size:14px;}
.taglevel2{color:#555; font-size:13px;}
.taglevel1{color:#555; font-size:12px;}
.taglevel0{color:#444; font-size:11px;}

/* Form */
#form {
	width:360px;
	margin: 0 auto;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#97C92B;
	text-align:left;
}
#form input, #form textarea {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #999;
	border: 1px solid #cccccc;
	padding:8px;
	width:340px;
	margin: 10px 0;
	}
#form .input-selected, #form .textarea-selected {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #999;
	background-color:#eee;
	border: 1px solid #cccccc;
	padding:8px;
	width:340px;
	margin: 10px 0;
	}
#form button {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background:#97C92B;
	cursor:pointer;
	/*width:150px;
	height:30px;*/
	padding:6px;
	margin: 10px 10px 10px 0;
	}
#form input.radio {
	border: 0;
	background: none;
	}

/* Item Number */
#number{
	display:inline;
	color:#333;
	margin-right:10px;
}

/* Item Descriprion*/
#item_body{
	text-align: justify;
	font-size: 16px;
	line-height: 25px;
	color: #555;
	margin-bottom:20px;
}
#item_body_link{
	margin-bottom:20px;
}
#item_body_link a{
	font-size: 15px;
	color:#97C92B;
	font-weight:bold;
	text-decoration: underline;
}
#item_body_link a:hover{
	color: #999;
}
#item_body_insert{
	font-size: 13px;
	color:#999;
	font-weight:bold;
	margin-bottom:20px;
}
.permalink a{
	font-size: 11px;
	color:#97C92B;
	font-weight:bold;
	text-decoration: underline;
}

/* Comments */
#comment_title{
	padding-top:10px;
	border-top: 1px solid #C2C2C2;
    font-size: 15px;
    color: #333;
    text-align: center;
    font-weight: bold;
	margin:10px 0;
}
.comment{
	font-size: 13px;
	color:#555;
	padding:10px;
	border: 1px solid #ddd;
	margin-bottom:10px;
}
.comment_by{
	margin-top:10px;
	font-size: 11px;
	color:#999;
	font-weight:bold;
}
.comment_by a{
	margin-top:10px;
	font-size: 10px;
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}

/* Messages */
#comment_message, #app_message, #tag_message, #form_message{
}
.message	{
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	color:#555;
	padding:10px;
	border: 1px solid #ddd;
	background: #ffffee;
	margin-bottom:20px;
}
.message a	{
	color:#97C92B;
	font-weight:bold;
	text-decoration: underline;
}
.error	{
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	color:#CC0000;
	padding:10px;
	border: 1px solid #ddd;
	background: #ffffee;
	margin-bottom:10px;
}
.close a{
	float:right;
	margin:1px 0 10px 10px;
	width: 14px;
	height: 14px;
	display: block;
	background: url("/images/search_canc.gif") top right no-repeat;
}


#simple_captcha p {
    font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#97C92B;
	display: block;
}

#loading{
    text-align:left;
    position:fixed;
    right:0;
    top:0;
    z-index:1000;
    padding:3px;
}
/*
#loading{
        position:absolute;
        right:0;
        top:0;
        background-color:#ffffff;
        text-align:left;
        z-index:1000;
}
*/
#loading p{
        color:#97C92B;
        margin:6px;
        display:inline;
        padding-top:15px;
        font-size:15px;
}
#loading img{
        float:left;
}

.password_forgot a{
	font-size: 11px;
	color:#97C92B;
	font-weight:bold;
	text-decoration: underline;
}

