/* --------- /stylesheets/style.css --------- */ 
/**
 * 공통 
 */
 /** Box */
 body{
   background: #EBEBEB;
 }
 p{
   font-size: 11pt;
 }
.clean-gray{
        border:solid 1px #DEDEDE; 
        background:#EFEFEF;
        color:#222222;
        padding:4px;
        text-align:center;
}
.clean-yellow{
        border:solid 1px #DEDEDE; 
        background:#FFFFCC;
        color:#222222;
        padding:4px;
        text-align:center;
}
.notice{
        border:solid 1px #349534; 
        background:#C9FFCA;
        color:#008000;
        font-weight:bold;
        padding:4px;
        text-align:center;
}
.error{
        border:solid 1px #CC0000; 
        background:#F7CBCA;
        color:#CC0000;
        font-weight:bold;
        padding:4px;
        text-align:center;
}

.field-with-error input, .field-with-error select {
    border:solid 1px #CC0000;
}

/* 이미지 최대 크기 지정 */
img {max-width:530px;
   width: expression(this.width > 530 ? 530: true);
}

/* Horizontal List */
.h-list{ margin-left: 3px; }
.h-list li{
    display: inline;
    list-style-type: none;
    padding-right:5px;
}
.curve{
    padding: 2px 7px 2px 7px;
}

#inner-container{
  background:#FFFFFF;
  padding: 10px 10px 10px 10px;
}

#head #head-title{
  margin-bottom: 5px;
}
#head #head-title .subtitle{
  margin-top: 10px;
  margin-left: 13px;
}

#head .description{
  margin: 0 15px 0 15px;
}

#head hr{
  height: 0.2em;
}
/**
 * 상단 Account 
 */
#account ul{
    float:right;
    margin: 0 0 3pt 0;
}

/**
 * 상단 Head 
 */
#head-title a{
    text-decoration: none;
}

/**
 * 로그인 및 회원 가입
 */
 #openid-icon{
     margin: 0px 5px -2px 0;
 }

#site-description{
    margin-bottom: 10px;
    font-size: 12pt;
    padding:3px;
}
 
/* 인덱스 페이지 */
.page-summaries li{
  list-style-type:none;
  border-bottom: 1px dotted #CCCCCC;
  margin-top : 10px;
}

/* 페이지 생성 폼 */
#new-page-form{
  margin-bottom: 30px;
}
#new-page-form p{
  margin-bottom: 10px;
  padding-left: 10px;
}
#new-page-form .domain{
 font-size: 20px;
 font-family: Arial,Helvetica,sans-serif;
}
#new-page-form .domain input{
 font-size: 20px;
 font-family: Arial,Helvetica,sans-serif;
}
 
 /**
  * 컨트롤(트리거) 박스
  */
 .ctr{
   background: #EFEFEF;
   margin: 2px 0pt 10pt 0px;
   padding: 2px 2px 2px 5px;
 }
 .ctr a{
   margin-left: 3px;
 }
 .list-ctr{
   margin-left: 15px;
   margin-right: 15px;
 }
 
 /**
  * 페이지, 리스트, 북마크
  */
  
#list-container{
  margin: 0 0 0
}
#list-container .list-title{
  border-bottom: 1px solid #CCCCCC;
  text-align: right;
  padding: 0 5px;
  font-size: 24px;
  color: #FF8C00;
}

 input.title{
   font-size: 20px;
   font-family: Arial,Helvetica,sans-serif;
 }
 input.text{
   width: 450px;
 }
 textarea{
   width: 500px;
 }
 .form-container{
   background: #EFEFEF;
   padding: 10px 10px 10px 10px;
   margin-bottom: 10px;
 }
 .form-container label{
   font-size: 11px;
   font-weight: normal;
 }
 .form-container .domain{
 font-size: 20px;
 font-family: Arial,Helvetica,sans-serif;
}
 .form-container .domain input{
 font-size: 20px;
 font-family: Arial,Helvetica,sans-serif;
}
 
 .list, .bookmark{
   list-style-type:none;
 }
 .bookmark-image{
   margin-bottom: 10px;
 }
 
