/* ------ CUSTOM FONTS ------ */


@font-face {
	font-family:AkzidenzLt;
	src:url(../fonts/AkzidenzGroteskBQ-Light.otf) format("opentype");  
} 

@font-face {
	font-family:AkzidenzReg;
	src:url(../fonts/AkzidenzGroteskBQ-Reg.otf) format("opentype");  
} 

@font-face {
	font-family:AkzidenzMed;
	src:url(../fonts/AkzidenzGroteskBQ-Medium.otf) format("opentype");  
}

@font-face {
	font-family:AkzidenzBd;
	src:url(../fonts/AkzidenzGroteskBQ-Bold.otf) format("opentype");  
} 


/* ------ PAGE ELEMENTS ------ */


body {
	background:url(../img/body_bg.gif) repeat-x;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:1.6;
}

#wrapper {
	width:960px;
	margin:0 auto;
	background:#fff;
}

h1 {
	font-size:24px;
	margin:0px 0px 12px 0px;
	color:#66080f;
	font-weight:bold;
	line-height:normal;
}

h2 {
	font-size:15px;
	color:#66080f;
	font-weight:bold;
	line-height:1.4;
}

h3 {
	font-size:15px;
	color:#fb791d;
}

h4 {
	font-size:15px;
	color:#66080f;
	font-weight:bold;
	line-height:normal;
	padding:0px 0px 7px 24px;
	border-bottom:1px dotted #ccc;
	background:url(../img/icon_twitter.gif) no-repeat;
}

ul {
	margin:0px 0px 18px 1em;
	list-style: circle url(../img/icon.gif);
}


p {
	margin-bottom:15px;
}


a, a:visited {
	color:#fb791d;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#e72a23;
}


/* ------ HEADER ELEMENTS ------ */


#header {
	height:120px;
	margin:0px;
	padding:0px;
}

#logo {
	margin:30px 0px 0px 47px;
	float:left;
}

#links {
	float:right;
	font-size:20px;
	font-weight:bold;
	color:#787d82;
	margin:72px 4px 0px 0px;
}

#links a {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#787d82;
}

#links a:hover {
	text-decoration:underline;
}


/* ------ NAV ELEMENTS ------ */


#nav {
	height:40px;
	padding:0px 0px 0px 300px;
	background:#66080f;
}

#nav a {
	height:30px;
	width:160px;
	margin:0px;
	padding:10px 0px 0px 0px;
	float:left;
	background:#f47b20;
	color:#fff;
	border-left:4px solid #fff;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}

#nav a:hover {
	background:#e9721e;
	text-decoration:none;
}

#nav a.last {
	border-right:4px solid #fff;
}

#nav a.active {
	background:#ee9a45;
}


/* ------ CONTENT ELEMENTS ------ */


#content {
	min-height:450px;
}

#leftcontent {
	width:300px;
	float:left;
}

#rightcontent {
	width:570px;
	padding:30px 45px 0px 45px;
	float:left;
}

#rightintro {
	width:562px;
	height:191px;
	padding:30px 45px 0px 45px;
	border-right:4px solid #fff;
	border-left: 4px solid #fff;
	border-top:4px solid #fff;
	float:left;
	background:#ffd466;
}

#casestudies {
	margin:10px 0px 0px 0px;
}

.intro {
	font-size:13px;
	line-height:2.5;
}

.bio, .bio:visited {
	width:220px;
	margin:4px 0px 0px 80px;
	padding:8px 0px;
	font-size:13px;
	background:#fbaa10;
	text-align:center;
	display:block;
	color:#fff;
	float:left;
}

.bio:hover {
	background:#f99d0e;
	color:#fff;
}

.casestudy, .casestudy:visited {
	width:554px;
	margin:4px 0px 0px 0px;
	font-size:13px;
	padding:8px;
	background:#fbaa10;
	text-align:left;
	display:block;
	color:#fff;
}

.casestudy:hover {
	background:#f99d0e;
	color:#fff;
}

.col {
	width:260px;
	float:left;
	margin:0px 25px 0px 0px;
}


/* ------ TWITTER ELEMENTS ------ */


#tweets {
	width:562px;
	padding:30px 45px 0px 45px;
	margin:4px 4px 0px 0px;
	float:right;
}

#twitter_update_list {
	font-size:12px;
	line-height:1.6;
	list-style:none;
	margin:0px;
}

#twitter_update_list li {
	padding:7px 0px 7px 0px;
	margin:0px;
	border-bottom:1px dotted #ccc;
}
	
#twitter_update_list span, #twitter_update_list span a {
	color: #787d82;
	text-decoration: none;
}

#twitter_update_list a {
	color: #ccc;
}

.follow {
	font-size:10px;
	text-transform:uppercase;
}


/* ------ FOOTER ELEMENTS ------ */


#footer {
	width:660px;
	margin:30px 0px 20px 300px;
	padding:4px 0px 0px 0px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-top:1px solid #999;
	color:#787d82;
	float:left;
	font-size:11px;
}

#footer a {
}

#footer a:hover {
}