/*
 *	Top-level styles
 */
body {
	margin-top: 80px;
	background-color: #000000;
	color: #666666;
	font-size: 14px;
	font-family: 'DeliciousRoman';
	/* Delicious by Jos Buivenga (exljbris) -> www.exljbris.com */
}

body a{
	color: #666666;
}

/*
 *	Header
 */
.header-grid {
	padding-bottom: 80px;
}

#intro {
	text-transform: lowercase;
	font-size: 15px;
	font-family: 'DeliciousItalic';
	/* Delicious by Jos Buivenga (exljbris) -> www.exljbris.com */
}

#person {
	color: white;
}

h1 {
	color: #09F;
	text-transform: uppercase;
	font-size: 48px;
}

#title {
	margin-top: -15px;
}

.blurb {
	text-align: center;
	margin-left: 0px;
	margin-bottom: 26px;
	font-family: 'DeliciousBold';
	/* Delicious by Jos Buivenga (exljbris) -> www.exljbris.com */
	color: #999999;
}

/*
 *	Gallery
 */

.filter-grid {
	margin-left: 0px;
	text-align: right;
	text-transform: lowercase;
}

.filter-grid p {
	margin-right: 6px;
}

.filter-grid a {
	text-decoration: none;
	outline: none;
}

.filter-grid a:hover {
	text-decoration: underline;
}


#gallery-list {
	max-width: 800px;
}

.filter-grid .selected-filter {
	font-family: 'DeliciousBold';
	/* Delicious by Jos Buivenga (exljbris) -> www.exljbris.com */
}

#filter-wrapper {
	padding-right: 2px;
}

#filter-wrapper li {
	margin-left: 0px;
	display:inline;
	list-style-type: none;
}


#gallery-bg {
	left: 0;
	position: absolute;
	width: 100%;
	height: 918px;
	z-index: -1;
}

.gallery {
	min-height: 600px;
	margin-left: 1px;
	margin-right: 0px;
	margin-bottom: 161px;
}

ul.columns {
	width: 950px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

ul.columns li {
	width: 196px;
	height: 149px;
	float: left;
	display: compact;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	padding: 0;
	position: relative;
}

ul.columns li:hover {
	z-index: 99;
}

ul.columns li img {
	position: relative;
	width: 196px;
	height: 149px;
}

ul.columns li:hover img {
	z-index: 999;
	filter: alpha(opacity =   100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.columns li .info {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	padding: 130px 10px 20px;
	display: none;
	background: #ccc;
	font-size: 1.2em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 12px #000;
	-webkit-box-shadow: 0px 0px 12px #000;
	box-shadow: 0px 0px 12px #000;
}

ul.columns li:hover .info {
	display: block;
	background: #eee;
}

ul.columns li h2 {
	text-transform: uppercase;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 10px;
}

ul.columns li p {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

/*
 *	About Me
 */
.about-me h1 {
	margin-bottom: 51px;
}

h2 {
	text-transform: uppercase;
	font-size: 24px;
}

.resume-download-link {
	text-align: right;
}

.resume-download-link a {
	text-transform: lowercase;
}

.resume-download-link a:hover {
	color: white;
}

.about-me-grid {
	margin-left: 0px;
	margin-right: 0px;
}

.about-me-header-bottom {
	padding-top: 32px;
}

.skills-label {
	text-align: right;
	margin-right: -9px;
}

.skills-list {
	list-style: none;
	color: white;
	margin-left: -17px;
}

.experience-date {
	text-align: right;
}

.experience-title {
	color: white;
}

.experience-employer {
	color: white;
	font-style: italic;
	margin-top: -20px;
}

.experience-description {
	margin-top: -16px;
}

.education-date {
	text-align: right;
}

.education-title {
	color: white;
}

.education-institution {
	color: white;
	font-style: italic;
	margin-top: -20px;
}

.education-description {
	margin-top: -16px;
}

/*
 *	Footer
 */
#footer-bg {
	position: absolute;
	width: 100%;
	height: 300px;
	left: 0;
	z-index: -1;
}

.footer {
	margin-top: 100px;
	min-height: 210px;
}

.footer h2 {
	margin-bottom: 17px;
}

.email-link {
	color: #777;
	text-decoration: none;
}

.email-link:hover {
	color: white;
}

#social-icons li {
	margin-left: 0px;
	display:inline;
	list-style-type: none;
}

#social-icons {
	padding-top: 25px;
}

#social-icons a {
	text-decoration: none;
	margin-right: -2px;
}

#map_canvas {
	background-color: grey;
	min-height: 117px;
	margin-top: 26px;
	width: 100%;
}

/*
 * Themer STYLING
 *
 */
#theme-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 900;
    width: 100%;
}

.drawer-toggler {
    background: #4f4f4f;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px 0px;
    width: 120px;
    position: absolute;
    text-transform: uppercase;
    top: -40px;
    right: 0;
    
    	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#444));
    	background: -moz-linear-gradient(top,  #888,  #444);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#404040');
    	
	-moz-box-shadow: 0px 0px 18px #000;
	-webkit-box-shadow: 0px 0px 18px #000;
	box-shadow: 0px 0px 18px #000;
}

#theme-drawer {
    background: #4f4f4f;
    border-top: 5px solid #4f4f4f;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 905;
    
    padding-bottom:10px;
}

#theme-drawer ul {
    position: relative;
    padding: 0;
    top: 10px;
    padding-right: 1px;
    height: 140px;
	
}

#theme-drawer li {
    margin: 0;
    list-style: none;
    display: inline;
    float: left;
    padding-right: 5px;
    width:90px;
}

#theme-drawer li a img{
	width:90px;
	border: 2px solid #000000;
}

#theme-drawer li a.selected-theme img{
	border: 2px solid #FFFFFF;
	z-index:500;
}
