@charset "utf-8";
/* CSS Document */
/* UX Ninja - Portfolio of Brian Pagán */

/* References here are listen in alphabetical order */
/* Unless I messed up... ;-) */


/* CHECK FOR CSS RESETTING */
*{
	margin: 0px;
	padding: 0px;
	border: none;
}

/* body for only index page */
/* I know it's not alphabetical, but it's the body for cryin' out loud! */
#indexBody {
	background-color: #4599B1;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
}

/* selectors for adding icons to links */
/* PDF */
[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(images/pdf.gif) no-repeat center left;
}

/* USI */
[href $='http://usi.id.tue.nl'] { 
   padding-left: 13px;
   background: transparent url(images/usi.png) no-repeat center left;
}

/* make the links lighter */
a {
	color: #55FFFF;
}

a:hover {
	text-decoration: none;
}

abbr {
	text-decoration: none;
	border-bottom: 1px dashed white;
	cursor: help;
}

abbr:hover {
	border: none;
}

/* put academia.edu icon */
#academia {
	/* padding-right: 18px;
	background: transparent url(images/edu.gif) no-repeat center right; */
	list-style-position: inside;
	list-style-image: url(images/edu.gif);
}

.academia {
   padding-left: 18px;
   background: transparent url(images/academia.png) no-repeat center left;
}



/* Post it note */
#blurb {
	background-image: url(images/postIt.png);
	background-repeat: no-repeat;
	height: 203px;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 20px;
	z-index: 9;
	position: relative;
	left: -50px;
	top: -15px;
	padding-left: 15px;
	padding-top: 15px;
}

/* post-it note heading */
#blurb h2{
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

/* Blurb inside Post-it */
#blurb p{
	color: #000000;
	text-align: justify;
	width: 160px;
/*	position: relative; */
/*	left: 20px; */
/*	top: 10px; */
}




/* Caption for project highlights on index page */
.caption {
	background-image: url(images/pageContentBG.png);
	position: relative;
	top: -31px;
	width: 345px;
	height: 500px;
	z-index: 3;
	padding-left: 10px;
}

/* This moves the caption up to display the explanation */
.caption:hover {
	top: -95px;
}

/* ...to hide the caption when it's hidden */
/* that sounded weird, huh? */
.captionHolder {
	width: 345px;
	height: 175px;
	position: relative;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
.caption h2{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
}

/* center that footer stuff */
#centralizeIt {
	width: 900px;
	margin: 0 auto;
}

/* Chrome link */
#chrome {
	list-style-position: outside;
	list-style-image: url(images/chrome.png);
}

/* For the skills collapser on the About page */
.collapsed {
   padding-left: 18px;
   background: transparent url(images/collapsed.png) no-repeat center left;
   background-color: #d71920;
}

/* Keep the columns next to each other */
.column {
	float: left;
}

/* contact information in footer */
#contactFooter {
	list-style-type: none;
	line-height: 1.5em;
	font-weight: normal;
}

#contactFooter a {
	line-height: 2.0em;
}

/* Center this thing!! */
#container {
	width: 930px;
	margin: 0 auto;
	z-index: 0;
}

/* Project Box */
#content {
	width: 475px;
	background-image: url(images/pageContentBG.png);
	background-repeat: repeat;
	padding-left: 10px;
}

/* Copyright stuff */
#copyright {
	font-size: 0.8em;
	position: relative;
	top: 40px;
}



/* PROJECT PAGE TEMPLATE STYLES */
/* PROJECT page body */
#desBody {
	background-color: #4599B1;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
}

#desBody h1 {
	font-size: 1.6em;
}

#desBody h2 {
	/* font-size: 1.4em; */
}

/* Project desription text */
#description {
	position: relative;
	clear: left;
	padding-right: 10px;
}

#description #blurb {
	position: absolute;
	left: 398px;
	top: -101px;
	padding-top: 20px;
}

#description #blurb a {
	color: #000000;
}

#description #blurb h2 {
	color: #000000;
}

