/*
THEME NAME: Asia Healthspace Blog
THEME URI: http://www.bainbridgestudios.com
DESCRIPTION: 
VERSION: 2.0
AUTHOR: <a href="http://www.bainbridgestudios.com">Bainbridge Studios LLC</a>
AUTHOR URI: http://www.bainbridgestudios.com
*/

@import "reset.css";

html {
	height: 100%;
}

body {
	background: #FFF url(images/bg.gif) repeat-x;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	height: 100%;
}

a {
	color: #0E4E70;
}

#logo a {
	background: url(images/logo-asiahealthspace.gif) no-repeat top left;
}


.readmore a {
	background: url(images/ico_more.png) no-repeat top right;
}

#featuredposts .blocktitle {
	border-bottom: 3px solid #DBE5EA;
}

#slider-holder {
	background: #F1F5F7;
	border-bottom: 1px solid #DBE5EA;
}



a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0 15px 0;
}

blockquote {
	font-style: normal;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	padding: 8px 15px 8px 60px;
	margin: 5px 0;
	color:  #595959;
}

.aligncenter {
	margin: 0 auto 10px auto;
	display: block;
}

.alignleft {
	margin: 5px 15px 10px 0;
	float: left;
}

.flag-left {
	margin: 0 10px -30px 0;
	float: left;
}

.alignright {
	margin: 5px 0 10px 15px;
	float: right;
}

.leftcol {
	float: left;
}

.rightcol {
	float: right;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* Wrapper */

#wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

/* Header */

#header {
	
	width: 970px;
	height: 80px;
}

.search {
	float: right;
	width: 265px;
	height: 35px;
	margin: 20px 0 0 15px;
}

.search input.textbox {
	padding: 3px;
	margin: 7px 0 0 0;
	display: inline;
	float: left;
}

.search input.button {
	float: right;
	display: inline; 
	clear: none;
	background: url("../images/btn_search.png") repeat-x 0 0;
	border: none;
	width: 95px;
	height: 27px;
	margin-top: 5px;
	margin-left: 5px;
}

#logo {
	float: left;
	margin: 20px 0 0 15px;
}

#logo a {
	display: block;
	width: 310px;
	height: 44px;
}

#logo a span {
	display: none;
}

/* Container */

#container {
	width: 970px;
	margin: 10px 0 15px 0;
	overflow: hidden;
	background: #FFFFFF;
}


/* Menu */

#menu {
	width: 930px;
	height: 25px;
	padding-left: 15px;
	margin-bottom: 5px;
	background: #e8ecf1;
}

#menu ul li {
	float: left;
	font-weight: bold;
	text-transform: none;
	padding: 3px 8px;
	font-size: 100%;
	border-right: 1px solid #cacfd6;
}

#menu ul li.current-cat {
	color: #2e8bbb;
}

#menu ul li.last-cat {
	border-right: none;
}


#menu ul li a {
	color: #2e3948;
}

/* Content */

#splash {
	float: left;
	width: 930px;
	height: 270px;
}

#splash div.pic {
	width: 425px;
	height: 270px;
	float: left;
	padding-right: 15px;
	overflow: hidden;
}

.splash-text {
	float: right;
	width: 400px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #2e3948;
}



#content {
	float: left;
	width: 930px;
	margin: 0 0 15px 0;
	padding-left: 20px;
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}

* html #content {
	height: 100%;
}

.blocktitle {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #E5E5E5;
	text-transform: lowercase;
	overflow: hidden;
	height: 1%;
	color: #334857;
}

.blocktitle span {
	float: left;
}

.ico-rss {
	float: right;
	margin: 6px 3px 0 0;
}

.cat-more {
	float: right;
	margin: 6px 3px 0 0;
	font-size: 60%;
	font-weight: bold;
	color:  #27282F;
}

/* Ticker */

#ticker {
	padding: 5px 0;
	width: 930px;
	border-bottom: 1px dotted #bbb;
	clear: both;
}

#ticker a, a:visited {
	color: #555;
	text-decoration: none;
}

