/* 
給內頁使用的CSS
*/


/* the fons, margins, color, etc of everything */
#html, body
{
font: 13px trebuchet ms;
margin: 0;
padding: 0;
color: #666;
height: 100%;
}

img {
	border: none;	
}

/* what holds everything in place */
#container
{
background: #fff;
width: 940px;
margin: 10px auto;
}

/* the banner image holder */
#banner 
{
width: 940px;
height: 80px;
margin: 0 0 0 0;
}

#banner a 
{
color: #ccc;
text-decoration: none;
}

#banner h1 {
	font-size: 26px;
	margin: 0;
	padding: 10px 20px 0 0;
	text-align: right;
}

#banner h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#banner h1 a:hover {
	color: #FFFFFF;
	letter-spacing: 1px;
}

#banner #desc {
	color: #FFFFFF;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
}

#logo {

	padding:25px 0 13px 80px;	
}

#logo img a:link{
	border: none;	
}

#logo img a:hover{
	border: none;	
}
#bannermeta {
	float:right;
	width: 350px;
	padding: 3px;
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

#bannermeta li{
  list-style: none;
  display: inline;
}

#bannermeta form {
	float:right;
}

input[type=submit] {
	background: #eee;
	border: 1px outset #aaa;
	color: #111;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

input[type=text] {
	background: #eee;
	border: 1px outset #aaa;
	color: #111;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

/* where all the main text is stored */
#content
{
overflow: hidden;
background: #fff;
display: inline;
float: right;
margin-left:10px;
margin-bottom: 20px;
margin-right: 10px;
padding: 5px;
width: 700px;
}

#content p
{
	line-height:18px;
	font-family: verdana, helvetica, sans-serif;
	font-size:13px;
	padding: 0px;
	letter-spacing: 0.10em;	
}


#product
{
	line-height:18px;
	font-family: verdana, helvetica, sans-serif;
	font-size:13px;
	padding: 0px;	
}

#product h2
{
	line-height:24px;
	color: #59814e;
	font-family: verdana, helvetica, sans-serif;
	font-size:15px;
	padding: 6px;
}

#product .title {
	float: left;
	width: 600px;
	margin: 5px;
	padding: 4px;
	}
	
.productshow ul li a
{
 	color: #57853c;
 	padding: 2px;
}

.productshow h2 a
{
 	color: #57853c;
	padding: 4px;
}

.productshow
{
	list-style: none;
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
	width:320px;
	height: 360px;
	border: 1px dotted #d2e548;	
	margin: 4px 8px 6px 4px;
	padding: 4px;
	float: left;
}

#product ul
{
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
	margin: 5px;
	padding: 10px 5px 5px 5px;
	list-style: none;
}

#product li
{
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
	margin: 2px;
	padding: 0px;
	list-style: none;
}

.productshow p
{
	line-height:18px;
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
	margin: 10px;
	padding: 4px;
	text-align: left;
}

#productdetail {
	width: 550px;
	line-height:18px;
	font-family: verdana, helvetica, sans-serif;
	font-size:13px;
	padding: 10px;
	margin: 20px;	
}

img.productimg
{
	margin: 10px;
	padding: 20px;
		
}

/* the right bar */
#sidebar 
{ 
float: left;
background: #fff;
width: 180px;
border-right: 1px dotted #ccc;
padding: 5px 10px 0 10px;
margin: 10px 5px 10px 0px;
text-align: right;
}

#sidebar p
{ 
margin: 4px;
font-size: 12px;
padding: 3px 3px 6px 3px;
text-align: justify;
}

#sidebar .sidebarmeta
{ 
background: #fff;
width: 160px;
margin: 10px 5px 10px 4px;
text-align: right;
}

#sidebar .sidebarmeta h3
{ 
 color:#d2e548;
 font-family: verdana, helvetica, sans-serif;
}

#sidebar .sidebarmeta p
{ 
text-align: justify;
padding: 3px 0px 6px 3px;
}


#sidebar .sidebarmeta a:hover
{
color:#d2e548;
background: #fff;
}

#sidebar .sidebarmeta ul li a:hover
{
background: #d2e548;
color: #fff;
}

#sidebar a
{
display: block;
color: #666;
text-decoration: none;
padding: 6px 0 6px 0;
font-size: 12px;
border-bottom: 1px #d2e548 dotted;
} 

#sidebar a:hover
{
background: #d2e548;
color: #fff;
}

