﻿/*
   New Perspectives on HTML
   Tutorial 1
   Case Problem 4
   Smith Style Sheet
   Author: Chasity Spitznogle
   Date:   1/12/17

   Filename:         smithstyle.css
   Supporting Files: none

*/

/* Section Styles */

body {
margin: 2px auto;
padding: 0px;
line-height: 2em;
width: 98%;
max-width: 1380px;
min-width: 950px;
font-family: Verdana, Geneva, sans-serif;
height: 1100px;
}

header {
display: block;
width: 100%;
text-align: center;
}

section {
display: block;
width: 55%;
float: left;
padding-bottom: 30px;
margin-bottom: 5px;

border-left: 3px solid maroon;
border-bottom: 5px solid maroon;
border-radius: 0px 0px 0px 45px;
-moz-border-radius: 0px 0px 0px 45px;
-webkit-border-bottom-left-radius: 45px;

box-shadow:-10px 10px 20px rgb(185, 117, 117);
-webkit-box-shadow:-10px 10px 20px rgb(185, 117, 117);
-moz-box-shadow: -10px 10px 20px rgb(185, 117, 117);
}

section h1 {
margin-left: 15px;

}

section p {
text-align: justify;
margin-right: 40px;
}

section img {
float: left; 
margin: 15px 15px 30px 20px;
}

section h2 {
clear: left;
font-weight: normal;
font-size: 1.3em;
margin-left: 30px;
margin-bottom: 10px;
}

section ul {
margin: 20px;
}


section ol {
margin: 20px;
}

aside {
width: 35%;
margin-top: 80px;
padding-bottom: 15px;
background-color: rgb(210, 180, 180);
float: left;
border: 3px solid rgb(174, 80, 80);
 -moz-border-radius: 40px;
 border-radius: 60px;

}

aside p {
font-size: 0.8em;
margin: 0px 5px 0px 15px;
}

aside blockquote {
margin: 0px 25px 0px 35px;
}

aside h1 {
text-align: center;
font-weight: normal;
font-size: 1.2em;
margin: 5px; 10px;
}

/* Block Styles */
h1, h2, h3, h4, h5, h6 {
font-family: Charcoal, sans-serif;
}

header h1 {
margin: 1em 0em;
font-size: 2em;
}

hgroup+p {
text-align: justify;
}

dt {
font-weight: bold;
}

h2 {
margin: 1em 0em;
font-size: 1.5em;
}

header h1 {
margin: 0px;
}

header h2 {
font-size: 1.2em;
margin: 0em;
padding-bottom: 0.5em;
border-bottom:1px maroon solid;
}