@charset utf-8
/*
Theme Name: Strange Little Town
Description: With whimsical, crooked little houses. 
Author: Minmin
Author URI: http://magical.nu/
Version: 0.3
Tags: two-columns, pink, purple, blue, dark, fixed-width, right-sidebar, holiday, seasonal
*/

/*	I'm never good at having perfect, tidy CSS ... hopefully they will come out valid.
	So without further ado,
	In the order of appearance I present to you  */

/* ----------- Basic ----------- */

img{
	border:none;
	behavior: url(iepngfix.htc);
	}

a img { border:none }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

  
body{
	background:DodgerBlue;
	background:DodgerBlue url('img/header.png') repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-size:62.5%;
	color:white;
	font-family:GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"微軟正黑體",SimHei;
	*font-family:"微軟正黑體",SimHei,GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif;
	}
	
a,p a{
	color:white;
	text-decoration:none;
	}
	
a:hover,p a:hover{
	color:DeepPink ;
	}
	
li a{
	color:white;
	text-decoration:none;
	}
	
li a:hover{
	color:DeepPink ;
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:15px;
	}

h1{
	padding:0;
	margin:5px;
	font-size:25pt;
	font-weight:bold;
	font-family:GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"微軟正黑體",SimHei,"新細明體";
	*font-family:"微軟正黑體",SimHei,GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"新細明體";
	}
	
h2{
	font-size:20pt;
	font-weight:bold;
	font-family:GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"微軟正黑體",SimHei,"新細明體";
	*font-family:"微軟正黑體",SimHei,GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"新細明體";
	}
h3{
	font-size:16pt;
	font-weight:bold;
	font-family:GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"微軟正黑體",SimHei,"新細明體";
	*font-family:"微軟正黑體",SimHei,GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"新細明體";
	}
	
h4{
	font-size:14pt;
	font-weight:bold;
	font-family:GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"微軟正黑體",SimHei,"新細明體";
	*font-family:"微軟正黑體",SimHei,GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"新細明體";
	}
	
strong{
	}	
	
em{
	color:white;
	}
	




/* ----------- Heading ----------- */
	
#description{
	font-size:15pt;
	font-family:"微軟正黑體",SimHei,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: white;
	margin-top:-10px;
	}
	
	
	
	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	margin:0;
	height: 70px;
	font: 1.4em Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
	width:630px;
	}
	
#topnavi a{
	display:block;
	float:left;
	padding:10px 10px 0 10px ;
	color: white;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: LightSkyBlue;
	}

#menu{
	float:left;
	width:450px;
	}

#rightnavi{
	float:right;
	width:100px;
	text-align:right;
	margin-right:0;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */
	
#main{
	width:1000px;
	margin:0 auto 0 auto;
	text-align:left;
	}

#content1{
	width:780px;
	float:right;
	font-size:9pt;
	line-height:160%;
	font-family:Arial,Helvetica,sans-serif;
	}
	
#content2{
	width:540px;
	padding:25px 10px;
	float:left;
	font-size:9pt;
	line-height:160%;
	font-family:Arial,Helvetica,sans-serif;
	}
#content2 h1{
	margin-top:10px;
	}
#content2 li{
	margin-top:5px;
	margin-bottom:5px;
	}

#content2 .time{
	text-transform:uppercase;
	margin-top:-12px;
	border-bottom:LightSteelBlue dotted 1px;
	color: SkyBlue;
	}
	
#content2 .gray{
	color:SkyBlue;
	}
	
#content2 .edit{
	float:right;
	}
	
#content2 .time a{
	color:white;
	text-decoration:none;
	}
	
#content2 .time a:hover{
	color:DeepPink ;
	text-decoration:none;
	}
	
.post{
	padding:0 0 30px 0
	font-size:19pt;
	}
.post hr{
	border:0;
	border-bottom:1px solid royalblue;
}
.details{
/*
	background-image:url('img/sidebarbg.png');
*/
	padding:2px 15px 2px 15px;
	}
/*
.details a:hover{
	color:DeepPink ;
	border-bottom:white solid 1px;
	}
*/
	

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	clear:both;
height:30px;
padding:5px;
	}
	
/* ----------- Sidebar ----------- */
	
.lsidebar{
	margin-right:10px;
	font-size:10pt;
	width:180px;
	float:left;		
	color:#FFFFFF;
	}
.lsidebar h2{
	background:url('img/sidebarbg.png');
	padding:0;
	margin:5px;
	color:#FFFFFF;
	text-align:left;
	font-size:12pt;
	font-weight:blod;
	border-bottom:white solid 1px;
	}
	
