

@import url(normalize.css);
@import url(text.css);
@import url("images.css");
@import url('nav.css');
@import url('links.css');

html {
	font-family: 'open_sanscondensed_light', "Open Sans Condensed", serif;
	letter-spacing: 0.8px;
}

.content {
		padding-top: 10px;
}

.aside {
		float: left;
	}

.main {
	display: block;
	width: 899px;
	margin: 0 auto;	
}

html, body {
	margin: 0;
    padding: 0;
	background: url("../images/italian4.png"); 
	background-attachment: fixed;
}

#social {
	float: right;
	clear: both;
}

.header {
	width: 900px;
	height: 200px;
}

.aside {
	padding-top: 30px;
	float: left;
	width: 420px;
	color: white;
	height: 370px;
	text-align: left;
}

.footer {
	padding-top: 60px;	
	text-align: center;
	color: white;
	clear: both;
	font-size: 0.8rem;
	font-size: 0.8em;
}


#title {
  background: rgb(77,32,21);
  height: 100px;
}

input::placeholder {
	font-style: italic;
}

.top {
	text-align: right;
	position: fixed;
	bottom: 20px;
	right: 50px;
	margin-right: 10px; 
}

.top:hover {
	opacity: .7;
}

.regular {
	text-align: left;
	list-style-type: circle;
}

.menuHeader {
	width: 900px;
	height: 80px;
	background-color: #564B3A;
	margin-top: 50px;
	clear: both;
}

#starters {
	width: 900px;
	margin-top: -32px;
}

#links {
	margin-top: 5px;
	margin-bottom: -20px;
	display: block;
	width: 900px;
	text-align: center;
}

.articleA {
	float: left;
	width: 435px;
	color: white;
	text-align: left;
	margin-bottom: 25px;
}

#indexArticleFix { /* This is to fix a spacing issue with one of the articles on the index page */ 
	margin-top: 15px;
	
}
.articleB {
	width: 435px;
	float: right;
	color: white;
	text-align: left;
	margin-bottom: 25px;
}

.menuImage {
	display: inline-block;
	text-align: left;
	margin-top: 15px;
}

#firstImage {
	margin-left: -50px;
	border: 1px solid black;
}

.rightAlign {
	margin-left: 270px;
}


.footer2 {
    width: 300px;
    float: left;
    color: white;
    clear: both;
} 

#map {
	width: 450px;
}

.down {
	margin-top: 90px;
	margin-left: 10px;
}


.downB {
	margin-top: 15px;
	
}

.pullHeader {
	margin-top: 10px;
}


input[type="radio"] {
	margin-right: 10px;
	}
	
iframe {
	margin-top: 25px;
	margin-bottom: 15px;
	}
	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
   font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}