/*
The Lisa Company
*/


/* Resetting, Cross-browser problems
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* Typography
----------------------------------------------- */


@font-face {
	font-family: 'Brawler';
	src: url('webfonts/Brawler.otf');
	format('embedded-opentype');
}

@font-face {
	font-family: 'Aller';
	src: url('webfonts/Aller.TTF');
	format('truetype');
}

@font-face {
	font-family: 'Aller Italic';
	src: url('webfonts/AllerItalic.TTF');
	format('truetype');
}

span.italics {
	font-style: italic;
}


h1 {
	font-family: 'Aller', sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 3px;
}

#archive-left h1	 {
	font-family: 'Aller', sans-serif;
	color: #FF9933;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 3px;
}


h2 {
	font-family: 'Brawler', Georgia, serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h2.latest {
	padding-top: 40px;
	padding-bottom: 40px;
}

h2.latest2 {
	padding-top: 40px;
	padding-bottom: 20px;
}

h3 {
	font-family: 'Aller', sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}

h3 span.italics {
	font-family: 'Aller Italic';
	font-style: normal;
	}


h4 {
	font-family: 'Aller', sans-serif;
	font-size: 13px;
	color: gray;
	padding-bottom: 20px;
}

h4.calltoaction {
	margin-top: 40px;
}

h4.calltoaction a {
	text-decoration: none;
	color:gray;
}

h4.calltoaction a:hover{
		color:#FF9933;
}

h5 {
	font-family: 'Aller', sans-serif;
	font-size: 10px;
	color: gray;
	padding-bottom: 20px;
}

p {
	font-family: 'Aller', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: .03em;
}

p.sub {
	padding-top: 25px;
}

p.sub a {
	color:#FF9933;
	text-decoration: none;
}

p.sub a:hover {
	text-decoration: underline;
}


p a.download, ul li a.download, a.archivelink, p a.calltoaction {
	font-family: 'Aller', sans-serif;
	font-size: 11px;
	color:#FF9933;
	text-decoration: none;
}

a.calltoaction {
	padding-top: 0;
	padding-bottom: 10px;
}

#main-stuff article#intro a.archivelink {
	text-decoration: underline;
}

 
p.categories {
	font-family: Georgia, serif;
	color: gray;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-top: 18px;
	}
	
p.categories a {
	text-decoration: none;
	color: gray;
}

p.categories a:hover {
	color: #FF9933;
}

.topfeature #intro {
		width: 750px;
}

#intro, #hire {
	font-family: 'Aller', sans-serif;
	font-weight: lighter;
	font-size: 28px;
	line-height: 1.4em;
	letter-spacing: .02em;
}

ul.aftermain {
	margin-top: 20px;
	margin-left: 20px;
}

ul.aftermain > li {
	font-family: 'Aller', sans-serif;
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: .02em;
}

ul.aftermain li a {
	color: black;
	text-decoration: none;
}

ul.aftermain li a:hover {
	color: #FF9933;
}

.recent-projects-text p {
	padding-bottom: 10px;
}

.recent-projects-text a {
	text-decoration: none;
	color: black;
}

.recent-projects-text a:hover {
	color: #FF9933;
}


#topic-violator p {
font-family: Georgia, serif;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;

	}
	
	
/* Structure
----------------------------------------------- */

#container {
	width: 1050px;
	height:800px;
	margin: auto;
}

#branding {
	width: 88px;
	margin-top: 40px;
	margin-right:100px;
	float: left;
	position: fixed;	
}

#content {
	width: 850px;
	margin-top: 40px;
	float: right;
}

#navigation {
	width: 850px;
	height: 40px;
	margin-bottom: 40px;
}

#main-stuff {
	width: 850px;
	
}

footer {
	width: 1050px;
	clear: both;
	padding-top:50px;
}


/* Navigation
----------------------------------------------- */

menu#nav1 {
	width: 400px;
	height: 10px;
	float: left;
}

#navigation menu#nav1 ul li {
	list-style-type: none;
	color: black;
	display: inline;
	padding-right: 20px;
	font-family: 'Brawler', Georgia, serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
}


#navigation menu#nav1 ul li a {
	text-decoration: none;
	color: black;
}

