/* 
Theme Name: Life Path lady
Theme URL: http://cyberfuzion.com
Description: Theme designed exclusively for Life Path Lady
Author: Cyber Fuzion
Author URI: http://cyberfuzion.com
Version: 1.0
*/

/* Font */
@font-face {
  font-family: Florens;
  font-style:   normal;
  font-weight: normal;
  src: url(FLORENS0.eot);
}
.florens {
	font-family: Florens;
}

/* Formatting */
html, body {
	margin: 0px;
	color: #000000;
	background-color: #A976BF;
	font: 14px Comic Sans MS, tahoma,arial,verdana,sans-serif;
	line-height: 1.5;
}
hr {
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #F6E0FF;
}
a:visited{
	text-decoration: none;
	color: #F6E0FF;
}
a:hover{
	text-decoration: underline;
	color: #F6E0FF;
}
a:active{
	text-decoration: none;
	color: #F6E0FF;
}
img {
	border: none;
}
input {
	font: 12px tahoma,arial,verdana,sans-serif;
}
p {
	cursor: text;
}
.p15 {
	margin: 15px;
}
.t2 a{
	color: #592470;
}

/* Content */
.content {
	margin: auto;
	width: 990px;
	border-style: solid;
	border-width: 1px;
	border-color: #592470;
	cursor: default;
}

/* Header */
.topHeader {
	background-image: url(images/header-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 65px;
	padding-left: 50px;
}
#blogName {
	margin-top: 10px;
	float: left;
}
#blogDesc {
	margin-top: 35px;
	margin-left: 15px;
	float: left;
	color: #3B1B48;
	font-size: 16px;
	font-weight: bold;
}
.btmHeader {
	background-image: url(images/header-btm.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 257px;
}
.menu {
	background-image: url(images/menu-bar.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 43px;
	padding-top: 5px;
}
#search {	
	margin: 25px 25px 0px 0px;
}
#rssIcon{
	float: right;
	margin: -50px 25px 0px 0px;
}
.menuLinks {
	margin: 0px 0px 0px 0px;
}
.menuLinks li{
	display: inline;
	list-style: none;
	font-size: 16px;
	margin-left: 20px;
}

/* Posts */
#post {
	width: 695px;
	margin: 25px;
}
.postTitle {
	height: 27px;
	background-image: url(images/post-bar.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.postTitleText {
	color: #F6E0FF;
	margin: 0px 0px 0px 30px;
	font-size: 16px;
}
#postContent {
	margin: 10px;
	min-height: 100px;
}
.eachPost {
	margin-bottom: 25px;
	background-color: #F6E0FF;
}
.postBorder {
	min-height: 150px;
}
#postmeta {
	margin: auto;
	margin-bottom: 10px;
	width: 95%;
}
#post a:link, #post a:visited, #post a:hover, #post a:active {
	color: #58216E;
}
#post .postTitleText a:link, #post .postTitleText a:visited, #post .postTitleText a:hover, #post .postTitleText a:active {
	color: #F6E0FF;
}
.metaSplit {
	width: 95%;
	height: 1px;
}
#bottomBorder {
	background-color: #F6E0FF;
	height: 6px;
}
.singlePostPage {
	width: 695px;
	margin: 25px;
}
.singlePost {
}

/* Comments */
.commentsHolder {
	margin: 50px 0px 0px 0px;
}

/* Date Stamp */
.dateStamp {
	width: 70px;
	padding: 10px;
}
.dateMonth {
	background-image: url(images/date-month.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 26px;
	text-align: center;
	color: #3B1B48;
	font-size: 16px;
	font-weight: bold;
}
.dateDay {
	background-image: url(images/date-day.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 41px;
	color: #3B1B48;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* Page */
#page {
	width: 695px;
	margin: 25px;
	min-height: 350px;
}
.pageTitle {
	font-size: 18px;
}

/* Search page */
#searchPage {
	width: 695px;
	margin: 25px;
	min-height: 350px;
}

/* Sidebar */
#sidebar{
	width: 200px;
	margin: 25px 35px 0px 0px;
	float: right;
}
#sidebar ul {
	margin-left: 0px;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul li ul {
	margin-left: 15px;
	list-style-type: none;
}
/* Footer */
#footer{
	margin: 25px;
}

/* Archives */
.archiveTitle {
	margin-left: 15px;
}

/* Home Page */ 
.learnMore {
	margin-top: 175px;
	min-height: 200px;
}
.learnMore div {
	float: left;
	margin-right: 10px;
	border-style: solid;
	border-color: #5E2875;
	border-width: 1px;
	background-color: #F6E0FF;
	padding: 0px 5px 0px 5px;
	height: 150px;
	width: 30%;
}
.lm1 {
	background-image: url(images/flowerbg-left.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.lm2 {
	background-image: url(images/flowerbg-btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.lm3 {
	background-image: url(images/flowerbg-right.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
}

/* Misc */
.left {
	float: left;
}
.right {
	float: right;
}
.x {
	background-color: #FF0000;
}
#lpOutsideHolder {
	min-height: 500px;
}
#lpNumberHolder {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-top: 25px;
	display: none;
}
#lpNumber {
	font-size: 50px;
}
.braceletImg {
	margin: 5px;
}

/* Rollovers */
.calcLPN a {
	float: left;
	display: block;
	width: 370px;
	height: 212px;
	background: url(images/calculate-lpn.jpg);
}
.calcLPN a:hover {
	background-position: 0px -212px;
	text-decoration: none;
}
.calcLPN a:active {
	background-position: 0px -212px;
}