/*
Wordpress Layout NAME: QINGDAO(nese)
DESCRIPTION: Custom Layout for QINGDAO(nese) by DaddyDesign.com
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
Tags: buddypress
*/

@import url( style_bp.css );

/* General Settings */
*{ margin: 0; padding: 0; }

img { border: 0; }

body{
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-variant: normal;
color: #000;
}

p { font-family: Arial, Helvetica, sans-serif; margin-bottom: 20px; line-height:17px; }

a{ color: #8a181b; text-decoration: none; }
a:hover{ color: #000; }
a{ outline: none; }

sm{ font-size: 11px; }

h1.main_title{ 
font-size: 18px;
font-weight: normal; 
text-transform: uppercase; 
padding: 0 0 5px 0;
margin: 0 0 15px 0;
border-bottom: 3px solid #e0e0e0; 
background-color: #fff;
}
h2{ font-size: 16px; margin: 0 0 3px 0; }
h2.sub_title{ font-size: 18px; margin: 0 0 15px 0; }
span.red{ color: #8a181b; font-weight: normal; }
span.redbold{ color: #8a181b; font-weight: bold; }

/* Wrapper */
#wrapper{ 
width: 980px;
margin: 0 auto;
position: relative;
padding: 0 10px;
}

/* Header */
#header{ 
width: 980px; 
float: left; 
padding: 0 0 30px 0;
}

#logo{ 
width: 220px; 
height: 200px;
float: left;
background: url(images/logo.png) no-repeat top center #8a181b;
text-indent: -9000px; 
}
#logo a{ width: 220px; height: 200px; display: block; }

#intro{ width: 440px; float: left; padding: 45px 10px 0 40px; position: relative; }
#intro h1{ text-transform: uppercase; margin: 0 0 3px -5px; }
#intro p{ font-size: 12px; line-height: 16px; margin: 0 0 10px 0; }

/* Current Weather */
#current_weather{ width: 190px; position: absolute; top: 10px; right: -10px; }

#current_weather div.wp-forecast{ width: 190px; display: block; }
#current_weather div.wp-forecast-curr{ float: left; padding: 0 !important; }
#current_weather div.wp-forecast div{ display: block; }
#current_weather div.wp-forecast-curr-head{ padding: 0 !important; text-indent: -9000px; }

#current_weather div.wp-forecast-curr-block{ width: 190px; height: 75px; }
#current_weather div.wp-forecast-curr-left{ width: 75px; text-align: center; padding: 0 10px 0 0 !important; }
#current_weather img.wp-forecast-curr-left{ width: 75px !important; height: 75px; }
#current_weather div.wp-forecast-curr-right{ 
width: 105px; 
padding: 10px 0 0 0 !important; 
font-size: 26px !important;
font-variant: normal !important;
text-transform: uppercase;
font-weight: bold !important;
line-height: 28px;
}
#current_weather div.wp-forecast-curr-right div{ font-size: 11px; line-height: 12px; }

#current_weather div.wp-forecast-curr-details, #current_weather div.wp-forecast-fc{ display: none; }
/* END Current Weather */

#login_section{ width: 215px; height: 184px; float: right; padding: 16px 10px 0 25px; background: url(images/login_bg.png) no-repeat top left; }

