@charset "utf-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	background: #FFF url(images/paperdrawing_bkgd.jpg) repeat-y center top;
	width: 100%;
	height: 1030px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin-right: 20%;
	margin-left: 20%;
}
#header {
	font-family: "Bodoni SvtyTwo ITC TT", Baskerville, Times, serif;
	text-align: center;
	padding-top: 48px;
}
#header h1 {
	text-shadow: 2px 3px 2px #72aec6;;
	font-size: 36px;
	margin-bottom: -0.5em;
}
#header h2 {
	font-size: 18px;
	font-variant: small-caps;
}
#main h3 {
	font-size: 18px;
}
#main h4 {
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #080919;
	color: #72aec6;
}
#cursive {
	text-shadow: 2px 3px 2px #080919;
	font-size: 48px;
	color: #72aec6;
	font-family: "Brush Script Std", "Brush Script MT", sans-serif;
}
#minusheader { /*this rule is for all content beneath the header this is done to create some whitespace between the header and the rest of the content*/
	width: 570px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#nav {
	background-image: url(images/top_note.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: -30px;
	text-align: center;
}
#nav a {
	font-family: "Bodoni SvtyTwo ITC TT", Baskerville, Times, serif;
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	font-variant: small-caps;
}
#nav a:link, #nav a:visited {
	color: #000;
}
#nav a:hover {
	background: url(images/splatbkgd.gif) no-repeat center;
	color: #205199;
	text-decoration: none;
}
#main {/*this rule applies to main content */
	background-image: url(images/paper_bkgd.gif);
	background-repeat: repeat-y;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 50px;
}
#footer {
	font-size: 0.75em;
	margin-top: 20px;
}
a:link {
	color: #72aec6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #72aeef;
}
a:hover {
	text-decoration: underline;
	color: #205199;
}
.signature {
	font-family: "Brush Script Std", "Brush Script MT", sans-serif;
	font-size: 1.2em;
	color: #000;
}
#main ul {
	list-style-image: url(images/splatbullet.gif);
}
#main .portfoliotable {
	text-align: center;
}
.portfoliotitle { /*to style the titles for the portfolio pictures */
	font-family: "Bodoni SvtyTwo ITC TT", Baskerville, Times, serif;
	font-size: 16px;
	text-decoration: none;
}

.portfoliotable caption {
	font-size: 12px;
	text-transform: capitalize;
}
#imgmap {
	width: 147px;
	margin: auto;
	text-align: center;
	font-size: 10px;
}
.blogpost {
  	border-bottom: 3px solid;
	border-color: #72aec6;
}
.blogpost p {
  	font-size: 0.8em;
}
#portfoliolg{
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
