body {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:.8em;
        background: #000000 url('images/darkBG.gif') repeat-x;
}
/* holds all content to be centered */
#pagecontainer {
	margin:0 auto;
	width:950px;
}
/* testing / put in pagecontainer and content if it doesn't work */
div {
	overflow:hidden;
}

/* grid is an element used for divs, it should be used with a sizing class */
.grid {
	clear:none;
	position:relative;
	float:left;
	/* remove 
	border:1px solid red;*/
	overflow:visible;
}


/* navigation in order from left - right */
#logo{
	margin-left:20px;
}

#logo a {
	width: 107px;
	height: 91px;
	display: block;
	background: transparent url('images/avitae_logo.png') no-repeat;
	text-indent:-9999px;
}

#logo a:link, 
#logo a:visited { background-position: 0 0;}
#logo a:hover   { background-position: 0px -91px;} 
#logo a:active  { background-position: 0px -91px;}
/* active */
#logo a.home:link,
#logo a.home:visited { background-position:0 -91px; }

/* navigation part 2 */
#links {
	float:right;
	margin-top:54px;
	width:439px;
	height:37px;
}
#links ul {list-style:none; margin:0; padding:0;}
#links li {float:left;}
#links a {
	height:37px;
	display: block;
	background: transparent url('images/nav.png') no-repeat;
	text-indent:-9999px;
}
/* individual links */
#links #about {width:155px;}
#links #about a:link, 
#links #about a:visited { background-position: 0 0;}
#links #about a:hover   { background-position: 0px -37px;} 
#links #about a:active  { background-position: 0px -37px;}

#links #blog {width:101px;}
#links #blog a:link, 
#links #blog a:visited { background-position: -154px 0;}
#links #blog a:hover   { background-position: -154px -37px;} 
#links #blog a:active  { background-position: -154px -37px;}
#links #blog a.home:link,
#links #blog a.home:visited { background-position:-154px -74px; }

#links #buy {width:69px;}
#links #buy a:link, 
#links #buy a:visited { background-position: -254px 0;}
#links #buy a:hover   { background-position: -254px -37px;} 
#links #buy a:active  { background-position: -254px -37px;}

#links #cares {width:112px;}
#links #cares a:link, 
#links #cares a:visited { background-position: -322px 0;}
#links #cares a:hover   { background-position: -322px -37px;} 
#links #cares a:active  { background-position: -322px -37px;}

/* content section */
#content {
	background-color:#ffffff;
}

.content a:link,
.content a:visited { color:#009ddc;border-bottom:1px dotted #009ddc;text-decoration:none; }
.content a:hover,
.content a:active { color:#009ddc;border-bottom:1px solid #009ddc;text-decoration:none; }

.posted a:link,
.posted a:visited { color:#ffbb33;border-bottom:1px dotted #ffbb33;text-decoration:none; }
.posted a:hover,
.posted a:active { color:#ffbb33;border-bottom:1px solid #ffbb33;text-decoration:none; }

.posted {
	font-size:10px;
	color:#666666;
	line-height:16px;
}
.content {
	font-size:11px;
	color:#666666;
	line-height:20px;
}

p {
	font-size:11px;
	color:#666666;
	line-height:20px;
}

a:link,
a:visited { color:#009ddc;text-decoration:none; } /* alink */
a:hover,
a:active { color:#009ddc;text-decoration:underline; }

h1.sectionHeadline {
	text-transform:uppercase;
	color:#ffbb33;
	font-size:1em;
	margin:0;
	padding:0;
	font-weight:normal;
}
#sectionLinks ul { list-style:none; margin:0; padding:0; }
#sectionLinks li { border-bottom:1px solid #DDDDDD;}

#sectionLinks a {
	font-size:11px;
	padding-top:5px;
	padding-bottom:6px; 
	display: block;
}
#sectionLinks a:link,
#sectionLinks a:visited {
	color:#666666;
}
#sectionLinks a:hover {
	color:#666666;
	background-color:#eeeeee;
	text-decoration:none;
}
#sectionLinks a.active {
	background-color:#009ddc;
	color:#FFFFFF;
	padding-left:5px;
}

/* footer section */
#footer {
	margin-top:107px;
	height:38px;
	background:#ffffff url('images/footerBG.gif');
	vertical-align:middle;
}

#f1 a {text-decoration:none;}
#f1 a:link,
#f1 a:visited {color:#666666;}
#f1 a:hover,
#f1 a:active {color:#666666;text-decoration:underline;}

.leftLinks {
	width:850px;
	top:14px;
}
.leftLinks img {vertical-align:top;}

#vitality {
	clear:none;
	position:relative;
	float:right;
	/* remove 
	border:1px solid red;*/
	overflow:visible;
}
#vitality a {
	width: 76px;
	height: 38px;
	display: block;
	background: transparent url('images/vitality.png') no-repeat;
	text-indent:-9999px;
}

#vitality a:link, 
#vitality a:visited { background-position: 0 0;}
#vitality a:hover   { background-position: 0px -38px;} 
#vitality a:active  { background-position: 0px -38px;}

/*  blog specific */
.entry-title {
color:#009ddc;
font-size:24px;
font-weight:lighter;
padding:0;
margin:0;
}

#s {
color:#ffbb33;
font-weight:bold;
font-size:10px;
height:16px;
border:1px solid #aaaaaa;
width:125px;
padding-right:4px;
background-color:#eeeeee;
}

.searchLabel {
font-size:11px;
color:#666666;
}

#navigation {
color:#aaaaaa;
}