body { 
    min-height: 420px;
    margin: 0 10px;
    padding: 0;
    background: #c5ccd3 url(../images/iphone-images/body_bg.png) left top repeat;
    font-family: Helvetica;
    font-size: 14px;
    -webkit-user-none: select;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
}

/* header */
#header,header { 
    min-height: 45px;
    margin: 1px -10px 0;
    border-top: 1px solid #cdd5df;
    border-bottom: 1px solid #2e3744;
    background: #6d85a3 url(../images/iphone-images/header_bg.png) top repeat-x;
    -webkit-box-sizing: border-box;
    display: block;
}

#header h1, 
#header p,
header h1,
header p { 
    width: 70%;
    margin: 7px auto 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    text-align: center;
    font-size: 20px;
    text-shadow: #2d3642 0 -1px 0;
    text-overflow: ellipsis;
    font-weight: bold;
}

h1 a {
	color: white;
	text-decoration: none;
}

/* navigation */
.navigation { 
    position: absolute;
    top: 8px;
    right: 5px;
    width: auto;
    height: 30px;
    max-width: 50px;
    margin: 0;
    padding: 0 3px;
    border-width: 0 5px;
    overflow: hidden;
    background: none;
    color: white;
    font: bold 12px/30px Helvetica;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: #2e3744 0 -1px 0;
    white-space: nowrap;
    -webkit-border-image: url(../images/iphone-images/tool_btn.png) 0 5 0 5;
}

.navigation[rel=home] { 
    right: auto;
    left: 5px;
    max-width: 100px;
    padding-left: 0;
    border-width: 0 5px 0 13px;
    -webkit-border-image: url(../images/iphone-images/back_btn.png) 0 5 0 13;
}

.navigation[rel=prev] { 
    right: 47px;
    -webkit-border-image: url(../images/iphone-images/prev_btn.png) 0 5 0 5;
}

.navigation[rel=next] { 
    -webkit-border-image: url(../images/iphone-images/next_btn.png) 0 5 0 5;
}

.navigation.disable[rel=prev] { 
    -webkit-border-image: url(../images/iphone-images/prev_btn_disable.png) 0 5 0 5;
}

.navigation.disable[rel=next] { 
    -webkit-border-image: url(../images/iphone-images/next_btn_disable.png) 0 5 0 5;
}

/* entry */
#article { 
    margin: 0 -10px;
    padding: 10px 10px 20px;
    border-bottom: 1px solid #b4b4b4;
    background-color: white;
}

#article img { 
    display: block;
    float: none ! important;
    max-width: 95% ! important;
    margin: 0 auto 15px ! important;
}

#article > p, 
#article > div { 
    margin: 0 0 1em;
    line-height: 1.4;
    color: black;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0.5em 0 0.8em;
    color: #4c566c;
    font-size: 18px;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
}

h2, h3, h4, h5, h6 { 
    font-size: 16px;
}

/* list */
#article ul { 
    margin: 1em 0;
    padding: 0;
    border: 1px solid #b4b4b4;
    background: #fff;
    color: black;
    font-size: 17px;
    font-weight:bold;
    -webkit-border-radius: 8px;
}

#article li { 
    position: relative;
    margin: 0;
    padding: 10px;
    line-height: 1.2;
    list-style-type: none;
    color: #324f85;
    border-top: 1px solid #b4b4b4;
}

#article li p {
	color: #2b2b2b;
	font-size: 14px;
	line-height: 1.4;
}

#article li:first-child { 
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#article li:last-child { 
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#article li:hover { 
    background-color: #36c;
}

#article li abbr.published { 
    position: absolute;
    top: 25px;
    left: 10px;
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #b4b4b4;
}

#article ul.index { 
    margin: 0 -10px;
    border-width: 0 0 1px;
    -webkit-border-radius: 0;
}

#article ul.index li, 
#article ul.index li a {
    -webkit-border-radius: 0;
}

#article ul.index li a { 
    height: 35px;
}

ul li a { 
    display: block;
    margin: -10px;
    padding: 10px 25px 10px 10px;
    color: black;
    text-decoration: none;
    background: transparent url(../images/iphone-images/arrow.png) right center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul li a:hover { 
    color: white;
}

p { 
    text-shadow: white 0 1px 0;
}

pre { 
    margin: 1.5em auto;
    padding: 0.8em;
    border: 1px solid #b4b4b4;
}

/* footer */
#footer, footer { 
    margin: 10px auto;
    display: block;
}

#footer p, footer p { 
    font-size: 13px;
    text-align: center;
}

.noiphone, #tb_notifier {
	display: none;
}

.love_color {
	color: rgb(255, 56, 53);
}
