


/* 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: 495px;	  */
width: 510px;
	 float: left;
	 margin: 0 0 0 5px;  
	 }

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

#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 #video_container_news
{
    float: right;
    width: 425px;
    height: 280px;
    background-color: #000; 
}

#content #right {
background-color: #fff;
padding: 7px 0 0 0;
/*    margin: 10px 10px 0 0;*/
    width: 420px;   
    height: 530px; 
    float: right;
}

#content #right.vid
{
    overflow: hidden;
    height: 250px;
}

#content #right img { float: left;
		      margin: 0 5px 5px 0;		  
/*filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;*/
}

#content #right img:hover
{
/*filter: alpha(opacity=100); -moz-opacity:1; opacity:1;*/


}


#news_item { height: 540px; overflow-y: auto; }
#news_item .entry { width: 640px; text-align: left; margin: 0 auto 0 auto; }
#news_item .entry p { text-align: justify; }
#news_item #content_inner { text-align: center; }

#news_item_inner { width: 60%; float: left; margin: 0 0 0 40px; }
#news_item_inner .entry { width: auto; }


#archive { text-align: left; float: right; width: 33%; }
#archive ul { margin: 0 0 0 20px; padding: 0;
	 list-style: disc;
	 display: block; }
#archive ul ul { display: none; }

#archive ul ul ul { list-style: none; display: none; }

#archive ul li { margin: 0; line-height: 1.5em; }

#archive ul.current { display: block; }

/* typography */

#archive { font-size: 0.8em; }
#archive li { color: #ccc; }
#archive li a { text-decoration: none; color: #333; }
#archive li a:hover { text-decoration: underline; }

#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; }

