/* ------  
Theme Name: Upstart Blogger Modicus
Theme URI: http://www.upstartblogger.com/


Colors:	Dark Red	#491C20
Colors:	Light Red	#C4A7A6
Colors:	Bright Red	#F5EFEF
------ */


/* ------  wrapper  ------ */
#wrapper {
	font-size: 1.2em;
	margin: 0 auto auto 40px;
	text-align: left;
	position: relative;
	overflow: hidden;
	width: auto;
	min-height: 100%;
	
	background-image: url(images/ff_bg_sidebar.png);
	background-repeat: repeat-y;
}


/* ------  sidebar  ------ */
#sidebar {
	position: absolute;

	top: 240px;
	left: 0px;
	
	padding: 20px 20px 0px 0px;
	width: 320px;
	height: auto;
}

/* ------  Message  ------ */
.message {
	float: left;
	clear: none;
	padding: 0 0 0 360px;
}
.post {
	padding: 10px 0 0 0;
}
/* ------  eventimage  ------ */
.eventimage {
	overflow: visible;
	text-align:left;
	float:left;
	clear:both;
	
}

.eventimage img {
	text-align:left;
	float:left;
	border-top: 1px solid #491C20;
	
	max-width: 600px;
	height: auto;
}

#notice {
	width: 600px;
	font-weight: normal; 
	size: 24px;
	
	border-top: 1px solid #491C20;
	
	margin: 16px 0 2px 0;
	padding: 16px 0 8px 30px;
	text-transform: uppercase;
}

/* ------ Postnavigation ------ */
#postnavigation {
	float: left;
	clear: both;
	border-top: 1px solid #491C20;
	margin: 0 0 0 360px;
	padding: 20px 0 8px 0;
	width: 630px;
}

.prevnavi {
	float: left;
	width: 100px;
	padding: 0 0 0 30px;
	background: #000 url('images/bg_previous.gif') no-repeat 8px 8px;
}
.indexnavi {
	float: left;
	width: 30px;
	padding: 0 0 0 0;
}
.nextnavi {
	float: left;
	width: 60px;
	background: #000 url('images/bg_next.gif') no-repeat 72px 9px;
	text-align:left;
	padding: 0 0 0 30px;
}

/* ------ footer ------- */
#footer {
	background: transparent;
	position: absolute;
	
	bottom: 0px;
	left: 0px;

	width: 340px;
	height: 50px;
}