#ticker a:hover, a:active {
	color: #0E4E70;
	text-decoration: none;
}

/* Snippet  */

.snippet {
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1%;
}

.title {
	font-size: 135%;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
}

.meta {
	font-size: 12px;
	color: #222222;
	margin: 10px 0 5px 0;
	padding: 5px 2px;
	line-height: 1.2;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}

.meta a {
	font-weight: normal;
}

.meta2 {
	font-size: 13px;
	color: #222222;
	margin: 10px 0 5px 0;
	padding: 5px 2px;
	line-height: 1.2;
}

.meta2 a {
	font-weight: normal;
}

.excerpt {
	line-height: 1.3;
	font-size: 90%;
}

/* Last 5 articles */

#lastpost {
	width: 450px;
	overflow: hidden;
}

#post-image {
	margin-bottom: 15px;
}

#lastpost .snippet {
	background: none;
	width: 450px;
}

#lastpost .title {
	font-size: 150%;
}

#similar {
	width: 190px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #E5E5E5;
}

#similar h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.listposts li {
	padding: 4px 0 4px 16px;
	background: url(images/arrow.gif) no-repeat top left;
	background-position: 0 6px;
	line-height: 1.2;
}

#latestposts {
	width: 460px;
	margin-bottom: 20px;
}

/* Featured Posts */

#featuredposts {
	float: left;
	width: 930px;
}

#featuredposts .blocktitle {
	margin-bottom: 0;
}

.featuredposts-image {
	margin-bottom: 5px;
}

#mycarousel .title {
	line-height:  1.1;
}

/* Featured Categories */

#featuredcats {
	width: 930px;
	float: left;
	margin-top: 30px;
	overflow: hidden;
	height: 1%;
}

.catrow {
	width: 930px;
	margin-bottom: 40px;
	overflow: hidden;
	height: 1%;
}

.catblock {
	width: 450px;
	float: left;
}

.catblockmargin {
	margin-left: 30px;
}

.featuredcats-image {
	width: 200px;
	float: right;
	margin: 0 15px 10px 0;
}

/* Article Archive */

#archive {
	width: 930px;
	float: left;
	overflow: hidden;
	height: 1%;
}

#archive-listing {
	width: 900px;
}

.navigation {
	margin-bottom: 30px;
	overflow: hidden;
	height: 1%;
}

/* Navigation */

.navleft {
	float: left;
}

.navright {
	float: right;
}

#single {
	width: 930px;
	float: left;
	margin-bottom: 30px;
}

#single .pagetop {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #bbb;
	width: 930px;
	height: 130px;
}

.pagetop-text {
	float: right;
	width: 400px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #2e3948;
}

.pagetop-images {
	float: left;
	width: 520px;
}

#single .title, .single {
	font-size: 200%;
	font-weight: bold;
	line-height: 105%;
	margin-bottom: 10px;
	color: #2e3948;
}

#single .meta {
	font-size: 100%;
}

#single-archive {
	width: 930px;
	float: left;
	margin-bottom: 30px;
}

#single-archive .pagetop {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #bbb;
	width: 930px;
	height: 130px;
}

#single-archive .title, .single {
	font-size: 160%;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 10px;
}

#single-archive .single-title {
	font-size: 185%;
	font-weight: bold;
	line-height: 105%;
	margin-bottom: 10px;
}

#single-archive .meta {
	font-size: 100%;
}







#single-home {
	width: 590px;
	float: left;
	margin-bottom: 30px;
}

#single-home .pagetop {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #bbb;
}

#single-home .title, .single {
	font-size: 160%;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 10px;
}

#single-home .single-title {
	font-size: 185%;
	font-weight: bold;
	line-height: 105%;
	margin-bottom: 10px;
}

#single-home .meta {
	font-size: 100%;
}

#home-listing {
	width: 590px;
}















#article-excerpt {
	font-size: 110%;
	margin-top: 15px;
}

#article-excerpt p {
	margin-bottom: 15px;
	line-height: 1.3;
}

/* Single Post Tabs */

#postTabsNav {
	overflow: hidden;
	height: 1%;
	position: relative;
	top: 1px;
	z-index: 1000;
	padding-left: 5px;
}

