*
	{
	font-family: 'Verdana',sans-serif;
	margin: 0px;
	padding: 0px;
	}
	
body
	{
	font: 80% 'Verdana', sans-serif;
	background: white;
	padding: 1em 3em;
	}
	
h1
	{
	font-size: 2em;
	}

h2
	{
	font-size: 1.8em;
	}

h3
	{
	font-size: 1.6em;
	}

h4
	{
	font-size: 1.4em;
	}

h5
	{
	font-size: 1.2em;
	}

h6
	{
	font-size: 1em;
	}
	
a,.fake_link
	{
	color: #D9218C;
	}
	
.fake_link
	{
	cursor: pointer;
	text-decoration: underline;
	}
	
.pop
	{
	background-image: url('img/pop_icon.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
	}

	
.fake_link_tag
	{
	text-decoration: none;
	}
	
.ajax_overlay
	{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	
	background-image: url('img/overlay_background.png');
	}
	
.ajax_icon
	{
	width: 20px;
	height: 20px;
	
	background-image: url('img/ajax_icon.gif');
	background-repeat: no-repeat;
	background-position: center center;
	}
	
.ajax_icon_overlay
	{
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 128px;
	height: 128px;
	
	z-index: 1001;
	
	margin-left: -64px;
	margin-top: -64px;
	
	background-image: url('img/ajax_big.gif');
	background-repeat: no-repeat;
	background-position: center center;
	}
ul
	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

li
	{
	margin: 0px;
	padding: 0px;
	}
	
img
	{
	border: 0px;
	}
	
#index
	{
	position: absolute;
	top: 75px;
	left: 50%;
	
	width: 400px;
	margin-left: -200px;
	
	text-align: center;
	}
	
#index h1
	{
	font-size: 4em;
	}
	
#header, #flashes
	{
	margin-bottom: 25px;
	}
	
#user_status
	{
	float: right;
	}
		
#navigation
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#navigation li
	{
	display: inline;
	
	margin-left: 10px;
	margin-right: 10px;
	}
	
#sub_navigation
	{
	margin-left: 25px;
	}
	
#sub_navigation li
	{
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#navigation li a
	{
/* 	text-decoration: none;
	border-bottom: 1px #D9218C solid;
	padding-bottom: -1.25em;
 */	}
	
#index #search
	{
	margin-top: 10px;
	}
	
#index #search .search
	{
	width: 300px;
	}
	
#flashes li
	{
	padding: 3px;
	border-left: 3px #D9218C solid;
	border-bottom: 1px #D9218C dotted;
	}
	
.post_holder .post
	{
	float: left;
	
	width: 150px;
	height: 150px;
	
	text-align: center;
	
	margin: 5px;
	}
	
.recent_posts .post, .recent_comments .post
	{
	float: left;
	
	width: 64px;
	height: 64px;
	
	text-align: center;
	
	margin: 5px;
	}
	
.recent_posts, .recent_comments
	{
	}
	
.recent_posts li.recent, .recent_comments li.recent
	{
	clear: left;
	}
	
.paginator
	{
	clear: both;
	
	text-align: center;
	}
	
.paginator li
	{
	display: inline;
	margin: 3px;
	}
	
.paginator li a
	{
	padding: 3px;
	
	border: 1px #D9218C solid;
	
	background-color: #FFF;
	
	color: #D9218C;
	}
	
	
.paginator li.selected a
	{
	border: 1px #D9218C solid;
	
	background-color: #D9218C;
	
	color: #FFF;
	}
	
#post_sidebar
	{
	float: left;
	
	width: 220px;
	}
	
#post_sidebar .tags li
	{
	}
	
#post_sidebar .tags .orig
	{
	font-weight: bold;
	}
	
#post_sidebar #stats_score .score,#post_sidebar #stats_score .count
	{
	display: inline;
	}
	
#post_sidebar #stats_score .vote 
	{
	font-size: 2em;
	}

	
.post_full, .post_holder
	{
	margin-left: 250px;
	}
	
.zoomable.in
	{
	cursor: url('zoomin.cur'), default;
	}
	
.zoomable.out
	{
	cursor: url('zoomout.cur'), default;
	}
	
.comment_form input, .comment_form textarea
	{
	display: block;
	}
	
#tag_tags
	{
	margin-bottom: 5px;
	}
	
.tags_list
	{
	line-height: 1.5em;
	}
	
.tags_list li
	{
	display: inline;
	
	margin: 3px;
	
	border-bottom: 1px #D9218C dotted;

	background-color: #FFF;
	
	color: #D9218C;
	}
	
.tags_list li.selected
	{
	border-bottom: 1px #D9218C solid;

	background-color: #D9218C;
	
	color: #FFF;
	}
	
.scaffold_entry fieldset
	{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: #DDD 1px solid;
	}
	
.scaffold_entry legend 
	{ 
	font-weight: bold; 
	color: #666; 
	}

.scaffold_entry label.header, .scaffold_entry span.label 
	{ 
	margin-right: 10px; 
	padding-right: 10px; 
	width: 150px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
	}
	
.scaffold_entry label em, .scaffold_entry span.label em 
	{ 
	position: absolute; 
	right: 0; 
	font-size: 120%; 
	font-style: normal; 
	color: #C00; 
	}
	
.scaffold_entry .enum_label
	{
	margin-left: 5px;
	margin-right: 5px;
	}
	
.scaffold_entry p.note
	{
	margin-left: 170px;
	font-size: 90%; 
	color: #333; 
	}

.scaffold_entry input, .scaffold_entry textarea
	{
	float: none;

	width: 250px;
	
	border: #AAA 1px solid;
	
	padding: 2px;
	}
	
.scaffold_entry input:focus, .scaffold_entry textarea:focus
	{
	border: 1px #D9218C solid;
	}
	
.scaffold_entry input.checkbox, .scaffold_entry input.radio, .scaffold_entry input.button
	{
	width: auto;
	}
	
.scaffold_entry textarea 
	{
	height: 70px;
	}
	
.scaffold_entry .container
	{
	padding: 0.25em;
	
	}
	
.scaffold_entry .tags_list
	{
	display: block;
	margin-left: 170px;
	}
	
.scaffold_entry .tags_list li
	{
	display: inline;
	
	}
	
.scaffold_entry .tags_list li.blank
	{
	display: block;
	border: none;
	height: 1.1em;
	}
	
.scaffold_entry .ajax_icon
	{
	margin-left: 170px;
	}
	
#popular_container
	{
	clear: both;
	}
	
.tags_container div
	{
	}
	
.cloud_holder
	{
	
	font-size: 2em;
	}
	
.cloud_holder li
	{
	display: inline;
	
	margin: 4px;
	}
	
.change_table
	{
	width: 100%;
	border-collapse: collapse;
	
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	}
	
.change_table th, .change_table td
	{
	padding: 3px;
	
	vertical-align: top;
	
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	}
	
.change_table .changed
	{
	background-color: #EC90C6;
	}
	
.post_tip-tip
	{
	width: 300px;
	padding: 3px;
	border: 1px #D9218C solid;
	background-image: url('img/overlay_background.png');
	}
.post_tip-tip em
	{
	font-style: normal;
	font-weight: bold;
	}
	
.post_tip-title
	{
	font-weight: bold;
	color: #D9218C;
	}
	
#copyright
	{
	clear: both;
	
	margin-top: 1.5em;
	font-size: 0.75em;
	text-align: center;
	}