/*
Theme Name: Medicues
Theme URI: http://medicues.com/
Description: Custom WordPress theme. 
Author: Dali Zheng
*/

* { margin:0;padding:0;border:0; }
.comments {
background-color: #EEEEEE;
}
#searchcontrol .gsc-resultsHeader td.gsc-twiddleRegionCell {
background-color: #109FDD;
width: 100%;
}
#searchcontrol .gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
visibility:hidden;
width: 1px;
}
#searchcontrol .gsc-search-box {
display:hidden;
width: 0%;
visibility:hidden;
background-color: #000;
}
#searchcontrol .gsc-control {
width:470px;
}
.travel {
background:#fff url("images/clinic-background.jpg") no-repeat;
height:210px;
}
.reuters a {
color:#F17F1E;
font-weight:bold;

padding-bottom:3px;
margin-bottom:3px;
}
.reuters h3 {
border-bottom:1px #ccc solid;
}
body {
	background:#fff /*url("bg.png") center 130px no-repeat*/;
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}

.container {
	width:960px;
	margin:auto;
	}
.clear { clear:both; }
.navigation { margin:0 10px; }
.alignleft { float:left;margin:10px 10px 10px 0; }
.alignright { float:right;margin:10px 0 10px 10px; }
.topmargin { margin-top:20px; }
.bottommargin { margin-bottom:20px; }
.column {
	margin:10px;
	float:left;
	}
.right { float:right;margin:0 10px 0 20px; }
.left { float:left;margin:0 20px 0 10px; }
.grey { color:#888;margin-top:16px; }
a { color:#109fdd;text-decoration:none; }
a:hover { text-decoration:underline; }
.column p, .column ul { line-height:1.5em; }
h2 {
	color:#555;
	background:#fcfcfc url("images/header_gradient.png") bottom left repeat-x;
	
	padding:5px 10px;
	margin-bottom:8px;
	font-weight:normal;
	font-size:18px;
	}
#subpage h2 { padding-left:10px;padding-right:10px; }
#subpage h3 { font-size:17px;margin-left:10px;margin-right:10px;margin-top:10px; }
#subpage h3 a { color:#f17f1e; }
#subpage p, #subpage ul, #subpage ol { margin-left:10px;margin-right:10px; }
#subpage ul, #subpage ol { list-style-type:disc;margin-left:24px; }
#subpage p, #subpage ol, #subpage ul { margin-bottom:12px; }
#submenu { list-style-type:none;margin:0 10px 10px 10px;width:480px;position:relative; }
#submenu li { float:left;width:200px;margin-right:40px;margin-bottom:10px;border-bottom:1px #ddd solid;padding:2px 0; }
.triple li { width:133px !important;margin-right:20px !important; }
.quad li { width:95px !important;margin-right:20px !important; }
.noborder li { border:none !important; }
#submenu li a { display:block; }
#submenu h3 { font-size:17px;color:#333;padding-bottom:6px; }
#symptomChecker { margin-top:17px;background:url("images/m_f.png") center no-repeat;height:120px; }
#male { float:left;height:120px;width:220px;display:block; }
#female { float:right;height:120px;width:220px;display:block; }
h3 {
	color:#888;
	font-size:12px;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px #ddd solid;
	font-weight:normal;
	}
h3 a { font-weight:bold;color:#f17f1e; }
ul {
	list-style-type:none;
	margin-bottom:1.5em;
	}

.w60 { width:60px; }
.w140 { width:140px; }
.w220 { width:220px; }
.w300 { width:300px; }
.w380 { width:380px; }
.w460 { width:460px; }
.w540 { width:540px; }
.w620 { width:620px; }
.w680 { width:680px; }
.w700 { width:700px; }

#header {
	border-bottom:4px #109fdd solid;
	}
#header > .container { position:relative; }

#logo {
	height:70px;
	/*background:url("dot.png") top right repeat-y;*/
	}
#logo a { background:url("images/logo_new_healthtalk2.jpg") bottom left no-repeat;height:80px;width:255px;display:block; }
#logo h1 { display:none; }
#search {

	padding-top:20px;
	background:url("images/search.png") top left no-repeat;
	}
#searchform, .searchform {
	position:relative;
	border:1px #ccc solid !important;
	}
#searchform label { display:none; }
#s, .searchfield { background:#f9f9f9 !important;border:0 !important;padding:8px 10px;width:360px; }
#searchsubmit, .searchsubmit { font-weight:bold;border:0 !important;position:absolute;top:-1px;right:-1px;padding:8px 10px;width:80px;color:#fff;background:#109fdd !important;cursor:pointer; }
.searchform { margin-top:18px; }
.searchsubmit { width:140px; }
.searchfield { width:300px; }

