/*
Theme Name:RMinc BLOG
Theme URI: http://rubberbandmaninc.com
Description: rubberbandmaninc
Author: mrt
Version:0.8
Tags: RMinc,2CLMS
*/

#menuSpace ul li#mBLOG{
	background: url(http://rubberbandmaninc.com/img/m1_BLOG.png) 0 -28px no-repeat ;
	height:0px;
	width:120px;
	padding-top:14px;
	_height:14px;
	overflow:hidden;
}

#contents.BLOGLY #areaL{
	float:right;
	width:550px;
	/*padding-left:10px;*/
	padding:0;
	margin:0;
	background:#000;
}

#contents.BLOGLY #areaR{
	width:160px;
	_width:170px;
	float:left;
	padding:0 0 0 10px;
	margin:0;
	min-height:500px;
	height: auto !important;
	height: 500px;
	/*background:#ff00ff;*/
}


/* ======================= title */
h2.posttitle{
	background: url(./img/ttlBG.png) repeat-y ;
}
h2.posttitle{
	font-size: 18px;
	margin-bottom:0;
}
h2.posttitle a{
	padding:6px 8px 8px 15px;
	display:block;
}
h2.posttitle a:link,
h2.posttitle a:visited{
	color:fff;
}
h2.posttitle a:hover,
h2.posttitle a:visited:hover{
	text-decoration:underline;
}

/* ======================= metadata */
#areaL dl.metadata,
#areaL dl.metadata dt,
#areaL dl.metadata dd,
#areaL dl.metadata dd ul,
#areaL dl.metadata dd ul li,
#areaL dl.metadata dd ul.post-categories li a{
	display:inline;
}

#areaL dl.metadata dd ul.post-categories li a{
	width:auto;
}

#areaL dl.metadata{
	color:#444;
	font-size:85%;
	_font-size:80%;
	margin-bottom:25px;
	display:block;
}

#areaL dl.metadata dt{
	padding:0 3px 0 0;
	margin:0;
	font-weight: bold;
	font-size:92%;
}
#areaL dl.metadata dd{
	color:#999;
	margin-right:16px;
}
#areaL dl.metadata dd a,
#areaL dl.metadata dd a:link,
#areaL .entryFooter a,
#areaL .entryFooter a:link{
	color:#000;
	background:#990000;
	padding:0px 4px;
}
#areaL dl.metadata dd a:visited:hover,
#areaL dl.metadata dd a:hover,
#areaL .entryFooter a:visited:hover,
#areaL .entryFooter a:hover{
	color:#fff;
	background:#ff0000;
	text-decoration:none;
}

#areaL .entryFooter{
	width:550px;
	margin:25px 0 100px 0;
	padding:3px 10px 2px 0;
	text-align:right;
	background:#060606;
}
#areaL .entryFooter a{
	margin-left:16px;
}

#areaL p img{
	margin:5px 0;
}


/* ===================== content */
#areaL p{
	color:#bbb;
	font-size:90%;
	_font-size:85%;
}
#areaL p.navigation{
	display:block;
	margin-bottom:10px;
}

/* ====================== sidebar */
#sidebar{
	padding:0;
	margin:0;
	/*background:#ff00ff;*/
}

#sidebar h2{
	font-size: 12px;
	height:0;
	display:block;
	width:160px;
	padding-top:20px;
	_height:20px;
	overflow:hidden;
	margin-bottom:3px;
}
#sidebar h2#sideBLOGTOP{
	padding-top:14px;
	_padding-top:0;
	_height:14px;
}
#sidebar h2#sideBLOGTOP a{
	background: url(./img/SIDE_BLOGTOP.png) no-repeat ;
	height:0px;
	width:120px;
	padding-top:14px;
	_height:14px;
	overflow:hidden;
}

#sidebar h2#sideBLOGTOP a:hover{
	background-position:0 -14px;
}


#sidebar h2#sideRecent{
	background: url(./img/SIDE_RECENT.png) no-repeat ;
}
#sidebar h2#sideArchive{
	background: url(./img/SIDE_ARCHIVE.png) no-repeat ;
}
#sidebar h2#sideCategory{
	background: url(./img/SIDE_CATEGORY.png) no-repeat ;
}
#sidebar h2#sideWriter{
	background: url(./img/SIDE_WRITER.png) no-repeat ;
}
#sidebar h2#sideTag{
	background: url(./img/SIDE_TAG.png) no-repeat ;
}

#sidebar ul li ul li{
	_padding:0;
	_margin:0;
	line-height:1.2em;
	display:inline;
	font-size:93%;
	_font-size:80%;
}

#sidebar ul li ul li a,
#sidebar ul li ul li a:link{
	color:#666;
	display:block;
	_padding:0;
	_margin:0;
}
#sidebar ul li ul li a:hover,
#sidebar ul li ul li a:link:hover,
#sidebar ul li ul li a:visited:hover{
	color:#fff;
	text-decoration:underline;
}

#sidebar ul li.sideLIST{
	padding-bottom:19px;
}
