/*
Theme Name: Sydney-podiatry
Theme URI: http://bodait.com.cn/
Description: A CMS theme. 
Version: 1.0
Author: Eyoung
Author URI: http://bodait.com.cn/

*/


/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

body {
	color: #4C4C4C;
	font-size:12px;
	font-family:Verdana;
	background: #28ACE2 url(images/body.gif) repeat-x;
	line-height:17px;
	margin: 0px;
	padding: 0px;
}

/*################   testimonials page  ##############################*/
.TestimonialItem{
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
.TestimonialItemStart{
   background: url(images/Startquote.png) no-repeat scroll left top;
   padding:9px 0 5px 40px;
}
.TestimonialItemEnd{
   background:url(images/Endquote.png) no-repeat scroll right bottom transparent;
   padding:0px 40px 20px 0px;
}
.TestimonialItemBy{
   text-align:right; padding-right:40px;
}
/***************** Links *******************/
a {
	color:#4A7C35;
	text-decoration: none;
}
a:link, a:visited {
	color: #133E5B;
	text-decoration: none;
}
a:hover {
	color: #133E5B;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin:10px 0px;
	color: #1A74B0;
	font-family:Verdana;
	font-size:14px;
}
h1 a, h1 a:visited{
	color: #ACD7EE;
	text-decoration: none;
}
h1 a:hover{
	color: #F6F5EE;
	text-decoration: none;
}

h2 {
	color: #1A74B0;
	margin: 0px 0px 2px;
	font-family:Verdana;
	font-size:13px;
}
h2 a, h2 a:visited {
	color: #7D8092;
	text-decoration: none;
}
h2 a:hover {
	color: #4E79A2;
	text-decoration: none;
}

h3 {
	margin: 10px 0 5px;
	font-size:13px;
	font-weight:bold; 
}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #758d38;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}

#wrap {
	margin: 0px auto;
	width: 966px;
	background: #FFFFFE;
	overflow: hidden;
/*	position:relative;
*/}

/***************** Code, Blockquote etc. **************************************/
code {
	background-color: #ececec;
	padding: 1px;
	border: 1px solid #cccccc;
}
blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	padding-left: 6px;
	margin: 7px 10px 7px 10px;
	font-style: italic;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}


/*######################################################################################################
  ###### Header ########################################################################################
  ####################################################################################################*/

#header {
	height: 125px;
	width:966px;
	margin:0 auto;
	position: relative;
	color: #4E79A2;
}
#headerimg {
	position: relative;
	padding: 10px 0px 0px 0px;
}
#headerimg h1{	
   	display:block; overflow:hidden;
	width:277px; height:61px;
	background:url(images/logo.jpg) no-repeat 0 0;
	font-size:2.1em; color:#fff; text-indent:-1000em; cursor:pointer;
}

/***************** Header Navigation ******************************************/
#navi {
	height: 33px;
	margin-top: 11px;
	*margin-top: 19px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#navi ul li {
	list-style-type: none;
	float: left;
	line-height: 33px;
    font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#navi ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding:0px 10px 0px 25px;
	line-height: 33px;
	text-transform:uppercase;
}
#navi ul li.current_page_item a {
	color: white;
	background: #FBB76D;
}
#navi ul li a:hover {
	color: #FFF; background:#FBB76D;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .80;
	filter: alpha(opacity=80);
	background-color: #0054A6;
	width: 190px;
	color: #CCCCCC;
	float: none;
	margin: 0px;
	border-bottom: 1px solid #2D6DB7;
	border-left: 1px solid #2D6DB7;
	border-right: 1px solid #2D6DB7;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #2D6DB7;
	color: #FFFFFF;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}
#nav li ul li{ text-align:left;}
#nav li ul li z{ padding-left:1px;}
#nav li ul a { 
	width: 150px;
	}

#nav li ul ul {
	margin: -34px 0 0 227px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