.sidebar{
	font-size:10pt;
	width:200px;
	float:right;
	margin-right:0px;	
	color:#FFFFFF;
	}
	
.sidebar h2{
	background:url('img/sidebarbg.png');
	padding:0;
	margin:5px;
	color:#FFFFFF;
	text-align:right;
	font-size:12pt;
	font-weight:blod;
	border-bottom:white solid 1px;
	}
	



.sidebar ul{
	margin: 0;
	padding: 2px;
	list-style-type: none;
	}
	
.sidebar ul li{
	background:none;
	padding:2px 0 2px 0;
	margin:5px;
	}
	
.sidebar ul li li{
	border-bottom:LightSteelBlue  solid 1px;
	padding:3px 10px;
	}

.sidebar a{
	text-decoration:none;
	color: SkyBlue;
	}
.sidebar a:hover{
	color: white;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	_background:#3399FF; /* IE6 */
	border-bottom:white solid 1px;
	}
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:0;
	color:#FFFFFF;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	text-align:center;
	padding:20px;
	font-size:9pt;
	font-weight:normal;
	background:black;
	margin-top:30px;
	font-family:Arial,sans-serif;
}



	
/* ----------- Comments ----------- */
#comments{
	display:block;
	text-align:right;
	font-size:10pt;
	font-weight:normal;
}
.commentlist li .avatar {
	float:left;
	padding-right:5px;
}
ol.commentlist {
	display:block;
	margin:0;
	padding:0;
	}
.commentlist li {
	display:block;
	margin:10px 30px 10px 30px;
	padding:10px 15px 10px 15px;
	background: #5dafff;
}
.commentlist p {
	margin: 10px 0 10px 5px;
	padding: 0 20px 0px 20px;
	color:#fafcf6;
}
.comment-meta{
	border-top:1px dotted #ffffff;
}
.reply {
	text-align:right;
}
#respond{
	border-top:LightSteelBlue dotted 1px;
	margin-top:20px;
	padding-top:10px;
}
#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
#commentform textarea {
	width:500px;
	background: DodgerBlue;
	border:1px solid skyblue;
	color:white;
	font-size:12pt;
	font-family:GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif,"微軟正黑體",SimHei;
	*font-family:"微軟正黑體",SimHei,GillSans, Calibri, Trebuchet,Helvetica,Arial,sans-serif;
}


/*  ------------ ADD -------------   */
#tbMain{}
#tbMain td{
	padding:5px;
	border-bottom:1px solid #3783e4;
}
.submenu {
	text-align:center;
	margin:15px 5px 30px 5px;
	padding:8px;
	background-color:black;
	color:#666666;
}
.submenu a {
	color:white;
}
.submenu a:hover {
	color:SkyBlue;
}
.submenu span {
	color:white;
	font-size:12pt;
}
.hr{
	border-bottom:1px solid skyblue;
	margin:20px 0px;
	clear:both;
}
.pane{
	padding:20px;
	background:#2072d8;
}


/*  ------------ CHARS -------------   */

#chars {}
#chars a{
	display:block;
	float:left;
	width:130px;
	height:400px;
	margin:0px;
/*
border:1px solid red;
*/
}
a:hover#link_nds {
	background:url(/files/chars/name_nds.jpg) no-repeat 0px 330px;
}
a:hover#link_psp {
	background:url(/files/chars/name_psp.jpg) no-repeat 0px 330px;
}
a:hover#link_xbox {
	background:url(/files/chars/name_xbox.jpg) no-repeat 0px 330px;
}
a:hover#link_ps {
	background:url(/files/chars/name_ps.jpg) no-repeat 0px 330px;
}
a:hover#link_wii {
	background:url(/files/chars/name_wii.jpg) no-repeat 0px 330px;
}
a:hover#link_pc {
	background:url(/files/chars/name_pc.jpg) no-repeat 0px 330px;
}

a:hover#test {
	background:url(http://gaforum.org/images/avatars/IC5388-22.gif) no-repeat 0px 0px;
}



/* ----------- Index Page :Top  ----------- */
.top-news{
	border-bottom: 1px solid LightSteelBlue;
	margin: 2px 2px 0;
}
.top-news h1{
	display:block;
	width:65px;
	float:left;
	font-weight:blod;
	line-height:35px;
}
.top-news .d{
	color:white;
	font-size:35px;
}	
.top-news .m{
	color:LightSkyBlue;
	font-size:25px;
}	
.top-news a{
	display:block;
	width:160px;
	line-height:20px;
	float:right;
	margin: 10px 0 0;
}
	
