/*
Theme Name: WP-Andreas01
Theme URI: http://andreasviklund.com/wordpress-themes/
Description: Updated for WordPress v2.6, now supporting tags, gravatars and other useful features. Originally based on the classic <a href="http://andreasviklund.com/templates/andreas01/">andreas01 CSS template</a>. Valid XHTML 1.0 Strict and CSS. Public domain.
Version: 2.0
Author: Andreas Viklund
Author URI: http://andreasviklund.com/
Tags: 2 columns, 3 columns, white, widgets, fixed width, 800px, andreas
*/

/* Body */
* {margin:0; padding:0;}
body {
background:#f4f4f4 url(img/bg.jpg) top left repeat; 
color:#000066;
font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;

}
#wrap {
background: #ffffff url(img/contBG.png) repeat-x;
margin:0 auto;
text-align: left;
width:1000px;}
hr {
	color: #aaaaaa;
	background-color: #aaaaaa;
	height: 2px;
}

/* Links */
a:link, a:visited {
	font:14px, Verdana,Tahoma,Arial; 
	color:#000099; 
	text-decoration:underline;
}
a:hover, a:active {
	font:14px, Verdana,Tahoma,Arial;
	color:#0000cc;
	text-decoration:underline;
}
#leftside a:link,#leftside a:visited, #extras a:link,#extras a:visited {
	font:12px, Verdana,Tahoma,Arial; 
	color:#ffff99; 
	text-decoration:none;
}
#leftside a:hover,#leftside a:active, #extras a:hover,#extras a:active {
	font:12px, Verdana,Tahoma,Arial;
	color:#CCFF99;
	text-decoration:underline;
}
.gdsw-url{
	font-size: 12px;
}
.bio a:link,.bio a:visited{
	color: #ffff99;
}
.bio a:hover,.bio a:active{
	color: #ffffff;
}
a img {border:0;}

/* Header */
#header {margin:0;}
#header h1 {background-color:inherit; color:#555; float:left; font-size:2em; letter-spacing:-1px; margin:0 0 10px; width:350px;}
#header h1 a {background-color:inherit; color:#555; text-decoration:none;}
#header p {background-color:inherit; color:#777; float:right; font-size:1.1em; font-weight:bold; line-height:1.3em; margin:6px 0 0; text-align:center; width:400px;}
#frontphoto {margin:0 0 10px;}

/* Sidebars */
#leftside {
clear:left; 
float:left; 
line-height:1.5em; 
margin:0 0 5px 0; 
padding:0 ; 
width:140px;
background-color: #244D85;
color: #ffff99;
border-right: 2px solid #aaaaaa;
}
#extras {
float:right; 
background-color: #244D85;
color: #ffff99;
/*border-bottom: 2px solid #aaaaaa;*/
border-left: 2px solid #aaaaaa;
line-height:1.4em; 
margin:0 0 5px 0; 
padding:3px; 
width:140px;
}
#extras div.textwidget,#searchform,#extras ul{
	border-bottom: 1px solid #ffff99;
	padding: 0 0 5px 0;
}
#extras div.gdsw-widget ul{
	border-bottom: none;
}
#leftside p, #leftside ul, #leftside div.textwidget, #extras p, #extras ul, #extras div.textwidget {font-size:0.9em; margin:0;}
#extras p, {
padding:0 3px;}
#leftside li, #extras li {
	color: #ffff99;
line-height:1.2em; 
list-style:none; 
margin:0 0 6px 0;
}
#leftside ul ul, #extras ul ul {margin:6px 0 0 10px;}
#leftside ul ul li, #extras ul ul li {margin:0 0 4px 0;}
#leftside ul ul li a, #extras ul ul li a {font-weight:normal;}
#leftside ul.linklist, #extras ul.linklist {font-size:1em;}
#leftside ul.linklist ul, #extras ul.linklist ul {margin:0 0 20px;}
#leftside ul.linklist ul li a, #extras ul.linklist ul li a {font-weight:bold;}
#leftside h2, #leftside ul.linklist li h2, #leftside h3, #extras h2, #extras ul.linklist li h2, #extras h3, table#wp-calendar caption {
background-color:inherit;
color:#ffff00; 
font-size:12px; 
font-weight:bold; 
text-transform: capitalize;
text-align:center; 
margin:0 0 3px 0;
padding: 3px 0 0 3px;
 }
#leftside label, #extras label {display:none;}

/* Main menu */
ul.page {
list-style:none; 
margin:0 0 20px 0; 
width:140px;}
ul.page li {display:inline; line-height:1.2em; width:140px;}
ul.page li a:link,ul.page li a:visited  {
background-color:#244D85;
color:#cccccc; 
float:left;
font-weight:bold;
font-size: 12px;
margin-bottom:5px; 
padding:5px 1px 5px 5px; 
text-decoration:none; 
width:130px;}
ul.page li a:hover,ul.page li a:active{
border-left:4px solid #ffff00;
color:#ffff99;
}
ul.page li.current_page_item a {
border-left:4px solid #ffff99;
color:#E4E4E4;
}
ul.page ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px; width:125px;}
ul.page ul a {padding:3px 1px 3px 5px; width:115px;}
ul.page ul ul {width:113px;}
ul.page ul ul a {width:100px;}

