/* Tortilleria El Sol */

/*** HTML5 ELEMENT RESET ***/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
main, figure, figcaption, header, footer, article, section, aside, nav {
display: block;
}
a{
	text-decoration: none;
	color: #343E5C;
	}
ul, ol{
	padding-left: 0;
	}
li{
	list-style-type: none;
	}
/* ----------TORTILLERIA STYLES--------------- */

body{
	background-color: #1F7D9B;
	background-image: url('images/background.gif');
	color: #165260;
	font-family: 'Century Gothic', arial, sans-serif;
	}
#wrapper{
	width: 900px;
	margin: 100px auto 0 auto;
	background-color: #F8E7C9;
	padding: 0 25px;
	}
header{
	margin-top: 300px;
	/*border: 1px solid cyan;*/
	}
h1{
	height: 360px;
	width: 360px;
	background-image: url("images/h1-logo.png");
	margin:-300px auto 0 auto;
	position: relative;
	z-index: 2;
	}
h1 div{
	display: none;
	}
h2{
	display: block;
	color: #165260;
	font-family: 'Coda Caption', sans-serif;
	font-size: 16pt;
	margin: 20px 0;
	}
h3{
	color: #165260;
	font-weight: bold;
	font-size: 16pt;
	margin: 10px 0;
	}
header nav{
	background-color: #F8E7C9;
	height: 35px;
	padding: 15px 0 10px 0;
	margin-left: 40px;
	}
header nav a{
	font-family: 'Coda Caption', sans-serif;
	font-size: 18pt;
	margin-right: 30px;
	}
header nav a:nth-child(2) {
    margin-right: 290px;
	}
main{
	/*border: 1px solid red;*/
	margin-top: -70px;
	padding: 10px 0;
	}
p{
	margin-bottom: 15px;
	}
aside{
	float: right;
	width: 400px;
	padding: 10px;
	}
#articles{
	border: 2px solid #165260;
	}
#articles h2{
	font-size: 26pt;
	text-align: center;
	text-transform: uppercase;
	}
#articles li{
	color: #a81d3d;
	font-size: 12pt;
	margin: 15px 0;
	font-style: italic;
	}
#articles li a{
	font-weight: bold;
	display: block;
	font-size: 14pt;
	color: #a81d3d;
	}
.social-media{
	margin: 25px 0 25px 0;
	}
.social-media a{
	margin-right: 25px;
	}
footer{
	padding-bottom: 30px;
	/*border: 1px solid green;*/
	margin-bottom: 100px;
	}
.divider{
	margin: 15px 0;
	}
.footer-menu{
	font-family: 'Coda Caption', sans-serif;
	color:#185360;
	}
.footer-menu li{
	height: 25px;
	}
.social-media-small{
	margin: 10px 0;
	}
.social-media-small a{
	margin:0px 15px 5px 0;
	}
.footer-col{
	width: 33%;
	float:left;
	}
.footer-col h3{
	margin:0;
	}
p.copywrite{
	float: right;
	font-size: 10pt;
	}