


/* all form stuff taken from admin.css */

#user_form form p { clear: both; }
#user_form form label { width: 15%; float: left;
	     margin: 0.5em; padding: 0 0 0 2.5%; }
#user_form form input, #user_form form textarea, #user_form form select { float: left; width: 45%;
					 border: 1px solid #ccc;
					 margin: 0.5em; padding: 0.3em; }

#user_form form input:focus, #user_form form select:focus, #user_form form textarea:focus { border: 1px solid #999; }
#user_form form textarea { height: 200px; padding: 0 0 0 0.3em; }
#user_form form button { background-color: #ccc;
	      margin: 0 0 0 0.3em;
	      border-left: 1px solid #eee;
	      border-top: 1px solid #eee;
	      border-right: 1px solid #999; 
	      border-bottom: 1px solid #999;
	      /*padding: 0.4em;*/ margin: 0.5em; }

/* typography */

#user_form form textarea { font-family: sans-serif; font-size: 1em; }
#user_form form button { font-size: 0.9em; }

/* end stuff taken from admin.css */





#content #blog_wrapper {	       
	 width: 450px;	  
	 float: left;
	 margin: 0.5em 0 0 0.5em;  
	 }

#content #blog {
	 overflow-y: scroll;
	 height: 515px;
	 background-color: #fff;
	 padding: 0.5em 1.5em 0.5em 0.5em;
	 }

#content #blog_wrapper #tags { background-color: #ddd; background-image: url('../img/tags_bar.gif');
      background-position: bottom left; padding-top: 0.5em; }
#content #blog_wrapper #tags span { float: left; margin: 4px; padding: 0 0 0 0.5em;
      height: 2em; }

#content #right {
    margin: 0.5em 1em 0 0;
    width: 425px;
    float: right;
}
#content #right img { float: left; margin: 0 5px 5px 0; }


/* typography */

.entry h2 a { text-decoration: none; }

#tags { color: #999; }
#tags a { text-decoration: none; }
#tags a.active { color: #0ee; }
#tags #clear { font-size: 0.6em; }
#tags #clear a { text-decoration: none; }