#postTabsNav li {
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0; 
	background: #EFEFEF;
}

#postTabsNav li a {
	float: left;
	padding: 10px 10px 8px 10px;
}

#postTabsNav li a.selected {
	background: #FFFFFF;
	padding-bottom: 10px;
	border-bottom-width: 0;
}

.postTabsContent {
	display: block;
	border-top: 1px solid #CCCCCC;
	position: relative;
	padding-top: 15px;
}

#tab-article {
	overflow: hidden;
	height: 1%;
}

/* Single Post Content */

.narrow {
	width: 570px;
}

#article-body {
	line-height: 1.3;
	font-size: 100%;
}

#article-body h2 {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

#article-body h3 {
	margin-bottom: 10px;
	padding: 10px 0 5px 0;
	color: #334857;
	border-bottom: 1px solid #EFEFEF;
	font-size: 110%;
}

#article-body h4 {
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	color: #334857;
	border-bottom: 1px solid #EFEFEF;
	font-size: 120%;
	font-weight: bold;
}

#article-body p {
	margin-bottom: 15px;
}

#article-body ul, ol {
	margin-bottom: 15px;
}

#article-body ul li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 30px;
}

#article-body ol li {
	list-style: decimal;
	margin-bottom: 10px;
	margin-left: 30px;
}


#tags {
	padding-top: 10px;
	border-top: 1px solid #EFEFEF;
	margin-top: 20px;
}

#authorbox {
	background: #F5F5F5;
	width: 560px;
	padding: 15px;
	border-top: 1px solid #EFEFEF;
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
}

#authorbox img {
	float: left;
	border: 5px solid #FFFFFF;
}

#authorbox div {
	float: right;
	width: 450px;
}

#authorbox h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

#authorbox p {
	line-height: 1.3;
}

/* Single Post Sidebar */

#postsidebar {
	width: 120px;
}

.postblock {
	margin-bottom: 25px;
}

.postblock h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.postblock ul li {
	padding: 8px 0;
	line-height: 1.2;
	background: url(images/dotted.gif) repeat-x bottom left;
	overflow: hidden;
	height: 1%;
}

.postblock ul#sharelinks li {
	background: none;
	padding: 3px 0;
}

ul#postnav li {
	overflow: hidden;
	height: 1%;
}

ul#postnav li span {
	color: #999999;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	display: block;
	float: left;
}

ul#postnav li span.next {
	text-align: right;
}

ul#postnav li a {
	float: left;
	display: block;
	margin-top: 5px;
}

/* Comments */

#comments {
	width: 900px;
	clear: both;
}

#comments ol li {
	padding: 10px 0;
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	overflow: hidden;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
}

.comment-gravatar img {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
}

.comment-data {
	float: left;
	width: 510px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: bold;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
	margin-bottom: 20px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}


#comment-form textarea {
	width: 410px;
	height: 200px;
	padding: 10px;
	margin-top: 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:  100%;
}

/* Pages */

#sidebar {
	width: 300px;
}

#subscribe {
	float: right;
	width: 155px;
	height: 55px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 130px;
	background: url(images/bg-subscribe.gif) no-repeat;
}

.widget {
	width: 300px;
	margin-bottom: 30px;
	list-style: none;
}


.widget ul li {
	padding: 6px 0;
	border-bottom: 1px dotted #bbb;
	line-height: 1.2;
	font-weight: bold;
	padding-left: 5px;
}

.widget p {
	line-height: 1.2;
}

/* Widget Styling */

ul.tabNavigation {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 85%;
	font-weight: bold;
	background: #F1F5F7;
}

ul.tabNavigation li {
	float: left;
	padding: 8px 0;
	border: none;
}

ul.tabNavigation a { padding: 8px; }

ul.tabNavigation a:hover { text-decoration: underline; }

ul.tabNavigation a.selected {
	color: #333333;
	background: #FFFFFF;
	padding-top: 7px;
}

/* Footer */

