/* FABRIZIO PECE =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */


@font-face {
    font-family: 'NunitoRegular';
    src: url('/fonts/Nunito-Regular-webfont.eot');
    src: url('/fonts/Nunito-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Nunito-Regular-webfont.woff') format('woff'),
         url('/fonts/Nunito-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Nunito-Regular-webfont.svg#NunitoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NunitoLight';
    src: url('/fonts/Nunito-Light-webfont.eot');
    src: url('/fonts/Nunito-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Nunito-Light-webfont.woff') format('woff'),
         url('/fonts/Nunito-Light-webfont.ttf') format('truetype'),
         url('/fonts/Nunito-Light-webfont.svg#NunitoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NunitoBold';
    src: url('/fonts/Nunito-Bold-webfont.eot');
    src: url('/fonts/Nunito-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Nunito-Bold-webfont.woff') format('woff'),
         url('/fonts/Nunito-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Nunito-Bold-webfont.svg#NunitoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face
{
    font-family: 'JournalRegular';
    src: url('/fonts/journal-webfont.eot');
    src: url('/fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/journal-webfont.woff') format('woff'),
         url('/fonts/journal-webfont.ttf') format('truetype'),
         url('/fonts/journal-webfont.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
color : #000; 
text-align: center;
background: #ffffff url(/images/bodyback.jpg) center top;
}

.slider{
  background: #222 url(http://azik.me/wp-content/uploads/2012/10/nature-q-c-900-300-1.jpg);
  position: relative;
  width: 900px;
  height: 300px;
  cursor: pointer;
  overflow: hidden;
  border: solid 7px #111; 
}

.slides{
  width: 800px;
  height: 300px;
  float: left;
  position: absolute;
  transition: margin .3s ease-in;
}

.slides:nth-child(1){
  background: #222 url(http://www0.cs.ucl.ac.uk/staff/F.Pece/resources/slider_images/towerBridge.jpeg);
  padding : 40;
}

.slides:nth-child(2){
  background: #333 url(http://www0.cs.ucl.ac.uk/staff/F.Pece/resources/slider_images/pulaArena1_web.jpeg);
  margin-left: 150px;
}

.slides:nth-child(3){
  background: #444 url(http://azik.me/wp-content/uploads/2012/10/nature-q-c-900-300-7.jpg);
  margin-left: 300px;
}

.slides:nth-child(4){
  background: #555 url(http://azik.me/wp-content/uploads/2012/10/nature-q-c-900-300-6.jpg);
  margin-left: 450px;
}

.slides:nth-child(5){
  background: #666 url(http://azik.me/wp-content/uploads/2012/10/nature-q-c-900-300-2.jpg);
  margin-left: 600px;
}

.slides:nth-child(6){
  background: #777 url(http://azik.me/wp-content/uploads/2012/10/nature-q-c-900-300-1.jpg);
  margin-left: 750px;
}

.slides:hover{
  margin: 0 50px 0 50px;
  position: absolute;
  z-index: 99998;
  transition: .1s linear;
}

.slides:hover .title{
  transform: translateY(-140px);
  transition: .5s ease-in;
}

.title{
  background: rgba(255, 255, 255, .7);
  margin: 30px;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  bottom: -150px;
}

q{
  font-size: 16px;
  font-style: italic;
}

.author{
  margin: 0 0 0 20px;
}

::selection{
  background: #222;
  color: #fff;
}

button, 
input, 
select, 
textarea { 
font-family : NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  NunitoRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
font-family:  NunitoLight, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
color: #000;
margin-bottom : 0.1em;
font-size : 3em; /* 48 / 16 */
line-height : 1.4;
}

	h1 strong
	{
		font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
		color: #000;
	}

h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2em; /* 32 / 16 */
line-height : 1.2;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
		color: #aaa;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.0em; /* 32 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}

p.homeintrotext {
font-family:  NunitoLight, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 1.5em; /* 32 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0;
}

p.researchtext {
font-family:  NunitoLight, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.0em; /* 32 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0;
}

p.resourcetext {
font-family:  NunitoLight, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.0em; /* 32 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0;
}

p.cvtext {
font-family:  NunitoLight, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.0em; /* 32 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0;
}

p.handwritten {
font-family:  JournalRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 2.0em; /* 32 / 16 */
margin-bottom: 0.3em;
letter-spacing: +1px;
}

p.center {
text-align: center;
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #913;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #913; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #c15;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

/* TOOLTIP ROLL OVER ====================================================================== */

.htooltip span { /* The appearance of our tooltip */
    background-color: rgba(0,0,0, 0.8);
    border-radius: 15px 15px 15px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 2px;
    margin-top: -75px;
    opacity: 0; /* Make it transparent */
    padding: 10px 10px 10px 40px;
    position: absolute;
    text-decoration: none;
    visibility: hidden; /* and hidden */
    width: 350px;
    z-index: 10;
}
         
.htooltip:hover span { /* show the tooltip when hover */
    opacity: 1;
    visibility: visible;
}
         
.htooltip span img { /* example image */
    border: 0 none;
    float: left;
    margin: -71px 0 0 -234px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
         
.htooltip:hover span img { /* show the image */
    opacity: 1;
    visibility: visible;
}

.htooltip span-video { /* The appearance of our tooltip */
    background-color: rgba(0,0,0, 0.8);
    border-radius: 15px 15px 15px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 2px;
    margin-top: -75px;
    opacity: 0; /* Make it transparent */
    padding: 10px 10px 10px 10px;
    position: absolute;
    text-decoration: none;
    visibility: hidden; /* and hidden */
    /*width: 640px;
	height: 480px;*/
    z-index: 10;
}
         
.htooltip:hover span-video { /* show the tooltip when hover */
    opacity: 1;
    visibility: visible;
}

.htooltip:target span-video { /* show the tooltip when click */
    opacity: 1;
    visibility: visible;
}

/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%;
font-size : .875em; /* 14 / 16 = .875 */ }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em; 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:97%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		background: rgba(238, 238, 238, 0.25) url(./images/gradient.png) repeat-x center top;
		border-bottom: 2px solid #fff;
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			max-width: 75em; /* 1200px / 16 */
			margin: 0 auto;
			padding: 0px;
			position: relative;
			color: #000;
		}

			#toplogo {
				padding: 10px 0px 5px 0px;
				width: 49%; /* 490px / 1000px */
				float: left;
				color: #000;
			}

				#toplogo img {
				float: left;
				margin: 0 1em 0 0;
				}

				#toplogo p {
				font-family:  NunitoRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
				font-size: 1.5em; /* 24 / 16 */
				letter-spacing: -1px;
				margin: 0.75em 0 -0.5em 0;
				}
				
				#toplogo span {
				font-family:  'JournalRegular', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
				font-size: 2.0em; /* 32 / 16 */
				}
				
		
			nav {
				width: 49%; /* 490px / 1000px */
				margin-top: 50px;
				float: right;
				font-size: 1.0em; /* 16 / 16 */
				letter-spacing: -1px;
				font-family:  NunitoLight, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
			}

				nav a:link, nav a:visited { color: #333; text-decoration: none; }
				nav a:hover { color: #333; text-decoration: underline; }


				nav ul#menu {
					float: right;
					list-style: none;
					padding: 0px;
					margin: 0px;
				}

					nav ul#menu li{
						display: block;
						float: left;
						text-align: center;
						position: relative;
						padding: 5px;
						margin: 0 10px 0 0;
						line-height: 1.5em;
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						transition: all 0.3s ease;
					}

					nav ul#menu li a {
						padding: 7px 8px;
						display: block;
						color: #333;
						outline:0;  
						text-decoration:none; 
					}

					nav ul#menu li.activeNav a {     
						color: #dd0066;  
					} 


					nav ul#menu li:hover a {     
						color: #ee1177;   
					}  
   
		

	#maincontentcontainer {
		width: 100%;
		margin: 0;
		background: #ccc;
		background: rgba(204, 204, 204, 0.5) url(./images/gradient.png) repeat-x center top;
	}

		#maincontent{
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #333;
			line-height: 1.5em;
			position: relative;
		}


			#maincontentleft{
				width: 61.9%; /* 619px / 1000px */
				float: left;
				margin: 0px 1.6% 0px 0px; /* 16px / 1000px */
			}


			#maincontentright{
				width: 36.5%; /* 365px / 1000px */
				float: right;
			}

			#papercontainer {
				width: 100%;
				margin: 0;
				background: #ccc;
				background: rgba(204, 204, 204, 0.5) url(./images/gradient.png) repeat-x center top;
			}

				#papercontent{
					clear: both;
					width: 80%; /* 1000px / 1250px */
					font-size: 0.8125em; /* 13 / 16 */
					max-width: 92.3em; /* 1200px / 13 */
					margin: 0 auto;
					padding: 20px 0px 10px 0px;
					color: #333;
					line-height: 1.5em;
					position: relative;
				}


					#papercontentleft{
						width: 61.9%; /* 619px / 1000px */
						float: left;
						margin: 0px 1.6% 0px 0px; /* 16px / 1000px */
					}


					#papercontentright{
						width: 36.5%; /* 365px / 1000px */
						float: right;
					}

	#footercontainer {
		width: 100%;	
		border-top: 1px solid #000;
		background: #222;
		background: rgba(0, 0, 0, 0.75);
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #999;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}

		footer strong a:link, footer strong a:visited { color: #aaa; text-decoration: none; }
		footer strong a:hover { color: #fff; text-decoration: underline; }

		footer a:link, footer a:visited { color: #999; text-decoration: none; }
		footer a:hover { color: #fff; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: left;
				color: #999;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }

			ul { margin: 0; padding: 0; }
			li {
				list-style-type: none;
			}

			ul#papers li, ul.papers li { margin-bottom: 15px; }

			#papers strong, .papers strong {
				xfont-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-weight: bold;
				xfont-size: 14px;
				margin-top: 20px;
				color: #666;
			}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GRID COLUMN SETUP   ============================================================================= */

.col { 
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.1%; 
}

.span_1_of_3 {
	width: 32.2%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%; /* 1000px / 1000px */
}

.span_7_of_8 {
	width: 87.3%; /* 873px / 1000px */
}

.span_6_of_8 {
	width: 74.6%; /* 746px / 1000px */
}

.span_5_of_8 {
	width: 61.9%; /* 619px / 1000px */
}

.span_4_of_8 {
	width: 49.2%; /* 492px / 940px */
}

.span_3_of_8 {
	width: 36.5%; /* 365px / 1000px */
}

.span_2_of_8 {
	width: 23.8%; /* 238px / 1000px */
}

.span_1_of_8 {
	width: 11.1%; /* 111px / 1000px */
}



/*  FEATURES  ============================================================================= */

.whitefeature {
	padding: 1em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*  ARTICLES  ============================================================================= */

article.blogentry {
	padding: 1em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*  BLOG IMAGE  ============================================================================= */

.blogimage {
	margin: 0 0 1em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*  PAGE IMAGE  ============================================================================= */

.pageimage {
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #991133 url(./images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 1.2em;
				
}
.button:hover {
	background: #cc1155 /*url(./images/glass.png)*/ repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #cc1155 /*url(./images/glass.png)*/ repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}

/*  HOMEPAGE MAIN IMAGE  ============================================================================= */

.homepageimage {
	padding-left: 5%;
	padding-bottom: 0%;
	padding-right: 0%;
	padding-top: 0px;
	max-width: 95%;
	margin: 0 0 1em 0;
	background: transparent;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

/*  PAGE FEATURE IMAGES  ============================================================================= */

.pagefeatimage2 {
	max-width: 95%;
	padding: 0.5%;
	margin: 0 0 1em 0;
	background: transparent /*url(./images/stripe-bg.png)*/;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.pagefeatimage2:hover {
	background: #ccc /*url(./images/stripe-bg.png)*/;
	
}

/* Common division block */
.pagefeatimage
{
    border: 6px solid #FFFFFF;
    float: left;
    position: relative;    
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;
    max-width: 95%;
	padding: 0.5%;
	margin: 0 0 1em 0;
	background: transparent /*url(./images/stripe-bg.png)*/;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;   
}

/* Caption and Light */
.caption
{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}

.caption>div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth
{
    opacity: 1;    
}
.smooth:hover img
{
    opacity: 0.6;
    box-shadow: 0px 0px 10px #333333;
}

.go-left
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 90%;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left
{    
    right:0px;    
}
.go-top
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    width: 90%;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 0px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}

.smooth:hover > .go-top
{    
    top:0px; 
}

.smooth:link > .go-top
{
	color:#FFFFFF;
}

.go-top p
{
    font-size: 12px;
}

/*  RESEARCH IMAGES  ============================================================================= */

.researchfeatimage {
	max-width: 95%;
	padding: 2.5%;
	margin: 0 0 1em 0;
	background: transparent /*url(./images/stripe-bg.png)*/;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.researchfeatimage:hover {
	background: #ccc /*url(./images/stripe-bg.png)*/;
}

/*  WORK  ============================================================================= */

.workimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(./images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.workimage:hover {
	background: #bbb url(./images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  IMAGE EFFECTS ON WORK IMAGES  ============================================================================= */

.masktext {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: transparent url(./images/stripe-bg.png);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
.masktext img {
   display: block;
   position: relative;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.masktext .mask {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%; 
   background-color: rgba(255, 255, 255, 0.75);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.masktext h3 {
   margin: 0.5em 0 0 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.masktext p {
   position: relative;
   color: #333;
   padding: 0.5em 0.5em 0 0.5em;
   text-align: center;
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.masktext a.button {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.masktext:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.masktext:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.masktext:hover h3,.masktext:hover p,.masktext:hover a.button {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
	


/*  NEWS  ============================================================================= */

p.newsdate {
	font-style: italicize;
}

.calendar
{
	width: 20%;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 6px 6px 4px 4px;
	border-radius: 6px 6px 4px 4px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	float: left;
	margin: 0 1em 2em 0;
}

.calendar p
{
	margin: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	background-color: #cc1155;
	background: -moz-linear-gradient(top,  #cc1155 0%, #dd2266 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc1155), color-stop(100%,#dd2266));
	background: -webkit-linear-gradient(top,  #cc1155 0%,#dd2266 100%);
	background: -o-linear-gradient(top,  #cc1155 0%,#dd2266 100%);
	background: -ms-linear-gradient(top,  #cc1155 0%,#dd2266 100%);
	background: linear-gradient(top,  #cc1155 0%,#dd2266 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1155', endColorstr='#dd2266',GradientType=0 );
	font-size: 0.7em;
	letter-spacing: -0.09em;
	color: white;
	text-align: center;
	padding: 0.25em 0; /* 4 / 16 */
}

.calendar strong
{
	font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	display: block;
	color: #333;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0.25em;
	font-size : 1.5em; /* 24 / 16  */
}

.newsentry {
	clear: both;
	margin: 0 0 1em 0;
}

.newsentry strong
{
	padding: 0.25em;
	font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 1.5em; /* 20 / 16  */
}
.newsentry .calendar
{
	width: 15%;
}

.newsentry .calendar strong
{
	padding: 0.25em;
	font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 2.5em; /* 40 / 16  */
}

.blogentry {
	margin: 0 0 1em 0;
}


.blogentry .calendar
{
	width: 15%;
}

.blogentry .calendar strong
{
	padding: 0.25em;
	font-family:  NunitoBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 2.0em; /* 32 / 16  */
}


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