.map{ 
    position:absolute;
 	left:664px;
	top:25px;
	z-index:1;
	height:20px;
}
.map a{
	color:#0072BC;
	font-size:10px;
	font-weight:bold;
	margin-top:-10px;
	vertical-align: top;
}
/*flash*/
.flash{height:105px;}
.left,.Central,.right{ float:left;}

.title{height:30px; background:#C4C6C8; clear:both; margin:0 3px; }
.title img{ margin:3px 0px 0px 20px;}
/*######################################################################################################
  ###### home_content #######################################################################################
  ####################################################################################################*/

#home_content{
    width:640px; float:left;
	padding: 2px 0px 8px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
#home_content a{
   	color: #FF3300;
	text-transform: none;
}
#home_content .what{
    font-size:11px; background:#0072BC; margin:0px;
	font-family:Verdana;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 0 0 20px;
	height:20px;
	margin-bottom:15px;
}
.post-home{
    padding:10px 20px 0 20px;
}

#homesidebar {
	float: left;
	padding: 0px ;
	margin:0px 0 0 3px;
	width: 317px;
	color: #666666;
	overflow: hidden;
}
#homesidebar h3 {
   background:#0072BC;
   height:20px;
   padding:5px 0 0 20px;
   font-size:11px;color:#FFFFFF;
   margin:2px 0 0 0;
}
/*sidebar text styles */
#homesidebar a, #homesidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#homesidebar a:hover{
	color: #135193;
	text-decoration: none;
}
/*sidebar list level1 */
#homesidebar ul {
	margin: 0;
	padding: 0;
}
#homesidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#homesidebar ul li ul {
	padding: 0;
	margin: 0;
}
#homesidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #DDD;
}
/*sidebar list level3 */
#homesidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

.textwidget{
    padding:0px 20px 0px 20px;
	background:#EEEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;

}
#homesidebar #text-4 h3{ background:#F7941D;}
#homesidebar #text-4 .textwidget{ background:#FFE3C4;}

/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#content {
	padding: 10px 14px 15px 14px;
	/*overflow: hidden*/;
    padding: 10px 0px 15px 14px;
	float: left;
	width: 512px;
	overflow: hidden;

}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 458px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
}
.post-author {
    background: url(images/icon-users.gif) no-repeat left center;
	margin-left: 10px;
	padding-left: 20px;
	float: left;
	font-size: 95%;
}
.post-tag {
    margin-left: 10px;
	float: left;
	font-size: 95%;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left bottom;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
/******** post content ********/
.post-content {
	clear: both;
	padding-top: 10px;
}
.post-content p {
	margin: 0px 0px 15px 0px;
}
.post-content img {
	border: 1px solid #C7C7C7;
	padding: 5px;
}
.post-content a:hover img {
    border: 1px solid #4E79A2;
	padding: 5px;
	background: #4E79A2;
}

/**** entrymeta ****/
.entrymeta {
	border: 1px solid #8d8d8d;
	background-color: #f9f9f9;
	font-size: 90%;
}
.entrymeta ul {
    margin: 8px auto 8px 40px;
	padding: 0px;
}
.entrymeta ul li {
  	list-style-type: none;
}
.trackback-leftalign { background: url(images/icon-trackback.png) no-repeat 0 50%; padding-left: 14px; }
.feed-leftalign { background: url(images/icon-post-feed.gif) no-repeat 0 50%; padding-left: 14px; }
/***************** Tags below the link of the comments feed ********************/
.utwtags { background: url(images/icon-tag.gif) no-repeat 0 50%; padding-left: 14px; }

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #4A7C35;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #8D8D8D;
	padding: 10px 0 5px 0;
	clear: both;
}

/*** commentlist ***/
.commentlist {
    list-style: none;
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}
.commentlist li{
    margin-bottom: 6px;
	padding: 10px;
}
.commentlist .alt {
	background: #F9F9F9;
	border: 1px dotted #8D8D8D;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentname{
	color: #4E79A2;
}
.gravatar {
    border: 1px solid #AAAAAA;
	padding: 5px;
    float: left;
	height: 32px;
	width: 32px;
	background: url(images/gravatar.png) no-repeat 5px 2px;
	display: inline;
}
.commentcount {
    font: bold 2.2em Georgia,sans-serif;
	color: #DEDEDE;
	float: right;
}
.commentext { /* That's the div of the text... */ 
	padding: 0px 0px 0px 50px;
}

