

/*  
Theme Name: Sliding Door
Theme URI: http://mac-host.com/slidingdoor/
Description:A unique template featuring  sliding images in the header based on phatfusion imagemenu. Look at theme homepage to see the menu in action - the preview does not work on wordpress.org!!!!  Sliding images in header link to pages, or can be redirected using the Page Links To plugin. The theme has a comprehensive support forum to help you get started at http://mac-host.com/support  
Version: 1.8.7
Author: Wayne Connor
Author URI: http://www.macintoshhowto.com/
Tags: black, fixed-width, custom-header, photoblogging, dark, left-sidebar

*/










BODY{
SCROLLBAR-FACE-COLOR: #FFFFFF; /*捲軸顏色*/
SCROLLBAR-HIGHLIGHT-COLOR: #000000; /*捲軸左與上內邊框*/
SCROLLBAR-SHADOW-COLOR: #000000;/*捲軸右與下內邊框*/ 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; /*捲軸左與上外邊框*/ 
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;/*捲軸右與下外邊框*/
SCROLLBAR-ARROW-COLOR: #000000; /*捲軸箭頭*/
SCROLLBAR-TRACK-COLOR: #FFFFFF; /*捲軸底色*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
background-image: url(img/bg.jpg);
		background-attachment:fixed;
			background-repeat: repeat-y; 
}

body,table
{color : #000000 ; /*文字色彩*/
font-family : 新細明體 ; /*文字字型*/
font-size : 9pt /*文字大小*/
}
A:link /*超連結*/
{color:#000000;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:visited /*瀏覽過的超連結*/
{color:#000000;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:active /*按下連結*/
{color:#ef1111;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:hover /*滑鼠移至連結*/
{color:#ef1111;/*文字色彩*/

}


textarea,input,object        { font-family: {FONT}; font-size: {FONTSIZE};  color: {TABLETEXT}; font-weight: normal; background-color: {ALTBG1} ; border: 1px #8899AA dashed }


#content {
float: left;
	width: 691px;
padding: 0px 0px;


}


#content333 {
	margin-top: 5px;
		margin-bottom: 5px;
	font-color: #000000;
	font-family: "Times New Roman";
	font-size : 8pt; /*文字大小*/
}




    #content .post {
				float: left;
		width: 691px;
		margin-bottom: 1px;
	padding-top: 10px;
}
	
	
	#content .post img {
	max-width: 691px;
	margin-bottom: 0px;
	margin-top: 0px;

}     

div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}