/*
 green-blue: #BFFFE6
 ice-blue: #D1FFED
 peach: #FFBFBF
 mintgreen: #BFFFCD
 blue: #8880FF
*/

body {
	font: 0.8em Century Gothic,Verdana,Geneva,Arial,sans-serif;
	color: #000000;
	background: #FFF;
	margin: 0;
}
table { 
	border: 0;
	border-collapse: collapse; 
	width: 100%; 
	margin: 0;
}

.header {
	background: url(images/background.png) repeat-x;
	border-bottom: #808080 1px dotted;
	/* width: 100%; */
	/* height: 300px; */
	margin: 0;
}

/*
.footer { color: #707070; }

.title { 
	float: right; 
	top: 0;
}
*/

/* copyright */
.copyright {
	background: url('images/copyright.png') no-repeat;
	right: 5px;
	top: 10px;
	position: absolute;
	width: 217px;
	height: 20px;
}
* html .copyright { background: url('images/copyright.gif'); }

/* ie. home,memories,friends,archives */
div.menu {
	text-align: right;
	position: absolute;
	width: 100%;
	margin-top: -70px;
}
img.menu {
	padding: 0;
}

a { text-decoration: none; font-weight: bold; }
a:link {
    color: #4D4D4D; //navy blue
}
a:visited {
    color: #999999;
}
a:hover {
    color: #FF005A; /* hot pink */
    /* color: #007F55; rainforest green */
}

h1 {
	font-size: 1.6em;
	letter-spacing: 0.3em;
	color: #333333;
	margin-top: 1em;
}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #707070;
}
h3 {
	font-size: 1em;
	color: #000000;
}

hr {
    border: 0;
    border-top: #999999 1px dotted;
}
* html hr { 
    margin-top: 1em;
    border-top: #999999 1px dotted; 
    border-bottom: #FFFFFF 1px dotted;
}

/* FOR THE WRITTEN AREAS*/
.mainbox {
	padding: 0 5% 0 5%;
	border-right: #808080 1px dotted;
	width: 55%;
	height: 90%;
	float: left;
	background: url('images/reflection.png') no-repeat;
}
.rightbox {
	padding: 0 5% 0 0;
	float: right;
}
.generalbox {
	padding: 2% 5% 0 5%;
	background: url('images/reflection.png') no-repeat;
}

/* ROLLOVER OPACITY - for friends.php */
a.imgopacity img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
a.imgopacity:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}  

/* COMMENTS BOX */
.box {
    border: #808080 1px dotted;
    padding-left: 2%;
}
/* to get rid of the iframe shadow, frameborder=0 in the html file */

.comments {
    background: url('images/comments.png');
    width: 115px;
    height: 25px;
}
* html .comments { 
    background: url('images/comments.gif') no-repeat; 
    margin-top: 10px;
}

/* BUTTONS */
input.post {
    background: url('images/buttons/post-a.jpg');
    width: 57px;
    height: 33px;
    border: 0;
}

input.archives {
    background: url('images/buttons/archives.jpg');
    width: 96px;
    height: 33px;
    border: 0;
}