#description h2 {
	margin-top: 10px;
}

#description li {
	list-style-position: inside;
	margin-left: 20px;
}

/* This moves the caption up to display the explanation */
#dirContent {
	width: 485px;
	background-image: url(images/pageContentBG.png);
	background-repeat: repeat;
}

#dirContent p {
	display: block;
	width: 100%;
	text-align: center;
}

/* Directory Styling */
#directory a {
	display: block;
	width: 225px;
	height: 169px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* Caption for project highlights on directory pages */
#directory .caption {
	background-image: url(images/pageContentBG.png);
	position: relative;
	top: -37px;
	width: 225px;
	height: 500px;
	z-index: 3;
	padding-left: 10px;
	padding-top: 10px;
}

#directory .caption:hover {
	top: -115px;
}


/* ...to hide the caption when it's hidden */
/* that sounded weird, huh? */
#directory .captionHolder {
	width: 225px;
	height: 157px;
	position: relative;
	overflow: hidden;
}

#directory .captionHolder img {
	width: 225px; 
}


/* Directory Heading */
#dirUpper {
	width: 100%;
	text-align: center;
}

/* CAROUSEL */
#dummy {
	display: block;
	height: 25px;
	float: left;
}

.email {
   padding-left: 18px;
   background: transparent url(images/email.png) no-repeat center left;
}

/* External link */
.ext {
	padding-right: 34px;
	background: transparent url(images/ext.gif) no-repeat center right;
}

#footer {
	position: absolute;
	top: 887px;
	width: 100%;
	height: 300px;
	font-size: 0.8em;
	background-color: #000000;
}

.footerThing {
	float: left;
	height: 100px;
	margin: 20px;
}

.footerThing h3 {
	margin-bottom: 10px;
}

.footerThing ul {
	list-style: none;
}

.footerThing p {
	margin-bottom: 10px;
}

.google {
   padding-left: 18px;
   background: transparent url(images/google.png) no-repeat center left;
}

/* Index-style menu */
#imenu {
	width: 205px;
	text-align: center;
	margin-top: 20px;
}

/* Put the ninja on top of the stuff (if it works) */
#indexNinja {
	z-index: 10;
}

/* Project Highlights Themselves */
/* This is the outer DIV */
.indexThumb {
	width: 365px;
	height: 195px;
	background-image: url(images/thumbBG.png);
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 1;
}

/* This is to keep the text from being blue and underlined */
.indexThumb a {
	text-decoration: none;
	color: #FFFFFF;
}

/* This is the IMG tag inside */
.indexThumb img{
	border: 0px;
	z-index: 2;
}

/* Here's the landscape for the footer */
#landscape {
	background-image: url(images/landscape.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 388px;
	display: block;
}

/* Leftover's kind of mean, right? */ 
/* Well, it just means that this (right) column */
/* doesn't get a width, because it uses up the */
/* left over width inside the container DIV */
#leftover {
	text-align: center;
}

/* add linkedIn icon */
#linkedin {
   padding-left: 18px;
   background: transparent url(images/in.gif) no-repeat center left;
}

.linkedin {
   padding-left: 18px;
   background: transparent url(images/in.png) no-repeat center left;
}


/* Menu box stuff for rounded corners */
#menuTop {
	background-image: url(images/indexMenuTop.png);
	width: 205px;
	height: 10px;
}

#menuBottom {
	background-image: url(images/indexMenuBottom.png);
	width: 205px;
	height: 10px;
}

/* Project-style menu */
/* I'm breaking the alphabetical rules here */
#menuLeft {
	background-image: url(images/proMenuLeftcap.png);
	width: 10px;
	height: 70px;
}

#menuRight {
	background-image: url(images/proMenuRightcap.png);
	width: 10px;
	height: 70px;
}


/* From jQuery collabsible accordion demo */
/* http://roshanbh.com.np */
.msg_body {
	padding: 5px 10px 15px;
	background-color: #330000;
	border-bottom: thin #FFBBBB solid;
}