#login {
	text-align:right;
	padding-top:16px;
	padding-right:10px;
	width:210px;
	background:url("images/login.png") top left no-repeat;
	}

#menu {
	list-style-type:none;
	margin:10px 10px 0 10px;
	font-size:12px;
	font-weight:bold;
	height:29px;
	/*border-bottom:1px #ddd solid;*/
	position:relative;
	}
#menu li {
	float:left;
	background:url("images/m_left.png") top left no-repeat;
	margin-right:5px;
	}
#menu li a {
	text-decoration:none;
	display:block;
	background:url("images/m_right.png") top right no-repeat;
	padding:8px 10px;
	margin-left:1px;
	color:#555;
	height:14px;
	}
#menu .current_page_item {
	background:url("images/c_left.png") top left no-repeat;
	}
#menu .current_page_item a {
	background:url("images/c_right.png") top right no-repeat;color:#fff;
	}
#menu .right { float:right;margin-right:0;margin-left:5px; }

#content {
	padding-top:10px;
	background:#eee;
	}
#content > .container { padding:10px;background:#fff url("images/line.png") 739px 0 repeat-y;border:1px #ccc solid;border-bottom:none; }

#symptom {
	width:230px;
	height:130px;
	background:url("images/symptom.png") top left no-repeat;
	position:relative;
	top:-5px;
	left:-5px;
	margin-bottom:10px;
	}
#symptom a {
	width:230px;
	height:130px;
	display:block;
	}

#sidebar_list, #sidebar_news {
	width:200px;
	padding:10px;
	background:url("images/s_220.png") top left no-repeat;
	}
#sidebar_list h3, #sidebar_news h3 { color:#555;font-weight:bold;border-bottom:1px #ccc solid; }
#sidebar_news ul { margin-top:4px; }
#sidebar_news ul li { margin-bottom:6px; }

#feature {
	background:url("images/feature.jpg") top left no-repeat;
	width:460px;
	height:320px;
	}
#featureLeft { width:80px;height:320px;float:left;display:block; }
#featureLeft:hover { background:url("images/arrow_l.png") center left no-repeat; }
#featureRight { width:80px;height:320px;float:right;display:block; }
#featureRight:hover { background:url("images/arrow_r.png") center right no-repeat; }

#news {
	width:480px;
	margin-top:20px;
	}
#news h2 { margin-right:20px; }
#news ul {
	float:left;
	width:240px;
	margin:0;
	list-style-type:none;
	}
#news ul li {
	float:left;
	margin:10px 10px 0 10px;
	width:200px;
	}
#news p { margin:0; }
#links li { margin:10px 10px 0px 10px !important; }
#links a, .links a {
	color:#f17f1e;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px #e5e5e5 solid;
	display:block;
	}
#right p {
	padding:0 10px;
	}
#right li {
	margin:5px;
	background:#EFF6F9;
	padding:5px;
	border: 1px #DCE7EB dotted;
	}
#right li a { display:block; }

#ask {
	width:200px;
	height:45px;
	background:url("images/log-in.jpg") top left no-repeat;
	margin:10px 10px 20px 10px;
	}
#ask a {
	height:40px;
	display:block;
	
}

#travel {
	width:200px;
	height:36px;
	background:url("images/travel.png") top left no-repeat;
	margin:10px 10px 20px 10px;
	}
#travel a {
	float:right;
	width:36px;
	height:36px;
	display:block;
	}

#ad {
	width:200px;
	height:360px;
	background:#f3f3f3 url("images/ad.png") center repeat;
	margin:10px 10px 20px 10px;
	}
#leftAd {
	width:200px;
	height:200px;
	background:#f3f3f3 url("images/ad.png") center repeat;
	margin:-10px 10px 20px 10px;
	}
#centerAd {
	width:440px;
	height:80px;
	background:#f3f3f3 url("images/ad.png") center repeat;
	margin:10px 10px 20px 10px;
	}

#footer {
	padding:10px 0;
	background:#f5f5f5;
	border-top:1px #ddd solid;
	}
#footer .column { padding:0 10px; }
#footer .w220 { width:200px; }

#copyright {
	margin:auto;
	padding:10px;
	width:940px;
	border-top:1px #ddd solid;
	text-align:right;
	}

#notice {
	width:460px;
	height:60px;
	background:url("images/notice.png") center no-repeat;
	margin:10px 0 20px 0;
	}


