/* @override 
	http://localhost/~geekie/sweet/includes/style.css
	http://christinesweet.com/includes/style.css
*/

* {
	margin: 0;
}


#cover {
	border: 1px solid #fffeff;
	text-align: center;
	width: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}

html, body {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	min-height: 100%;
	height: 100%;
	color: white;
	background-color:black;
}

div.nicEdit-panelContain {
	
	color: black;
}

div.nicEdit-panel {
	
	color: black;
}
div.nicEdit-pane {
	
	color: black;
}


img {
	border: none;
}

h3 {

}

a {
	text-decoration: underline;
	color: white;
	border: none;
}

a:active {
	border: none;
}

a:hover {
	text-decoration: none;
}

.header {
	width: 783px;
	height:366px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("../images/treetop.png");
	background-color:black;
	margin-left:auto;
	margin-right:auto;
}

.menuFirstLine {
	padding-top:45px;
	padding-left:145px;
}

.menuSecondLine {
	padding-top: 3px;
	padding-left:124px;
}

.menuThirdLine {
	padding-top: 8px;
	padding-left:165px;
}

.menuFourthLine {
	padding-top: 3px;
	padding-left:226px;
}

.titleText {
	padding-top:145px;
}

.italic {
	
	font-style: italic;
	
}
.main {
	width: 783px;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url("../images/treebase.png");
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -144px; /* the bottom margin is the negative value of the footer's height */
	background-color:black;
}

.content {
	width: 500px;
	margin-bottom:20px;

}

.video {
	padding-bottom:30px;
	font-style:italic;
}

.footer {
	width: auto;
	margin-left:auto;
	margin-right:auto;
	background-position: right bottom;
	background-repeat: repeat-x;
	background-image: url("../images/footer.png");
	height:144px;
} 

.footertext {
	padding-top:100px;
	padding-bottom: 0px;
	font-size:small;
}

.treefooter {
	width: 783px;
	margin-left:auto;
	margin-right:auto;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("../images/treebottom.png");
	height:144px;
} 

.sidebarlinks {
	padding-top:30px;
	width: 120px;
	padding-left:590px;
}

.nopadding {
	padding: 0;
}

.push {
	height: 50px; /* .push must be the same height as .footer */
}
 .archive {
 	padding-top:20px;
 }
.treelink1 {
padding-left:20px;
}

.treelink2 {
padding-left:10px;
}

.treelink3 {
	padding-left:20px;
}

.treelink4 {
	padding-left:10px;
}

.treelink5 {
 padding-left:20px;
}

.adminlink {
	color: #FFF;
	font-size: medium;

}

.adminlink:hover {
	color: #456527;
	font-size: medium;

}

p {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content {
  margin-left:15%;
  width:500px;
  text-align:left;
}
#hint {
  color:#666;
  margin-left:15%;
  width:300px;
  text-align:left;
  margin-top:3em;
}


#blanket {
background-color:#000;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv{
	position:absolute;
	background-color:#000;
	width: 600px;
	height: 600px;
	z-index: 9002;
}