.msg_head {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	position: relative;
/*	background-image: url(images/accordionButton.png); */
	background-color: #C71515; 
	border-top: 1px #FFBBBB solid;
	border-bottom: 2px #660000 solid;
	background-repeat: repeat-x;
}

.msg_head:hover {
	border-left: thick #660000 solid;
}

.msg_list {
	margin: 0px;
	padding: 0px;
/*	width: 383px; */
}


/* From jQuery Carousel Demo */
/* http://sorgalla.com/projects/jcarousel/ */
#mycarousel {
	clear: left;
	width: 465px;
	margin-bottom: 20px;
}



/* unordered list for menu items */
.nav {
	width: 205px;
	background-color: #045a73;
	list-style-type: none;
}

/* Individual Menu Items */
.nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	height: 70px;
}

.nav a:hover {
	background-color: #d71920;
}

.nav .exp {
	font-size: 0.6em;
}

#nl {
   padding-left: 18px;
   background: transparent url(images/nl.gif) no-repeat center left;
}

.nokia {
   padding-left: 18px;
   background: transparent url(images/nokia.png) no-repeat center left;
}



/* container for menu parts - page style */
#pmenu {
	text-align: center;
	width: 485px;
	margin-bottom: 20px;
}

/* unordered list for menu items */
.pnav {
	list-style-type: none;
}

/* Individual Menu Items */
.pnav a {
	background-color: #045a73;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	height: 70px;
	width: 155px;
	float: left;
}

.pnav a:hover {
	background-color: #d71920;
}

.pnav .active {
	background-color: #d71920;
}

.pnav a span {
	position: relative;
	top: 20px;
}

.pnav .exp {
	font-size: 0.6em;
}

.pnavParts {
	float: left;
}

#project {
	clear: left;
	width: 485px;
	position: relative;
	top: 15px;
}

/* Project selector and ID */
#projectID {
	width: 385px;
	text-align: center;
	margin-bottom: 20px;
}

.projSelector {
	width: 40px;
}

.projSelector img {
	margin-top: 5px;
}

.projUpper {
	float: left;
}

#projectBottom {
	width: 485px;
	height: 10px;
	background-image:url(images/pageContentBottom.png);
	background-repeat: no-repeat;
}


#projectTop {
	width: 485px;
	height: 10px;
	background-image:url(images/pageContentTop.png);
	background-repeat: no-repeat;
}





/* Column for project highlights */
#showcase {
	width: 365px;
	margin: 20px;
}

/* Sitemap icon */
/* Chrome link */
#sitemap {
	list-style-position: outside;
	list-style-image: url(images/sitemap.png);
}

#sitemapHeading {
	text-align: center;
}

/* Skills table on About Me page */
.skillsTable {
	width: 200px;
	height: 350px;
	float: right;
	display: block;
	margin-left: 10px;
}

.skillsTable li {
	margin: 0px;
	list-style-type: none;
}

/* For project description in #description - both DIV's */
.skillz {
	float: right;
	margin-left: 20px;
	width: 38%;
}

#skillz li {
	list-style-type: none;
}

/* Hides text for semantics and SEO */
.stealth {
	text-indent: -9999em;
	float: left;
}

/* Try to overlap the ninja onthe content space */
#stuff {
	position: relative;
	left: -30px;
	z-index: -1;
}

/* Scroll to top icon */
#top {
	list-style-position: outside;
	list-style-image: url(images/top.png);
}

/* Twitt-ah! */
/* Container of the tweet */
#tweet {
	float: left;
	position: relative;
	left: 8px;
	width: 300px;
	list-style-type: none;
}

.tweetja {
   padding-left: 18px;
   background: transparent url(images/tweetja.png) no-repeat center left;
}

/* picture next to tweet */
#twitPic {
	float: left;
	text-align: center;
}

#twitPic img {
	height: 70px;
}

#usa {
   padding-left: 18px;
   background: transparent url(images/us.jpg) no-repeat center left;

}