#sidebar img 
{ 
border: none; 
padding: 3px; 
margin: 3px 3px 0 3px; 
}


#sidebar h2
{
color: #59814e;
font-size: 14px;
}

#sidebar img:hover
{ 
border: none;
background: #fff; 
}

/* footer */
#footer 
{
font-size: 12px;
clear: both;
border-top: 1px #d2e548 dotted;
text-align: center;
margin: 0px auto 0px auto;
padding-bottom: 5px;
padding-top: 5px;
width:940px;
}

#footer a
{
color: #666;
font-weight: bold;
text-decoration: none;
}

#footer a:hover
{
text-decoration: none;
color:cccccc;
}

#footer img
{
border: none;
margin-top: 2px;
padding: 4px 0 2px 0;
}

#footer img:hover
{
border: 1px solid #cccccc;
}

/* link styling */


#content a
{
color: #57853c;
text-decoration: none;
} 
#content a:hover
{ 
text-decoration: underline; 
}


/* extra attributes */
.headline { font-size: 18px; margin: 3px 0 3px 0; }

.meta { width: 300px; text-align: left; color: #666; letter-spacing: 2px; }

.imageright { float: right; border: 1px solid #ccc; padding: 4px; margin: 3px 3px 0 7px; } 

.imageright:hover { border: 1px solid #666; }

.imageleft { float: left; padding: 10px; margin: 3px 15px 0px 0px; }  .imageleft:hover { border: 1px solid #666; }

.sideimage { border: 1px solid #ccc; padding: 3px; margin: 4px; margin: 10px 0 5px 0; } .sideimage:hover { border: 1px solid #666; }

#topbar ul { margin: 0; padding: 0; } 

#topbar li { list-style: none;  width: auto;  }

#sidebar ul { margin: 15px 0 15px 0px; padding: 0; } 

#sidebar li { margin: 0; padding: 0; text-align: right; list-style-type: none;  }

/*headings */
h1
{
font-size: 24px;
}
h2
{
font-size: 18px;
}
h3
{
font-size: 14px;
}
h4
{
font-size: 12px;
}
h5
{
font-size: 10px;
}
h6
{
font-size: 8px;
}


strong { color: #87af7b; background: inherit; }

blockquote 
{
background: url('images/blockbg.jpg') repeat-x;
color: #666;
padding: 5px;
border: 1px solid #ccc;
margin: 5px 0 15px 0px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.center {
	text-align: center;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
.post {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: justify;
	}

.post img 
{ 
border: none; 
padding: 3px; 
margin: 3px 3px 0 7px; 
}
.post img:hover
{ 
border: none; 
}



/* Begin Form Elements */

.entry
{
	line-height:18px;
	font-family: verdana, helvetica, sans-serif;
	font-size:13px;
	padding: 0 20px 20px 20px;	
}

#entry
{
	line-height:18px;
	font-family: verdana, helvetica, sans-serif;
	font-size:13px;
	padding: 0 20px 20px 20px;	
}

.entry h2
{
	line-height:24px;
	color: #59814e;
	font-family: verdana, helvetica, sans-serif;
	font-size:15px;
	padding: 6px;
}

#entry h2
{
	line-height:24px;
	color: #59814e;
	font-family: verdana, helvetica, sans-serif;
	font-size:15px;
	padding: 6px;
}


#entry img
{
	padding:10px;
}

#entry p
{
	padding:0px 5px 0px 5px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
	}



select
{
width: 130px;
}

#commentform { float: left; }
#commentform input
{
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea
{
width: 50%;
padding: 2px;
}

#commentform #submit
{
margin: 0;
float: left;
}
/* End Form Elements */

/* Comment List Styling */

.commentlist {
background: #F8FAF8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
line-height:20px;
text-align:left;
}

div#comments ol li
{
list-style-image:url(images/lic.gif);
}

div#comments cite 
{
font-weight: bold;
font-style: normal;
font-size: 1.1em;
list-style-image:url(images/lic.gif);
}



h3#comments, h3#respond 
{
color: 232323;
font-size: 1em;
margin: 0;
}

code 
{
color: #D48B00;
font-family: "Courier New", Courier, monospace;
padding-left: 2px;
padding-right: 2px;
}

.alt 
{
background-color: #f8faf8;
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
.alt img {
border: 0px;
margin: 0px
}
.alt img:hover {
border: 0px;
margin: 0px;
}
.comment
{
color: #232323;
background: inherit;
}

.title
{
color: #F8FAF8;
}

a img {
	border: none;
	}