/* Content */
#content {
line-height:125%; 
margin:0 155px 5px; 
padding:0;
}
#contentwide {
line-height:125%;
margin:0 0 5px 150px; 
padding:0;
}
#content h2,#contentwide h2 {
font-size:18px; 
margin:0 0 10px;
text-transform: capitalize;
text-align: center;
}
#content h3,#contentwide h3 {font-size:16px; margin:0 0 8px;}
#content img,#contentwide img {border:2px solid #d0d0d0; padding:0; margin: 10px;}
#content img.noborder,#contentwide img.noborder {
	border: none;
	
}
#content img.border,#contentwide img.border {
	border: 2px solid #d0d0d0;
	
}


#content ul,#contentwide ul,#content ol,#contentwide ol {margin:0 0 16px 20px;}
#content li,#contentwide li {padding:0 0 0 5px;}
#content ul ul,#contentwide ul ul,#content ol ol,#contentwide ol ol {margin:0 0 0 16px;}

/* Footer */
#footer {border-top:2px solid #e0e0e0; font-size:0.9em; clear:both; color:#aaaaaa; font-weight:normal; line-height:1.7em; margin:0 auto; padding:10px 0; text-align:center; width:760px;}
#footer p {margin:0; padding:0;}
#footer a {color:#000066; font-weight:normal; text-decoration:none;}
#footer a:hover {color:#000099; text-decoration:underline;}
#footer strong a {font-weight:bold;}
#footer span.credits {font-size:1.1em;}

/* Subpage menu */
#subpages {border-bottom:1px solid #e0e0e0; border-left:1px solid #e0e0e0; float:right; font-weight:bold; line-height:1.3em; margin:-5px 0 8px 15px; padding:0 0 10px 10px; width:190px;}
#subpages h2 {
font-size:18px; 
font-weight:bold; 
letter-spacing:-1px; 
line-height:150%; 
margin:0 0 12px;
}
#subpages ul.submenu {line-height:1.4em; list-style:none; margin:0;}
#subpages ul.submenu li {display:inline; line-height:1.4em; width:180px; padding:0;}
#subpages ul.submenu li a {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#505050; float:left; font-weight:bold; margin-bottom:5px; padding:3px 1px 3px 5px; text-decoration:none; width:180px;}
#subpages ul.submenu li ul {margin:0 0 5px 10px; width:170px;}
#subpages ul.submenu li ul li a {width:170px;}
#subpages ul.submenu li ul ul {margin:0 0 5px 10px; width:160px;}
#subpages ul.submenu li ul ul li a {width:160px;}
#subpages ul.submenu li ul ul ul {margin:0 0 5px 10px; width:150px;}
#subpages ul.submenu li ul ul ul li a {width:150px;}
#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a {background-color:#eaeaea; border-left:4px solid #286ea0; color:#555;}
#subpages ul.submenu li.current_page_item ul li a {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#555;}

/* Tags */
p,ul,ol {margin:0 0 10px;}
blockquote {
background-color: #244D85;
border-top:4px solid #cccccc; 
border-bottom:4px solid #cccccc;
float: right;
width: 200px;
margin:10px; 
padding:5px 0;
color: #ffffff;
}
blockquote p {
background:transparent url(img/blockquote.gif) no-repeat scroll left top;
font-size:130%;
line-height:130%;
margin:0;
padding:0 3px 0 40px;
}
#quote.wide {
background:#ffffff url(img/blockquote.gif) no-repeat scroll left top;
float: right;
width: 600px;
margin:10px; 
padding:15px 0;
color: #000066;
}
#quote.wide p{
	margin: 5px;
	padding: 5px 10px;
	font-size: 80%;
}

