/*
THEME NAME: rhealth
THEME URI: 
DESCRIPTION: Style developed for the Robert's Centre
VERSION: 0.1
AUTHOR: <a href="http://www.rebecca-anstett.com">Rebecca Anstett</a>
AUTHOR URI:
TAGS: 
*/

body 
{
	background:#5d4c33;
	color: #000;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a 
{
	 color:#FFF; 
}

a:link
{
	text-decoration: underline;
}

a:active 
{
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

a:visted 
{
	color: #FFF;
}

a:hover
{
	text-decoration: underline;	
	font-weight: bold;
}

p, li, td, address
{
	font-size: 1.2em;
	color:#fff;
	font-style:normal;
}
p {
	margin:0.2em 0 0.5em 0;
}

img {
	border:0;
	outline:0;
}

h2 {
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	color: #FFFFFF;
	/*color: #000099;*/
	font-size: 1.5em;
}

h3 {
	/*olor: #DAA520;*/
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	color:#fff;
	margin:1em 0 0 0;
}

ul 
{ 
   list-style: square; 
}

ul ul {
	font-size:0.8em;
}

text.li
{
	margin: 0px 0px 0px 20px;
}

th {	background-color: #FFFFCC;
	
}

img {
	border-width: 0px;
}

form {
	margin:1em 0;
}

td {
	position:relative;
	vertical-align:top;
}

/******************
**
**  Container Elements
**
******************/

#wrapper, #footer {
	width:750px;
	margin:0 auto;
	border-collapse: collapse;
	position:relative;	
}

#nav {
	vertical-align:top;
	text-align:left;
	padding:5px;
	position:relative;
	width:198px;
}

#content {
	position:relative;
	vertical-align:top;
}

#content-pages
{
	padding: 5px 10px 10px 10px;
}

#img_block {
	padding:0;
	margin:0;
	background:#A3E57B;
}

#img_block img {
	padding:0;
	margin:0;
	display:block;
}

.grey
{
	background: #808080;
}

.green
{
	background:#006666;
	padding:0;
}

/******************\
*
* Children Elements
*
\*****************/


/********* logo type **********/ 
#logotype {
	background: #7EA6D7;
	padding:0;
}
#logotype h1 {
	background: url(./images/logo.jpg) top left no-repeat;
	height:0;
	width:199px;
	margin:0 auto;
	padding-top:200px;
	overflow:hidden;
}

/******* Nav children ******/
#nav ul {
	list-style:none;
	margin:5px 0;
	padding:0;
	
}

#nav ul ul {
	padding:0 0 0 10px;
}

#nav a{
	font-weight: normal;
	text-decoration:none;
	font-size:1.1em;
	padding:5px 5px;

}

#nav ul ul li {
	font-size:1em;
}

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

/******* Footer children ******/
#footer p {
	text-align:center;
	font-size:1em;
}


/********** Content Children **********/

/************* profile pages *********/
.profile {
	clear:both;
	position:relative;
	margin:1.5em 0;
}

.profile img {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
}

.profile h3, .profile h5 {
	margin:0;
}

.profile h3 {
	font-size: 1.3em;
	color:#fff;
}

.profile h5 {
	font-style:italic;
	font-weight:100;
	color:#fff;
	font-size:1.3em;
}
.profile p, .profile h3, .profile h5 {
	margin-left:130px;
}

/************* services pages *********/
.thumbnails {
	list-style:none;
}
.thumbnails li {
	float:left;
	margin:1em;
}

/*********** Events ***********/
.events {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.8em; /* fix the font-size*/
}
.events li {
	margin:1.3em 0;
}
.events p{
	margin:0.2em 0;
}
.events h4 {
	margin: 0;
	/*color: #CCFFCC;*/
}

/*********** Services Page ************/
#services_sliders dt{
	background: #004343;
	padding:8px;

}

#services_sliders dd{
	padding:10px 10px 0px 10px;
	margin:0 0 3px 0;
	position:static;
}

#services_sliders * {
	font-size:1em;
	margin-top:0;
}

#services_sliders ol {
	list-style:lower-roman;
	padding:0 0 10px 20px;
	
}
#services_sliders p {
	padding-bottom:10px;
	margin-bottom:0px;
}
#services_sliders .three-col ul {
	width:28%;
	float:left;
	padding-left:15px;
	margin:0;
}


/*********** Bulleted lists ***********/
.bull_lists ul, .num_list, .alpha_list {	
	margin:0.8em 1.2em;
	padding:0;

}

.bull_lists ul {
	list-style: disc;
	margin:0;
	padding:0.8em 1.2em;
}

.alpha_list {
	list-style:lower-alpha;
	list-style-position:inside;
}

.nolist {
	list-style:none;
	margin:0;
	padding:0;
}

/*********** Gallery Pages ***********/
.gallery_thumb p {
	text-align:center;
	float:left;
	width:150px;
	height:170px;
	padding:10px;
	margin:0;
}

.gallery_thumb a img{
	display:block;
	margin:0 auto;
}



/************** Form Styles ***********/

.formlabel
{
	font-weight: bold;
	background-color: #CCFFCC;
	color: #000;
}

.error
{
	background-color: #FFFFCC;
	color: inherit;
	
}

.button {
	background-color: #CCFFCC;
	color: #000;
	border: 1px solid #000;
	border-left-color: #006666;
	border-right-color: #000;
	border-top-color: #006666;
	border-bottom-color: #000;
}
/***** Main page Styles ******/
.colblock, .colblock2 {
	width:270px;
	height:420px;
	
	float:left;
	
}
.colblock img, .colblock2 img {
	display:block;
}

.big_block {
	float:left;
	width:210px;
	border:1px solid #fff;
	height:200px;
	
}

/******************
**
**  Utility Classes
**
******************/

.title {
	color: #FFF;
	font-variant: small-caps;	
}

.lightgreen {
	color: #CCFFCC;
}

.white {
	color: #FFF;
}

.menu {
	background-image: ur./images/bg.jpg);
	background-repeat: repeat-y;
}



.clear {
	clear:both;
}

.button-shop
{
	background-color: #FFFFFF;
	width: 100px;
	color: #5d4c33;
	border: 1px solid;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
}


.alignleft
{
	padding: 0px 5px 5px 0px;
	float: left;
}



.post
{
	padding: 5px 5px 5px 5px;
}


#calendar_wrap
{
	color: #FFFFFF;
}


#calendar_wrap th
{
	background-color: #808080;
}

