/***************************************************************/
/*                                                             */
/*	 Copyright @ 2018 Redmons, Fort Wayne, Indiana             */
/*                  All Rights Reserved                        */
/*                                                             */
/*  The Famous Taco Fort Wayne                                 */
/*  url: www.thefamoustacofortwayne.com                        */
/*                                                             */
/*  File Name and Location: "/styles/index-styles.css"         */
/*                                                             */
/***************************************************************/

* {
		margin: 0;
		padding: 0;
		}
	
body {
		padding: 50;
		background-color: #efece2;
		background-image: url(/images/index-background.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		}
		
#wrapper {
		position: relative;
		text-align: left;
		width: 1024px;		
		margin-top: 500px;
		margin-right: auto;
		margin-left: auto;
		}

ul { 
		margin: 0;
		padding: 0;		
		}

h1 {
		font-size: 125%;
		font-weight: normal;
		padding-bottom: 0.4em;
		color: #ffffff;
		text-align: center;
		}

h2 {
		font-size: 110%;
		font-weight: bold;
		padding-bottom: 0.4em;
		color: #ffffff;
		text-align: center;
		}
		
h5 {
		color: #ffffff;
		}

p {
		font-size: 95%;
		line-height: 1.6em; 
		padding-bottom: 1em;
		color: #ffffff;
		}

#header {
		background-color: transparent;
		color: #ffffff;
		}
		
#main {
		margin-top: 10px;
		}
		
#sidebar-right {
		position: relative;
		float: right;
		display: table-cell;
		width: 15%;
		background-color: transparent;
		border: 5px double #ffffff;
		padding: 10px 10px 10px 10px;
		margin: -375px 15px 5px 0;
		}
		 
#links-nav h2 {
		text-decoration: none;
		font-size: 100%;
		font-weight: bold;
		font-style: italic;
		color: #ffaa00;
		background-color: transparent;
		margin-top: 10px;
  		border-bottom: 2px solid #ffffff;
		}

#links-nav ul {
		list-style: none;
		}
		
#links-nav li {
		width: 175px;
		margin-top: 10px;
		font-size: 75%;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		}
		
#links-nav a:link, #links-nav a:visited {
		text-decoration: none;
		color: #ffffff;
		background-color: transparent;
		padding: 0.3em 10px 0.2em 10px;
  		border-bottom: 2px solid #ffffff;
		}

#links-nav a:hover {
		background-color: #ffffff;
		color: #0000ff;
		border-bottom: 2px solid #0000ff;
		}

#content {
		display: table-cell;
		font-size: 100%;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
		padding: 10px 10px 30px 10px;
		margin-top: 80px;
		} 

#footer {
		clear: both;
		background-color: transparent;
		padding: 160px 0 0 0;		
		color: #ffffff;
		font-size: 80%;
		font-weight: bold;
		font-style: oblique;
		text-align: center;
		}
