
/* Wide Post */

.wide-post {
	width: 800px;
	height:700px;
	margin: 45px;
	background: #FFFFFF ;
	border:1px solid #000000;
}

.wide-post .title {
	padding: 30px 0px 0px 30px;
	background: #ffffff
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	color: #996633;
}
.wide-post .title a:visited {
	text-decoration: none;
	color: #996633;
}
.wide-post .title a:active {
	text-decoration: none;
	color: #996633;
}
.wide-post .title a:hover {
	border: none;
		color: #CCCCCC;
}

.wide-post .entry {
	padding: 0 30px;
}
.wide-post .entry2 {
background: url(images/bg3.png) no-repeat right bottom;
width:170px;
float:left;
padding: 0 30px;
font:"Tw Cen MT";
font-size:12px;
color:#000000;
}
.wide-post .entry3 {
width:510px;
float:right;
padding: 0 30px;
}

.wide-post .entry4 {
background: url(images/bg2.png) no-repeat right bottom;
border:1px solid #cccccc;
width:180px;
height:160px;
margin:20px 20px 20px 30px;
float:left;
padding: 0 30px;
font:"Tw Cen MT";
font-size:12px;
color:#000000;
}
.wide-post .entry5 {
background: url(images/bg1.png) no-repeat right bottom;
border:1px solid #cccccc;
width:180px;
height:160px;
margin:20px 20px 20px 10px;
float:left;
padding: 0 30px;
font:"Tw Cen MT";
font-size:12px;
color:#000000;
}
.wide-post .bottom {
margin:10px 0px 0px 0px;
	background: #ffffff;

		border-bottom:1px solid #000000;

}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}


/* Footer */

#footer {
	padding: 40px 0;

	background: #FFFFFF repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}
