/*
Theme Name: Mindful Journey Template
Theme URI: http://umarketing.ca
Description: customized Wordpress template umarketing! client Mindful Journey
Version: 1.0
Author: umarketing!
Author URI: http://umarketing.ca
Tags: purple, tree, mindful journey, black, white

	Mindful Journey v1.0 designed by umarketing!
	 http://umarketing.ca

*/

@charset "utf-8";
/* CSS Document */
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

html {
	margin: 0;
	padding: 0;
	min-height:100%
}
p {
	margin: 0;
	padding:0;
}

body {
	text-align:center;
	margin:0;
	padding:0;
	min-height:100%
}

.clearfloat {
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
	border: 0 none;
}



body { background: #ffffff url(images/main_background.jpg) repeat-x center top; 

}

#wrapper_right { background: url(images/right_tree.png) no-repeat fixed right top; 
width:100%;
min-height:682px;
text-align:center;
}

#wrapper_left {
background: url(images/left_tree.png) no-repeat fixed left top;
width:100%;
min-height:682px;

}

#toplogo {
margin-left: 320px;
margin-right: 250px;
margin-top: 8px;
}

#main_left {
	float:left;
	width: 188px;
	margin-left:50px;
	border: 1px solid #000000;
	background: #FFFFFF;
	margin-top:30px;
	min-height:100%;
}


#submenus {
	width: 100%;
	text-align: left;
	margin-left:0px;
}

#submenus ul {
display:block;
list-style:none;
}

#submenus ul li {
	background-color: #9A5EA6;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
}

#submenus ul li ul {
	padding-top:0px;
	padding-bottom:0px;
	font-weight: normal;
}

#submenus ul li ul li{
background-color: #ffffff;
padding-left:5px;
text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	font-weight: normal;
}

#submenus ul li ul li a:link{
	text-decoration: none;
	color: #9A5EA6;
}

#submenus ul li ul li a:visited{
	text-decoration: none;
	color: #9A5EA6;
}

#submenus ul li ul li a:hover{
	text-decoration: none;
	color: #000000;
}


#main_right {
margin-left: 320px;
margin-top:30px;
text-align:center;
margin-right: 250px;
min-width:500px
min-height:682px;;
	

}


#contentstuff {
min-height:100%;
text-align:left;
font-family: Georgia, "Times New Roman", Times, serif;
margin-top:20px;

}


#contentstuff a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9A5EA6;
	text-decoration: none;
}
#contentstuff a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9A5EA6;
	text-decoration: none;
}
#contentstuff a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}

#contentstuff h3 { background: #F8F8F8; }

#contentstuff h3 a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9A5EA6;
	text-decoration: none;
	font-size: 18pt;
	font-variant: small-caps;
}
#contentstuff h3 a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9A5EA6;
	text-decoration: none;
	font-size: 18pt;
	font-variant: small-caps;
}

#contentstuff h3 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 18pt;
	font-variant: small-caps;
}

.meta {
	font-size: 10px;
	color: #000000;
}

.divider {
	width: 100%;
	height:20px;
	border: 0 none;
}

#main_right p {
	margin-bottom:10px;
	text-align:left;
	font-size: 12pt;
}

#topmenu {
	background: url(images/menubackground.jpg) no-repeat center center;
	height: 63px;
	width: 600px;
	margin:auto;
}

#topmenu ul { list-style: none; 
margin-bottom: 20px;
}

#topmenu ul li {
	display: inline;
	padding: 15px 0px 0px;
	margin: 5px 2px 2px;
	height: 45px;
	width: 85px;
	font-size: 13pt;
	background: url(images/menuitembackground.png) no-repeat center 10px;
	font-weight: bold;
	float:left;
}



#topmenu ul li:hover {
	background: url(images/menuitembackground_o.png) no-repeat center 5px;
}

#topmenu ul li a {
	color: #000000;
	text-decoration: none;
}

#footer {
	margin-left: 320px;
	margin-top:10px;
	text-align:right;
	margin-right: 250px;
	min-width:500px;
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1 solid #000000;
	}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
	float: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

input, textarea, select {
	border: 1px solid #333333;
	margin: 3px;
	padding: 3px;
}
