@charset "UTF-8";
/* CSS Document */

#process{
         width:490px;
		 padding:15px 20px 10px 22px;
		 
		 background-color:#fbfafd;
		 clear:both;
		 }

#entry_side{
             width:350px;
			 float:left;
			 margin-top:30px;
			 }
		 
#entry{
       width:350px;
	   float:left;
	   padding-top:30px;
	   }
	   
.date{
       width:323px;
	   background:url(../images/process/title.gif);
	   background-position:left bottom;
	   background-repeat:no-repeat;
	   line-height:31px;
	   padding-left:27px;
	   }
	   
.title h3{
          width:350px;
		  font-size:17px;
		  font-weight:normal;
		  text-indent:10px;
		  padding:7px 0;
		  border-bottom:solid 2px #ebe3bd;
		  }
		  
.entry_body{
              width:330px;
			  margin:0 auto;
			  padding-top:15px;
			  }

.text{
       margin-top:20px;
	   }
	   
.author{	   			  	    		 
        width:351px;
		height:22px;
		font-size:11px;
		background:url(../images/process/entry_bottom.gif);
	    background-position:left top;
	    background-repeat:no-repeat;
		padding-top:28px;
		margin-top:20px;
		text-align:right;
		}
		
#archive{
          width:120px;
		  padding-left:15px;
		  float:left;
		  margin-top:36px;
		  }

#new_entry{
           border-bottom:solid 2px #e7c9c2;
		   }

#new_entry ul,#category ul{
                list-style-position:inside;
				margin:0;
				padding:0;
				}

#new_entry li{
              margin:0;
			  padding:2px 0;
			  text-indent:6px;
			  }

#category{
           margin-top:14px;
		   padding-bottom:10px;
		   border-left:solid 1px #8dba6a;
		   border-right:solid 1px #8dba6a;
		   border-bottom:solid 1px #8dba6a;
		   }

#category img{
              padding-bottom:5px;
			  }
		   
#category li{
             padding-left:10px;
             }
			 
#comment-text{
               width:340px;
			   }
		
#comments-form{
                margin-top:15px;
				}
				
#comment-form-email{
                     margin:5px 0;
					 }

.asset-meta{
            margin-top:15px;
			}
			
#comments-open-text{
                     margin-top:15px;
					 }
					 
#comments-open-footer{
                       margin-top:5px;
					   }

