@charset "UTF-8";
/* CSS Document */

/* unvisited link */
a:link {
    color: #ffffff;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #451313;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #451313;
	text-decoration: none;
}


.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000000;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 26px;
	
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 26px;
	background-repeat: no-repeat;
}
.home {background-image: url(images/buttonro_06.png); width: 80px;}
.home a {background-image: url(images/button_06.png);}

.profile {background-image: url(images/buttonro_07.png); width: 74px;}
.profile a {background-image: url(images/button_07.png);}

.portfolio {background-image: url(images/buttonro_08.png); width: 95px;}
.portfolio a {background-image: url(images/button_08.png);}

.contact {background-image: url(images/buttonro_09.png); width: 118px;}
.contact a {background-image: url(images/button_09.png);}

.fb {background-image: url(images/button_02.gif); width: 191px;}
.fb a {background-image: url(images/button_02.gif);}

.instagram {background-image: url(images/button_03.gif); width: 176px;}
.instagram a {background-image: url(images/button_03.gif);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


.elementContainingYourHorizontalRule {
    overflow: auto; /* or whatever, just don't set it to hidden. */
    position: relative;
}

.horizontalrule1 {
    position: absolute;
    width: 600%;
    left: 50%;
    margin-left: -300%;
	color:#451313;
    height: 10px; /* or whatever. */
}

.content{
	background-image:url(images/autumnwoodindex.jpg);
	background-repeat:no-repeat;
	
    }
	
	
	.transparent {
  background:#7f7f7f;
  background:rgba(0,0,0,0.5);
  color:#FFF;
font-family:Tahoma, Geneva, sans-serif;
font-size:16px;
padding:5px;
vertical-align: middle;
}