/***** comment form *****/
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 2px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 506px;
/** height: 115px; **/
	background:#F9F9F9;
	border: 1px solid #8D8D8D;
	padding: 2px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/** Quicktags **/
#quicktags {
	margin-top: 4px;
	margin-bottom: 0px;
}

#quicktags input {
	background: #f9f9f9 url(images/button-bg.png) repeat-x;
	border: 1px solid #aaaaaa;
	font-size: .9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin: 1px 2px 0px 0px;
	padding: 0px 1px 0px 1px;
}

#quicktags input:hover {
	border: 1px solid #4E79A2;
}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	float: left;
	padding: 15px 10px 20px 10px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4E79A2;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #8D8D8D;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #135193;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #DDD;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li, li.widget_links li {
	background: url(images/mini-blogroll.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li {
	background: url(images/mini-category.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat 0px 3px !important;
	padding-left: 20px !important;
}

/*sub-pages 
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}*/

/*recent comments widget */
ul.recent-comments li, li.widget_recent_comments li {
	background: url(images/mini-recent-comments.gif) no-repeat 0px 4px !important;
	padding-left: 20px !important;
	list-style: none;
	color: #5A6695;
}

/********* calendar ********/
li.calendar table, li.widget_calendar table {
    width: 100%;
	font-size: 95%;
}
li.calendar table td, li.widget_calendar table td {
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
}
li.calendar table td a, li.widget_calendar table td a {
    display:block;
	background: #CCC;
}
li.calendar table td a:hover, li.widget_calendar table td a:hover {
    display:block;
	background: #F6F6F6;
}
li.calendar table td#today, li.calendar table td#today a:hover, li.widget_calendar table td#today, li.widget_calendar table td#today a:hover {
    background: #F6F6F6;
    color: #135193;
}
li.calendar table td#today a, li.widget_calendar table td#today a {
    background: #4E79A2;
	color: #F6F6F6;
} 

/*** links ***/
ul.list-meta li, li.widget_meta li {
	background: url(images/link.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*** feeds ***/
ul.list-feeds li a {
    display: block;
	background: url(images/icon-feed-orange.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
ul.list-feeds li a:hover {
	background: url(images/icon-feed-blue.gif) no-repeat left center !important;
	padding-left: 20px !important;
} 
/*text widget */
.textwidget {
	padding-top: 5px;
}
#homesidebar .textwidget ul{color:#0072BB; margin-left:10px;}
#homesidebar .textwidget ul li{border-bottom:none; list-style: disc;}
#homesidebar .textwidget ul li span{ color:#666666;}

/*search form */
#searchform {
	margin: 0px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 122px;
	height: 20px;
	padding: 4px 19px 0px 4px;
	border: 1px solid #8D8D8D;
	background: #FEFEFE url(images/search-icon.gif) right center no-repeat;
	margin-right: 2px;
	color: #333333;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	vertical-align: middle;
}
/*######################### dep #############################################*/
#dep{ 
    margin:0px 2px 0px 2px; background:#0072BC url(images/dep.gif) no-repeat;
	min-height:107px;
	clear:both;
}
.de{
    padding:20px 60px 0 65px; 
	color:#FEFEFE; font-style:italic;
	font-size:11px;
	/*overflow: hidden;*/
}
.dename{color:#FEFEFE; font-style:italic;font-size:11px; text-align:right;}
#subsidebar{
    width:196px;
	float:left;
	padding:0px;
	margin:3px 20px 0 3px;;
	background:#99CCFF;
}
#subsidebar ul{
	padding:0px;
	margin:0px;
}
#subsidebar li{
    list-style:none;
	background:#FEEDDE;
	border-bottom:2px solid #FFFFFF;
	text-transform:uppercase;
}
#subsidebar li a{
    display:block;
	min-height:20px;
	padding:5px 0 0 5px; color:#F8B07F;
	font-weight:bold;
}
#subsidebar li a:hover{
    text-decoration:none;
	color:#FFFFFF;
}
#subsidebar li.current_page_item a{ background:#F7941D; color:#FFFFFF;}
/*#########################cate################*/
#cate{
    width:196px;
	float:left;
	padding:0px;
	margin:3px 20px 0 3px;;
}
#cate ul{
	padding:0px;
	margin:0px;
}
#cate li{
    list-style:none;
	text-transform:uppercase;
}
#cate li.current_page_parent a{ background:#FEEDDE; color:#F47C2D;}
#cate li a{
    display:block;
	min-height:20px;
	background:#FEEDDE;
	padding:5px 0 0 10px;
	border-bottom:2px solid #ffffff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FF3300;
	text-transform: uppercase;
}
#cate li a:hover{
    text-decoration:none;
	background: #F37421;
	color:#FFFFFF;
}
#cate li.current_page_item a{ background:#F37421; color:#FFFFFF;}

