body{
	color: #666666;
	font-size:13px; 
	font-family:"Helvetica Neue",Arial,sans-serif;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

h2{
	color: #999999;
	font-size:200%;
	font-weight: bold;
}
h3{
	color: #999999;
	font-size:16px;
	font-weight: bold;
}
h4{
	color: #999999;
	font-size:14px;
	font-weight: bold;
}

:-moz-any-link:focus {
  outline: none;
}

a {
	outline: none;
	text-decoration: none;
	color: #4f89cf;
	text-decoration: underline;
}
a:hover {
	color: #4f89cf;
	text-decoration: none;
}

img {
	border: 0;
}

#indicator{
	height: 35px;
	width: 35px;
	position: absolute;
	top: 33px;
	z-index: 998;
	margin-left: 35px;
}

#menu{
	background-color: #000000;
	color: #ffffff;
	position: fixed;
	top:0;
	z-index: 999;
	margin:0;
	padding:0;
	height: 35px;
	width: 100%;
}

#menu ul{
	list-style-type: none;
	padding-left: 30px;
	width: 930px;
	margin: 0 auto;
}

#menu ul li{
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	width: 100px;
}

#menu ul li:first-child{
	text-align: left;
	width: 600px;
}

#menu ul li a{
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #4f89cf;
}

#tweetmeme_button{
	left: -60px;
	}

.media{ 
	height: 80px;
	width: 80px;
	float: left;
	border: 2px solid #ffffff;
}
.media:hover{ 
	border: 2px solid #999999;
}

.contentSection{
	border-bottom: 1px dotted #999999;
	padding-bottom: 40px;
}

.headerline{
	background: #eeeeee;
}
.headerline h2{
	font-size: small;
	color: #000000;
	padding-left: 5px;
}
.blogtext{
	font-size: 14px;
}
.anchor{
	height: 60px;
}
.breadcrumb, .breadcrumb a{
	font-family: Arial;
	font-size: smaller;
	color: #999999;
	text-decoration: none;
	padding-bottom: 10px;
}
.breadcrumb a:hover{
	text-decoration: underline;
}

.height25{ height: 25px;}
.height50{ height: 50px;}
.height100{ height: 100px;}
.height200{ height: 200px;}

//CONTENTSECTION
.post{
	margin-top: 50px;
	}
.aligncenter{
	text-align: center;
	margin: 0 auto;
}

//LIFESTREAM BLOG
h2{ 
	color: #999999;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;
	line-height: 110%;
}
h2 a{ 
	color: #999999;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;
	line-height: 110%;
	}
h2 a:hover{ color: #4f89cf;}
#lifestream .blogSmallText, #lifestream .blogSmallText a{
	float: left;
	color: #999999;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;
	padding-right: 10px;
	font-size: small;
}
	
#lifestream .blogSmallText a:hover{ color: #4f89cf;}

#lifestream ul{
	list-style-type: disc;
	margin-top: 10px;
}
#lifestream li{
	margin-left: 25px;
	margin-bottom: 10px;
}

#postData{
	width: 60px;
	float:left;
}
#postContent{
	width: 440px;
	float: left;
}

#postDate{ 
	background: #4099ff;
	color: #ffffff;
	margin-bottom:5px;
	text-align:right;
	width:45px;
	padding-right: 5px;
}
#postDateDay{
	font-family: arial;
	font-size:36px;
	padding-bottom:3px;
	padding-top:10px;
}
#postDateMonth{
	font-size:12px;
	font-family: arial;
	text-transform:uppercase;
	padding-bottom: 3px;
}

.comments{
	float: left;
	}

//PORTFOLIO ACCORDION
#portfolio h3{
	background: #000000;
	color: #ffffff;
	padding: 0 5px;
}
#portfolio { list-style-type: none; padding: 0; margin: 0 0 30px; border: 1px solid #f4f4f4; border-top: none; border-left: none; }
#portfolio ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
#portfolio li { background: #eeeeee; cursor: pointer; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%;}
#portfolio li a { color: #999999; text-decoration: none;}
#portfolio li.active>a { background: url('close.gif') no-repeat center right; }
#portfolio li div{ background: #ffffff; margin: 0; padding: 0; }

/* Level 2 */
#portfolio li ul li { background: #eeeeee; font-size: 0.9em; }
#portfolio li ul li a { color: #999999; }
 

