/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #FFF;
    font-size: 10px;
    line-height: 1.4;
	height:100%
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.floatme { 
	float:left;
	background-color: rgba(0, 0, 0, 0.5);
}
	
	


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 12px/26px Helvetica, Helvetica Neue, Arial;
	color:#CCC;
	height:100%;
	background-image: url('../img/geoff_bw_contrast.jpg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
	background-attachment: scroll;
    background-position: center; 
	/*background-size: 100vw auto;*/
	background-size: cover;
	background-color: #000000; 
}

figcaption { 
	color:#ee7600;
	font-size: 11px;
	line-height: 14px;
	margin-top: 8px;
	/*text-shadow: 2px 2px #000;*/
}

.subcaption { 
	color:#CCCCCC;
	font-size:9px;+
	line-height:10px;
}
	
.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px hidden /* solid #000000*/;
}

.footer-container,
.main aside {
    border-top: 20px hidden #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: none;
}

.main-container {
	padding-bottom:75px;
}

.title {
    color: #999999;
}

/* ==============
    MOBILE: Menu
   ============== */

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

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 25px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: #999999;
	font-size: 12px;
	
	text-shadow: 1px 1px #333333;
    /*background: #e44d26;*/
	
	
}

nav a:hover {
    color: #ee7600;
	text-decoration: underline;
}

nav a:visited {
    color: #999999;
}



/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}


a#contact_link {
	display: block;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

	color: #999999;
	font-size: 12px;
	
}


a#contact_link:visited {
    color: #999999;
}

a#contact_link:hover {
	color: #ee7600;
	text-decoration:underline !important;
}



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.detailed_image_div { 
	float:right;
	width:610px;

}

.image_info { 
	float:right;
	width:200px;
	font-size:14px;
	line-height:16px;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.detailed_image { 
	/*float:left;*/
	padding-right:25px;
	margin-bottom:250px;
}

.tool_listing {
	font-size:10px;
	line-height:12px;
	color:#666666;
	padding-left:5px;
}

.mini_image {
	/*margin:0px 2px 6px 2px;*/
	margin:2px;
	border:none;
}


div#container {
  position: relative; /* needed for footer positioning*/
  height: auto !important; /* real browsers */
  min-height: 100%; /* real browsers */
}		
		
div#footer {
  position: absolute;
  width: 100%;
  bottom: 0; /* stick to bottom */
  /*background-color: #ff0; */
}
		

div.portfolio_item_area {
	width:825px; 
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	overflow: auto;
	padding-bottom:25px;
}






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-device-width : 414px) and (max-width: 736px) and (orientation : landscape) {
	body {
		/*background-size: auto 100vh;*/
		background-size: 100vw 100vh !important;
		background-position: 0% 0% !important;
		background-attachment: scroll !important;
	}
	
}


	
@media only screen and (max-width: 766px) {
	body {
		/*background-size: auto 100vh;*/
		background-attachment: scroll;
	}
	
	nav a {
		display: block;
		margin-bottom: 10px;
		margin-left:2px;
		margin-right:2px;
		padding: 5px 0;
		text-align: center;
		text-decoration: none;
		font-weight: bold;

		color: #999999;
		font-size: 12px;
		/*background: #e44d26;*/
		border: solid 1px #333333;
	}
	
	.inner {
		position: absolute;
		top: 40%; 
		left: 30% !important;
		transform: translate(-50%,-50%);
		width:65% !important;
	}	
	
	.big_name_placard {
		font-size:72px !important;
		line-height:56px !important;
		/*color:#f00 !important;*/
		
	}

	
	.floatme {
        width:29%;
		/*background-color: #FF0000;*/
		
		border: none;
		margin: 2%;
		height: 150%;
		text-align:center;
		opacity:1;	
    }

	div.portfolio_item_area {
		width:100%; 
		margin:0 auto;
	}
	
	.detailed_image_div { 
		width:100%;
	}
	
	.detailed_image { 
		/*float:left;*/
		padding-right:0px;
		margin-bottom:250px;
		width:100%;
		height:auto;

	}	
	
	.image_info {
		width:100%;
		
	}
	
}