#footer-wrap {
	position: relative;
	width: 100%;
	height: 40px;
	clear: both;
	text-align: center;
	margin-top: -40px;
	border-top: 1px dotted #bbb;
}

#footer-bar {
	background: #2e3948;
	color: #a4b5d4;
	width: 100%;
	clear: both;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#footer-widgets ul li.widget li {
	border-top: 1px solid #30363B;
}

#footer-widgets a {
	color: #D3D5D6;
}

#footer {
	width: 930px;
	padding: 5px 0 20px 0;
	color: #999;
	font-size: 12px;
	position: relative;
}

#footer-links {
	float: right;
	list-style: none;
	margin-top: 10px;
}

#footer-links li {
	float: left;
	margin-right: 20px;
	font-size: 12px;
	text-transform: lowercase;
}

#footer-links a, a:visited {
	color: #0E4E70;
	text-decoration: none;
}

#footer-links a:hover, a:active {
	color: #0E4E70;
	text-decoration: underline;
}

#footer-widgets {
	overflow: hidden;
	height: 1%;
	margin-left: 35px;
}

#footer-widgets ul li.widget {
	width: 280px;
	float: left;
	margin-right: 30px;
}

#footer-widgets ul li h3.widgettitle {
	border-bottom: none;
	margin-bottom: 5px;
}

#footer-widgets ul li.widget p {
	margin-bottom: 10px;
}

#footer-widgets ul li.widget li {
	border-bottom: none;
}

#copy {
	width: 100%;
	text-align: center; 
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

/* Misc */

.sep {
	color: #CCCCCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.readmore {
	margin-top: 10px;
	margin-bottom: 10px;
}

.readmore a {
	font-size: 85%;
	color: #27282F;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 24px 2px 0;
}

/* Plugin Customizations */

#flickrrss ul {
	overflow: hidden;
	margin: 15px 0 0 0;
}

#flickrrss ul li {
	float: left;
	margin: 0 12px 12px 0;
	border: none;
	padding: 0;
}

#flickrrss ul li img {
	padding: 5px;
	border: 1px solid #EFEFEF;
}

#polls div.wp-polls {
	margin-top: 10px;
}

#polls div.wp-polls p {
	text-align: left;
}

ul.wp-polls-ul {
	margin: 10px 0;
}

