
/*
Theme Name:     1001 Night
Theme URI:      http: //blog.serv.idv.tw/
Description:    A mod version for the Twenty Ten theme 
Author:         PipperL
Author URI:     http: //blog.serv.idv.tw/pipperl/
Template:       twentyten
Version:        1.0.0
*/

@import url("../twentyten/style.css");


/* Overwrite original CSS */
a {
	text-decoration: none;
}

a:visited {
	color:#0066CC;
}


blockquote, code, pre {
	margin: 0 20px;
	margin-bottom: 1em;
	padding: 0.05em 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	font-size: 0.9em;
}


pre {
	overflow: auto;
}


pre code {
	border: 0;	
}

#site-title {
	font-size:36px;
	width:500px;
}

#site-description {
	margin:14px 0 10px; 
	width:440px;
	text-align:right;
}


#content h3 {  /* fix extended block margin */
	margin:0 0 5px;
}

/* Extended Contents */

.postextendedtitle, .postextended h3 {
	letter-spacing: 0.3em;
	background-color: #DDDDDD;
	padding-left: 1.8em;
	/* margin-top: 1.5em; */
	/* margin-bottom: 0.5em; */

}

.postextended ul li {
	line-height: 1.8em;
	text-align: left;
}


.floatblock, .floatblock2, .floatblock3 {
	width: 250px;
	display:inline;
	float:left;
	font-size:0.9em;
}

.floatblock, .floatblock2 {
	margin-right :30px;
}

.floatblock3 {
	width: 50px
}


/* fix the issue of twitter badge */
.twtr-widget-profile h3, .twtr-widget-profile h4 {
	clear:none;
}