/*main style*/
body {
    background-color: #800080;
    font-family: 'Lobster', cursive;
    font-size: 87.5%;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: center;
}
.body {
    clear: both;
    margin: 0 auto;
    width: 70%;
}
h1 {
	text-align: center;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 19px;
}
h6 {
    font-size: 16px;
}
h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 12px;
}
a {
    outline: 0 none;
}
a img {
	width: 100%;
    border: 0 none;
    text-decoration: none;
}

/*navigation style*/
a:link, a:visited {
    color: #9400D3;
    padding: 0 1px;
    text-decoration: none;
}
a:hover, a:active {
    background-color: #9400D3;
    color: #fff;
    text-decoration: none;
}
.mainHeader nav {
    background: #666 none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 18px;
    height: 40px;
	line-height: 30px;
    margin: 0 auto 40px;
    text-align: center;
}
.mainHeader nav ul {
    list-style: outside none none;
    margin: 0 auto;
}
.mainHeader nav ul li {
    display: inline;
    float: left;
}
.mainHeader nav a:link, .mainHeader nav a:visited {
    color: #fff;
    display: inline-block;
    height: 30px;
    padding: 5px 23px;
    text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
    background: #9400D3 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none !important;
}
.mainHeader nav li a {
    border-radius: 5px;
}
.mainHeader img {
    height: auto;
    margin: 3% 0;
    width: 100%;
}
.mainContent {
    border-radius: 5px;
    line-height: 25px;
    overflow: hidden;
}
.topcontent {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 3%;
    padding: 3% 5%;
}
.content {
    border-radius: 5px;
    float: left;
    width: 100%;
}
.post-info {
    color: #999;
    font-size: 85%;
    font-style: italic;
}
/*
.top-sidebar {
    background-color: #fff;
    border-radius: 5px;
    float: right;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 2% 3%;
    width: 24%;
}
.middle-sidebar {
    background-color: #fff;
    border-radius: 5px;
    float: right;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 2% 3%;
    width: 24%;
}
.bottom-sidebar {
    background-color: #fff;
    border-radius: 5px;
    float: right;
    margin-left: 2%;
    padding: 2% 3%;
    width: 24%;
}
*/
.mainFooter {
    background-color: #666;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin-bottom: 2%;
    margin-top: 2%;
    padding-left: 0;
    width: 100%;
}
.mainFooter p {
    margin: 2% auto;
    width: 91%;
}

/*fluidish sizing*/
@media only screen and (min-width: 150px) and (max-width: 780px) {
.body {
    clear: both;
    font-size: 90%;
    margin: 0 auto;
    width: 90%;
}
.mainHeader nav {
    background: #666 none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 18px;
    height: 200px;
    line-height: 30px;
    margin-bottom: 0;
}
.mainHeader nav ul {
    list-style: outside none none;
    margin: 0 auto;
    padding-left: 0;
}
.mainHeader nav li {
    width: 100%;
}
.mainHeader nav a:link, .mainHeader nav a:visited {
    color: #fff;
    display: block;
    height: 30px;
    padding: 5px 0;
    text-decoration: none;
}
.mainHeader nav a:active, .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
    background: #800080 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none !important;
}
.mainHeader nav li a {
    border-radius: 5px;
}
.mainHeader img {
    height: auto;
    width: 100%;
	margin-bottom: 3%;
}
.mainContent {
    border-radius: 5px;
    line-height: 25px;
    margin-bottom: 2%;
    margin-top: 4%;
    overflow: hidden;
}
.topcontent {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 4%;
    padding: 2% 5%;
}
.bottomcontent {
    background-color: #fff;
    border-radius: 5px;
    padding: 2% 5%;
}
.content {
    border-radius: 5px;
    float: left;
    width: 100%;
}
.post-info {
    display: none;
}

/* //save for later//
.top-sidebar {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 4%;
    padding: 0 7%;
    width: 86%;
}
.top-sidebar p {
    width: 90%;
}
.middle-sidebar {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 4%;
    padding: 0 7%;
    width: 86%;
}
.middle-sidebar p {
    width: 90%;
}
.bottom-sidebar {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    margin-bottom: 1%;
    margin-left: 0;
    margin-top: 4%;
    padding: 0 7%;
    width: 86%;
}
.bottom-sidebar p {
    width: 90%;
}
*/
.mainFooter {
    background-color: #666;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin: 2% 0;
    padding-left: 0;
    width: 100%;
}
.mainFooter p {
    margin: 2% auto;
    width: 86%;
}

/*portfolio page*/
.photo {
	width:100%;
	height:auto;
}
/*contact page*/
form {
    margin: 5% auto;
    width: 90%;
    padding: 16px;
    border: 1px solid #CCC; /*looks good shrunk down, not so much full screen*/
    border-radius: 5px;
	text-align: left;
}
form div + div {
    margin-top: 16px;
}
label {
    display: inline-block;
    width: 90px;
    text-align: left;
}
input, textarea {
    font: 16px sans-serif;
	width: 100%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #999;
}
input:focus, textarea:focus {
    border-color: #000;
}
textarea {
    vertical-align: top;
	height: 80px;	
	resize: vertical; /*kinda fluid*/
}
/*overly styled button*/
button {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	background: #9400D3;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin-left: 16px; 
}
.button {
    padding-left: 90px;
}

}