
/* = import 960.gs css framework */
@import url(css/960.gs.css);

/* ------------------
 * gobal settings
 * --------------- */

body {
width: 950px;
margin-left: auto;
margin-right: auto;
background: #fff;
color: #333;
font-size: 13px;
line-height: 1.7;
font-family: 'Microsoft YaHei',Georgia,Times,"Times New Roman",serif;
background: #E8ECED url(images/bg.png) repeat-x;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input, textarea { font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-size: 12px; }

input, textarea {
    color: #666;
    margin-left: 20px;
    padding: 3px 10px 3px;
    border: 1px solid #CAD3D5;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-box-shadow: inset 0px 1px 2px #ececec,0px 1px 1px #fff;  
    -moz-box-shadow: inset 0px 1px 2px #ececec,0px 1px 1px #fff;  
    box-shadow: inset 0px 1px 2px #ececec,0px 1px 1px #fff;
}

textarea { *padding: 3px 10px 2px; }

.submit {
margin-left: 0;
border: 1px solid #B8CACB;
background: url(images/button.png) repeat-x center;
font-weight: bold;
text-shadow: 0 1px 0 white;
color: #333;
cursor: pointer;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

.submit:hover {
border-color: #85A5A7;
text-decoration: none;
}

.submit:active {
background: url(images/button-active.png) repeat-x center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea { padding: 3px 10px 2px; }
}

a {
color: #558393;
text-decoration: none;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
a:hover {
color: #222;
border-bottom: none;
text-decoration: none;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}

pre, code, tt {
	font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5;
}
code { margin-bottom: 20px; }
pre, code {
display: block;
overflow-x: auto;
background: #f4f4f4;
padding: 5px 10px;
border: 1px solid #ddd;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }

/*code {display: block; border: 1px solid #AAAAAA; background: #F1ECDD; color: #333; line-height: 16px; overflow: auto;
	font-family: 'andale mono','lucida console',monospace; padding: 10px; margin: 10px 0;}*/

/* Tables
-------------------------------------------------------------- */

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #ddd; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; }


ul { list-style-type: disc; }

/* -------------------------
 * reset width to 840px
 * ---------------------- */
.container_15 { width: 950px; }
.container_16 {
width: 950px; background: #fff;
padding: 20px 0 25px;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-o-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0px 1px 2px #9AB1B1;
-moz-box-shadow: 0px 1px 2px #9AB1B1;
box-shadow: 0px 1px 2px #9AB1B1;
}

/* ------------------
 * header
 * --------------- */

#header {
color: #666;
}

#logo {
margin-top: 20px;
}

#logo h1 {
font-size: 35px;
font-weight: normal;
margin-bottom: 0;
height: 76px;
}
#logo h1 a {
color: #333;
border: none;
}
#logo h1 a:hover {
}

#search {
float: right;
margin-top: 12px;
}

/* = header navigation menu */
#nav_box {
	background: #35262D;
	margin: 0 auto;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 1px 2px #9AB1B1;
	-webkit-box-shadow: 0 1px 2px #9AB1B1;
}

#nav-menu {
	background: #35262D;
	height: 35px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-box-shadow: 0 1px 2px #9AB1B1;
	-webkit-box-shadow: 0 1px 2px #9AB1B1;
}

ul#nav_menu {
height: 30px;
line-height: 30px;
list-style: none;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
ul#nav_menu li {
float: left;
padding: 0;
margin: 5px 10px -1px;
height: 30px;
line-height: 30px;
}
ul#nav_menu li a {
font-weight: bold;
color: #fff;
border: none;
height: 29px;
line-height: 29px;
display: block;
float: left;
padding: 0 20px;
}

ul#nav_menu li.current a {
background: #4A3C42;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-o-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
}
ul#nav_menu li a:hover {
background: #4A3C42;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-o-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
}

/* ------------------
 * content
 * --------------- */
#content { overflow: hidden; padding-left: 10px; }
#content p { margin-bottom: 10px; margin-left: 1px; }

.post {
margin-bottom: 0px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
width: 100%;
}

.post img {
max-width: 570px;
margin: 5px;
}

h2.entry_title {
margin-bottom: 0;
font-size: 18px;
font-weight: bold;
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

h2.entry_title a {
color: #C60;
border: none;
}

h2.entry_title_i {
margin-bottom: 5px;
font-size: 18px;
font-weight: bold;
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

h2.entry_title_i a {
border: none;
}

h2.entry_title_i a:hover {
color: #333;
}

.post h3 { font-size: 16px; }
.post h4 { font-size: 15px; }
.post h5 { font-size: 14px; font-weight: bold; }
.post h6 { font-size: 13px; font-weight: bold; }

.entry_data {
color: #666;
font-size: 12px;
padding-bottom: 10px;
}

.entry_data a {
}

.entry_data span {
margin-right: 4px;
padding-right: 7px;
border-right: 1px solid #ddd;
}

.postp {
margin-bottom: 0px;
padding-bottom: 5px;
/*border-bottom: 1px solid #ddd;)*/
width: 100%;
}

.postp img {
max-width: 570px;
margin: 5px;
}

/* = pages nav */
ol.page-navigator {
margin: 20px 0 0 0;
color: #666;
list-style: none;
font-size: 12px;
line-height: 30px;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

ol.page-navigator li {
margin: 0 5px 0 0;
display: inline;
}

ol.page-navigator li a {
padding: 2px 6px;
border: 1px solid #ddd;
text-decoration: none;
}

ol.page-navigator li a:hover {
border-color: #999;
}

ol.page-navigator li.current a {
background: #558393;
border-color: #558393;
color: #fff;
}


/* ------------------
 * sidebar
 * --------------- */
#sidebar {
overflow: hidden;
}
.widget {
margin: 0 0 20px 20px;
background: #E8ECED;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
.widget h3 {
font-size: 15px;
margin-bottom: 0;
font-weight: bold;
}
.widget ul {
margin: 0;
list-style-type: none;
border-top: 2px solid white;
}
.widget ul li {
margin: 0;
padding: 2px 0;
line-height: 24px;
border-bottom: 1px dashed white;
font-weight: bold;
}

/* ------------------
 * footer 
 * --------------- */
#footer {
color: #555;
margin-left: 0;
padding: 10px 0;
}

#footer a {
color: #555;
border-bottom: none;
}

#footer a:hover {
color: #333;
}

/* -----------------
 * misc
 *--------------- */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

img.alignleft { margin: 4px 15px 0 0; }
img.alignright { margin: 4px 0 0 15px; }

.alt { 
color: #666; 
font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
font-weight: normal;
}

#intro {
position: relative;
margin: -20px 0 20px;
padding: 27px 430px 28px 20px;
background: url(images/intro.png) repeat-x;
height: 185px;
color: white;
font-size: 1.2em;
text-shadow: 0 1px 1px #666;
}

p.intro-content {
width: 467px;
height: 67px;
background: url(images/intro-content.png) no-repeat;
text-indent: -9999px;
}

img.te-snap {
position: absolute;
right: 20px;
bottom: 0;
}

.guide {
line-height: 36px;
font-weight: bold;
}

.guide a, .guide a:hover {
float: left;
margin-right: 10px;
background: url(images/tour-btn.png) no-repeat;
width: 227px;
height: 36px;
text-indent: -9999px;
border: none;
}
