/* 

Background Pic : 800 * 20  
border of the pic: 560 
right part of the pic: 224 


mark # is used by item like <div id="right">

+-----------------------------------------------------------+
|					<div id="container">					|
|															|
|					<div id="banner">						|
|															|
|	<div id="center">			<div id="right">			|
|															|
|	<div class="content">		<div class="sidebar">		|
|															|
+-----------------------------------------------------------+

Troubleshooing:
In the firefox , the background can not be shown correctly as the
item  "float:left" , so I add this to #container and it solved.
AND:
NEVER delete the last line of each page
<div style="clear: both;">&#160;</div>

*/


body {
	/* margin: 0px 0px 20px 0px; */
	margin: 0px ;
	background-color: #97ACCA;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:link {
	color: #8FABBE;
}

a:visited {
	color: #8FABBE;
}

a:active {
	color: #8FABBE;
}

a:hover {
	color: #006699;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


#page {
	/*up-right-bottom-lef*/
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}

#container {
	line-height: 140%;
	margin: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background: url(/mt-static/images/pageBack.gif);
	float: left;
/*	background-color: #97ACCA;
	border: 1px solid #FFFFFF; */
}

#container_individual {
	line-height: 140%;
	margin: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background: url(/mt-static/images/pageBack_blank.gif);
	float: left;
}

#banner {
	font-family: georgia, verdana, arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	background: url(/mt-static/images/banner.jpg) ;
	height: 108px;
	margin: 15px 0px 0px 0px;
}

#footer {
	padding: 0;
	margin: 0px 0px 15px 0px;
	width: 800px;
	clear: both;
	border-top: 1px solid #ccc;
	background: url(/mt-static/images/footer.gif) no-repeat;
	line-height: 30px;
	}
	

#right {
/*	float: left;*/
	overflow: hidden;
	width: 220px;
	margin-left:2px;
}

#center {
	float: left; 
	width: 560px;
	overflow: hidden;
	margin-bottom: 0px;
}

#center_individual {
	float: left;
	overflow: hidden;
	width: 768px;
	background: url(/mt-static/images/pageBack_blank.gif) ;
	margin-bottom:0px;
}

#powered {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
/*	vtext-align: left;*/
	border-right: 1px dotted #BBB;
}

#banner-img {
	display: none;
}

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

#banner h1 {
	font-size: xx-large;
	margin: 0px 20px 0px 40px;
}

#banner h2 {
	font-size: small;
	margin:15px 20px 0px 40px;
}

.sidebar {
	position: relative;
	padding: 15px;
	color: #666;
}

.content {
	/*up-right-bottom-lef*/
	padding: 15px 15px 5px 15px;
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;
	/*up-right-bottom-lef*/
	margin: 0px 16px 0px 16px;
}	

.content_individual {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;
	margin: 0px 16px 0px 16px;
}	

.content p { 
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 5px;
}

.content p.extended { 
	margin-bottom: 15px;
	text-align: right;
}

.content blockquote { 
	background: #EEEEEE;
	border: solid 1px #D1D7DC; 
	padding: 3px;
	line-height: 150%;
}

.content li { 
	line-height: 150%;
	margin-left:20px;
}

.content h2 { 
    background-color: white; 
    border: 1px solid #ccc;
	padding: 5px;
	color: #000000;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 20px;

	text-align: left;
	font-weight: bold;
	margin: 15px 10px 0px 0px;
}

.content h3 {
	color: #000000;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #999999; 
	text-align: left;
	font-weight: bold;
	/*up-right-bottom-lef*/
	margin: 15px 0px 0px 0px;
}

.content .posted {
	color: #999999;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left; 
	margin-bottom: 0px;
	line-height: normal;
	padding: 3px;

}

.content .code {
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: small; 
	color: #006600;
	background-color: #FAFAFA; 
	border: solid #D1D7DC 1px; 
	line-height: 150%;
	padding: 3px;
}


.content  pre,quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #444444; 
	line-height: 125%;
	background-color: #FAFAFA; 
	border: #D1D7DC 1px solid; 
	margin: 35px;
	padding: 3px;
}

/*
Some rules that apply to contents generated using the markup buttons "add left box" and "add right box" both boxes have slightly larger text, and take a maximum of 20% of the width of the contents.
*/

.content  .leftbox {
	margin: 10px;
	font-size: larger;
	float: left;
/*	border-right: 3px solid #ccc; */
}
.content .rightbox {
	margin: 10px;
	font-size: larger;
/*	width: 20%;*/
	float: right;
/*	border-right: 3px solid #ccc; */
}

.content hr {
	height:1px;
	width:65%;
	color:#999999;
}

img {
	border: 1px solid #000000;
	/* border-right: 3px solid #ccc; */
	margin: 5px;
}


#calendar {
	line-height: 140%;
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: x-small;

	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption {
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;

	text-align: center;
	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: .3em;
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}

.sidebar h2 {
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;

	font-weight: bold;

	text-transform: uppercase;
  
	letter-spacing: .3em;
	border-bottom: 1px solid #999999;

}

.sidebar ul {
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 25px;
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;
}

.sidebar li {
	color: #666666;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 125%;
	margin-top: 10px;
	list-style-type: none;
}

.sidebar img {
	border: 0px solid #FFFFFF;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.link-note {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	text-align: left;
	margin-bottom: 5px;
}


textarea[id="comment-text"] {
	width: 80%;
}

.RSS {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: white;
	background-color: #F60;
	border:1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding:0px 3px 0px 3px;
	margin:0px;
}

