@charset "utf-8";

body{
	background:#fff;
	color:#000;
	padding:0;
	margin:0;
	font-family:'Trebuchet MS',Verdan,sans-serif;
    font-size:13px;
    text-align:center;
}

label{cursor:pointer;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.bold{font-weight:bold;}

img, table{border:0;font-size:13px;}

a{color:#000; text-decoration:none;}
a:hover{color:#666; text-decoration:none;}

a img{
    text-decoration:none;
    border:none;
}

textarea,input{ 
    border:1px solid #888;
    padding:2px 3px;
}

.submit{
    background:url(../images/bg_submit.jpg) repeat-x;
    border:none;
    padding:3px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
 
h1, h2, h3, h4{
    font-size:22px;
    font-weight:bold;
    color:#000;
    margin:0 0 10px 0;
    padding:0;
    text-align:left;
}
h2{font-size:18px;}
h3{font-size:15px;}
h4{font-size:14px;}

#main{
	width:910px;
	margin:0 auto;
	text-align:left;
	z-index:10;
	position:relative;
	
	background:url(../images/bg_main.gif) repeat-y;
}

#header{
    width:940px;
	margin:0 auto;
	z-index:10;
    position:relative;
}

#content{
    padding:10px 15px 25px 15px;
    margin:0 5px;
    background:#F4F4F4; 
}

#footer{
    background:url(../images/footer.jpg) no-repeat;
    height:46px;
    padding:3px 20px 0;
    color:#c8c8c8;
}

#footer a{
    color:#fff;
}


#top{
    width:100%;
    height:316px;
    position:absolute;
    z-index:1;
    background:url(../images/top.gif) repeat-x;
    left:0;
    top:20px;
}

.white_space{
    height:20px;
}



.ok, .error{
    margin:5px 150px;
    padding:10px;
    width:auto;
    text-align:center;
}

.error{
    border:1px solid #7c0505;
    background:#ffcece;
}
.ok{
    border:1px solid #006600;
    background:#f2ffe1; 
}


#blog{

}

#announced{
    width:27%;
    float:right;
}



ul#blog_list{
    
}

ul#blog_list li{
    margin:10px 0;
    list-style-image:url(../images/page.gif);
    padding:0 0 20px;
    border-bottom:1px solid #ccc;
}

ul#blog_list li h2{
    margin:0;
}

.post_info{
    font-size:12px;
    color:#777;
}

.post_content{
    padding-top:10px;
}

.post_content img{
    margin:10px;
}

.post_content p{
    margin:5px 0 10px;
    padding:0;
}