@charset "utf-8";
/* CSS Document */

html {overflow: scroll;
height: 100%;
margin: 0;
padding: 0;

}

body {
	background-color: #fff6e7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 16px;
	color: #000;
	background-image: url(images/BGswirl.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;

}

@font-face {
  font-family: Pupcat;
  src: url(pupcat.TTF);

}




h1 {
	font-family: Pupcat, Verdana, Geneva, sans-serif;
	margin: 0px;
	font-size: 28pt;
	margin-bottom: 15px;
	font-weight: normal;
		color: #5a0000;

}

h2 {
	font-family: Pupcat, Verdana, Geneva, sans-serif;
	margin: 0px;
	font-size: 16pt;
	color: #5a0000;
	margin-bottom: 15px;
	font-weight: normal;


}

.date-header {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12pt;
}

p {
	margin:0px;
}

.outer {
	margin-top: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	

}

.beyondOuter {
	background-image: url(images/BGsteen.png);
	background-repeat: no-repeat;
	background-position:bottom right;
	width: 100%;
	border-bottom: 15px solid #5a0000;
	height: 100%;
}



.valign {
	vertical-align: top;
}

.content {
	background-image: url(images/maroon_02.png);
	background-repeat: repeat-y;
}

.inner {
	margin-left: 95px;
	width: 710px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.sidestuff {
	width: 144px;
	padding-left: 10px;
	font-size: 10px;
	border-left: 2px dotted #5a0000;
	vertical-align: top;
}

   #navbar-iframe {
              height:0px;
              visibility:hidden;
              display:none;
        }
.leftsidestuff {
	padding-right: 10px;
	vertical-align: top;
}

.post-body {
margin-bottom: 10px;
}


.post-header {
	margin-bottom: 10px;
}

.date-header {
	margin-bottom: 10px;

}

.post-footer {
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 550px;
	border-bottom: 2px dotted #5a0000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 9pt;


}


.portfolio {
	margin-top: 20px;
}	


.valign {
	vertical-align: top;
}

.center {
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #5a0000;
	font-weight:underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #5a0000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;

}
a:active {
	text-decoration: none;
	color: #000;
	font-weight:bold;

}


#ie6 {
	background-color:#fee08d;
	width: 100%;
	height: 75px;
	display: inherit;
	font-size: 12px;
}


.leftmargin {
	margin-left: 20px;
}

.blogSide {
	width: 200px;
	vertical-align: top;
}

.blogMain {
	margin-right: 20px;
	vertical-align: top;
}

.imageMargin {
	margin-left: 10px;
}

.imageMarginRight {
	margin-right: 10px;
}