/*@media only screen and (max-width: 480px) */
@media all and (max-width: 480px) {
	.inner {
		position: absolute;
		top: 40% !important; 
		left: 50% !important;
		transform: translate(-50%,-50%);
		width:100% !important;
		/*background-color: #F00;*/
	}	
	
	.big_name_placard {
		font-size:48px !important;
		line-height:12px !important;
		/*color:#f00 !important;*/
		
	}
	
	.personal_intro {
		background: rgba(0,0,0,.8);
		padding: 0px 3px;
	}	
	
	nav a {
		border: solid 1px #333333;
		width: 100%;
    }
	
	#copyright {
		display: block;
		width:100%;
	}
	
	#contact_link {
		display: block;
		margin: 0px;
		width:100% !important;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		border: solid 1px #333333;
	}
	
	#contact_me {
		display: block;
		margin: 0px;
		width:100%;
		/*background-color: #ff0000;*/
	}
	
	#sidebarMenu {
			margin-top: 20px  !important;
	}

	
	.detailed_image_tall { 
		/*float:left;*/
		padding-right:0px;
		margin-bottom:250px;
		width:100%;
		height:auto;
	}	

	
}

@media only screen and (max-width: 400px) {
	.floatme {
        width:38%;
		/*background-color: #FF0000;*/
		/* delete before rollout, testing only */
		border: none;
		margin: 6%;
		height: 150%;
		text-align:center;
		opacity:1;	
		/*display:none;*/
    }
	
	figcaption { 
		font-size: 10px;
		line-height: 13px;
	}
}

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: right;
        width: 35%;
        margin: 0 10px;
        /*padding: 2px 2%;*/
        margin-bottom: 0;

    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
	
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */
/*
    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
*/
/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

	
	.content-container_outer {
		/*display: inline;*/
		float:left;
		width: 100%;
		/*background-color: #FFFF00;*/
		/* delete before rollout, testing only */

	}

	.content-container {
		float:right;
		margin: 0 auto;
		width: 100%;
		/*background-color: #00FFFF;*/
		/* delete before rollout, testing only */

	}
	
	.floatme {
		border: none;
		margin: 2%;
		width: 21%;
		height: auto;
		text-align:center;
		opacity:1;
	}	
	

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /*1140px - 10% for margins */
        margin: 0 auto;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	
	/* '.reveal-modal-bg' is the larger modal dialogue background for '.reveal-modal'. */

	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	/* modal dialogue foreground */
	.reveal-modal {
		visibility: hidden;
		display:none;
		/*top: 100px; */
		top: 50%;
		left: 50%;
		/*test 08/22 left: 52%; */
		/*max-height: calc(100% - 100px);*/
		transform: translate(-50%, 0%);
		/*margin-left: -25%;*/
		width: 50%;
		/*background: #0F0;*/
		background: #000;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		/*margin: 0 auto;*/
		border: solid 1px #ee7600 !important;
		}
		
	/* modal dialogue size presets. kept for possible later use */
	/*
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	*/
	
	/* closing the modal dialogue box*/
	/*.reveal-modal */
	.close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	#long_portrait {
		margin-right: 22px;
		display:block;
		} 
		
	#mobile_portrait {
		margin-right: 10px;
		display:none;
		} 




@media only screen and (max-width: 1609px) {
	/*
	.reveal-modal {
		margin-left: -32%;
		width: 55%;
	}*/
	
	#long_portrait {
		width: 200px;
		height: auto;
		}  
	
}

@media only screen and (max-width: 768px) {
	#long_portrait {
		margin-right: 22px !important;
		display:none !important;
		}  
		
	#mobile_portrait {
		margin-right: 10px !important;
		display:block !important;
		} 
	
}

	
@media all and (max-width: 480px) {
	.reveal-modal {
		visibility: hidden;
		width: 85% !important;
		z-index: 101;
		padding: 20px 10px 34px !important;
		float:left;
		/*border: solid 1px #ee7600;*/
		}
		
	.reveal-modal p {
		font-size: 12px;
		}

	
}