/*

Sunshine Bernese
http://sunshinebernese.com

Description: Stylesheet for the Sunshine Bernese website. :D

  Author:         Vanessah Howard
  Author URL:     http://moonlitunderground.org
                  or
                  http://earthbound2.110mb.com
  Author Contact: balooger@gmail.com
            
*/



/* Standard HTML Tags */

body {
  background-color:#c4cfe1;
  font-family: "Times New Roman", Times, serif;
}


/* Text Settings */

.stext {
  font-size: 14px;
}

.mtext {
  font-size: 18px;
}

.ltext {
  font-size: 24px;
}

.xltext {
  font-size: 30px;
}


/* Link Settings */

a:link {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: none;
}


/* The Page Wrapper */

#iwrapper {
  position: relative;
  width: 1000px;
  height: auto;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
} 

#wrapper {
  position: relative;
	width: auto;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: c4cfe1;
	left: 0px;
	top: 0px;
}

/* The Header */

#header {
  background-position: center;
	position: relative;
	width: 900px;
	height: 180px;
	z-index: 7;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/header-2.jpg');
	left: 0px;
	top: 0px;
	border: thin #000000 solid;
}

/* Navigation */

#inavigation {
  z-index: 1; 
  position: relative; 
  margin-left: auto; 
  margin-right: auto; 
  height: 100px; 
  left: 6px; 
  top: 134px; 
  width: 796px;
}

#navigation {
  position: relative;
	width: 800px;
	height: 30px;
	z-index: 6;
	margin-right: auto;
	margin-left: auto;
	background-color: #C4CFE1;
	font-family: "Lucida Sans";
	font-size: medium;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* The Content Area */

#image {
  position: relative;
  width: 850px;
	height: 560px;
	z-index: 1;
	background-image: url('images/homepage.jpg');
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: medium #8B0000 double;
}

#content {
  position: relative;
	width: 850px;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* The Footer */

#icopyright {
  position: relative;
  width: auto; 
  height: 50px; 
  z-index: 4; 
  margin-left: auto; 
  margin-right: auto; 
  padding-top: 25px;
  text-align: center;
	font-size: 14px;
}

#ifooter {
  position: relative; 
  width: 850px; 
  height: 141px; 
  z-index: 3; 
  left: 0px; 
  top: 0px;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer {
  padding: 25px 25px 25px 25px;
	position: relative;
	width: 850px;
	height: 50px;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	clear: both;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* Clear Floats */

.clear {
  clear:both;
}
