
/*
test page for Home page
*/

/*clearfix*/
	.cf::after{
		content: "";
		display: block;
		clear:both;
	}



/*hero images begin*/
.heroImageHome {
	background-image:  url(../images/beach2.jpg);
	min-height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	position: relative;
}

.heroImageAbout {
	background-image:  url(../images/balance.jpg);
	height: 50%;
	min-height: 340px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	position: relative;
	margin-top: 96px;
}

.heroImageProductsServices {
	background-image:  url(../images/water8.jpg);
	height: 50%;
	min-height: 340px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	position: relative;
	margin-top: 80px;
}

.heroImageContact {
	background-image:  url(../images/beach_yoga.jpg);
	height:  
	display: block;
	min-height: 340px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	position: relative;
	margin-top: 80px;
}

.heroImageBlog {
	background-image:  url(../images/eagle2.jpg);
	height:  auto; /* 50%;*/
	display: block;
	min-height: 340px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	position: relative;
	margin-top: 96px;
}

.heroImageBlogPg {
	background-image:  url(../images/ocean.jpg);
	height:  auto; /* 50%;*/
	display: block;
	min-height: 340px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	position: relative;
	margin-top: 96px;
}

.heroImageBlogFilterPg {
	background-image:  url(../images/water.jpg);
	height:  auto; /* 50%;*/
	display: block;
	min-height: 340px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	position: relative;
	margin-top: 96px;
}
/*hero images end*/

a {
	text-decoration: none;
}


/*h tags begin*/
h3 {
	font-family: 'Oxygen', sans-serif;
	color: #110e99;
	text-align: center;
	font-size: 40px;
	padding-top: 70px;
	padding-bottom: 20px;
}

h4 {
	font-family: 'Oxygen', sans-serif;
	color: #110e99;
	text-align: center;
	font-size: 24px;
	padding: 10px;
	outline: none;
}
/*h tags end*/




/*navbar begin*/
.navbar-brand {
	height: 30%;
	width: 30%;
	padding: 0px;
}



.navbar-default {
	background-color: white;
	/*opacity: 1; .8;*/
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
} 

.navbar-default .navbar-nav > li a {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Oxygen', sans-serif;
	color: #110e99;
	font-size: 1.4em;
	margin-top: 40px;
	margin-left: 40px;
	font-weight: 400;
	outline: none;
}


li a:hover, .navbar-default .navbar-nav > li:hover > a {
	color: #e1b294;
		outline: none;
}

li a:visited, .navbar-default .navbar-nav > li:visited > a {
	color: #110e99;
		outline: none;
}

/*navbar end*/

a:visited {
  color: #110e99;
  	outline: none;
}

/*.current {
	color: #110e99;
	font-weight: 800;
}*/


/*home page begins*/

#welcomeTitle  {
	/*position: absolute;*/
	bottom: 0;
	font-family: 'GFSBodoniRegular', serif; /*'LibreBodoniRegular';*/
	font-weight: normal;
	font-style: normal;
	color: #404040; /*#110e99; #030303;*/
	margin-top: 180px;
	font-size: 3.5em;
	text-align: center;
	padding-bottom: 20px;
	/*font-weight: 800;*/
	/*width: 100%;
	height: 80%;*/
}

#welcomeSubTitle  {
	/*position: absolute;*/
	bottom: 0;
	font-family: 'GFSBodoniClassicRegular', serif;  /*'LibreBodoniRegular';*/
	font-weight: normal;
	font-style: normal;
	color: #a81220;  /*#f50c1d; #f70c1b;*/
	text-align: center;
	letter-spacing: 2px;
/*	width: 100%;
	height: 80%;*/
}

#productCard {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	color: #110e99; /*#996633;*/
	font-size: 20px;
	padding: 50px;
}

#productCard p {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	color: #f59a57; /* #df9007; #f9b43d;#012c6d; */
	font-size: 16px;
	font-weight: 600;
}

#productCard h4 a {
	text-decoration: none;
	outline: none;
}

#productCard h4 a:hover {
	color: #e1b294;
}

#helpingHandsIcon {
	font-size: 40px;
}

