/*
Theme Name: SelfEmbrace
Theme URI: http://www.selfembrace.com.au
Description: The Default theme for Self Embrace
Version: 1.0
Author: Kitka 
Author URI: http://www.kitka.com.au/

*/

body {
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #5c545c;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#homewrapper {
	padding: 0px;
	height: 900px;
	width: 860px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hometext {
	padding: 0px;
	float: left;
	width: 365px;
	height: 680px;
	border: 5px solid #453e45;
	border-radius: 8px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.hometext-inner {
	border: 1px solid #bbc800;
	border-radius: 5px;
	width: 323px;
	height: 638px;
	padding: 20px;
}

#hometext p {
	color: #e2dbdd;
	font-size: 85%;
	line-height: 130%;
	text-align: justify;
}
#hometext h2 {
	font-size: 100%;
	color: #FFFFFF;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 900px;
}
.homemenu {
	border: 5px solid #453e45;
	border-radius: 8px;
	height: 34px;
	width: 850px;
	text-align: left;
	color: #000;
	padding: 0px;
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homemenu-inner {
	border: 1px solid #bbc800;
	border-radius: 5px;
	height: 32px;
	width: 848px;
}
.homemenu ul {
	margin: 0px;
	padding: 0px;
}
.homemenu li {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	list-style-type: none;
	padding: 5px;
}
.homemenu a:link, .homemenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.homemenu a:hover {
	color: #AD74A0;
	text-decoration: none;
}


.menu {
	height: 30px;
	width: 880px;
	margin: 0px;
	text-align: left;
	color: #000;
	padding: 15px 5px 5px 15px;
	background-color: #E3DEE4;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	float: left;
	padding-right: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.menu a:link, .menu a:visited {
	color: #AD74A0;
	text-decoration: none;
}
.menu a:hover {
	color: #000;
	text-decoration: none;
}

#pagecontent {
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
	color: #444455;
}
#pagecontent:after {
	content:".";
	clear: both;
	height: 1%;
	visibility: hidden;
	display: block;
}
#pagecontent h1 {
	font-size: 130%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#pagecontent h2 {
	font-size: 110%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pagecontent p {
	font-size: 90%;
	line-height: 130%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pagecontent li {
	font-size: 90%;
}
#pagecontent a {
	color: #654083;
	text-decoration: none;
}
#pagecontent a:hover {
	color: #000;
	text-decoration: none;
}
#sidebar {
	width: 200px;
	float: right;
	margin: 0px;
	padding-top: 15px;
}


#sidebar ul {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 110%;
	list-style-type: none;
	padding-bottom: 25px;
}
#sidebar h3 {
	font-size: 90%;
	list-style-type: none;
}
#sidebar ul #pages, #sidebar ul #pages ul  {
	list-style-type: none;
	line-height: 150%;
}
#sidebar li a {
	font-size: 90%;
}

#footer {
	font-size: 75%;
	color: #FFF;
	background-color: #ad74a0;
	text-align: center;
	padding-top: 10px;
	height: 25px;
	clear: both;
}
#footer a {
	color: #CCC;
 	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

.edit-link {
	font-size: 70%;

}
#hometext h1 {
	display: none;
}
.entry-title, .entry-content {
	width: 600px;
}
.entry-content {
	float: left;
	padding-bottom: 10px;
 	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.entry-date {
	font-size: 70%;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 15px;
	height: 25px;
	width: 600px;
}
.alignright {
        float: right;
		padding-left: 10px;
}
.alignleft {
        float: left;
		padding-right: 15px;
}
.clearall {
	clear: both;
}