#login_info{ width: 100%; float: left; padding: 50px 0 0 0; font-weight: bold; }
span.login_status{ display: block; font-size: 11px; font-weight: normal; font-style: italic; }
span.login_name{ display: block; font-size: 30px; font-weight: bold; line-height: 32px; padding: 2px 0 5px 0; }
span.login_name a, span.login_links a{ color: #000; }
span.login_name a:hover, span.login_links a:hover{ color: #8a181b; }
span.login_links{ font-size: 11px; text-transform: uppercase; }


#login-form{ width: 100%; float: left; text-align: left; }
#login-form label{ display: block; font-size: 12px; font-weight: bold; color: #000; padding: 0 0 2px 0; }
#user-login, #user-pass{
width: 200px;
background-color: #fbfbfb;
border: 1px solid #E5E5E5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
padding: 5px 6px;
margin: 0 0 10px 0;
}
.login_meta{ display: block; font-size: 10px; padding: 0 0 12px 0; }
.login_meta input, .login_meta span, .login_meta a{ vertical-align: middle; }
.login_meta input{ margin: 0 2px 0 0; padding: 0; }
.login_meta a{ color: #000; }
.login_meta a:hover{ color: #8a181b; }
#wp-submit, a.signup{
height: 32px;
line-height: 32px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background-color: #8a181b;
border: 0;
padding: 0 10px;
margin: 0;
cursor: pointer;
}
#wp-submit{ margin: 0 5px 0 0; }

#menu_wrapper{ width: 980px; float: left; padding: 20px 0 0 0; }
#menu{ width: 100%; float: left; border-top: 3px solid #e0e0e0; border-bottom: 3px solid #e0e0e0; }
#menu ul{ width: 700px; float: left; list-style: none; }
#menu ul li{ width: auto; float: left; }
#menu ul li a{ display: block; font-size: 15px; font-weight: bold; text-transform: uppercase; color: #000; padding: 10px 12px; }
#menu ul li a:hover{ color: #8a181b; text-decoration: none; }

/* Search */
.search {
width: 240px;
float: right;
padding: 1px 5px 0 0;
}
.search .search_field {
width: 200px;
float: left;
background-color: #fff;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
margin: 10px 0 0 0;
}
.search .search_button {
width: 30px;
height: 30px;
float: right;
outline: none;
margin: 2px 0 0 0;
}

#sub_menu{ width: 100%; float: left; border-bottom: 3px solid #e0e0e0; }
#sub_menu ul{ width: 860px; float: left; list-style: none; padding: 0 0 0 4px; }
#sub_menu ul li{ width: auto; float: left; }
#sub_menu ul li a{ display: block; font-size: 11px; text-transform: uppercase; padding: 8px; }
#sub_menu ul li a:hover{ color: #000; text-decoration: none; }

a.rss{ 
float: right; 
font-size: 12px;
font-weight: bold;
color: #000;
padding: 7px 8px 7px 22px; 
background: url(images/rss.png) no-repeat left; 
margin-top: 1px; 
}
a:hover.rss{ color: #8a181b; text-decoration: none; }

/* Content */
#content_wrapper{ width: 980px; float: left; background: url(images/content_bg.png) repeat-y top center; }
#container{ width: 640px; float: left; }
#container_full{ width: 100%; float: left; background: #fff; }
#content{ width: 640px; float: left; }
#sidebar{ width: 300px; float: right; overflow: hidden; }

/* Slideshow */
.slideshow{ 
width: 640px; 
height: 635px;
float: left; 
position: relative; 
border-bottom: 3px solid #e0e0e0;
margin: 0 0 30px 0;
}
.featured_big{
width: 174px;
height: 103px;
position: absolute;
top: -10px;
left: -10px;
background: url(images/featured_big.png) no-repeat top left;
z-index: 9;
}

#mySlides{
width: 640px;
height: 620px;
float: left;
overflow: hidden;
padding: 0;
margin: 0;
}

#slideshow_controls{ position: absolute; bottom: 15px; left: 0; }
#myController{ width: auto; float: left; }
#myController span{
width:10px;
height:10px;
float: left;
display: block;
cursor:pointer;
z-index: 1;
position: relative;
background: url(images/slideshow_button.png) no-repeat top center;
margin: 0 0 0 3px;
}
#myController span:hover{ background-position: 0 -11px !important; }
#myController span.jFlowSelected { background-position: 0 -11px !important;  }
/* END Slideshow */

/* Posts */
.post{ width: 300px; display: inline-block; vertical-align: top; padding: 0 0 40px 0; }
.odd{ padding: 0 36px 40px 0; }
.featured_post, .single_post{ width: 100%; float: left; border-bottom: 3px solid #e0e0e0; padding: 0 0 30px 0; margin: 0 0 30px 0; position: relative; }
.single_post{ padding: 0 0 15px 0; margin: 0 0 12px 0; }
.slide{ width: 640px; height: 620px; float: left; overflow: hidden; }

.main_image{ width: 300px; float: left; padding: 0 0 12px 0; position: relative; }
.main_image img{ width: 300px; height: auto; display: block; }
.featured_main_image, .single_main_image{ display: block; margin: 0 0 20px 0; }
.featured{
width: 120px;
height: 71px;
position: absolute;
top: -7px;
left: -7px;
background: url(images/featured.png) no-repeat top left;
z-index: 9;
}

.post_info{ width: 300px; float: right; }

.post_header{ width: 100%; float: left; padding: 0 0 8px 0; position: relative; }

span.post_date{ display: block; font-size: 18px; color: #8a181b; }
.featured_post span.post_date, .slide span.post_date, .single_post span.post_date{ font-size: 22px; }

.post_header h1{ font-size: 26px; line-height: 26px; text-transform: uppercase; margin: 2px 0; }
.featured_post .post_header h1, .slide .post_header h1, .single_post .post_header h1{ font-size: 40px; line-height: 38px; }
.post_header h1 a{ color: #000; }
.post_header h1 a:hover{ color:  #8a181b; text-decoration: none; }

span.post_meta{ display: block; font-size: 11px; color: #8a181b; }
.featured_post span.post_meta, .single_post span.post_meta{ font-size: 12px; }

.post_content{ width: 100%; float: left; }
.featured_post .post_content p, .slide .post_content p, .post .post_content p{ margin: 0 0 12px 0; }
a.post_link{ float: right; font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 5px 0 0; }
a:hover.post_link{ color: #000; text-decoration: none; }

.comment_number{ position: absolute; top: -5px; right: 0; padding: 0 0 8px 0; background: url('images/comt_btm.png') no-repeat bottom center; overflow: auto; }
.featured_post .comment_number, .slide .comment_number{ top: 0; }
.comment_number a{ display: block; float: right; padding: 3px 8px; font-size: 11px; font-weight: bold; color: #fff; background: #8a181b; }

.post_content ul, .post_content ol{ margin: 10px 0 25px 0; padding: 0 0 0 30px; }
.post_content ul { list-style: circle; }
.post_content ul li, .post_content ol li{ margin: 0; padding: 0 0 5px 0; }
.post_content ul p{ margin: 0 0 10px 0; }

.post_content blockquote{ 
border-top: 2px dotted #ccc; 
border-bottom: 2px dotted #ccc; 
padding: 15px 0 0 0; 
margin: 0 0 15px 0; 
font-size: 18px;
color: #333;
}
.post_content blockquote p{ line-height: 22px; }
.post_content blockquote sm{ font-size: 13px; }

.post_content blockquote.news-excerpt{ 
border: 0; 
padding: 15px 15px 10px 25px; 
font-size: 12px;
color: #000;
font-style: italic;
}
.post_content blockquote.news-excerpt p{ line-height: 16px; margin: 0 0 10px 0; }
.post_content blockquote.news-excerpt h2{ 
font-size: 13px; 
font-style: normal;
padding: 0 0 5px 0;
margin: 0 0 7px 0;
border-bottom: 1px dotted #dddddd;
}

/* Sociable Wordpress Plugin */
div.sociable{
width: 100%;
float: left;
border-bottom: 3px solid #e0e0e0;
padding: 0 0 10px 0;
margin: 0 0 50px 0 !important;
}
/* END Sociable Wordpress Plugin */

/* Related Posts */
#related_posts{ width: 100%; float: left; padding: 0 0 50px 0; }
#related_posts h3 {
border-bottom:3px solid #E0E0E0;
font-size:18px;
font-weight:normal;
margin:0 0 10px;
padding:0 0 5px;
text-transform:uppercase;
}
#related_posts ul{ width: 100%; float: left; list-style: none; }
#related_posts ul li{ width: 200px; float: left; }
#related_posts ul li.odd{ padding: 0; }
#related_posts ul li.even{ padding: 0 20px; }
#related_posts ul li img{ display: block; width: 200px; height: auto; background: #f2f2f2; }
#related_posts ul li h2{ font-size:14px; font-weight:bold; text-transform:uppercase; line-height: 15px; }
#related_posts ul li h2 a{ display: block; color: #000; padding: 8px 10px; background: #f2f2f2; }
#related_posts ul li h2 a:hover{ color: #8a181b; }

/* Page */
.entry{ width: 640px; float: left; padding: 0 0 20px 0; }
.entry h1{ font-size: 50px; line-height: 48px; text-transform: uppercase; margin: 0 0 5px 0; }
.entry h1 span{ display: block; font-size: 22px; color: #8a181b; line-height: 33px; }

.entry ul, .entry ol{ margin: 10px 0 25px 0; padding: 0 0 0 30px; }
.entry ul { list-style: circle; }
.entry ul li, .post_content ol li{ margin: 0; padding: 0 0 5px 0; }
.entry ul p{ margin: 0 0 10px 0; }

/* Search Results */
#search_content{ width: 100%; float: left; background: #fff; }
.search_result{ width: 100%; float: left; padding: 0 0 20px 0; }
.search_result h1{ font-size: 32px; text-transform: uppercase; }
.search_result h1 a{ color: #000; }
.search_result h1 a:hover{ color:  #8a181b; text-decoration: none; }

/* Archives */
#archives{ width: 100%; float: left; }
#archives h1{ font-size: 50px; line-height: 48px; text-transform: uppercase; margin: 0 0 30px 0; }
.archives_section{ width: 100%; float: left; padding: 0 0 40px 0; }
#archives .archives_section h1{ font-size: 30px; text-transform: uppercase; margin: 0 0 13px 0; border-bottom: 3px solid #e0e0e0; }
.archives_section ul{ width: 100%; float: left; list-style: none; margin: 0; padding: 0; }
.archives_section li{ width: 18%; float: left; padding: 0 2% 10px 0; font-size: 11px; }
.archives_section li a{ font-size: 12px; }

/* Weather Forecast */
#qingdao_forecast{ width: 100%; float: left; padding: 15px 0 0 0; }
#qingdao_forecast div.wp-forecast-curr{ display: none; }
#qingdao_forecast div.wp-forecast{ width: 100%; }

#qingdao_forecast div.wp-forecast-fc{ width: 100%; padding: 0 !important; }

#qingdao_forecast div.wp-forecast-fc-head{ 
width: 100%;
float: left;
font-size: 15px !important; 
font-weight: bold; 
padding: 0 0 5px 0 !important; 
text-transform: uppercase; 
}

#qingdao_forecast div.wp-forecast-fc-oneday{ width: 100%; float: left; padding: 10px 0 30px 0 !important; }
#qingdao_forecast div.wp-forecast-fc-block{ width: 50%; float: left !important; padding: 0 !important; }
#qingdao_forecast div.wp-forecast-fc-left{ width: 128px; padding: 0 20px 0 0 !important; }
#qingdao_forecast div.wp-forecast-fc-left div{ 
font-size: 15px; 
font-weight: bold; 
text-transform: uppercase; 
text-align: left;
}
#qingdao_forecast img.wp-forecast-fc-left{ width: 128px !important; height: 128px; }
#qingdao_forecast div.wp-forecast-fc-right{ width: 150px !important; float: left !important; padding: 28px 0 0 0 !important; }
#qingdao_forecast .wp-forecast-fc-right > div:first-child { font-size: 11px; font-weight: bold; text-transform: uppercase; }
#qingdao_forecast .wp-forecast-fc-right > div:first-child + div { font-size: 22px; font-weight: bold; margin: 0 0 7px 0; }


/* Contact Form */
.wpcf7-form{ width: 100%; display: block; overflow: hidden; color: #000;  padding: 10px 0 15px 0; }
.wpcf7-form div.form_field{ margin: 0 0 15px 0; }
.wpcf7-form div.form_field label{ display: block; font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 4px 0; }

.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field textarea{ 
width: 300px;
border: 1px solid #E5E5E5;
background: #fbfbfb;
padding: 5px; 
margin: 0 3px 0 0;
font-family: inherit;
font-size: 12px;
color: #666;
}
.wpcf7-form div.form_field textarea{ width: 500px; display: block; padding: 5px; margin: 0 0 15px 0; }
.wpcf7-form div.submit input{ font-size: 14px; padding: 12px; }
.wpcf7-form div.form_field span.wpcf7-radio{ display: block; padding: 2px 0 5px 0; font-size: 11px; font-weight: bold; }
.wpcf7-form div.form_field span.wpcf7-radio input{ width: auto; margin: 0 3px 0 0; vertical-align: top; }
span.wpcf7-list-item{ margin: 0 !important; }

div.wpcf7-response-output{ 
margin:30px 0 10px !important; 
padding:10px 0 !important; 
text-align: center;
border: 0 !important;
}
div.wpcf7-mail-sent-ok { font-size: 12px; background: #dffcd9; color: #1a9b00; }
div.wpcf7-validation-errors{ font-size: 12px; background: #8a181b; color: #fff; }
span.wpcf7-not-valid-tip {
background: none !important;
border: 0 !important;
color: #8a181b !important;
font-size:11px !important;
font-weight:bold !important;
left: 8px !important;
top: 0 !important;
}


/* Sidebar */
.sidebar_ad{ width: 100%; float: left; padding: 0 0 30px 0; }

.sidebar_section{ width: 100%; float: left; padding: 0 0 30px 0; }
.sidebar_section h2{ 
font-size: 18px;
font-weight: normal; 
text-transform: uppercase; 
padding: 0 0 5px 0;
margin: 0 0 10px 0;
border-bottom: 3px solid #e0e0e0; 
}
.sidebar_section h2.twitter_title{ background: url(images/twitter_bird.png) no-repeat top right; }

.sidebar_section ul, .sidebar_section ol{ width: 100%; float: left; list-style: none; padding: 0; margin: 0; }
.sidebar_section li{ width: 100%; float: left; padding: 0 0 15px 0; font-size: 13px; }

ul#page_nav{ border-top: 3px solid #e0e0e0; }
ul#page_nav li{
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid #e0e0e0;
padding: 0;
}
ul#page_nav li a{ display: block; color: #000; padding: 10px 0; }
ul#page_nav li a:hover{ color: #8a181b; }

/* Featured Articles */
ul.featured_articles li{ font-size: 12px; }
ul.featured_articles span{ display: block; font-size: 12px; font-weight: bold; color: #8a181b; }
ul.featured_articles h1{ font-size: 15px; font-weight: bold; text-transform: uppercase; }
ul.featured_articles h1 a{ color: #000; }
ul.featured_articles h1 a:hover{ color:  #8a181b; text-decoration: none; }
ul.featured_articles p{ margin: 0; line-height: 16px; }

/* Events Calendar Widget */
#wp-calendar caption{ font-size: 15px; font-weight: bold; text-transform: uppercase; margin: 0 0 5px 0; }
#wp-calendar table td{ padding: 8px 0 !important; border: 1px solid #ccc !important; }
#wp-calendar table #today { font-weight: bold; background-color: #e9e9e9; border: 1px solid #b4b4b4 !important; }

#wp-calendar table td.ec3_eventday{ 
background-color: #8a181b !important; 
font-weight: bold; 
color: #fff !important; 
border: 1px solid #8a181b !important;
}
#wp-calendar .ec3_eventday a{ display: block; color: #fff !important; }

table.nav{ font-weight: bold; text-transform: uppercase; }
#wp-calendar table.nav td, #wp-calendar td.pad{ border: 0 !important; }

#ec3_publish{ visibility: hidden; }
/* END Events Calendar Widget */

/* Events Widget */
#upcoming-events{ font-weight: bold; }
.ec3_list{
color:#000 !important;
letter-spacing: normal !important;
word-spacing: normal !important;
margin: 0 !important;
}
.ec3_list ul li{ font-size: 15px !important; padding: 1px 0 0 0 !important; }
.ec3_list ul li a{ font-size: 13px; }
/* END Events Widget */

/* Today's Weather */
#todays_weather{ width: 300px; float: left; }
#todays_weather div, #todays_weather div.wp-forecast div.wp-forecast-fc{ display: none; }

#todays_weather div.wp-forecast{ width: 300px; display: block; }
#todays_weather div.wp-forecast div{ display: block; }

#todays_weather div.wp-forecast-curr-head{ width: 100%; float: left; padding: 0 0 3px 0 !important; color: #8A181B; }
#todays_weather .wp-forecast-curr-head > div:first-child { font-size: 12px; font-weight: bold; color: #000; text-transform: uppercase; }

#todays_weather div.wp-forecast-curr-block{ width: 100%; height: 128px; }
#todays_weather div.wp-forecast-curr-left{ width: 52%; text-align: right; padding: 0 3% 0 0 !important; }
#todays_weather img.wp-forecast-curr-left{ width: 128px !important; height: 128px; }
#todays_weather div.wp-forecast-curr-right{ 
width: 45%; 
padding: 23px 0 0 0 !important; 
font-size: 28px !important;
font-variant: normal !important;
text-transform: uppercase;
font-weight: bold !important;
line-height: 32px;
}
#todays_weather div.wp-forecast-curr-right div{ font-size: 14px; line-height: 16px; }

#todays_weather div.wp-forecast-curr-details{ 
width: 90%;
padding: 10px 5% 12px 5% !important; 
}
#todays_weather div.wp-forecast-curr-details div{ width: 50%; float: left; text-align: center; }
/* END Today's Weather */

/* Twitter for Wordpress Plugin */
ul.twitter{ margin: 0; padding: 0; }
li.twitter-item{ width: 100%; list-style: none; float: left; font-weight: bold; }
.twitter-timestamp{ display: block; font-size: 11px; font-weight: normal; color: #8a181b; }
/* END Twitter for Wordpress Plugin */

/* Polls Plugin */
.wp-polls  p, .widget_polls-widget p { 
text-align: center; 
margin: 0 0 8px 0;
}
.wp-polls  p strong{ font-size: 16px; line-height: 20px; }
.wp-polls ul { padding: 5px 0 0 0; }
.wp-polls li { padding: 0 0 5px 0; }

p.poll_archive_link{ font-size: 11px; text-align: center; margin: 8px 0 0 0; }

.wp-polls-archive { 
width: 100%; 
padding: 10px 0 30px 0; 
margin: 0 0 30px 0;
border-bottom: 1px dotted #000; 
}

.wp-polls .Buttons {
background-color:#8a181b !important;
border:0 !important;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
margin:15px 0 10px 0;
padding: 9px 10px 8px;
}
/* END Polls Plugin */

/* Social Networking Sidebar */
.widget_bp_core_members_widget h2, .widget_bp_groups_widget h2{ margin: 0; }
.widget_bp_core_members_widget .item-options, .widget_bp_groups_widget .item-options{ display: none; }
/* END Social Networking Sidebar */


/* Comments */
#comments{ width: 100%; float: left; padding: 0 0 20px 0; }

h3#comments-title, h3#reply-title {
font-size: 24px;
font-weight: bold; 
text-transform: uppercase;
margin: 0 0 5px 0;
}
.comment_wrapper{ position: relative; padding: 0 0 25px 0; }

.commentlist {
width: 100%;
float: left;
border-top: 3px solid #e0e0e0;
list-style: none;
}
.commentlist li.comment {
border-bottom: 1px solid #e0e0e0;
padding: 15px 0;
position: relative;
overflow: hidden;
}

.comment-author-avatar .avatar{ float: left; border: 3px solid #e0e0e0; }

.comment-author { margin-left:85px; padding: 3px 0 10px 0; }
.comment-author cite { font-size: 13px; font-weight: bold; font-style: normal; color: #000; }
.comment-author cite a{ color: #000; }
.comment-author cite a:hover{ color: #8a181b; }
.comment-meta { font-size: 11px; color: #8a181b; margin-top: 2px; }

.comment-body{ margin-left:85px; padding: 0 0 8px 0; }
.comment-body p{ margin: 0 0 15px 0; }

.reply { position: absolute; bottom: 0; right: 0; }
.reply a{
display: inline-block;
padding: 5px 8px;
margin: 0 0 0 5px;
background-color: #eeeeee;
font-size: 10px;
color: #999999;
text-align: center;
}
.reply a:hover{ background-color: #8a181b; color: #fff; text-decoration: none; }

.commentlist .children { margin-left:85px; list-style: none; }
.commentlist .children .comment_wrapper{ padding: 0; }
.commentlist ul.children ul { margin: 0; }
.commentlist .children li { 
border-bottom: none; 
background: url("images/replyto_arrow.gif") no-repeat scroll 0 14px transparent;
padding: 10px 0 10px 18px;
}
.commentlist ul.children li > ul {
margin-left: 20px;
margin-top: 5px;
}

.commentlist .children .comment-author-avatar .avatar{
width: 25px;
height: 25px;
margin: 0;
border: 2px solid #E0E0E0;
}

.commentlist .children .comment-author { margin: 0 0 0 40px; padding: 5px 0 0 0; }
.commentlist .children .comment-author cite { font-size: 12px; }
.commentlist .children .comment-author span.says{ display: none; }
.commentlist .children .comment-meta { 
display: inline; 
background:url("images/small_comment_dot.png") no-repeat left; 
padding: 0 0 0 8px;
}

.commentlist .children .reply { display: inline; position: relative; }
.commentlist .children .reply a{
display: inline;
background: url("images/small_comment_dot.png") no-repeat left; 
padding: 0 0 0 8px;
margin: 0;
font-size: 11px;
color: #8a181b;
text-align: left;
}
.commentlist .children .reply a:hover{ color: #000; }

.commentlist .children .comment-body{
display:block;
font-size:11px;
margin: 15px 0 0 0;
padding: 22px 15px 12px;
background:url("images/comment_bg.png") no-repeat scroll left top #F2F2F2;
}
.commentlist .children .comment-body p { line-height: 14px; margin: 0 0 10px; }
.commentlist .children .comment-body p:last-child { margin-bottom: 0; }

.nocomments { display: none; }

#comments .pingback {
border-bottom: 1px solid #e0e0e0;
padding: 15px 0;
position: relative;
}
#comments .pingback p {
font-size: 12px;
line-height: 18px;
display:block;
margin: 0 0 3px 0;
}
#comments .pingback span{ display: block; font-size: 13px; font-weight: bold; }

#comments .navigation{ width: 100%; float: left; padding: 8px 0 10px 0; }
#comments .navigation .nav-previous, #comments .navigation .nav-next { 
width: 48%;
float: left; 
font-size: 11px; 
text-transform: lowercase;
text-align: left; 
}
#comments .navigation .nav-next { float: right; text-align: right; }

/* Comments form */
#respond {
width: 100%;
overflow: hidden;
position: relative;
padding: 50px 0 15px 0;
}
.commentlist #respond { padding: 15px 0 10px 0 !important; }
#respond p { margin: 0; }

a#cancel-comment-reply-link{
float: right;
padding: 5px 8px;
margin: 0 0 0 5px;
background-color: #eeeeee;
font-size: 10px;
color: #999999;
text-align: center;
text-transform: none;
}
a:hover#cancel-comment-reply-link{ background-color: #8a181b; color: #fff; text-decoration: none; }

p.form-allowed-tags{ display: none; }

p.logged-in-as{ font-size: 11px; }
p.comment-notes{ font-size: 11px; padding: 0 0 8px 0; }

p.must-log-in-links{ margin-top: 6px !important; }
p.must-log-in-links a{ font-weight: bold; }

#respond .required { font-weight:bold; }
#respond label { font-size: 12px; text-transform: lowercase; }
#respond input { width: 65%; display: block; margin: 2px 0 10px 0; padding: 5px; font-family: inherit; font-size: 12px; border: 1px solid #E5E5E5; background: #fbfbfb; }
#respond textarea { width:98%; padding: 4px; margin: 8px 0 0 0; border: 1px solid #E5E5E5; background: #fbfbfb; font-family: inherit; font-size: 12px; }

#respond .form-submit { margin: 15px 0; }
#respond .form-submit input {
width: auto;
height: auto;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:14px; 
font-weight: bold;
text-transform: uppercase;
color: #fff;
background-color:#8a181b;
cursor: pointer;
padding: 12px;
margin: 10px 0 0 0;
}


/* Navigation */
.navigation, .single_navigation{ 
width: 100%; 
float: left;
}
.single_navigation{
border-bottom: 3px solid #e0e0e0;
background-color: #fff;
padding: 0 0 5px 0;
margin: 0 0 15px 0;
}
.navigation a, .single_navigation a{ font-size: 12px; font-weight: bold; text-transform: uppercase; color: #000; }
.single_navigation a{ font-size: 15px; }
.navigation a:hover, .single_navigation a:hover{ color: #8a181b; text-decoration: none; }

.alignleft{ width: 48%; float: left; text-align: left; }
.alignright{ width: 48%; float: right; text-align: right; }

/* Other China News */
#other_china_news{ width: 100%; float: left; padding: 35px 0 0 0; margin: 35px 0 0 0; border-top: 3px solid #8a181b; }
.other_news_section{ width: 300px; float: left; }
#other_china_news .middle{ padding: 0 40px; }
.other_news_section h2{ 
font-size: 18px;
font-weight: normal; 
text-transform: uppercase; 
padding: 0 0 5px 0;
margin: 0 0 10px 0;
border-bottom: 3px solid #e0e0e0; 
}

.other_news_section ul, .other_news_section ol{ width: 100%; float: left; list-style: none; padding: 0; margin: 0; }
.other_news_section li{ width: 100%; float: left; padding: 0 0 15px 0; font-size: 13px; }

/* SimplePie Wordpress Plugin */
.simplepie li{ font-size: 12px; }
span.simplepie_date{ display: block; font-size: 12px; font-weight: bold; color: #8a181b; }
.simplepie h1{ font-size: 15px; font-weight: bold; text-transform: uppercase; }
.simplepie h1 a{ color: #000; }
.simplepie h1 a:hover{ color:  #8a181b; text-decoration: none; }
span.simplepie_source{ display: block; font-size: 11px; color: #8a181b; margin: 0 0 2px 0; }
.simplepie p{ margin: 0; line-height: 16px; }
/* END SimplePie Wordpress Plugin */

/* Footer */
#footer{ 
width: 980px; 
float: left;
border-top: 3px solid #8a181b;
padding: 13px 0 50px 0;
margin: 25px 0 0 0;
}
#footer_left{ width: 750px; float: left; }
#footer_right{ width: 200px; float: right; }

#footer_logo{ 
width: 185px; 
height: 23px;
float: left;
background: url(images/logo_footer.png) no-repeat top center;
text-indent: -9000px; 
margin: 0 0 3px 0;
}
#footer_logo a{ width: 185px; height: 23px; display: block; }

ul#footer_menu{ width: 100%; float: left; list-style: none; padding: 3px 0 5px 0; }
ul#footer_menu li{ width: auto; float: left; padding: 0 13px 0 0; }
ul#footer_menu li a{ display: block; font-size: 14px; font-weight: bold; text-transform: uppercase; color: #000; }
ul#footer_menu li a:hover{ color: #8a181b; text-decoration: none; }

span.copyright{ display: block; clear: left; font-size: 11px; line-height: 16px; }
span.copyright a{ color: #000; }
span.copyright a:hover{ color: #8a181b; text-decoration: none; }

ul.stay_updated{ float: right; list-style: none; }
ul.stay_updated li { width: auto; float: left; padding: 0 0 0 5px; }
ul.stay_updated li img{ display: block; }