#scaleIcon {
	font-size: 40px;
}

#blogIcon {
	font-size: 40px;
}

#logInIcon {
	font-size: 40px;
}
/*home page ends*/


/*about page begins*/
.aboutKen {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 3.4em;
	margin: 60px 160px 25px 110px;
	padding-right: 40px;
}

.aboutKenPage {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1.4em;
	margin: 60px 160px 80px 160px;
}

.kenPhoto1 {
	border-radius: 50%;
	float: right;
	margin-right: 40px;
}


/*about page ends*/



/*products and services page begins*/

#productsAndServices {
	margin-bottom: -8px;
}

.productsTitle {
	background-color: white;
	min-height: 90px;
	margin-bottom: 0;
}

.productsTitle h1 {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: 'GFSBodoniRegular', serif; /*'LibreBodoniRegular';*/
	color:  #404040;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-top: 20px;
}

.productsTitle h2 {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: 'GFSBodoniRegular', serif; /*'LibreBodoniRegular';*/
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	color: #f50c1d; /* #f70c1b;*/
	text-align: right;
	padding-top: 20px;
	/*margin-top: -32px;*/
	/*letter-spacing: 2px;*/
}

.productsTitle h3 {
	font-family: 'Oxygen', sans-serif;
	color: #110e99;
	font-size: 4em;
	font-weight: 800;
	text-align: center;
	margin-top: -20px;
	padding-bottom: 50px;
}

.ardha {
	background-color: white;
	margin-top: 0;
	/*margin-bottom: 0;*/
	padding-bottom: 108px;
	font-family: 'Oxygen', sans-serif;
	color: #f50c1d;
	text-align: center;
	opacity: .6;
}

.utthita {
	background-color: white;
	margin-top: 0;
	/*margin-bottom: 0;*/
	padding-bottom: 108px;
	font-family: 'Oxygen', sans-serif;
	color: #f50c1d;
	text-align: center;
	opacity: .6;
}

.salamba {
	background-color: white;
	margin-top: 0;
	/*margin-bottom: 0;*/
	padding-bottom: 100px;
	font-family: 'Oxygen', sans-serif;
	color: #f50c1d;
	text-align: center;
	opacity: .6;
}

/*.products {
	font-family: 'Oxygen', sans-serif;
	color: #a81220;
	margin-top: 120px;
	text-align: center;
}*/

.products h1 {
	font-family: 'Oxygen', sans-serif;
	color: #110e99;
	font-weight: 600;
	margin-top: 120px;
	text-align: center;
	font-size: 3em;
}

.products p {
	font-family: 'Oxygen', sans-serif;
	color: #f50c1d;
	font-size: 1.5em;
	text-align: center;
}
/*products and services page ends*/


/*contact page begin*/

.contactKenPage {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 2.6em;
	margin: 60px 160px 4px 160px;
	font-weight: 800px;
}

.contactKenPageH2 {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1.5em;
	margin: 8px 160px 4px 160px;
}

.contactKenPagePara {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1.5em;
	margin: 60px 160px 0px 160px;
}

.contactForm {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1.5em;
	margin: 60px 160px 80px 160px;
	outline: none;
}


input{
	background-color: white;
    color: #8c8c8c;
    padding: 12px 20px;
    margin-top: 16px;
	margin-bottom: 26px;
	margin-left: 0px;
    border: 2px solid #bfbfbf;
    border-radius: 15px;
    cursor: initial;
	width: 100%;
	min-width: 180px;
	outline: none;
	/*opacity: .7*/
}


input:required {
  box-shadow: 2px 2px 7px rgba(102, 173, 255, 0.85);
}



input[type=text]:focus {
  border: 3px solid #66a3ff;
    color: black;
	outline: none;
}


/*original styling*/
select {
	background-color: white;
    color: #8c8c8c;
    padding: 12px 20px;
    margin-top: 16px;
	margin-bottom: 26px;
	margin-left: 0px;
    border: 2px solid #bfbfbf;
    border-radius: 15px;
    cursor: pointer;
	opacity: .7;
	width: 100%;
	min-width: 180px;
	outline: none;
	
	/*reset*/
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}



