.timeline-default {
    font-family: Trebuchet MS, Helvetica, Arial, sans serif;
    font-size: 8pt;
    border: 1px solid #aaa;
    border-radius: 15px;
    -moz-border-radius: 15px;
    width:95%;
    margin: auto;
}

.timeline-default-mobile { display:none; }

/* ----------------------------- Base ---------------------------- */

html {
    font-size: 85.5%;
}

body {
    margin:             0px;
    padding:            0px;
    background-color:   #fff;
    color:              #222;
    font-family:        "Lucida Grande", "Tahoma", "Helvetica", "Arial", sans-serif;
    font-size:          120%;
    quotes:             "\201C" "\201E" "\2018" "\2019";
}

table, tr, td {
    font-size: inherit;
}

tr, td {
    vertical-align: top;
}

a:link {
	color: #222;
}

.footer a:link {
	color: #fff;
}

a:visited {
	color: #666;
}

a:hover {
	color: #000;
}

a:active {
}

a:focus {
}

img, a img {
    border: none;
}

/* ----------------------------- Content ---------------------------- */

#content {
    margin: 24px 48px;
}

/* ----------------------------- Footer ---------------------------- */

#footer {
    margin-top: 48px;
    border-top: 1px solid #ccc;
    padding: 6px;
    text-align: center;
    color: #888;
    color: #fff;
    font-size: 80%;
}

#footer a {
    color: #888;
    color: #fff;
}

/* ----------------------------- Path ---------------------------- */

table.spaced-table {
    border-collapse: collapse;
}

table.spaced-table td {
    padding: 0;
    padding-left: 1em;
}

table.spaced-table td:first-child {
    padding-left: 0;
}

table.spaced-table tr td {
    padding-top: 1em;
}

table.spaced-table tr:first-child td {
    padding-top: 0;
}

#scrollToTop:link, #scrollToTop:visited { display: none; position: fixed; top: 20px; right: 20px; }

.header { width: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; margin-top:15px; margin-bottom:0px; }
.title { text-align:center; width: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; margin-bottom:15px; }
h2 { margin-bottom:5px; color:#013663; }
.legend { margin-top:-16px; font-size:13px; }
.portfolio { width: 100%; text-align:center; margin-left: auto; margin-right: auto; margin-bottom:15px; }
.thumb { width:300px; height:225px; margin:14px; display:block; float:left; border: 1px #013663 solid; }
.footer, footer { background-color:#1373c3; width:100%; color:#fff; padding:10px 0px; font-size:12px; text-align:center; }
.footer a:link{ color:#FFFFFF; font-weight:bold; }
.prev { width:40px; height: 40px; left:10px; top:55%; position: fixed; padding:10px;}
.next { width:40px; height: 40px; right:10px; top:55%; position:fixed; padding:10px;}
.fade { opacity: 0.3; filter: alpha(opacity=30); /* For IE8 and earlier */}
.main   {width:640px; height: 480px; border:1px solid #000; margin:5px; display:block; float:left; overflow:hidden;}
.child1 {width:320px; height: 234px; border:1px solid #000; margin:5px; display:block; float:left; overflow:hidden;}
.child2 {width:154px; height: 234px; border:1px solid #000; margin:5px; display:block; float:left; overflow:hidden;}
.head-icons {margin-top:10px;}
.half {width:48%; padding:1%; display:block; float:left;}
.grey {background-color:#dadada; border-radius: 5px; -moz-border-radius: 5px;}
.skills {width:80%;margin-left:auto;margin-right:auto;}
.skills img {padding:5px 10px;}
.row {width:100%; min-height:105px;}