@import url(http://fonts.googleapis.com/css?family=Lato);

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #22223B;
    color: #E6E6FF;
    font-size: 12pt;
    line-height: 1.5em;
    height: 100%;
}

header {
    background-color: #22223B;
    color: #E6E6FF;
    height: auto;
}
header h1 {
    font-size: 2.3em;
    display: inline;
    color: #fff;
    position: relative;
    left: -2px;
}
header h2 {
    font-size: 1.2em;
}
header br {
    clear: both;
}
header, section, footer {
    padding: 25px;
}
header {
    padding: 50px 25px;
} 
header img {
    border: 5px solid #E6E6FF;
    border-radius: 100px;
    margin-bottom: 15px;
}
header .email {
    float: right;
    position: relative;
    top: -33px;
}

section {
    padding: 25px;
    background-color: #48487D;
    color: #E6E6FF;
}

section h3 {
   font-size: 1.1em;
   float: left;
}

section h4 {
   font-style: italic;
    clear: both;
}

section h5 {
}

section div.entry {
    padding: 15px;
    margin: 15px 0px;
    background: rgba(0,0,0,0.1);
}

section .entry .right {
    float: right;
}
section .entry br, section .entry p {
    margin: 10px 0px;
}

/* Other HTML tags */
ul {
    list-style-type: none;
}
ul ul {
    padding-left: 25px;
}
abbr[title], acronym[title] {
    border-bottom: none;
}

/* Hyperlink Colors */
a, a:link, a:visited, a:active {
    color: #4B4B57;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0,0,0,0.5);
    padding-bottom: 1px;
    margin-bottom: 3px;
}
a:hover {
    border-bottom: 1px dashed rgba(0,0,0,0) !important;
}

section a, section a:link, section a:active, section a:visited,
header a, header a:link, header a:active, header a:visited {
    color: #E6E6FF;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}

a.no-decoration, a.no-decoration:link, a.no-decoration:active, a.no-decoration:visited {
    border-bottom: none;
}

/* ID and Class Selectors */
#content > div:first-of-type {
    border-top: 1px solid rgba(255,255,255,0.35);
}
.section {
    font-weight: bold;
    font-style: italic;
    padding: 15px 15px 15px 25px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    color: #2A2A30;
}

.section:hover {
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.65) 100%);
}

.tooltip{
    position: absolute;
    top: -200px;
    height: 150px;
    left: -75px;
    background-color: #E6E6FF;
    color: #22223b;
    padding: 10px 5px;
    z-index: 999;
    text-indent: 0px;
    min-width: 200px;
    border-radius: 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.5);
    text-align: left;
}

.tooltip h1 {
    font-size: 1.1em;
    color: #22223b;
    margin: 10px;
    text-align: center;
}

.tooltip p {
    font-size: 1em;
    color: #48487D;
    font-weight: normal;
    margin: 10px;
    line-height: 1.2em;
    text-align: left;
}

.ttchild
{
    top: -125px;
    left: -28px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    min-width: 100px;
    z-index: 998;
    height: 90px;
    background: #e6e6ff;
    border: 4px solid #e6e6ff;
    box-shadow: none;
}

/* Page Specific Rules */
p.welcome {
    color: #2A2A30;
    background: rgba(255,255,255,0.9);
    padding: 25px;
}

.profile-links {
    width: 516px;
    margin: auto;
}

ul.profile-links li a {
    display: block;
    float: left;
    height: 64px;
    width: 64px;
    background: url("bquillen_icons.png") 0 0;
    background-repeat: no-repeat;
    top: -15px;
    position: relative;
    border-bottom: none;
    border: 4px solid rgba(0,0,0,0);
    border-radius: 64px;
    margin: 0px 7px;
    opacity: .75;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.profile-links li {
    height: 64px;
    width: 64px;
    text-indent: -999em;
}

ul.profile-links li {
    display: inline;
}

ul.profile-links li.blog a {
    background-position: -64px 0px;
}
ul.profile-links li.facebook a {
    background-position: -64px -64px;
}
ul.profile-links li.linkedin a {
    background-position: -64px -128px;
}
ul.profile-links li.flickr a {
    background-position: -64px -192px;
}
ul.profile-links li.github a {
    background-position: -64px -256px;
}
ul.profile-links li.email a {
    background-position: -64px -320px;
}
ul.profile-links li.resume a {
    background-position: -64px -384px;
}

ul.profile-links li a:hover {
    background-color: #E6E6FF;
    border: 4px solid #8a8aee !important;
    opacity: 1;
    top: -20px;
    -webkit-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.5);
    z-index: 999;
}

ul.profile-links li.blog a:hover {
    background-position: -0px 0px;
}
ul.profile-links li.facebook a:hover {
    background-position: -0px -64px;
}
ul.profile-links li.linkedin a:hover {
    background-position: -0px -128px;
}
ul.profile-links li.flickr a:hover {
    background-position: -0px -192px;
}
ul.profile-links li.github a:hover {
    background-position: -0px -256px;
}
ul.profile-links li.email a:hover {
    background-position: -0px -320px;
}
ul.profile-links li.resume a:hover {
    background-position: -0px -384px;
}
.rpage section {
    display: none;
}

#hp-container header, #hp-container footer, #hp-container section {
    text-align: center;
}
#hp-container header {
    padding: 25px;
}
#hp-container section {
    padding: 30px 0px 75px 0px;
    background: none;
}

/* Responsive Design */
@media screen and (max-width: 480px) {
    header .email {
        float: left;
        position: static;
        margin-top: 5px;
    }
    header {
        text-align: left;
        padding-bottom: 75px;
    }
    section div.entry {
        border-left: none;
        border-right: none;
        padding: 15px;
        margin: 15px -25px;
    }
    section h3 {
        float: none;
    }
    section .entry .right {
        float: none;
    }
    .profile-links {
        clear: both;
        width: 260px;
    }
}