select:required {
  box-shadow: 2px 2px 7px rgba(102, 173, 255, 0.85);
  outline: none;
}


select:focus {
	border: 3px solid #66a3ff;
    color: black;
	outline: none;
}


select.customArrow {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: none;
}


#myChallengesText {
	margin-top: 30px;
	color: red;
}

textarea {
	background-color: white;
    color: #8c8c8c;
    padding: 12px 20px;
    margin-top: 16px;
	margin-bottom: 26px;
	margin-left: 0px;
    border: 2px solid #bfbfbf;
    border-radius: 15px;
    cursor: initial;	
	opacity: .7;
	width: 100%;
	min-width: 180px;
	height: 200px;
	outline: none;
}

textarea:required {
  box-shadow: 2px 2px 12px rgba(102, 173, 255, 0.85);
}

textarea[type=text]:focus {
  border: 3px solid #66a3ff;
  color: black;
  outline: none;
}

.submitButtonClass {
	width: 100%;
	min-width: 180px;
	outline: none;
}

input[type=submit] {
	background-color: #110e99;
	color: #e9edf2;
	opacity: 1.0;
	outline: none;
}

input[type=submit]:hover {
	background-color: #e8e8fd; /*#0d0b75;*/
	color: black;
	opacity: 1.0;
	outline: none;
}

.contactResponsePHP {
	margin-top: 50px;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.3em;
	color: Black;
	text-align: center;
	outline: none;
}

.returnHomeButton {
	color: #110e99;
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	outline: none;
}

/*contact page end*/


/*horizontal lines begin*/
.hrTop {
	margin-top: 50px;
	border: 0; 
	height: 2px; 
	width: 60%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(17, 14, 153, 0.75), rgba(0, 0, 0, 0));
}

.hrBottom {
	margin-bottom: 50px;
	border: 0; 
	height: 2px; 
	width: 60%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(17, 14, 153, 0.75), rgba(0, 0, 0, 0));
}

.hrBottomAbout {
	/*margin-top: 80px;*/
	margin-bottom: 50px;
	border: 0; 
	height: 2px; 
	width: 60%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(17, 14, 153, 0.75), rgba(0, 0, 0, 0));
}
/*horizontal lines end*/


/*blog coming soon begin*/
.blogTitle {
	height: 300px;
	background-color: white;
	font-size: 4em;
	font-weight: 800;
	text-align: center;
	margin-top: 120px;
}

.blogTitle h1 {
	height: 200px;
	font-family: 'Oxygen', sans-serif;
	color: #110e99;
	font-size: 1.2em;
	font-weight: 800;
	text-align: center;
	padding-bottom: 50px;	
}

/*blog coming soon end*/



/*blog begin*/
.blogHeaderBG {
	background-color: white; 
	height: 304px; /*340*/
	margin-top: 60px;
	width: 94% auto;
	display: inline-block;
	z-index: 1;
}

.singlePostBlogHeaderBG {
	background-color: white; 
	height: 304px; /*340*/
	margin-top: 60px;
	width: 100%;
	display: inline-block;
	z-index: 1;
}

.blogHeaderBG .blogTitleHeader {
	height: 312px;
	background-color:  #404040;
	/*background: #282923;*/
	margin: 20px 32px 20px 32px
}

.blogTitleHeader h1 {
	font-family: 'Damion', cursive;
	font-weight: 400;
	font-size: 7em;
	padding: 30px 30px 30px 50px;
	color:  #00c3de;
	float: left;
}



/*xs mobile device*/
@media only screen and (max-width: 390px) {
.blogTitleHeader h1  {
	font-family: 'Damion', cursive;
	font-weight: 400;
	font-size: 3em;
	padding: 40px 30px 30px 50px;
	color:  #00c3de;
	float: left;
	}	
}

/*mobile device*/
@media only screen and (min-width: 391px) and (max-width: 950px) {
.blogTitleHeader h1  {
	font-family: 'Damion', cursive;
	font-weight: 400;
	font-size: 3.5em;
	padding: 40px 30px 30px 50px;
	color:  #00c3de;
	float: left;
	}	
}



