/**
 * CSS
 * layout.css
 * 
 * @author msavary
 * Copyright 2009-2011 � USER STUDIO. All Rights Reserved.
 * 
 * the general StyleSheet
 * 
 */

@CHARSET "UTF-8";


/**
 * reset styles
 *
 * (http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css)
 *
 * Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.com/yui/license.html
 * version: 2.8.1
 * 
 */

html{color:#000;/*background:#FFF;*/}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



/**
 * General body style
 * 
 */
 
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
    text-align: center; /*IE centering*/
	text-decoration: none;
    color: #333;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.6em;
	background: #fff;
	/*background-attachment: fixed;*/
}
img {
    border: 0px;
	background: transparent;
}
a {
	text-decoration: none;
	background-color: transparent;
    color: #ee5111; /*#ff0052 */
}
a:hover, a:active {
    color: #990000;
}
a img {
    background: transparent;
}

em {
    font-style: italic;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
}
hr {
	display: none;
	visibility: hidden;
}





/*below : the container div layout*/

#container {
    margin: 0 auto; /*FF & co centering*/
    padding: 0;
    width: 980px;
    text-align: left;
    background: transparent;
}





/*below : the header div layout*/

#header {
	margin: 0;
	margin-bottom: 15px; /*15px*/
	padding: 230px 0px 0px 0px; /*65px 0px 0px 0px*/
    width: 980px;
    height: 25px; /*192px*/
	background: transparent url('./images/je-suis-charlie2.jpg') center -15px repeat-x; /*header2.jpg*/
	font-family: 'Raleway', sans-serif;
}
#title {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	width: 960px;
	height: 155px;
	line-height: 1.3em;
	font-weight: 400;
	font-size: 3.5em;
	color: #fff/*#333*/;
	text-shadow: 0px 1px 0px #333/*#fff*/;
}
#title p#baseline {
	padding-left: 10px;
	line-height: 1.6em;
	font-size: 0.6em;
/* 	font-style: italic; */
	text-shadow: none;
}

/**
 * menu style
 * 
 */

ul.menu {
	display: block;
	width: 980px;
	height: 50px;
	list-style: none;
	background: #dfe6d6/*#b4b49d/*#bfbea2*//*#b2ae87*//*#b9ae8a*//*UCSB yellow #ffc526*//*green: #8b9a75*//*#50584d*//*#d2c7b6*//*#8e836f*//*#cfe9ff*/;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 1.4em;
	border-bottom: solid 1px /*#33386a*/#bbb/*#005399*/;
/* 	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999; */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	border-top-right-radius:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
}

ul.menu li.menu-item {
	float: left;
	clear: none;
	display: block;
	margin: 0px 1px 0px 0px;
	padding: 0;
}
ul.menu li:first-child {
	margin-left: 20px;
}
ul.menu li:last-child {
	margin-right: 0;
}
ul.menu a {
	display: block;
	margin: 0;
	padding: 15px 20px;
	height: 20px;
	text-decoration: none;
	color: /*#33386a*/#005399/*UCSB blue: #005399*/;
	/*border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;*/
}
ul.menu a:hover, ul.menu a.active, ul.menu a#current {
	color: #fff; /*ffc526 UCSB yellow*/
	background: /*dark purple: #33386a*/ /*dark gray (shadow):*/#005399 /*UCSB blue:#005399*/;
	text-shadow: 0px 1px 0px #003159;
}
ul.menu a#current {
	font-weight: bold;
}




/*below : the content div layout*/

#content {
	float: left;
	clear: both;
    margin: 0px 0px 40px 0px;
    padding: 0;
    width: 980px;
}
 
#content h1 {
	margin: 15px 0px 30px 0px;
	padding-bottom: 24px;
	width: 45%;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 2.4em;
	line-height: 100%;
	text-shadow: 0px 1px 0px #eee;
	border-bottom: solid 1px #ddd;
}

/**
 *  content home styling
 *
 */
 
#content-home-left {
	float: left;
	clear: none;
	margin-left: 20px;
	padding-top: 15px;
	width: 640px;
}

/**
 *	Featured
 *
 */