#navigation menu#nav1 ul li a:hover {
	color: #FF9933;
}

#navigation menu#nav1 ul li.current a {
	color: #FF9933;
}

menu#nav2 {
	width:333px;
	height: 10px;
	float: right;
	text-align: right;
}

menu#nav2 ul li {
	list-style-type: none;
	color: gray;
	display: inline;
	padding-right: 20px;
	font-family: 'Aller', sans-serif;
	font-size: 12px;
	letter-spacing: .03em;
}

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

menu#nav2 ul li a:hover {
	color: #FF9933;
}

menu#nav2 ul li#current a {
	color: #FF9933;
}

#main-stuff {
	width: 850px;
}

	
.lisa-dash-2 {
	background-color: black;
    display: block;
    height: 5px;
    width: 17px;
    overflow: hidden;
    margin-left: 167px;
    margin-top: 3px;
}

.lisa-dash-3 {
	background-color: black;
    display: block;
    height: 5px;
    width: 17px;
    overflow: hidden;
    margin-left: 167px;
    margin-top: 3px;
}

.lisa-dash-4 {
	background-color: black;
    display: block;
    height: 5px;
    width: 17px;
    overflow: hidden;
    margin-left: 103px;
    margin-top: 3px;
}

.lisa-dash-5 {
	background-color: black;
    display: block;
    height: 5px;
    width: 17px;
    overflow: hidden;
    margin-left: 94px;
    margin-top: 3px;
}

.lisa-dash-6 {
	background-color: black;
    display: block;
    height: 5px;
    width: 17px;
    overflow: hidden;
    margin-left: 167px;
    margin-top: 3px;
}

.lisa-dash-7 {
	background-color: black;
    display: block;
    height: 5px;
    width: 17px;
    overflow: hidden;
    margin-left: 253px;
    margin-top: 3px;
}
	
	
/* Home
----------------------------------------------- */


.topfeature {
	margin-bottom: 40px;
	padding-bottom: 20px;
	width: 845px;
	border-bottom: 2px dotted #cccccc;
}

.topfeature span.italics {
	font-family: 'Aller Italic', sans-serif;
	font-style: normal;
}


/* Home: Recent Projects 
----------------------------------------------- */


#recent-projects {
	width:600px;
	float: left;
}

#recent-projects h2 {
	font-family: 'Brawler', Georgia, serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 6px;
	width: 200px;
}

.lisa-dash {
    background-color: black;
    display: block;
    height: 5px;
    width: 17px;
    margin-top: 3px;
    margin-bottom: 20px;
    overflow: hidden;
}

#recent-projects .lisa-dash {
	margin-top: 0;
}

.carousel {
	width: 600px;
	height: 235px;
	overflow: hidden;
	margin-bottom: 15px; 
}


.carousel #slideshow-nav {
	width: 180px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


#slideshow-nav a {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #DDD;
	text-align: center;
	margin: 0px 7px 0 0;
	text-decoration: none;
	line-height: 15px;
	text-indent: -9999px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#slideshow-nav .activeSlide {
	background: #FF9933;
}


.recent-projects-image {
	width: 160px;
	margin-right: 20px;
	float: left;
}

.recent-projects-text {
	width: 420px;
	overflow: hidden;
}

#sidebar {
	width: 230px;
	float: right;
}

#topic-violator {
	background: #FF9933;
	padding: 8px;
	color: white;
	font-family: 'Brawler', Georgia, serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 6px; 
	width: 210px;
	text-align: center;
	
}

#sidebar a {
	text-decoration: none;
}


#social-media {
	width: 230px;
	height: 60px;
	margin-top: 25px;
}

#social-media h4 {
	padding-bottom: 10px;
}

#social-media img {
	padding-right: 8px;
}

#social-media img.special {
	padding: 0;
}

#tweets {
	width: 230px;
	height: 230px;
	overflow: hidden;	
	margin-top: 25px;
}



/* Archive
----------------------------------------------- */


#archive-left {
	width:600px;
	float: left;
	position: relative;
	z-index: 2;
}

#archive-left article#intro {
	padding-bottom: 50px;
}

#archive-left ul{
	list-style: none;
	padding-top: 10px;
}

