h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
color:#CCCCCC;
}

a:hover {
text-decoration:underline;
	color: #CCCCCC;
}

/* Header */

#header {
	width: 929px;
	height: 160px;
	margin: 0 auto;
}
#header .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

/* Logo */

#intro {
	float: left;
	width: 260px;
	height: 160px;
	background:  url("../img/team/profiles/img02.gif") no-repeat;
}

#intro h1 {
	padding: 50px 0 0 20px;
	letter-spacing: -0.05em;
	font-size: 4em;
	color: #FF8000;
}

#intro h2 {
	font-size: 1em;
	text-align: center;
}

#intro a {
	text-decoration: none;
	color: #3399FF;
}

/* Menu */

#menu {
	float: right;
	width: 175px;
	height: 50px;
	margin: 50px 30px 0 0;

}

/* Content */
#holder {text-align:left;  width: 929px;height:100%;margin : 0 auto;overflow : hidden;}


/* Posts */

#posts {
	float: right;
	width: 540px;
	padding: 0 30px 0 0;
}

.post {
	margin-bottom: 10px;
	color: #FFFFFF;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

.post .meta {
	margin-left: 10px;
	padding: 10px 20px;
	background:  url("../img/team/profiles/img06.gif") no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
padding-top:50px;
	float: left;
	width: 240px;
}

/* Boxed */

#sidebar .boxed {
	width: 240px;
	padding: 0 0 3em 0;
	background: #FFCC00 url("../img/team/profiles/img04.gif") no-repeat left bottom;
}

#sidebar .boxed h2 {
	height: 40px;
	padding: 10px 0 0 30px;
	background-image: url("../img/team/profiles/img3.gif");
	background-repeat:no-repeat;
	font-size: 2em;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	color: #FFFFFF;
}

#sidebar .boxed ul {
}

#sidebar .boxed li {
}

#sidebar .boxed a {
	text-decoration: none;
	color: #3399FF;
}

#sidebar .boxed a:hover {
	color: #FF9900;
}