#content-home-left-featured {
	display: block !important;
	display: inline-block;
	margin:15px 0px 50px 0px;
	/*
padding: 40px 50px 20px 50px;
	background: #b2efff;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2);
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
*/
}
#content-home-left-featured h2 {
	margin: 20px 0px 30px 0px;
	padding-bottom: 30px;
	width: 45%;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 2.4em;
	text-shadow: 0px 1px 0px #eee;
	border-bottom: solid 1px #ddd;
}
ul#content-home-left-featured-news {
}
ul#content-home-left-featured-news li {
	margin-bottom: 15px;
	margin-left: 10px;
	line-height: 1.2em;
	font-size: 1.3em;
}
ul#content-home-left-featured-news li h3 {
	padding: 0.2em 0;
	font-size: 1.1em;
}
ul#content-home-left-featured-news li span.date {
	font-size: 0.85em;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #999;
}
ul#content-home-left-featured-news li img.token {
	float: left;
	clear: none;
	display: block !important;
	display: inline-block;
	margin:5px 20px 5px 0px;
	width: 155px;
	height: 155px;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}

/**
 *	Latest news
 *
 */

ul#content-home-left-news {
}
ul#content-home-left-news li {
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 14px;
}
ul#content-home-left-news li h2 {
	font-size: 17px;
}
ul#content-home-left-news li span.date {
	font-size: 0.85em;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #999;
}
ul#content-home-left-news li img.token {
	float: left;
	clear: none;
	display: block !important;
	display: inline-block;
	margin:5px 20px 5px 0px;
	max-width: 60px;
	max-height: 80px;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}


#content-home-left-didyouknow {
	display: block !important;
	display: inline-block;
	margin:30px 0px 0px 0px;
	padding: 20px;
	background: #ffc526;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-home-left-didyouknow h2 {
	margin: 0px 0px 15px 0px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
}


#content-home-right {
	float: right;
	clear: none;
	margin-left: 30px;
	padding-top: 15px;
	width: 290px;
}
#content-home-right img {
	margin: 0;
	padding: 0;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-home-right h2 {
	margin: 10px 0px 20px 0px;
	padding: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 2em;
	border-bottom: solid 1px #ddd;
}
.content-home-right-section {
	margin-bottom: 10px;
	padding: 5px 5px 15px 10px;
	/*border-bottom: solid 1px #bbb;*/
}
ul.content-home-right-section li {
	margin-bottom: 15px;
}
ul.content-home-right-section li img {
	width: 200px;
	height: 67px;
}
#content-home-right img#me {
	float: left;
	clear: none;
	display: block !important;
	display: inline-block;
	margin:5px 10px 5px 0px;
	max-width: 115px;
}

/**
 *  content cv styling
 *
 */
 
#content-cv-main {
	margin: 0px 20px;
	padding-top: 15px;
}
#content-cv-main h2 {
	margin: 15px 20px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}
#content-cv-main h2#pitch {
	margin-top: 25px;
	padding: 20px 20px 20px 30px;
	height: 200px;
	line-height: 1.6em;
	font-size: 20px;
	background: #eee;
	border-bottom: solid 1px #bbb;
}
#content-cv-main ul, #content-cv-main ul li {
	margin: 0px 30px;
	list-style-type: circle;
	list-style: circle;
}
#content-cv-main img#me {
	float: right;
	clear: none;
	display: block !important;
	display: inline-block;
	margin:0px 0px 5px 30px;
	max-height: 200px;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}

#content-cv-main-highlight {
	display: block !important;
	display: inline-block;
	height: 350px; /*200px;*/
	margin:30px 0px 0px 0px;
	padding: 20px;
	background: #ffc526;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-cv-main-highlight h2 {
	margin: 0px 0px 15px 0px;
	width: 500px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
}
#content-cv-main-highlight img {
	float: left;
	clear: none;
	display: block !important;
	display: inline-block;
	margin:5px 20px 5px 0px;
	max-height: 100px;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-cv-main-highlight img#illustrate {
	float: right;
	clear: none;
	display: block !important;
	display: inline-block;
	margin:0px 0px 5px 30px;
	max-height: 200px;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-cv-main-highlight video { 
	float: right;
	/* video border */ 
	border: 1px solid #ccc; 
	padding: 1px; 
	margin: 1px; 
	border-radius: 4px; 
	/* tranzitionstransitions applied to the vodeovideo element */ 
	-moz-transition: all 1s ease-in-out; 
	-webkit-transition: all 1s ease-in-out; 
	-o-transition: all 1s ease-in-out; 
	-ms-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out; 
}

