/*
CSS file created with:Instantblueprint - Create a web project framework in seconds.
http://instantblueprint.com
Project: AB Sundecks Email Template
File: css/style.css
Last edited: September 18, 2015, 1:02 pm
*/

/*  Main  */
html, body {
 background:#F6A321;
 color:#797989;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
  height: 100%;
  text-align: center;
}

h1 {
	font-size: 1.8em;
	/*font-family: 'Open Sans' !important;*/
	margin-top: 40px;
}

h3 {
	font-size: 1.4em;
}

p {
	padding: 20px 0px 0px 0px ;
}

#wrapper {
 margin:0 auto;
 height: 100%;
 width:600px; /*  Change to desired width :)  */
 background:#fff !important;
}

#header {
}

#nav {
}

#content {
	margin:0 auto;
	width: 550px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 4%;
}

.brochureimages {
	padding-top: 10px;

}

.brochureimages img {
	/*visibility: hidden;*/
	padding-left: 5px;
	padding-top: 10px;
}

.post {
}

.postmeta {
}

#footer {
}