.blogTitleHeader img {
	height: 304px;
	/*width: 50%;*/
	margin-right: 30px;
	float: right;
	/*border-radius: 50%;*/
}

.blogImage {
	border-radius: 50%;
	margin-top: 6px;
	border: 26px solid #404040;
}

.singleBlogImage {
	border-radius: 50%;
	margin-top: 70px;
	border: 26px solid #ffffff;
	width: 100%;
	max-width:  400px;
	height: auto;
}

.topicLinkToPost {
	font-family: 'Oxygen', sans-serif;
	color: #110e99;
	font-size: .8 em;
	margin-left: 2px;
	text-decoration: none;
}

.sidebarTopicLinkToPost li a {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: .8 em;
	margin-left: 2px;
	text-decoration: none;
}

.topicLinkToPost a:hover {
	color: #e1b294;
	text-decoration: none;
}

.sidebarTopicLinkToPost a:hover {
	color: #e1b294;
	text-decoration: none;
}

.postPageContent {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	width: 90%;
	margin: 30px auto 30px;
	/*border: 1px solid red;*/
}

.singlePostPageContent 	{
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	width: 90%;
	margin: auto;
	/*border: 1px solid red;*/
}

.recentPostTitle {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-weight: 700;
	font-size: 2.5em;
	padding-top: 30px;
}

.singlePostEntry {
	padding-top: 30px;
	/*font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-weight: 700;
	font-size: 3.5em;
	text-align: center;*/
}

.singlePostAuthor {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	text-align: right;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#postCalendar {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
}

#timeStamp {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: .9em;
}

.singlePostTopics {
	margin-top: 30px;
	font-family: 'Oxygen', sans-serif;
	color: #404040;
}

.postPreview {
	height: 180px;
}


.postPreview h2 a {
	font-family: 'Oxygen', sans-serif;
	color: #110e99;/*#00b4cc; #00c3de;*/
	font-size: 1em;
	font-weight: 700;	
}

.postPreview h2 a:hover {
	color: #e1b294;
	text-decoration: none;
}



.previewText {
	/*font-family: 'Oxygen Mono', monospace;*/
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1em;
	padding-bottom: 12px;	
}

.postText {
	/*font-family: 'Oxygen Mono', monospace;*/
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1.1em;
	padding-bottom: 12px;	
	padding-left: 50px;
}

.postShadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 32px;
}

