@import url("http://www.loopsky.com/css/navi.css");

/*
===== CSS Index=====

	1: universal reset 
	
	2: header
		
	3: Base layout
	 3-1: allbox
	 3-2: doublebox
	 3-3: left-subbox
	 3-4:right-subbox
	
	4:footer
	
	5:right-unit
	
	6:image

====================
*/

/* @group 1: universal reset */

*{
	margin: 0px;
	padding: 0px;
	}
html{
	height:100%;
}


/* @end */

/* @group 2:base-layout */

body{
	height:100%;
	background: url(http://www.loopsky.com/img/base/bg_body.png) repeat-y;
}

#wrapper{
	width: 960px;
	border: none;
	_margin-top: -10px;
	background-color: transparent;}


div#fmenu2 {
	width: 200px;
	float: left;
	_margin-top:-70px;
}

.pro_linedrop table {
	top: 32px;
	left: 0;

}

div#content {
	float: right;
	width: 740px;
	margin-top: 6px;
	_margin-top:-80px;
	padding: 0px auto 15px auto;
	text-align: center;
	font-size: 12px;
}
.sidebar-block ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-block li{
	list-style: none;
	background: url(http://www.loopsky.com/img/base/pt_stone_circle.gif) no-repeat left 5px;
margin-bottom: 0.4em;
padding-left: 16px;
}

#footer {
	border: none;
	margin: 0px;
}
#footer p{
	text-align: right;
}
/* @end */




/* @group 3: text-set  */

h1{
	font-size: 22px;
}
h2{
	font-size: 18px;

}

h3{
	font-size: 14px;
}

h4{
	font-size: 11pt;
}

div#content p{
	font-size: 12px;
	line-height: 1.8;
	color: #444444;
}

p.morelink{
	font-size: 14px;
	line-height: 1.8;
	color: #444444;
	text-align: right;
}


/* @end */

/* @group prefarence */

#header{
	height: 1px;
}

div#header h1,
div#header h2{
	text-indent: -9999px;
}
#siteinfo {
padding:0px 0 0;
}
/* @end */

/* @group entry */

.entry h2{
	font-size: 22px;
}	

.entry h2 a{
		font-size: 22px;
color: #15a1d2;
font-weight: bold;
text-decoration: none;
	padding: 10px 0px;
	display: block;
	padding-top: 18px;
	padding-bottom: 16px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

h2.etitle{
	background-image: none;
		font-size: 22px;
}	

div.meta{
	text-align: right;
	margin-bottom: 24px;
}

p.morelink{
	width: 460px;
	margin: auto;
	background: url(http://www.loopsky.com/loopcommunity/img/bg_blog_readmore.png) no-repeat center bottom;
	padding-bottom: 8px;
	
}

p.morelink a{
	height: 28px;
	display: block;
	color: #555555;
	font-size: 14px;
	padding-right: 112px;
	margin-top: 30px;
		background: url(http://www.loopsky.com/loopcommunity/img/bt_blog_readmore.png) no-repeat right top;
}

p.morelink a:hover{
	background-position: right -39px;
}

/* @end */





/*=====	4:footer =====*/

#copy{
	width: 100%;
	text-align: left;
	height: 30px;
	}

#copy p{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin: 0px;
	line-height: 24px;
	color: #ab7c43;
	font-size: 10px;
	text-align: left;
	letter-spacing: 1px;
}


span.shopname{
	font-size: 10px;
	font-weight: bold;
	color: #AB7C43;
}

/*	===== 5:right-unit =====*/

a{
color: #0099FF;
text-decoration: none;
}

a.visited{
color: #4f93bf;
text-decoration: none;

}

a.hover{
	color: #00CCFF;
	text-decoration: underline;
}




