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

/* Palette
aqua: #0B9797
tan: #DFD8C6 
aqua text: #0b9797
*/

body {
	color: #0B9797;
	background-color: #0B9797;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	/* lets IE6 recognize :hover on non-anchors */
	behavior: url("csshover3.htc");
}
a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
img {
	border:none;
	/* fixes IE6s issues with png transparency */
	behavior: url(iepngfix.htc)
}
p {
	margin:0;
}
ul {
	margin:0;
	list-style-type:none;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
}
.floatCloser {
	float:none;
	clear:both;
}
#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/backTile_1.png);
	background-position:top;
	background-repeat:repeat;
}
#header {
	width:900px;
	height:96px;
	background-image:url(images/headerImage_1.png);
	background-position:top;
	background-repeat:no-repeat;
}
#content {
	height:100%;
}
#leftSide {
	float:left;
	width:628px;
}
#tagline {
	width:628px;
	height:54px;
	background-image:url(images/leftSideTagline.png);
	background-repeat:no-repeat;
	background-position:top;
}
#middleDots {
	float:left;
	width:41px;
	background-image:url(images/middleDotsBack.png);
	background-position:top;
	background-repeat:repeat-y;
	height:496px;
}
#rightSide {
	float:right;
	width:231px;
}
#leftSideContent {
	width:628px;
}
.headerGraphic {
	float:right;
	clear:left;
	width:608px;
	height:27px;
	margin-bottom:20px;
}
#brittanysBlurbsGraphic {
	background-image:url(images/brittanysBlurbs.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:8px;
}
#aboutMeGraphic {
	background-image:url(images/aboutMe.png);
	background-position:top;
	background-repeat:no-repeat;
}
#resumeGraphic {
	background-image:url(images/requestResumePackage.png);
	background-position:top;
	background-repeat:no-repeat;
}
#contactGraphic {
	background-image:url(images/contactBrittany.png);
	background-position:top;
	background-repeat:no-repeat;
}
#sitemapGraphic{
	background-image:url(images/sitemap.png);
	background-position:top;
	background-repeat:no-repeat;
}
#flowerFooter {
	width:628px;
	height:106px;
	font-size:1px;
	clear:both;
	margin-top:20px;
}
#leftFlower {
	float:left;
	display:inline;
	margin-left:31px;
}
#rightFlower {
	float:right;
	margin-right:16px;
	display:inline;
}
.navDiv {
	width:210px;
	height:43px;
	float:left;
	margin-bottom:12px;
	font-weight:bold;
	font-size:16px;
	line-height:43px;
	text-align:center;
}
.navDiv a {
	width:100%;
	height:100%;
	display:block;
}
.navDiv a:hover {
	color:#0B9797;
}
.navOn {
	background-color:#DFD8C6;
	color:#0B9797;
}
.navOff {
	background-image:url(images/navButtonOff.jpg);
	background-repeat:no-repeat;
	color:#000000;
}
#britPic {
	padding-left:20px;
}
.entry {
	padding-left:30px;
	padding:20px 10px 0 30px;
}
.headline {
	color:#0B9797;
	font-size:18px;
	font-weight:normal;
}
.entryDate {
	color:#0B9797;
	font-size:10px;
}
.entryBody {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
.entryBody a{
	font-weight:bold;
text-decoration:none;
color:#0b9797;
}
#footer {
	padding-top:6px;
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#000000;
}
#divResumeLink {
	padding:20px 0 0 6px;
}
#login a {
	color:#FFFFFF;
	float:right;
	margin-top:50px;
}
#login a:hover {
	color:#000000;
}
.contactFormLabel {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
input {
	width:399px;
	border:solid black 1px;
	height:18px;
}
.formLine {
	float:right;
	padding-right:92px;
	margin-bottom:12px;
}
#contactSubmitImage {
	width:119px;
	height:33px;
}
#feedback {
	width:300px;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	padding:20px 0 0 100px;
	float:left;
}
#resumeForm {
	margin-top:20px;
}
.formTextArea{
width:399px;
height:150px;
text-align:left;
}
.sitemapLink{
	display:block;
	padding-left:20px;
font-size:14px;
font-weight:bold;
color:#000000;
}
.sitemapLink :hover{
color:#0B9797;
}
#tagHolder{
padding:10px 20px 30px 0;
text-align:center;
}
#divNumberOfPosts{
	float:right;
	width:200px;
	height:12px;
text-align:right;
color:black;
}