/*Read more: http://mrbool.com/how-to-style-the-html-5-video-element-with-javascript-and-css/27683#ixzz37w8x4xUC */

/**
 *  content research & pubs styling
 *
 */
 
a#content-research-back {
	display: block !important;
	display: inline-block;
	padding: 7px 0px 8px 0px;
	text-align: center;
	font-size: 14px;
	font-variant: small-caps;
	background: #dfe6d6/*#cfe9ff*/;
	color: #1e2437/*#005399*/;
} 
a#content-research-back:hover {
	background: #1e2437/*#005399*/;
	color: #fff;
}
 
#content-research-left {
	float: left;
	clear: none;
	margin-left: 20px;
	padding-top: 15px;
	width: 700px;
}
#content-research-left h2 {
	margin: 15px 20px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}
#content-research-left #pitch {
	margin: 25px 0px;
	padding: 0px;
	line-height: 1.6em;
	font-family: Georgia, serif;
	font-size: 16px;
}
#content-research-left #pitch img {
	float: left;
	clear: none;
	display: block !important;
	display: inline-block;
	margin:5px 20px 5px 0px;
	max-height: 200px;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-research-left ul, #content-research-left ul li {
	margin: 0px 30px;
	list-style-type: circle;
	list-style: circle;
}

#content-research-left-poem {
	display: block !important;
	display: inline-block;
	margin:30px 0px 0px 0px;
	padding: 20px;
	background: #ffc526;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-research-left-poem h2 {
	margin: 0px 0px 15px 0px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
}


#content-research-right {
	float: right;
	clear: none;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 20px;
	width: 210px;
}
#content-research-right h2 {
	margin: 15px 0px;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
}
#content-research-right ul li {
	line-height: 1.3em;
	margin-bottom: 20px;
}
#content-research-right img {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}


/**
 *  content research article styling
 *
 */

#content-research-article-main {
	margin: 0px 20px;
	padding-top: 25px;
}
#content-research-article-main h2 {
	margin: 15px 20px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}
#content-research-article-main h3 {
	margin: 15px 20px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}
#content-research-article-main #pitch {
	margin-top: 25px;
	padding: 20px 20px 20px 30px;
	/*height: 200px;*/
	line-height: 1.6em;
	font-size: 20px;
	background: #eee;
	border-bottom: solid 1px #bbb;
}
#content-research-article-main ul, #content-research-article-main ul li {
	margin: 0px 30px;
	list-style-type: circle;
	list-style: circle;
}
.slide {
	float: left;
	clear: none;
	width: 700px;
	margin: 25px 0px 0px 0px;
}
.view {
	float: left;
	clear: none;
}

#content-research-article-main #faqs {
	display: block !important;
	display: inline-block;
	margin:30px 0px 0px 0px;
	padding: 20px;
	background: #ffc526;
	box-shadow:0 0px 2px #999;-moz-box-shadow:0 0px 2px #999;-webkit-box-shadow:0 0px 2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2); /*IE*/
	border:solid 1px #fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#content-research-article-main #faqs h2 {
	margin: 0px 0px 15px 0px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
}
#content-research-article-main #faqs ul, #content-research-article-main #faqs ul li {
	margin: 0px 19px;
	list-style-type: disc;
	list-style: disc;
}


/**
 *  content links styling
 *
 */
 
#content-links-left {
	float: left;
	clear: none;
	padding-top: 15px;
	width: 280px;
}
#content-links-left h2 {
	margin: 15px 0px 15px 20px;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
}
#content-links-left h3 {
	margin: 5px 0px 3px 30px;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
}
#content-links-left ul, #content-links-left ul li {
	margin: 0px 0px 0px 20px;
	list-style-type: circle;
	list-style: circle;
}


#content-links-right {
	float: right;
	clear: none;
	margin-left: 30px;
	padding-top: 15px;
	width: 640px;
}
#content-links-right h2 {
	margin: 15px 0px;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
}
#content-links-right h3 {
	margin: 30px 0px 15px 0px;
	font-size: 16px;
}
#content-links-right ul li {
	line-height: 1.3em;
	margin-bottom: 20px;
}




/*below : the footer div layout*/

#footer {
	float: left;
	clear: both;
	margin: 15px 0px 0px 0px;
    padding: 20px;
    width: 940px;
    background: #fff;
    border-top: solid 1px #bbb;
	color: #aaa;
	font-size: 13px;
	/*font-variant: small-caps;*/
}
