/*
THEME NAME: bamboo-oriental
THEME URI: http://myacupuncturewebsites.com/bamboo-oriental
DESCRIPTION: A minimal oriental site. It is a quick loading site and perfect for those who want their content to stand out.
VERSION: 0.9.5.1
AUTHOR: myAcupunctureWebsites.com
AUTHOR URI: http://myacupuncturewebsites.com
TAGS: white, two-columns, fixed-width, theme-options, right-sidebar, rotating-header,

*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Elements
-------------------------------------------------------------- */
body {
	background: url('images/background.gif') no-repeat #D8D59D;
	background-position: top center;
}

#wrap {
	width: 930px;
	margin: 0 auto;
	padding-top: 12px;
}
#head-top {
	padding-top: 0;
	padding-left: 30px;
	margin-top: 0;
	width: 870px;
}
#content{
	width: 580px;
	float: left;
	margin-left: 20px;
	margin-top: 0;
}
.entry{
	margin-top: 0;
}
#clearit{
	clear: both;
}

/* Headings
-------------------------------------------------------------- */
#logostuff{
	margin-top: 45px;
	}

#content h1{
	font-size: 26px;
	color: #800000;
	padding-bottom: 5px;
	line-height: 27px;
}
#content h1 a{
	color: #800000;
	text-decoration: none;
}
#content h2{
	color: #70674B;
	font-size: 20px;
	}
#content h3{
	color: #70674B;
	font-size: 16px;
	}
#content h4{
	color: #000;
	font-size: 14px;
	}

/* Text elements
-------------------------------------------------------------- */
body, input, textarea {
    color:#000;    
    font-size: 13px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
p {
    margin-bottom:18px;
}
ul {
	margin: 0;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}



blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/* Links
--------------------------------------------------------------- */
a{
    color:#70674B;
	text-decoration: underline;
}
a:active, a:hover {
    color: #800000;
	text-decoration: none;
}


/* =Header
-------------------------------------------------------------- */

#header {
    width: 100%;
}
#header h1{
	font-size: 20px;
}
#header h1 a{
	color: #fff;
	text-decoration: none;
}
#header h2{
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
	

#nav li {
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid #800000;
	width: 95%;
	list-style-image: url('images/navimg.gif');
	}
#nav li a {
	color: #800000;
	text-decoration: none;
	}
#nav li a:hover{
	color: #999;
	}
#main {
    clear:both;
    padding:66px 0 22px 0;
}




/* =Sidebars & Widgets
-------------------------------------------------------------- */
#sidebar{
	width: 180px;
	float: left;
	margin-top:40px;
}
#sidebar ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#pages li{
	list-style-type: none;
	font-size: 13px;
	padding: 5px 12px;
	background-color:#E5D8AC;
	border: 1px solid #958A63;
	margin-bottom: 15px;
	margin-left: 0;
	}
#pages li:hover{
	background-color: #800000;
	}
#sidebar li a{
	color: #70674B;
	text-decoration: none;
	display:block;
	height:100%;
	}
#news li{
	border-bottom: 1px dotted #000;
	}
#news li a:hover{
	color: #800000;
	}
#pages li a:hover{
	color: #E5D8AC;
	}
#sidebar h3{
	font-size: 14px;
	color: #800000;
	width: 100%;
	}

.widget{
float: left;
width:280px;
}
.widget ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
.widget ul li{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
.widget h2{
	font-size: 20px;
	}
#widget-title{
	font-size: 10px;
	}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #aaa;
	width: 590px;
    margin-top:22px;
	float: left;
	padding-top: 5px;
}
#footer img {
    border:none;
    float:left;
}
#oursite {
    color:#666;
    font-size:11px;
    padding:22px 0 44px 0;
}
#oursite a {
    color:#666;
}
#oursite a:active,
#oursite a:hover {
    color: #FF4B33;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
}
#comments code {
    font-size:12px;
}
#comments h3 {

    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