#archive-left ul li, #archive-left ul li a{
	color: gray;
	font-family: 'Aller', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: .03em;
	padding-bottom: 4px;
}

#archive-left ul li span.italics, #archive-left ul li span.italics a {
	font-family: 'Aller Italic', sans-serif;
	font-style: normal; 
}

#archive-left ul li a {
	text-decoration: none;
}

#archive-left ul li a:hover {
	color: #FF9933;
}


#archive-left article {
	padding-top: 30px;
}

#archive-left ul.subset {
	padding-top: 0;
	margin-left: 20px;
	padding-bottom: 5px;
}

#archive-left article.top, #archive-left article#intro {
	padding-top: 0;
}

article#intro a {
	color: black;
	text-decoration: none;
}

article#intro a:hover {
	color: #FF9933;
}

#archive-right {
	position:fixed;
	padding-left: 620px;
	top: 132px;
}

#archive-right2 {
	position:fixed;
	padding-left: 620px;
	top: 400px;
}

#archive-right ul, #archive-right2 ul {
	list-style: none;
}

#archive-right ul li, #archive-right ul li a, #archive-right2 ul li, #archive-right2 ul li a {
	color: gray;
	font-family: 'Aller', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: .03em;
	padding-bottom: 4px;
	text-decoration: none;
}

#archive-right ul li a:hover, #archive-right2 ul li a:hover {
	color: #FF9933;
}

#archive-right h2 a, #archive-right2 h2 a  {
	text-decoration: none;
	color: black;
}

/* Articles / Books / Web / Video Structure 
----------------------------------------------- */


article.articles, article.books {
	width: 700px;
	height: 220px;
	padding-bottom: 30px;
	border-bottom: 1px dotted gray;
	margin-bottom: 20px;
}

article.multimedia {
	width: 700px;
	height: 340px;
	padding-bottom: 30px;
	border-bottom: 1px dotted gray;
	margin-bottom: 20px;
}

article.multimedia iframe{
	margin-bottom: 10px;
}


article.articles-last, article.books-last {
	width: 700px;
	border-bottom: none;
}

.article-image {
	width: 160px;
	margin-right: 20px;
	float: left;
}


/* About 
----------------------------------------------- */

.about-topfeature {
	height: 330px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #cccccc;
}

.about-topfeature img {
	float: left;
	display: block;
	padding-bottom: 10px;
}

p.bio {
	display: block;	
	width: 557px;
	float: right;
	padding-bottom: 10px;
}

article.capa-1 h1, article.capa-2 h1, article.capa-3 h1, article.capa-4 h1, article.capa-5 h1 {
	color:orange;
}

.capabilities {
	width: 570px;
	float: left;
}

.capabilities .column1 {
	margin-top: 20px;
	float: left;
	width: 270px;

}

.capabilities .column2 {
	margin-top: 20px;
	float: right;
	width: 270px;
}

.capabilities a {
	text-decoration: none;
}

.capabilities p a {
	color: black;
}

.capabilities p.caption a {
	color: gray;
}

.capabilities p a:hover, .capabilities p.caption a:hover {
	color: #FF9933;
}

article.capa-1, article.capa-2, article.capa-3, article.capa-4 {
	padding-bottom: 20px;
}

article.capa-1 p.caption, article.capa-2 p.caption, article.capa-3 p.caption, article.capa-4 p.caption, article.capa-5 p.caption, .about-topfeature p.caption {
	font-family: 'Aller', sans-serif;
	font-size: 12px;
	color: gray;
	padding-top: 5px;	
}

.partnerships p.caption {
	font-family: 'Aller', sans-serif;
	font-size: 12px;
	color: gray;
}

.partnerships {
	width: 230px;
	float: right;
	border-left: 3px solid #B2B2B2;
	padding-left: 15px;	
}

.partnerships .partner-list {
	padding-top: 20px;
}

.partner-list a {
	text-decoration: none;
	color: black;
}

.partner-list a:hover {
	color: #FF9933;
}


/* Footer
----------------------------------------------- */

article#colophon {
	margin-left: 200px;
	font-size: 10px;
	font-family: sans-serif;
	padding-bottom: 50px;
}

#colophon a {
	color: black;
	text-decoration: none;
}

#colophon a:hover {
	color:#FF9933;
}