/*Theme Name: Chi Kung
Theme URI: http://www.chikung.com/
Description: The Chi Kung theme is specially designed for ChiKung.Com.
Version: 1.0
Author: Kiwi9
Author URI: http://www.kiwi9.com/
Tags: chikung, grey,orange, fixed width, two columns, widgets
Chi Kung v1.0
http://www.chikung.com/
This theme was designed and built by Kiwi9 - Web Design & Marketing,
you can find us at http://www.kiwi9.com.
*/
/* CSS Document */

body {

	background:url(images/bkg.gif) repeat;
	font-family: Verdana, Geneva, sans-serif;	
	font-size:90%;
	color: #333;
	padding:0;
	margin:0;
}

a img {
	border:none;
}

.black a {
	color: #FFF;
}

.black a:hover {
	text-decoration:none;
	color: #FF7800;
}

.black a:hover {
	text-decoration:none;
	color: #FF7800;
}
a {
	text-decoration:none;
	color: #0800C5;
}

a:hover, h2 p a:hover, h3 p a:hover {
	text-decoration:underline;
}

/* Begin Layout */
#wrapper {

	width:990px;
	margin:0 auto;
	background:#fff;
}

/* [Layout] Header Begin */
#headerimg {
	float:left;
	margin:15px 0px 0px 20px;
}

#header a {color: #555;}
#header a:hover {text-decoration: underline; color: #FF7800;}
#header p {
	float:right;
	margin:0;
	padding:7px 17px 7px 56px;
	background:url(images/header-kanji.gif) left no-repeat;
	color:#ff7800;
	font-size:14px;
}
#headerimg .description {
	color:#777;
	text-align: center;
}
/* [Layout Header End */

/* [Layout] Navigation begin*/
.blackbar {
	background:url(images/blackbar.gif) bottom repeat-x;
	position:relative;
	height:53px;
	clear:both;
}

#menu-main {
	position:absolute;
	top:2px;
	right:5px;
	margin:0;
	padding:0;
	z-index:5000;
}
#menu-main li {
	float:left;
	list-style:none;
	margin:0 2px;
	background:#666666 url(images/navigation/right-nav.gif) right top no-repeat;
}

#menu-main li a{
	display:block;
	color:#fff;
	font-size:12px;
	line-height:2.2em;
	padding:0px 22px;
	background:url(images/navigation/left-nav.gif) left top no-repeat;
	text-decoration:none;
	text-transform:uppercase;
}

#menu-main li a:hover,#menu-main .active a, #menu-main .current_page_item a, #menu-main .current_item_parent a, #menu-main .over a, #menu-main li:hover a  {
	color:#ff7800;
	background:url(images/navigation/left-active.gif) no-repeat left top;
	text-decoration:none;
	text-transform:uppercase;
}

#menu-main li:hover, #menu-main li.over, #menu-main .active, #menu-main .current_page_item, #menu-main .current_item_parent {
		background:#e2e1dd url(images/navigation/right-active.gif) right top no-repeat;
	}

#menu-main li:hover a, #menu-main li.over  a{
	background:url(images/navigation/left-active.gif) no-repeat left top;
	text-decoration:none;
	text-transform:uppercase;
	color:#ff7800;
}

#menu-main li ul {
    display: none;
    width: 15em; /* Width to help Opera out */
    background-color: #fff;
}

#menu-main li:hover ul, #menu-main li.over ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; 
	}

#menu-main li:hover li, #menu-main li.over li, #menu-main li:hover ul li, #menu-main .over ul li a, #menu-main li:hover ul li a,#menu-main .active ul li, #menu-main .current_item_parent ul .current_page_item, #menu-main .current_item_parent ul li, #menu-main li ul .current_page_item, #menu-main .current_page_item ul li {
    float: none; 
	}

#menu-main li:hover li a, #menu-main li.over li a, #menu-main .active  ul a, #menu-main .current_page_item ul a, #menu-main .current_item_parent ul a {
    background-color: #666666;
	background-image:none;
    border-bottom: 1px solid #fff;
    color: #fff; 
}

#menu-main li:hover li a:hover, #menu-main li.over li a:hover {
    background-color: #f90;
 }

#menu-sub-menu {
	list-style:none;
	position:absolute;
	top:28px;
	right:5px;
	z-index:1;
	clear:right;
	margin:0;
	padding:0;
}

#menu-sub-menu li {
	float:left;	
	margin:0 1px;
}

#menu-sub-menu li a {
	float:left;
	background:url(images/divider.gif) right top no-repeat;
	font-size:11px;
	line-height:2.4;
	color:#fff;
	text-decoration:none;
	padding:0 5px;
	text-transform:uppercase;
}

