/**
* Style sheet for Lara Dawn Design website (http://www.laradawndesign.com)
**/

body {
    background: url(..) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
    font-family: Verdana;
    color: white;
    transition: background-image 1s;
}


td {
    font-size: 16px;
}


h1 {
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 11px;
	display: inline;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	spacing: 0px 0 0 0;
}


h2 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 13.5px;
	display: inline;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}


h3 {
	font-size: 25px;
	font-weight: normal;
	display: inline;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}


h4 {
	font-size: 30px;
	font-weight: normal;
	display: inline;
	padding: 0px 0 0 0;
	spacing: 0px 0 0 0;
	margin-bottom: 0; 
	padding-bottom: 0;
}


h5 {
	font-size: 20px;
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0px 0 0 0;
}


a {
	font-weight: normal;
	color: white;
	text-decoration: none;
}


a:hover {
	font-weight: normal;
	color: #C0C0C0;
	text-decoration: none;
}

a:focus {
	font-weight: normal;
	color: #C0C0C0;
	text-decoration: none;
}

#container {
 width: 100%;
 overflow: hidden;
 margin: 0px;
}
 

#leftheader {
    float: left;
    text-align: left;
    width: auto;
    height: 20%;
    margin-top: 28px;
    margin-left: 28px;
}


#footer {
    float: left;
    text-align: left;
    width: auto;
    bottom: 0;
    margin-left: 28px;
}


#menu {
    float: right;
    text-align: right;
    width: auto;
    margin-top: 56px;
    margin-right: 37px;
}


#menu ul /* Remove The Bullets */
{
list-style: none;
padding: 0;
margin: 0;
}


#menu li /* Place list in line */
{
float: left;
margin: 0 0.15em;
}


/* Style tags keep Titles on one line */
.dropdown {
    position: block;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
    color: #C0C0C0;
    text-decoration: normal;
}
</style>


hr { 
    display: block;
    margin-top: 0em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
