@charset "UTF-8";

/*******************************************
Website designed by Adriana E. Ramirez
mail@zadriana.com
www.zadriana.com
Please do not modify unless certain.
Thank you.
********************************************/

/*Big bad formatting type stuff for the whole document*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C6BDBB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #930;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F9F6E0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.feature-bar {
	text-align:center;
	height:20px;
	background: #CC0000; 
} 
.feature-bar a { position:relative;padding:5px;background-color:white; border:2px solid #000000; z-index:4;}
.feature-bar a:visited {color:#333333;}
.feature-bar a:active {color:#333333;}
.feature-bar a:hover {color:lightgrey;}
.feature-bar p { color:white; }

/*This is the header where the logo and the image are*/

#header { 
	background: #CC0000; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
#header h5 {
	font-size: 70%;
	text-align: center;
	font-weight: normal;
	color: #000066;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h6 {
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-align:center;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header a.head:link, a.head:visited, a.head:active, a.head:hover{
	text-decoration: none;
	border: none;
}
#header img{
	border: 0, none;
	vertical-align: top;
}

/*This is the navigation bar*/

#navbar { 
	background: #F9F6E0; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#navbar a.nav:link, a.nav:visited, a.nav:active{
	text-decoration: none;	
	color:#333333;
} 
#navbar a.nav:hover {
	text-decoration
	color: #333333;
}
#navbar h5 {
	font-size: 80%;
	color: #333333;
	font-weight: normal;
	text-align:center;
	margin: 0; /* zeroing the margin of the last element in the div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*This is the welcome section on the index page*/
#opening {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. */
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	color: #000;
} 
#opening h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px 0 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: bold;
	font-size: large;
	color: #330000;
}
#opening p {
	
	padding: 0 10px 0 10px;
	font-size: 80%;
	text-align: justify;
	
}
#opening img {
	vertical-align: middle;
	float: left;
	margin: 5px 5px 5px 5px;
	
}
#opening a.open:link, a.open:hover, a.open:active, a.open:visited {
	text-decoration: none;
	color: #000;
	margin: 0;
	
}

/*This is used on the privacy policy page, but you can use it as an additional featured article section*/

#feature { 
	background: #F9F6E0; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. */
} 
#feature h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px 0 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: bold;
	font-size: large;
	color: #330000;
}
#feature p {
	
	padding: 0 10px 0 10px;
	font-size: 80%;
	text-align:justify;
	
}
#feature a.feat:link, a.feat:hover, a.feat:active, a.feat:visited {
	text-decoration: none;
	color: #333333;
	
}


/*All column text stuff*/

#sidebar2, #mainContent, #sidebar1 p{
	font-size: 80%;
	text-align: left;
	color: #000;
}

/*This is the left column*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F9F6E0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: justify;
}


#sidebar1 a.side1:link, a.side1:visited, a.side1:active{
	text-decoration: none;	
	color:#333333;
} 
#sidebar1 a.side1:hover {
	text-decoration: bold;
	color: #333333;
}
#sidebar1 ul{
	font-size: 80%;
}

/*This is the right column*/

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F9F6E0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	color: #000;
}

#sidebar2 a.side2:link, a.side2:visited, a.side2:active{
	text-decoration: none;	
	color:#333333;
} 
#sidebar2 a.side2:hover {
	text-decoration: bold;
	color: #900;
}
#sidebar2 ul{
	font-size: 80%;
}

/*This is the middle column*/

#mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#F9F6E0;
	text-align: left;
	color: #000;
} 

#mainContent img{
	padding: 1px 1px 1px 1px;
}
#mainContent ul{
	font-size: 90%;
}
#mainContent a.main:link, 
	text-decoration: none;
	color: #000;
}
#mainContent a.main:hover, a.main:active {
	text-decoration: none;
	color: #930;
}
#mainContent a.main:visited {
	text-decoration: none;
	color: #333;
}

/*Random Header Stuffs*/

h3{
	color: #000;
} 
h4{
color: #330000;
font-size: 80%;
}

/*Footer*/

#footer { 
	text-align: center;
	font-size: 80%;


	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #999999;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a.foot:link, a.foot:visited, a.foot:active, a.foot:hover {
	text-decoration: none;
	color: #999999;
}

/*Float stuff-- Don't mess with me */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Form stuff*/

.form input {
	width:169px;
	height:18px;
	color: #444444;
	padding:1px 0 0 5px;
	line-height:11px;
	background-color:#ffffff;
}
.form textarea {
	width:169px;
	height:80px;
	color: #444444;
	overflow: auto;
	padding:1px 0 0 5px;
	background-color:#ffffff;
}

/*This is my drop shadow stuff for FF and Safari, doesn't render in IE7*/

.recovery, .privacy, .independence, .Individuality{
	font-size: 2em;
	display: block;
	line-height: 1em;
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
	filter:shadow(Color=#009966);
}

.recovery:before, 
.recovery:after{
	content: "Recovery"; /* generated text */
	display: block;
}

.privacy:before, .privacy:after{content: "Privacy"; /* generated text */
	display: block;} 
.independence:after, .independence:before{content: "Independence"; /* generated text */
	display: block;} 
.Individuality:before,.Individuality:after {content: "Individuality"; /* generated text */
	display: block;}

.recovery:before, .privacy:before, .independence:before, .Individuality:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	background-color: transparent;
}

.recovery:after, .privacy:after, .independence:after, .Individuality:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #fff; /* text color */
	background-color: transparent;
}

/*This is where I am experimenting with drop shadow in IE7*/
.shadow2 {
	font-size:20px;
	position:relative;
	display:block;
	color:#0066FF;
}

.shadow2 span {
	font-size: 20px;
	position:absolute;
	display:block;
	top:1px;
	left: -1px;
}

.shadow2 font {
	font-size:20px;
	display:block;
	padding:1px;
	color:#330000;
}
#independence {
	color: #033;
}
