/**
 * Stylesheet for blog.icebirds.net .
 * Design & Coding by Icebird .
 * Special Thanks to Xuanxuan .
 */

/* ==== Tags Style ==== */

body{
	font: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #CED1D9;
}

img{
	border: none;
	max-height: 450px;
}

h1{
	float: left;
	margin: 60px 0 0 128px;
	-margin: 60px 0 0 64px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #000D85;
	margin: 0;
}

h3{
	font-size: 18px;
	font-weight: bold;
	width: 520px;
	clear:both;
	text-align: center;
}

p,#content li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	text-indent: 28px;
	clear: both;
}

p.subTitle{
	font: bold 12px/16px "MS Sans Serif" 宋体;
	color: #2F3089;
	text-align: center;
	margin: 14px 0 14px 24px;
}

p.summary{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 12px;
	color: #666666;
	border: 1px dashed #004444;
}

p.sign{
	text-indent: 0;
	font-size: 12px;
	height: 66px;
	background: url(/images/mainpage/qianming.gif) no-repeat;
	margin: 4px 0 0 250px;
	padding: 25px 0 0 40px;
	color: #2F3089;
}

p.sign span{
	display: none;
}

pre{
	font-size: 12px;
	color: #666699;
}

code{
	font-size: 12px;
	margin: 4px 10px 4px 32px;
	border: 1px solid #2F3089;
	padding: 5px;
	display: block;
	overflow: scroll;
}

input{
	font-size: 12px;
}

/* ==== IDs Style ==== */
#container{
	width: 858px;
	float: left;
}

#page{
	background: #CED1D9 url(/images/mainpage/background.jpg) no-repeat;
	width: 858px;
	height: 559px;
	float: left;
}

#content{
	float: right;
	width: 540px;
	height: 430px;
	overflow: auto;
	margin: 30px 100px 0 0;
	-margin: 30px 50px 0 0;
	
}

#comments, #altArea{
	width: 858px;
	float: left;
	clear: both;
	margin-top: -65px;
	margin-bottom: 65px;
}

#footer{
	clear: both;
	width: 858px;
	height: 60px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

/* ==== Classes Style ==== */

.textMenu{
	float: right;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0 0;
	border-top: 1px dotted #9999ff;
	width: 520px;
	text-align: right;
	margin: 10px 0;
}

.noteYellow,.noteCyan,.notePink,.noteBlue{
	width: 246px;
	height: 200px;
	margin: 15px;
	float: left;
}

.noteYellow h2,.noteCyan h2,.notePink h2,.noteBlue h2,.noteYellow h3,.noteCyan h3,.notePink h3,.noteBlue h3{
	font-size: 12px;
	margin: 15px 0 8px 15px;
	padding: 0;
	text-align: left;
	width: auto;
}
.noteYellow{
	background: url(/images/mainpage/notesyellow.gif) no-repeat;
}

.noteCyan{
	background: url(/images/mainpage/notescyan.gif) no-repeat;
}

.notePink{
	background: url(/images/mainpage/notespink.gif) no-repeat;
}

.noteBlue{
	background: url(/images/mainpage/notesblue.gif) no-repeat;
}

.noteBody{
	width: 230px;
	height: 145px;
	margin: 0 0 0 10px;
	overflow: auto;
	font-size: 12px;
}

.noteBody p{
	font-size: 12px;
	text-indent: 0;
}

.pagenate{
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}