label {background-color:inherit; color:#0000cc; font-size:0.9em; font-weight:bold;}
table#wp-calendar {margin:0 0 20px; width:140px;}
code {font-size:1.2em; display:block; padding:5px 5px 5px 8px; background-color:#f4f4f4; margin:5px 0 15px 0;border-left:4px solid #cccccc;}

/* Forms */
#s,#submit {background-color:#ffffff; border:1px solid #cccccc; color:#505050; font-size:0.9em; margin:0 0 16px; padding:4px; width:130px;}
#author,#email,#url,#comment {border:1px solid #cccccc; font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:1em; margin:0; padding:4px;}
#commentsection {margin:25px 0 0;}
#commentsection p {margin:0 0 6px;}

/* Float fix */
.contenttext {overflow:hidden;}
* html .contenttext {height:1px; overflow:visible;}
* html .contenttext p {overflow:hidden; width:99%;}

/* WP image align classes */
img.centered {display:block; margin-left:auto; margin-right:auto;}
img.alignright {
margin:3px 0 3px 5px; 
display:inline;}
img.alignleft {
margin:3px 5px 3px 0;
display:inline;}
.alignright {
float:right;
}
.alignleft {
float:left;
}

/* Various classes */
.left {border:1px solid #cccccc; float:left; margin:10px 15px 10px 0;}
.right {border:1px solid #cccccc; float:right; margin:10px 0 5px 10px;}
.center {border:1px solid #aaaaaa; margin:5px auto 12px; text-align:center;}
.textright {text-align:right;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.hide {display:none;}
.post {margin:0 0 25px;}
.postinfo {
border-top:2px solid #aaaaaa;
border-bottom: 2px solid #aaaaaa;
color:#000066;
font-size:0.9em; 
font-weight:normal; 
line-height:1.5em; 
margin:5px; 
padding:5px;
}
.comment {
background-color:#eeeeee; 
border-left:4px solid #cccccc; 
color:#000099; 
margin:0 0 10px; 
padding:8px 5px 0 8px;
}
.comment p {font-size:0.9em; line-height:1.3em; margin:0 0 6px; padding-bottom:5px;}
.gravatarside {float:right; width:48px; height:48px; margin:0 5px 5px 5px;}
.navigation {display:block; margin:10px 0 20px 0; padding:0; text-align:center;}
.navigation p {margin:0; padding:0;}
.prevlink {margin-right:20px;}
.nextlink {margin-left:20px;}

.post h2 a:link, .post h2 a:visited{
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}
.post h2 a:hover, .post h2 a:active{
	color: #0000CC;
	text-decoration: underline;
}
.wp-caption-text{
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}
.wp-caption{
	margin: 3px 10px;
	padding: 1px;
	text-align: center;
	background-color: #eeeeee;
	border: 2px solid #bbbbbb;
}
#tags a:link, #tags a:visited{
	text-decoration: none;
	color: #000099;
}
#tags a:hover, #tags a:active{
	text-decoration: underline;
	color: #0000cc;
}
.bio{
	width: 510px;
	margin: 20px auto;
	padding: 10px;
	background-color: #244D85;
	border:  #aaaaaa 2px double;
	font-style: italic;
	font-size: 12px;
	color: #ffffff;
}
.hibox {
background-color:#244D85;
border-top:8px solid #cccccc;
color:#FFFFFF;
margin:5px;
padding:10px;
width:200px;
line-height: 125%
}
.hiboxSide {
background-color:#244D85;
border-top:4px solid #ffff99;
color:#FFFFFF;
text-align: center;
margin:0 auto;
padding:5px;
width:130px;
font-size: 120%;
line-height: 140%
}
.join{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
	width:105px;
	height: 32px;
	background: url(https://www.acupuncture4themind.com/images/btn/btnJoinCSS.gif) no-repeat 0 0;
}
#j1:hover{
	background-position: 0 -35px;	
}
#js:hover{
	background-position: 0 -35px;	
}
.free{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
	width:105px;
	height: 32px;
	background: url(https://www.acupuncture4themind.com/images/btn/btnFreeCSS.gif) no-repeat 0 0;
}
.freeBtn{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
	width:105px;
	height: 32px;
	background: url(https://www.acupuncture4themind.com/images/btn/btnFreeCSS.gif) no-repeat 0 0;
}
#f1:hover{
	background-position: 0 -35px;
}
#f2:hover{
	background-position: 0 -35px;
}
.PhotoBoxRt{
	float:right;
	margin: 5px 3px 5px 10px;
	border: solid thin #000066;
}
.PhotoBoxtLt{
	float:left;
	margin: 5px 10px 5px 3px;
	border: solid thin #000066;
}
.offerBox{
	margin: 20px auto;
	padding-top: 5px;
	border: #aaaaaa 2px double;
	text-align: center;
	width: 510px;
	background-color: #244D85;
	color: #ffffff;
}
/* side bar widgets*/
#flashsb{
	background-color: #244D85;
	border-top:4px #ffff99 solid;
	padding: 0 0 0 3px;
}
#signup{
	background-color: #244D85;
	border-top:4px #ffff99 solid;
	margin: 0 auto;
	padding: 5px 0; 
	text-align: center;
	width: 140px;
}
#signup form{
	margin: 0 auto;
	width:135px;
	max-width: 135px;
	min-width: 135px;
	font-size: 60%;
	background: transparent;
	border: 0;
}
.frmIn{
font-size: 18px;
color: #244D85;
font-weight: normal;
height: 28px;
background: transparent url(http://www.acupuncture4themind.com/images/name.jpg) no-repeat scroll 0 0;
vertical-align: middle; 
width: 100px;
padding: 3px 5px 0;
margin: 5px;
}
.topBox{
	background-color: #244D85;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	width:140px;
	overflow: hidden;
}
.topBoxTran{
	border-top:4px #ffff99 solid;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	width:140px;
	overflow: hidden;
}
form#searchform div{
	text-align: center;
	margin: 0 auto;
}
#rss-feed a:link, #rss-feed a:visited {
text-decoration:none;
font-size: 10px;
}
#rss-feed p{
	text-align: justify;
	font-size: 12px;
}
.rss, .eml{
	margin: 0 auto;
	text-align: center;
}
#rss-feed p.textCtr{
	text-align: center;
	margin-bottom: 10px;
}