.postContent {
	/*width: 70%;*/
	float: left;
	height: 220px;
	position: relative;
	/*margin-bottom: 14px;*/
	padding-right: 20px;
	/*border: 1px solid blue;*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}

.singleMainPostContent {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	width: 92%;
	margin: 30px auto 30px;
	padding-right: 10px;
	padding-left: 20px;
}


/*.postContent .readButton {
	position: absolute;
	bottom: 20px;
	right: 20px;
}*/

/*.postPageContent .mainPostContent .postContent {
	width: 95%;
	height: 270px;
	margin: 10px auto;
	border-radius: 5px;
	background: white;
}*/

.postImage {
	padding-top:20px;
	width: 100%;
	max-width: 200px;
	height: auto;
}


.postPageContent .mainPostContent .postContent .postImage {
	width: 100%;
	padding-top: 20px;
	/*height: 100%;*/
	float: left;
}

.singlePostPageContent .singleMainPostContent .postContent .postImage {
	width: 100%;
	padding-top: 20px;
	/*height: 100%;*/
	float: left;
}



.readButton {
	font-family: 'Oxygen', sans-serif;	
	color:  #110e99 !important;
	border: 1px solid #110e99;
	background-color: white;
	border-radius: .25rem;
	padding: .5rem 1rem;	
	text-decoration: none;
	float: right;
	margin-right: 14px;
	margin-bottom: 10px; 
}

.readButton:hover {
	font-family: 'Oxygen', sans-serif;
	color: white !important;
	background-color: #110e99;
	border: 1px solid transparent;
	text-decoration: none;
	transition: .25s;
	cursor: pointer;
}

/*.postSearchTitle {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: .8em;
}

.searchTerm input {
	background-color: white;
    color: #8c8c8c;
    padding: 12px 20px;
    margin-top: 16px;
	margin-bottom: 26px;
	margin-left: 0px;
    border: 2px solid #bfbfbf;
    border-radius: 10px;
    cursor: initial;
	width: 80%;
	outline: none;
}*/


.postSidebar {
	/*width: 30%;*/
	float: right;
	padding-left: 60px;
	/*height: 300px;*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	/*border: 1px dashed green;*/
}

.postTopicsTitle {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1.7em;
	font-weight: 700;
	border-bottom: 1px solid #404040;
	padding: 0px 18px 18px 0px;
}




.singlePostTopicsTitle {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1.7em;
	font-weight: 700;
	border-bottom: 1px solid #404040;
	padding: 18px 18px 18px 0px;
	margin-top: 126px;
}

.postTopics li {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	list-style: none;
	border-bottom: 1px solid #404040;
	padding: 18px 18px 18px 0px;
	outline: none;
}



.singlePostTopics li {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	list-style: none;
	border-bottom: 1px solid #404040;
	padding: 18px 18px 18px 0px;
	outline: none;
}


.singlePostTopics li a {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	text-decoration: none;
	outline: none;
}


.postTopics li a:hover {
	color: #808080;
	text-decoration: none;
}

.singlePostTopics li a:hover {
	color: #808080;
	text-decoration: none;
}
/*blog end*/


/*blog filter by topic start*/
.recentPostTitle {
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 3em;
	padding-bottom: 20px;
}

.blogFilterTopic {
	font-family: 'Damion', cursive;
	font-weight: 400;
	font-size: 9em;
	padding: 40px 30px 30px 50px;
	color:  #f2f2f2;
	float: left;
}

/*mobile device*/
@media only screen and (max-width: 480px) {
.blogFilterTopic {
	font-family: 'Damion', cursive;
	font-weight: 400;
	font-size: 9em;
	padding: 40px 30px 30px 50px;
	color:  #f2f2f2;
	float: left;
	}
}

.postShadow2 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin-right: 18px;
	margin-bottom: 32px;
}

.postTopicContent {
	/*width: 70%;*/
	float: left;
	height: auto;
	position: relative;
	margin-bottom: 14px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	/*border: 1px solid blue;*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}

.postTopicTitle {
	font-family: 'Oxygen', sans-serif;	
	color:  #110e99;
	font-size: 1em;
}

.postTopicTitle h2 {
	font-family: 'Oxygen', sans-serif;	
	color:  #110e99;
	font-size: 1em;
	line-height: .3;
}

.postTopicDate {
	font-family: 'Oxygen', sans-serif;	
	color:  #110e99;
	font-size: 1em;
}

.previewText {
	/*font-family: 'Oxygen Mono', monospace;*/
	font-family: 'Oxygen', sans-serif;
	color: #404040;
	font-size: 1em;
	padding-bottom: 12px;	
}

/*.postTopicTitle h2 a:hover {
	color: #e1b294;
	text-decoration: none;	
}*/
/*blog filter by topic end*/


/*footer*/
#myCopyright {
	background-color: #110e99;
	width:  100%;
	height: 218px;
}

.socialMediaIcons {
	float:  right;
	padding: 8px;
	background-color: white;
}

.contactKen {
	font-family: 'Oxygen', sans-serif;
	font-size: 30px;
	margin: 8px;
	color: #e9edf2;
	margin-left: 40px;
	padding-top: 40px;
}

.myFooterContact {
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	margin-left: 40px;
	color: #e9edf2;
	padding: 4px;
	line-height: 12px;
}

.myCopyrightDate  {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 15px;
	color: #e9edf2;
	padding-right: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right;
}

/* NOTIFICATION MESSAGES */
.message {
	width: 100%; 
	margin: 0px auto; 
	padding: 10px 0px; 
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	border-radius: 5px; 
	text-align: center;
}
.error {
	color: #a94442; 
	background: #f2dede; 
	border: 1px solid #a94442; 
	margin-bottom: 20px;
}
.validation_errors p {
	text-align: left;
	margin-left: 10px;
}
.logged_in_info {
	text-align: right; 
	padding: 10px;
}







