/*
Theme Name: Portfolio v5 (2014)
Theme URI: http://www.brianmartinson.com/
Description: Version 5 of The Portfolio of Brian Martinson
Version: 5.0.0
Author: Brian J. Martinson
Author URI: http://www.brianmartinson.com/
*/

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

::selection {
	background: #aa4045;
	color: #ffffff;
}

::-moz-selection {
	background: #aa4045;
	color: #ffffff;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #737270;
	background-color: #eeeeee;
}

p {
	word-break: inherit;
	white-space: normal;
	padding-bottom: 14px;
	font-size: 14px;
}

code {
	font-size: 14px;
}

/* Code Prettify */

pre.prettyprint {
	width: auto;
	overflow: auto;
	max-height: 600px
}

/* desert scheme ported from vim to google prettify */
pre.prettyprint {
	display: block;
	background-color: #333
}

pre .nocode {
	background-color: none;
	color: #000
}

pre .str {
	color: #ffa0a0
}

/* string  - pink */
pre .kwd {
	color: #f0e68c;
	font-weight: bold
}

pre .com {
	color: #87ceeb
}

/* comment - skyblue */
pre .typ {
	color: #98fb98
}

/* type    - lightgreen */
pre .lit {
	color: #cd5c5c
}

/* literal - darkred */
pre .pun {
	color: #fff
}

/* punctuation */
pre .pln {
	color: #fff
}

/* plaintext */
pre .tag {
	color: #f0e68c;
	font-weight: bold
}

/* html/xml tag    - lightyellow */
pre .atn {
	color: #bdb76b;
	font-weight: bold
}

/* attribute name  - khaki */
pre .atv {
	color: #ffa0a0
}

/* attribute value - pink */
pre .dec {
	color: #98fb98
}

/* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
	margin-top: 0;
	margin-bottom: 0;
	color: #AEAEAE
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
	list-style-type: none
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {}

@media print {
	pre.prettyprint {
		background-color: none
	}

	pre .str,
	code .str {
		color: #060
	}

	pre .kwd,
	code .kwd {
		color: #006;
		font-weight: bold
	}

	pre .com,
	code .com {
		color: #600;
		font-style: italic
	}

	pre .typ,
	code .typ {
		color: #404;
		font-weight: bold
	}

	pre .lit,
	code .lit {
		color: #044
	}

	pre .pun,
	code .pun {
		color: #440
	}

	pre .pln,
	code .pln {
		color: #000
	}

	pre .tag,
	code .tag {
		color: #006;
		font-weight: bold
	}

	pre .atn,
	code .atn {
		color: #404
	}

	pre .atv,
	code .atv {
		color: #060
	}
}

/* Headers */
h1 {
	word-break: inherit;
	white-space: normal;
	padding-bottom: 10px;
	font-size: 22px;
	color: #191919;
}

h2 {
	word-break: inherit;
	white-space: normal;
	padding-bottom: 5px;
	font-size: 22px;
	color: #aa4045;
}


h3 {
	font-size: 22px;
}

/* Links */
a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #908e8b;
}

a:visited {
	text-decoration: none;
	color: #908e8b;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #908e8b;
}

/* Navigation */
#navFloat {
	position: fixed;
	display: none;
	margin: 10px;
	width: 35px;
	height: 33px;
	background-color: #ffffff;
	z-index: 999;
}

#navFloat .line {
	position: relative;
	display: block;
	margin: 5px;
	width: auto;
	height: 4px;
	background-color: #aa4045;
	z-index: 999;
}

#nav {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	z-index: inherit;
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	-o-user-select: none;
	user-select: none;
}

#nav img {
	z-index: inherit;
}

/* */
#profile-pic {
	width: auto;
	height: auto;
}

#content {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	width: auto;
	height: auto;
}

nav {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	height: auto;
	z-index: inherit;
}

nav ul {
	margin: 0;
	padding: 0;
	z-index: inherit;
}

nav ul div {
	display: block;
	position: absolute;
	z-index: inherit;

	background-color: #a94143;
}

nav ul li {
	display: block;
	height: 60px;
	position: relative;
	list-style: none;
	z-index: inherit;
}

nav ul li a {
	display: block;
	position: relative;
	padding: 5px 30px;
	z-index: inherit;
}

nav ul li a img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

/* Content */
#pane {
	position: relative;
	white-space: nowrap;
	height: auto;
	width: auto;
	z-index: initial;
}

#pane .block {
	display: inline-block;
	vertical-align: top;
	z-index: inherit;
}

#pane .none {
	display: none;
}

#scroller-content {
	background-color: #ffffff;
	width: 550px;
	height: auto;
	min-height: 150px;
	padding: 10px;
	text-align: left;
}

.wrapper {
	position: relative;
	display: block;
	height: auto;
}

.v-wrap {
	padding-top: 10%;
	padding-bottom: 10%;
}


/* Effects */
.box-shadow {
	box-shadow: 0px 0px 5px 0px #aaa;
}

.box-border {
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	box-shadow: 5px 5px 5px 0px #aaa;
	padding: 5px;
}

