@charset "utf-8";
/* CSS Document */

#container {
	width:800px;
	margin:0px auto;
	}

#logo_home {
	width:100%;
	padding-top:10px;
	text-align:center;
	border-bottom:1px solid #CCC;
	}

#slogan {
	margin-top:10px;
	margin-bottom:25px;
	font-size:17px;
	text-align:center;	
	}

#left {
	float:left;
	width:450px;
	padding-bottom:25px;
	}

#right {
	float:right;
	width:325px;
	padding-bottom:25px;
	margin-left:px;
	}

#search {
	width:319px;
	height:184px;
	}

#search_container {
	width:230px;
	margin:0px auto;
	margin-top:50px;
	text-align:center;
	}
	
#search input {
	width:100%;
	font-size:16px;
	margin-bottom:20px;
	}
	
#recent {
	width:319px;
	height:284px;
	margin-top:25px;
	}

#recent_container {
	padding:5px 15px 0px 15px;
	}
	
#recent #slug {
	font-size:14px;
	padding-bottom:5px;
	border-bottom:1px solid #6C3;
	}

#recent .post {
	clear:right;
	width:100%;
	height:75px;
	}

#recent .image {
	float:left;
	width:54px;
	height:54px;
	text-align:center;
	margin:10px 10px 0px 0px;
	}

#recent .image img {
	margin-top:auto;
	background:#FFF;
	padding:2px;
	border:1px solid #CCC;
	}
	
	
#recent .title {
	width:auto;
	font-weight:bold;
	font-size:14px;
	margin-left:10px;
	padding-top:10px;
	}
	
#recent .description {
	}
	
#left h2 {
	padding:5px 0px 5px 20px;
	margin:0px;
	border-bottom:1px solid #999;
	}
		
#login {
	height:200px;
	background:url(../images/login_bg.jpg) bottom repeat-x #dcecfb;
	font-size:14px;
	}

#info {
	float:left;
	font-weight:bold;
	width:140px;
	margin:20px;
	padding-right:10px;
	padding-bottom:10px;
	}

#login_container {
	float:left;
	width:235px;
	margin-top:40px;
	}

#login input {
	float:left;
	width:155px;
	margin-bottom:10px;
	}

#login label {
	float:left;
	width:65px;
	font-weight:bold;
	text-align:right;
	margin-bottom:10px;
	margin-right:5px;
	padding-top:2px;
	}

#submit {
	margin-left:59px;
	}

#submit input{
	display:inline;
	width:75px !important;
	margin-left:10px;
	}

#process {
	clear:left;
	height:300px;
	margin-top:25px;
	background:url(../images/process_bg.jpg) bottom repeat-x #e5f9df;
	color:#3f8ede;
	font-size:14px;
	font-weight:bold;
	}

#process h3 {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#000 !important;
	}

#process .image {
	width:100%;
	text-align:center;
	margin-top:30px;
	}

#create {
	float:left;
	width:184px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #CCC;
	}

#upload {
	float:left;
	width:180px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	}

#soutmsg {
	position:absolute;
	top:205px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:15px;
	background-color:#EEE;
	border-bottom:1px solid #CCC;
	}