.wp-polls-form input.Buttons {
	float: right;
	display: inline;
	padding: 7px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

.widget_archive select {
	margin-top: 10px;
	width: 280px;
	padding: 3px;
}

div.spacer {
	width: 100%;
	border-top: 1px dotted #cacfd6;
	height: 1px;
	margin: 15px 0;
}



/**************** Gallery *********************/
.gallery {text-align:center;}
.gallery img {padding:2px;}
.gallery a:hover {background-color:#ffffff;}
.attachment {text-align:center;}
.attachment img { padding:2px; border:1px solid #999999;}
.attachment a:hover {background-color:#FFFFFF;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft a:hover {background-color:#FFFFFF;}
.imgleft img{ padding:2px; border:1px solid #999999;}
.imgright {float:right;}
.imgright a:hover {background-color:#FFFFFF;}
.imgright img{ padding:2px; border:1px solid #999999;}


/**************SSP***************************/
.ssp {padding:3px; background:#FFF; -moz-border-radius:5px; margin-top: 10px; margin-bottom:15px;}
.ssp .filter_title, .ssp .sort_title {padding:10px; color:#1E2631; font-size:14px; font-weight:bold;}
.ssp select {border:1px solid #8492AE; width: 95%; margin-left:-5px; margin-top:5px;}
.ssp form div div span {display:inline-block; color:#1E2631; width:100%; margin-left: 5px;}
.ssp form div div {display:inline-block; color:#1E2631; width:115px; margin-top: 10px; margin-bottom: 10px; margin-left: 5px;}
.ssp form div input {border:1px solid #8492AE; margin-left: 5px; background:#e7ebf0; padding:1px; margin-top: 5px; -moz-border-radius:3px;}
.ssp form div input:hover {background:#2e3948; color: #8492AE; cursor:pointer;}
.dyasonhat-content-sidebar li {list-style:none; display:inline;}

div.ui-widget-header ui-corner-top {
	display: inline;
	color:#1E2631; 
	font-size:14px; 
	font-weight:bold;
	margin-right: 5px;
}

div.ui-corner-bottom ui-widget-content {
	display: inline;
}

div.clients {
	width: 590px;
	overflow: hidden;
	clear: both;
}
div.logo {
	width: 100px;
	height: 70px;
	padding: 9px;
	float: left;
	clear: none;
	position: relative;
}

#toplinks {
	text-align: right;
	padding: 15px 0 0 0;
	clear: both;
}

#toplinks a {
	font-weight: bold;
}

.caption {
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
}

div.clear {
	width: 100%;
	height: 5px;
	clear: both;
}

div.rxn {
	margin-bottom: -20px;
}

div.useful {
	margin-bottom: -5px;
}


/* VODPOD PLAYER CODE */

.vodpod_videos_widget {
  width:300px !important;
  color:#eee !important;
  position:relative !important;
  text-decoration:none !important;
  font-size:11px !important;
  font-family:arial,verdana,sans-serif !important;
  padding:0px !important;
  margin:0px !important;
}
.vodpod_videos_widget * {
  font-size:11px !important;
  color:#eee !important;
}
.vodpod_videos_widget a {
  color:#666 !important;
}
  .vodpod_videos_widget .vodpod_header {
    display:none !important;
  }
  .vodpod_videos_widget .vodpod_video {
    position:relative !important;
    width:300px !important;
    height:200px !important;
    margin-bottom:4px !important;
    cursor:pointer !important;
  }
    .vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail {
      display:block !important;
      width:300px !important;
      height:200px !important;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail img {
      width:300px !important;
      height:200px !important;
      border:none !important;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail img:hover {
      border-color:#00adef !important;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_placeholder1 {
      position:absolute !important;
      background:#666 !important;
      width:300px !important;
      padding-left:2px !important;
      opacity:0.6 !important;
      filter:alpha(opacity=60) !important;
      -moz-opacity:0.60 !important;
      height:29px !important;
      bottom:0px !important;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_play_image {
      display:none;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_title {
      position:absolute !important;
      display:block !important;
      bottom:3px !important;
      left:4px !important;
      font-weight:bold !important;
      height:26px !important;
      line-height:14px !important;
      overflow:hidden !important;
      text-align:left !important;
      color:#fff !important;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_views {
      display:none !important;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_created_at {
      display:none !important;
    }
    .vodpod_videos_widget .vodpod_video:hover .vodpod_video_title {
      display:none !important;
    }
    .vodpod_videos_widget .vodpod_video:hover .vodpod_video_views {
      display:block !important;
      position:absolute !important;
      bottom:12px !important;
      padding-left:4px !important;
    }
    .vodpod_videos_widget .vodpod_video:hover .vodpod_video_created_at {
      display:block !important;
      position:absolute !important;
      bottom:2px !important;
      line-height:12px !important;
      padding-left:4px !important;
    }
.vodpod_videos_widget .vodpod_footer_separator {
  height:1px !important;
  line-height:1px !important;
}
.vodpod_videos_widget .vodpod_footer {
  text-align:right !important;
  background:#777 !important;
  padding:2px 4px !important;
  height:20px !important;
  width:292px !important;
}
.vodpod_videos_widget .vodpod_footer a {
  color:#fff !important;
}
.vodpod_videos_widget .vodpod_footer .vodpod_see_all {
}
.vodpod_videos_widget .vodpod_footer .vodpod_powered_by {
  float:right;
}
  .vodpod_videos_widget .vodpod_powered_by b {
    font-size:1.4em !important;
  }

#vodpod_player_container {
  margin:0px !important;
  padding:0px !important;
  font-size:11px !important;
  font-family:arial,verdana,sans-serif !important;  
}
  #vodpod_player_container * {
    margin:0px !important;
    padding:0px !important;
    border:none !important;
    text-align:left !important;
  }
.vodpod_videos_widget #vodpod_paging {
  display:none;
}