html {
    background-color: rgb(114, 176, 194) /* rgb(210, 244, 254) */;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-family: "Galdeano","Hiragino Sans GB","Microsoft YaHei",Trebuchet,"Trebuchet MS",Tahoma,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}    

a, a:hover {
    color: black;
    text-decoration: none;
}

#wrapper {
    margin: 0 /* auto */;
    padding: 0;
    border: 0;
    width: 100%;
    min-width: 600px;
    text-align: left;
}

#header {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 45px /* 140px */;
    /* background: #0AA9FF; */
}

#header h1 {
	margin: 0;
    padding: 5px 0 0 10px;
	display: inline;
}
#header h1 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 35px;
    color: black;
	border-left: 10px solid rgb(204, 87, 22);
	padding: 1px;
}
#header h1 a:hover {
	color: #555555;
}

#header span.menu {
    float: right;
	padding: 10px 5px 0 0;
}

#header span.menu a {
	margin-right: 10px;
	border-left: 8px solid rgb(204, 87, 22);
	padding: 1px;
	font-size: 25px;
}

#header span.menu a:hover {
    color: #555555;
}

#header span.menu a.menu-selected {
	border-left: 8px solid blue;
}

#main {
    padding: 0;
    border: 0;
    background: transparent;
	text-align: center;
	margin: 10px auto;
	width: 520px;
}

#content {

}

#pic_wrapper {
	padding: 8px;
	background-color: white;
}

#pic {
	width: 500px;
	min-height: 500px;
	padding: 0;
	background-color: rgb(114, 176, 194);
}

#desc {
	padding: 5px;
}

#pager {
	margin: 20px 0;
	text-align: center;
}

.prev, .next {
	display: none;
	border: 1px solid #333333;
	background-color: #888888;
	padding: 5px 10px;
	margin-left: 25px;
	margin-right: 25px;
	cursor: pointer;
}

.prev:hover, .next:hover {
	background-color: #BBBBBB;
}

#footer {
    clear: both;
    width: 100%;
    height: 60px;
    background: #0AA9FF;
    text-align: center;
    margin: 10px 0 0 0;
    box-shadow: 0px 1px 3px #A8ABAB;
	display: none;
}

#footer p {
    padding-top: 5px;
}

#loading {
	position: absolute;
	display: none;
	width: 200px;
	height: 35px;
	padding-top: 10px;
}

/* ----------------Disqus-------------- */
#dsq1 {
    background-color: white;
    padding: 10px;
    width: 730px !important;
    
    moz-border-radius: 5px;
    webkit-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #A8ABAB;
    -moz-box-shadow: 0px 1px 3px #A8ABAB;
    box-shadow: 0px 1px 3px #A8ABAB;
}

/* ----------------widget-------------- */
.widget {
	margin: 0 0 10px 0;
	padding: 20px 10px;
	background-color: white;
	width: 500px;
}

.profile {
    padding: 5px;
    background-color: white;
}

.profile img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* --------------common class---------------- */
.round-corner {
    moz-border-radius: 10px;
    webkit-moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 3px #A8ABAB;
    -moz-box-shadow: 0px 1px 3px #A8ABAB;
    box-shadow: 0px 1px 3px #A8ABAB;
}

.round-corner-5 {
    moz-border-radius: 5px;
    webkit-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #A8ABAB;
    -moz-box-shadow: 0px 1px 3px #A8ABAB;
    box-shadow: 0px 1px 3px #A8ABAB;
}

.disable-link {
    /* color: gray; */
    visibility: hidden;
}

.ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