#menu-sub-menu li a.last {background:none;}

/* [Layout] Navigation end */

#content {
	margin:18px 0px 27px 6px;
	float:left;
	width:622px;
}

#sidebar {
	margin:18px 6px 27px 0px;
	float:right;
	width:320px;
}

#footer {
	clear:both;
	border-top:#666666 1px dotted;
	padding:10px 0;
	color:#666666;
}

#footer p {
	margin:0;
	padding:0;
	text-align:center;
}

#footer #menu-footer, #footer #menu-sub-footer {
	list-style:none;
	text-align:center;
	margin:5px 0;
}

#footer #menu-footer li, #footer #menu-sub-footer li {
	display:inline;
	padding:0 3px;
}

#footer #menu-footer li a, #footer #menu-sub-footer li a {
	color:#666666;
}

.listdiv, .listdiv h3 {
	margin:0;
	padding:0;
	font-size:12px;
	display:inline;
	color:#666666;
}

.sides {
	background:#ddddca;
	border:#666666 1px solid;
	padding:10px;
	margin:0 0 20px 0;
}

.box {
	border:#666666 1px solid;
	padding:9px;
	margin-bottom:23px;
}

.box h2 {
	color:#666666;
	border-bottom:#b2b2b2 1px solid;
	font-size:18px;
	margin:5px 0px 0px;
	padding-bottom:5px;
	font-weight:normal;
}

.box img.left {
	margin:0 7px 10px 0;
}

.box p {

}

.box blockquote {
	padding: 2px 10px;
	margin: 25px 0 0 0;
	border-left: none;
	clear:left;
}

.testimonial {
	padding:5px;
	margin: 5px;
	background:#eee;
	border:#ccc 1px dashed;
}

.mini {
	width:276px
}

#sfstest-sidebar {
	background:#fff;
	padding:5px 8px;
}

.black {
	background:#090909;
	color:#FF7800;
	padding:9px 9px 18px;
}

.black h1 {
	color:#ff7800;
	font-family:'Times New Roman', Times, serif;
	font-size:18px;
	margin:5px;
	padding:0;
	text-align:left;
}

.black p {
	margin-bottom:15px;
	padding:0;
}

.grey {
	background:#e2e1dd;
}

.white {
	background:#fff;
}

.orange {
	color:#ff7800;
}

.border {
	border:#666666 1px solid;
}


label {
	color:#333333;
}

a.more {
	text-align:right;
	display:block;
	color:#ff0000;
	text-decoration:none;
}

a.more:hover {
	text-decoration:underline;
}

.border-bottom {
	border-bottom:#b2b2b2 1px solid;
	padding:5px;
	margin: 5px;
}

.borderbtm {
	border-bottom:#b2b2b2 1px solid;
	margin: 4px 0;
}
.entry h1 {font-size:1.6em; text-align:left; margin-bottom:0px; color:#ff7800; padding-bottom:0;}
.entry p {margin-bottom:0; margin-top:7px;text-align: left;}
/* End Layout */

/*	Begin Headers */

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:visited {
	text-decoration: none;/*color: white;*/
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 10px;
	padding: 0;
	color:#ff7800;
	border-bottom:#a1a198 1px solid;
}

#sidebar ul li a {
	color: #555;
}

h3 {
	color:#ff7800;
	margin:5px 0 10px;
	padding:0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;/*display: inline;*/
}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;/* display: inline;*/
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}


#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page-id-23 #submit, #commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.smalltext{font-size:11px;
margin:0px; padding:0px;}

.name {
	font-size:11px;
	font-style:italic;
	margin:0px; 
	padding-top:4px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.left {

	float:left;

}

.right {
	float:right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/

/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	color:#000;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */
#newsletter {
	background:url(images/newsletter.gif) no-repeat;
	width:254px;
	height:280px;
	margin:0 auto;
}
#newsletter h3 {
	text-align:center;
	padding:5px;
	font-size:20px;
	margin-bottom:20px;
}

#newsletter p {
	margin:10px 15px;
	padding:0;
}

#newsletter .input {
	border:#7f9db9 1px solid;
}

#newsletter .news-submit {
	margin:0;
	padding:0;
	background:url(images/sign-up.gif) no-repeat;
	outline:none;
	border:none;
	width:155px;
	height:30px;
	cursor:pointer;
	margin-top:30px;
}

div.wpcf7 {margin-left: 150px !important;}

.pic {

}
 .pic:hover {
       opacity:0.7;
}