#cate li.page-item-82 a,#cate li.page-item-87 a,#cate li.page-item-89 a,#cate li ul.children li a{ 
     background:#FFFFFF; border-bottom:1px solid #FEF2E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;

}
#cate li.page-item-82 a:hover,#cate li.page-item-87 a:hover,#cate li.page-item-89 a:hover,#cate li ul.children li a:hover{
     background:#F2F1F0; 
}

#make{
    clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}
#make ul{ padding:0px; margin-left:3px;}
#make li{ list-style-type:none; float:left;  background:#FFE3C4; margin-right:3px; text-align:center;}
#make li a{ display:block; width:318px; height:19px; padding-top:5px;  font-weight:bold;	color: #FF3300;text-transform: uppercase;
}
#make li a:hover{ background:#F37421; color:#FFFFFF; text-decoration:none;}
#make li.titl,#make li.titl a,#make li.titl a:hover{ background:#F37421; color:#FFFFFF;}
/*###########################  media_content  #################################*/
#media_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
#media_content a{ color:#666666;}
#media_content .title{
    background:#0072BC; height:22px; padding:3px 0 0 20px; color:#FFFFFF;
	
	font-size:11px; 
	font-family:Verdana;
	font-weight:bold;
}

#media_content h3{
     margin:30px 0 5px;
	font-size: 13px;
	font-weight: bolder;
	color: #1A74B0;
}
#media_content h1{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: 1A74B0;
	font-weight: bold;
}
.media-container{
	width: 130px;
	text-align:center;
	padding-left: 57px;
	padding-right: 26px;
	margin-bottom:50px;
	float: left;
	height: 250px;
}
.media-container .bold a{ 
    color:#0054A6;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	color: #1A74B0;
}


/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
    width: 966px;
	height: 87px;
	clear: both;
	background: #fefefe;
	margin: 0px auto 20px auto;
	border-top: 1px solid #FFFFFF;
}
#footer img{ margin:15px 58px 0px 30px;}
#footer .last{
     margin:9px 0 0 0;
	 font-size:10px; color:#FFFFFF;
}
#footer .last a{color:#FFFFFF;}


/*#####################  Contact Form 7 ###################*/
.EditingFormLabelCell{
     text-align:left;
	 vertical-align:top;
	 width:160px;
	 float:left;
/*	 color:#8A7D5E;
	 font-size:11px;
*/	 font-weight:bold;
}
.wpcf7-text,#comm{	
     width:300px;
}
.wpcf7-select,.wpcf7-text,#comm{
	 border:1px solid #CCCCCC;
	 color:##5A5A5A;
}
.wpcf7-submit{ border:none; background: url(images/submit.png) no-repeat; width:86px; height:29px; cursor:pointer;}

/*############all -page ###############*/
.all-page{ border-bottom:1px dashed #CFDFEE; }
#home_content .all-page a{ color:#666666;}
