﻿/* CSS file for Hari-Medium.com */

body {
	background-color: #CC00FF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	color: black;
}

.cssbutton{
background-color: grey;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% Verdana, Arial, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #330033;
color: grey;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

.footer {
	background-color: #CC00FF;
	width: 600px;
	text-align: center;
	color: #230854;
	font-style: italic;
	font-weight: bolder;
	font-size: larger;
}
a {
	color: #4b0082;
}

a:link {
	color: #4b0082;
}

a:hover {
	color: #4b0082;
	text-decoration: underline;
}

a:active {
	color: #4b0082;
}


body.entry {
	background-color: #CC00FF;
}

.entryPage {
	width: 500px;
	height: 500px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/OpenDoortotheHeart8.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.entryLink {
	text-align: center;
	margin-top: 510px;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #4b0082;
}

a.entryLink {
	text-align: center;
	margin-top: 510px;
	text-decoration: none;
	font-style: italic;
	color: #4b0082;
}
.content {
	width: 800px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

li.noImage {
	list-style-type:none;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.menuColumn {
	float: left;
	left: 5px;
	width: 155px;
	height: 100%;
}

.contentColumn {
	float: left;
	left: 155px;
	width: 645px;
	height: 100%;
}

.clearFloats {
	float: clear;
}

.divRight {
	text-align: right;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration:underline;
}

