/*
Theme Name: Wings Neuro Clinic
Theme URI: http://www.wingsclinic.com
Description: A unique rehabilitation center that deals with acute as well as chronic pain.
Author: Peony Gerochi
Author URI: http://itsduc.com/
Tags: clean, development, design
*/

a {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a:hover{
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

h2 a{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}

h2 a:hover{
	text-decoration: underline;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px -5px 0px;
}

h3 a{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}

h3 a:hover{
	text-decoration: underline;
}

p{
	line-height: 20px;
	margin-bottom: 10px;

}

#wrapper {
	background: #8aa376;
	width: 907px;
	height: 100%;
	margin: 0 auto;
	text-align: center;

}

#navigation {
	background: #3a2916;
	height: 25px;	
	padding-top: 13px;
}

#navigation li
{
	font-size: 12px;
	color: #FFF;
	display: inline;
	padding-right: 40px;
}

#navigation li a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	
}
.about {
	 margin-left: 20px;
	 margin-right: 10px;
}
 
.bullet {
	margin-right: 20px;	
}	

#navigation li a:hover
{
	color: #a8bc97;
	
}

#holder {
	background: #3a2916;
	width: 907px;
	height: 158px;
	padding-bottom: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-image:url('http://www.wingsclinictoronto.com/wp-content/themes/WpRehab/images/greenbg.png');
}

#contentcolumn{
	margin-left: 210px; 
	background: #8aa376;
	height: 100%;
}

#contentcolumn li{
	list-style-type: circle;
	margin: 10px 0px 10px 20px;	
}

#contentcolumn b{
	font-weight: bold;
}

#contentcolumn strong{
	font-weight: bold;
}

#leftcolumn{
	float: left;
	width: 210px;
	margin-left: -907px; 
	background: #3a2916;
	min-height: 500px;
	line-height: 20px;
}


#leftcolumn a{
	color: #d2d2a6;
	text-transform: uppercase;
	font-size: 11px;
}


#leftcolumn a:hover{
	text-decoration: underline;
}

#leftcolumn .sidebar{
	list-style-type: none;
	text-align: center;
}


.widget li {
	list-style-type: none;
	text-align: center;
}

.mwm-aal-sidebar-container ul{
	list-style-type: none;
	text-align: center;
}

.clear {
	height: 50px;
}

.icons {
	margin-right: 5px;	
}

.innertube{
	margin: 30px;
	text-align: left;
}


img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 15px;
 }

.innertubeside h3{
	color: #FFF;
	font-width: bold;
}

.innertubeside{
	margin: 20px;
	text-align: left;
	color: #d2d2a6;
}

#footer{
	clear: left;
	width: 100%;
	background: #546042;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFFF80;
}


/* List */
#note {
	clear:both;	
}

#note dl {
  clear:both;
  width:728px;
  height:8em;
  margin:2em auto;
}

#note dt {
  margin-bottom:1em; 
  font-weight:bold;}

#note dd {
  width:28%; 
  float:left; 
  margin:0;}

#note ol.first {
  counter-reset:item 0;}
#note ol.second {
  counter-reset:item 5;}
#note ol.third {
  counter-reset:item 9;}

#note ol li {
  display: block;}
#note ol li:before {
  content: counter(item) ". "; 
  counter-increment: item 1;}