.overlay {
	background: rgba(0, 0, 0, .75);
	text-align: center;
	padding: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

/* Nav Buttons */
#la {
	background-image: url(../images/arrow-left.svg);
	margin-right: 25px;
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	-o-user-select: none;
	user-select: none;
}

#ra {
	background-image: url(../images/arrow-right.svg);
	margin-left: 25px;
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	-o-user-select: none;
	user-select: none;
}

/* Circle Navigation */
.circle {
	background-image: url(../images/circle.svg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	opacity: 0.25;
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
	-o-user-select: none;
	user-select: none;
}

.circle:hover {
	opacity: 0.50;
}

.scroller-link {
	opacity: 0.25;
}

.scroller-link:hover {
	cursor: pointer;
	opacity: 1;
}

.nav-arrow {
	width: 20px;
	height: 50px;
	margin-top: 50px;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Social Buttons */
#facebook {
	background-image: url(../images/so-facebook.svg);
}

#instagram {
	background-image: url(../images/so-instagram.svg);
}

#google {
	background-image: url(../images/so-google.svg);
}

#twitter {
	background-image: url(../images/so-twitter.svg);
}

#linkedin {
	background-image: url(../images/so-linkedin.svg);
}

#pinterest {
	background-image: url(../images/so-pinterest.svg);
}


.no-link {
	cursor: default;
}

.social {
	position: relative;
	margin: 10px;
	width: 200px;
	height: 200px;
	background-size: contain;
}

.social span {
	padding-top: 35%;
}

.preview {
	position: relative;
	margin: 10px;
	width: 400px;
	height: 200px;
	background-size: contain;
}

.preview span {
	padding-top: 18%;
}

.code {
	font-family: 'Source Code Pro', ;
}

.visible-false {
	display: none;
}

/* Company Buttons */
#co-treering {
	background-image: url(../images/co-treering.svg);
	background-color: #ffffff;
}

#co-epic {
	background-image: url(../images/co-epic.svg);
}

#co-schematical {
	background-image: url(../images/co-schematical.svg);
}

#co-wisconsin {
	background-image: url(../images/co-wisconsin.svg);
}

#co-chess {
	background-image: url(../images/co-chess.svg);
}

#co-ak {
	background-image: url(../images/co-ak.svg);
}

/* Design Portfolio Buttons */
#portfolio-1 {
	background-image: url(../images/preview/portfolio1_t.png);
}

#portfolio-2 {
	background-image: url(../images/preview/portfolio2_t.png);
}

#portfolio-3 {
	background-image: url(../images/preview/portfolio3_t.png);
}

#portfolio-4 {
	background-image: url(../images/preview/portfolio4_t.png);
}

#portfolio-5 {
	background-image: url(../images/preview/portfolio5_t.png);
}

/* Design Software Buttons */
#tron {
	background-image: url(../images/preview/tron_t.png);
}

#mcardleidb {
	background-image: url(../images/preview/mcardleidb_t.png);
}

/* Design Graphic Buttons */
#memories {
	background-image: url(../images/preview/memories_t.png);
}

#postcard {
	background-image: url(../images/preview/postcard_t.png);
}

.button:hover .overlay {
	opacity: 1;
}

.link {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.button span {
	font-weight: 900;
	color: rgba(255, 255, 255, .85);
	word-break: inherit;
	white-space: normal;
	padding-left: 1%;
	padding-right: 1%;
	display: block;
}

/* Other Buttons */
#resume {
	background-image: url(../images/resume.svg);
	margin: 10px;
	width: 400px;
	height: 200px;
	background-size: contain;
}

#resume span {
	padding-top: 20%;
}

/* General Styling */
.bold {
	font-weight: bold;
}

/* Floats */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Alignment and Positioning */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Margin Rules */
.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

/* Padding (All Edges) */
.pad-5 {
	padding: 5px;
}

.pad-10 {
	padding: 10px;
}

.pad-15 {
	padding: 15px;
}

.pad-20 {
	padding: 20px;
}

/* Top Padding */
.top-5 {
	padding-top: 5px;
}

.top-10 {
	padding-top: 10px;
}

.top-15 {
	padding-top: 15px;
}

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

/* Bottom Padding */
.bot-5 {
	padding-bottom: 5px;
}

.bot-10 {
	padding-bottom: 10px;
}

.bot-15 {
	padding-bottom: 15px;
}

.bot-20 {
	padding-bottom: 20px;
}

/* Font Sizing */
.font-xl {
	font-size: x-large;
}

.font-l {
	font-size: large;
}

.font-m {
	font-size: medium;
}

.font-s {
	font-size: small;
}

.font-xs {
	font-size: x-small;
}

/* Font Color */
.font-light {
	color: #aaaaaa;
}

.font-red {
	color: #aa4045;
}

.font-blue {
	color: blue;
}

.font-green {
	color: green;
}

/* Opacity */
.op-0 {
	opacity: 0;
}

.op-25 {
	opacity: 0.25;
}

.op-50 {
	opacity: 0.50;
}

.op-75 {
	opacity: 0.75;
}

.op-100 {
	opacity: 1;
}