/* ---- START YUI RESET/FONTS CSS -------------------------------------- */
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%;
}
body {
font: 13px/1.231 "Helvetica Neue", helvetica,arial,clean,sans-serif; 
}
select,input,button,textarea,button {
/*font: 99% arial,helvetica,clean,sans-serif;
*/}
table {
font-size: inherit;
font: 100%;
}
pre,code,kbd,samp,tt {
font-family: monospace;*font-size:108%;
line-height: 100%;
}

/* ---- END YUI RESET/FONTS CSS -------------------------------------- */



html{
	background-color: #9acaf9;
	color: #fff;
}
a{
	color: #fff;
	text-decoration: none;
}
em{ font-style: italic;}
.clear{ clear: both;}
p{ 
	margin-bottom: 1em; 	
	color: #1B3958 ; 
	font-size: 116%;
	line-height: 1.35em;
}

p a{
	color:#376fa6;
	text-decoration: underline;
}
strong{ font-weight: bold;}



div#container{
	/* width: 960px; */
	margin: 1em auto;
	min-width: 440px;
	max-width: 960px;
	padding: 0 10px;
}

div#heading h1{
	font-size: 339%;
}
div#heading h1 span{ 
	color: #376fa6; 
	font-weight: bold;
/*	text-shadow: 2px 2px 2px #4c7ba9;*/
}
div#heading ul{ display: block;}
div#heading ul li{
	display: inline;
	float: left;
	margin-right: 1em;
	font-size: 197%;
}
div#heading ul li a:hover{
	color: #036;
	text-decoration: underline;
}
div#heading ul li a:hover span{
	text-decoration: none !important;
}
div#heading div.profiles{
	margin-top: 3px;
	width: 143px;
	float: right;
}


.section{
	margin-bottom: 1em;
}


ul.listing h2{
	margin-bottom: .5em;
}


ul.listing li{
	display: block;
	float: left;
	width: 440px;
	margin-right: 3em;
}
ul.listing li img{
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 5px rgba(25, 25, 25, 0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(25, 25, 25, 0.4);
	box-shadow: 0px 0px 5px rgba(25, 25, 25, 0.4);
}

div#work ul.listing li div.external{
	width: 440px;
	height: 330px;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 5px rgba(25, 25, 25, 0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(25, 25, 25, 0.4);
	box-shadow: 0px 0px 5px rgba(25, 25, 25, 0.4);
	display: block;
}
div#work ul.listing li div.external:hover{
	-moz-box-shadow: 0px 0px 5px rgba(25, 25, 25, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(25, 25, 25, 1);
	box-shadow: 0px 0px 5px rgba(25, 25, 25, 1);
	border: 1px solid yellow;
	
}
div#work ul.listing li div.external div{
	opacity: 0;
	filter:alpha(opacity=0);
	width: 360px;
	height: 250px;
	background-color: rgba(25, 25, 25, 0.5);
	margin-top: 0px;
	padding: 40px 40px 40px 40px;
	-webkit-transition: opacity 0.2s linear;
	cursor: pointer;
}

div#work ul.listing li div.external:hover div{  
	opacity: 1;
	filter:alpha(opacity=100);	
	cursor: default;
}

div#work ul.listing li div.external p, div#work ul.listing li div.external a.highlight{
	background-color: #376fa6;
	padding: 10px;
	color: #fff;
	display: block;
	font-size: 116%;
	font-weight: normal;
	margin-bottom: 20px; /* was 20 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#work ul.listing li div.external a{ color: #fff; }


div#work ul.listing li div.external a.highlight{ font-weight: bold; color: #fff; text-align: center; margin-bottom: 0px; }


div#work ul.listing li div.external a.highlight:hover{
	color: yellow;
}
div#work ul.listing li div.external a.highlight.half{
	width: 150px;
	float: left;
}
div#work ul.listing li div.external a.highlight.half.right{ margin-left: 20px;}
div#work ul.listing li div.external a.subslide{display: none;}

div#work h3{
	font-size: 123.1%;
	font-weight: bold;
	color: #376fa6;
	margin: 0 0 .3em 0;	
}
div#work p{
	color: #1b3958;
	margin-bottom: 2em;
}



h2 span { color: #376fa6; }
h2{
	font-size: 197%;
	border-bottom: 1px solid #fff;
}



ol{
	margin-bottom: 1em;
	color: #1B3958;
}

ol li, ul.listing li ol li{
	margin-left: 2em;
	list-style-type: decimal;
	font-size: 116%;
	line-height: 1.35em;
	float: none;
	display: list-item;
	width: auto;
}

