/**
  Theme Name: Back to Balance
  Theme URI: http://www.surgeinteractive.com/themes/backtobalance
  Version: 1.0
  Author: Surge Interactive, Inc
  Author URI: http://www.surgeinteractive.com
  Licence: This theme is licensed for use on the back-to-balance.com domain for Dr. Matt Germain.
  
  Description: This is a theme built completely from the ground up to replace the existing static website.  

*/

html {
	overflow-y: scroll;
}
body {
	background-color: #d4eff8;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-right:0px;
	margin-left:0px;
}
a{
	text-decoration:none;
	color:#4484b2;
}
#canvas {
	width: 900px;
	margin: 0 auto;
}
#content {
	padding-left:50px;
	padding-right:50px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
}
#header {
	margin: 0;
	width:900px;
	height:105px;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
}

#logoLink {
	text-indent: -9999px;
	width:406px;
	height:84px;
	display:block;
	top:15px;
	left:45px;
	position:relative;
	float:left;
}
/** the heading and tagline are h1 on homepage and h4 on internal */
  #header h1, #header h4 {
	font-size: 30px;
	margin: 0;
	padding: 10px 0 10px 0;
}
/** the tagline is a span within the h1 or h4 */
    #header h1 span, #header h4 span {
}
/**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
#subNav {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	float:right;
	display:block;
	margin-right:50px;
}
#subNav li {
	display: inline;
	padding: 0 10px 0 0;
}
#subNav a{
	color:#000;
}
#subNav a:hover{
	color:#4484b2;
}
#nav {
	height:34px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}
#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

#navMiddle{
	height:34px;
	line-height:32px;
	float:left;
	display:inline;background-image: url(images/bg_navbar_middle.png);
	background-repeat: repeat-x;
}
#nav a{
		text-transform:uppercase;
	color:#010101;
	font-size:12px;
}
#nav a:hover,#nav ul li.current_page_item a,#nav ul li.current_page_item ul li a:hover,#nav ul li.current_page_ancestor a,#nav ul li.current_page_ancestor ul li.current_page_item a{
	color:#4484b2;
}
#nav ul li.current_page_item ul li a,#nav ul li.current_page_ancestor ul li a{
	color:#010101;
}
#nav li li a{
	text-transform:capitalize;
}
#nav li {
	/*display: inline;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;*/
}
#nav li ul{
	/*display:none;*/
}
#navLeft{
	width:15px;
	height:34px;float:left;
	background-image: url(images/bg_navbar_left.png);	
	background-repeat:no-repeat;
}
#navRight{
	float:left;
		width:16px;
	height:34px;
	background-image: url(images/bg_navbar_right.png);	
	background-repeat:no-repeat;
}
/* FOOT */
#footer{
	width:900px;
	height:41px;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	text-align:center;
}
#copyright{
	color:#333;
	text-align:center;
	font-size:8pt;
}#copyright p{
	padding-bottom:0px;
	margin:4px;
}
/* Currently selected page nav item (and parent) if applicable */
    .current_page_item a, .current_page_parent a {
	text-decoration: none;
}
.current_page_item a:hover, .current_page_parent a:hover {
	text-decoration: underline;
}
/**      main content     */
#primaryContent {
	width: 540px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}
#primaryContent h1 {
	padding: 0;
	margin: 10px 0 0 0;
}
#primaryContent h2 {
	padding: 0;
	margin: 10px 0 0 0;
}
/* titles are h2 on homepage and h1 for internal */
  #primaryContent h1.postTitle, #primaryContent h2.postTitle {
	font-size: 22px;
}
#primaryContent h3 {
	padding: 0;
	margin: 10px 0 0 0;
}
ol#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.postWrapper, div.postWrapper {
}
.postWrapper img {
}
div.post {
}
p.postMeta {
}
#pagination {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pagination li {
	display: inlne;
}
#pagination .previous {
	text-align: left;
	float: left;
}
#pagination .future {
	text-align: right;
	float: right;
}
/**       sidebar          */
#secondaryContent {
	width: 200px;
	float: left;
}
#secondaryContent h3 {
	padding: 0;
	margin: 10px 0 0 0;
}
/**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondaryContent > ul > li {
	margin: 0 0 10px 0;
}
/** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
	padding-left: 5px;
}
#comment {
	width: 500px;
}
#footer {
	clear: both;
	font-size: 80%;
}
/** normally hidden but will appear when css disabled */
.skip, .noCss {
	position: absolute;
	left: -9999px;
}
/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#communitytable img{
	padding-right:10px;
	padding-bottom:10px;
}