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

.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin:0;
padding:0;
}

header{
	margin-top:10px;
}

#brand{
	height:150px;
	background:url(../img/LoyaPhotographic.png) no-repeat;
	margin-bottom:-20px;
}

#topnav {
	font-family: 'Fjalla One', sans-serif;
	height:30px;
	text-align:center;
	font-size: 18px;
	/*padding-bottom:20px;*/
	z-index:2;
	display:inline;
	/*float:right;*/
	margin:0;
	text-shadow: 0 0 2px #000;
}

#topnav a {
	color:#DDD;
	text-decoration: none; 
}

#topnav a:visited {
	color:#DDD;
	text-decoration: none; 
}

#topnav a:hover {
	text-decoration: underline;
}

#topnav li:hover a{
	color:#f2b53c;
}

#topnav li {
	float:left;
	list-style:none;
	width:80px;
	height:30px;
	text-align:center;
	padding-left:1.1em;
}


#home3col, .onecol {
	margin-top:20px;
	text-shadow: 0 0 2px #000;
}

/*#home3col article, .onecol{
	background:#444;
}
*/
.greybg{
	background:#444;
}

.drkblue{
	background:#061f29;
}

.drkbrown{
	background:#291e06;
}

.spacer{
	height:50px;
	background:url(../img/spacer.png) no-repeat;
	margin-top:20px;
}

#home3col article{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px #222 dotted;
	height:515px;
}

#home3col a{
	color:#ddd;
	text-decoration:underline;
}

#home3col a:hover{
	color:#f2b53c;
}

#home3col a:visited{
	color:#ddd;
}

#home3col h1,h2,h3,h4,h5{
	margin:20px 20px 5px 20px;
	font: 20px 'Fjalla One', sans-serif;
	color:#ddd;
}

.hoveride{
	height:auto !important;
}

#contact{
	height: 288px !important;
	margin-top: 20px;
}

#home3col div{
	margin-left:0px;
}

#home3col p, #home3col ul, .onecol p{
	margin:20px;
	color:#ddd;
}

.onecol {
	margin-top:40px;
}

.onecol h2{
	font-size:36px;
}

.onecol p{
	font-size:18px;
}

footer{
	background:#ddd;
	margin-top:20px;
}
