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: 800px;
	text-align:justify;
	}

			/* Index */	
			#index_logo {
				margin: 40px auto 40px auto;
				display: block;
				width: 312px;
				height: 77px;
				background-image: url("/images/logo.gif");
				}
			
			/* Search */
			#index_search {
				display:none;
			}	
						
/* 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{
	display:none;
}

h1 {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
	margin-bottom:20px;
}

/* Navigation*/
#navigation_bar{
	display:none;
	}
#navigation{
	display:none;
	}

/* Search */
#search {
	display:none;
}	


/* Box Center*/
#box_center{
	width: 360px;
	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;
	}
#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: 360px;
	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;
	}
#box_left li: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: 360px;
	padding-left:40px;
	border-left: 1px solid #C7C7C7;
}



/* Tag Cloud */	
#tagcloud{
	text-align: center;
	font-weight: bold;
}
#tagcloud ul{
	margin:0;
	padding:0;
	list-style: none;
}
#tagcloud li{
	display: inline;
}
#tagcloud a{
	margin:5px;
	padding: 0 4px;
}
#tagcloud a:hover {
	color:#fff;
	background: url("/images/bg_tag.gif") left top 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 {
	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: #97C92B;
	border: 1px solid #cccccc;
	background:none;
	width:150px;
	height:30px;
	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;
}

/* Messages */
#comment_message, #app_message{
}
.message	{
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	color:#555;
	padding:10px;
	border: 1px solid #ddd;
	background: #ffffee;
	margin-bottom:20px;
}

.error	{
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	color:#CC0000;
	padding:10px;
	border: 1px solid #ddd;
	background: #ffffee;
	margin-bottom:10px;
}

