/* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body{
	background:url('../img/theme/mainBG.png');
	font-family: 'PT Sans',arial,sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.3em;
	font-weight:normal;
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}


p{
	line-height:18px;
}

h1{
	font-family:Oswald, arial;
	text-shadow: 1px 1px #ccc;
	font-size:28px;
	font-weight:400;
	text-transform: uppercase;
	color:#34363a;
	text-decoration: none;
	display:block;
	line-height:32px;
	margin:0;
	padding-bottom:5px;

}

h2{
	font-family:Oswald, arial;
	text-shadow: 1px 1px #ccc;
	font-size:20px;
	font-weight:400;
	text-transform: uppercase;
	color:#34363a;
	text-decoration: none;
	display:block;
	line-height:32px;
	margin:0;
	padding-bottom:5px;
}

h3{
	font-size:14px;
	line-height:24px;
	margin:0;
	padding:0;
	color:#34363a;
}
h3 span{
	float:right;
	font-size:14px;
	padding-top:5px;
	line-height:18px;
	font-weight:300;
	color:#34363a;
}


.boxShadow{
	background:url('../img/theme/boxShadow.png') no-repeat bottom center;
	padding-bottom:80px;
	margin-top:-1475px;
}

.box{
	-moz-box-shadow: 0 0 3px #34363a;
	-webkit-box-shadow: 0 0 3px #34363a;
	box-shadow: 0 0 3px #34363a;
	background:url('../img/theme/boxBG.jpg');
	min-height:420px;
	overflow: hidden;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.padding{
	padding:5px 10px 5px 10px;
}

.lightTxt{
	font-family:Oswald, arial;
	font-size:14px;
	font-weight:400;
	text-transform: uppercase;
	color:#888888;
	text-decoration: none;
	display:block;
	margin:0;
	padding-bottom:5px;
}



/* HEADER Styles
================================================== */
header h1{
	text-shadow: 1px 1px #34363a;
	font-size:20px;
	color:#e5e5e5;
}


/*NAVIGATION*/

.navBar{
	background:url('../img/theme/navBG.png') repeat-x;
	overflow:hidden;
	padding:0 10px 0 10px;
}

.primary{
	overflow: hidden;
	margin:0;
}

.primary li a{
	font-family:Oswald, arial;
	text-shadow: 1px 1px #fff;
	font-size:22px;
	font-weight:400;
	text-transform: uppercase;
	color:#8e8d8d;
	text-decoration: none;
	display: inline-block;
	padding-bottom:18px;
}

.primary li{
	margin-left:20px;
	float:left;
	line-height:60px;
	padding-bottom:27px;
}

.primary li.current{
	background:url('../img/theme/currentArrow.png') no-repeat bottom center;
}
.primary li.current a, .primary li a:hover{
	color:#34363a;
}

.primary .profile{
	background:url('../img/theme/profileIcons.png') no-repeat center 49px;
}
.primary li.current .profile{
	background-position:center -83px; 
}
.primary .resume{
	background:url('../img/theme/resumeIcons.png') no-repeat center 49px;
}
.primary li.current .resume{
	background-position:center -83px;
}
.primary .portfolio{
	background:url('../img/theme/portfolioIcons.png') no-repeat center 49px;
}
.primary li.current .portfolio{
	background-position:center -83px;
}
.primary .contact{
	background:url('../img/theme/contactIcons.png')  no-repeat center 49px;
}
.primary li.current .contact{
	background-position:center -83px;
}




/* PROFILE Styles
================================================== */

.mainText .padding{
	padding:3px 0;
}

.profile .contactInfo{
	margin-top:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0 5px 0 5px;
	position: relative;
}

.profile .lightTxt{
	margin-bottom:3px;
}

.contactInfo ul.information{
	margin:0;
}

.imageShadow img{
	border:2px solid #dedede;
}

.imageShadow{
	text-align:center;
	background:url('../img/theme/imgShadow.png') no-repeat bottom center;
	padding-bottom:14px;
}

.contactInfo ul.information li{
	overflow: hidden;
	border-bottom:1px solid #f1f1f1;
	padding:4px;
}

.contactInfo ul.information li.noBorder{
	border:none;
}

.contactInfo ul.information li span{
	float: left;
	color:#909191;
}

.contactInfo ul.information li span.info{
	float: right;
	color:#34363a;
}

.tabs-content li,ul.tabs{
	margin-bottom:0;
}

.tabs-content ul{
	margin: 0;
}

ul.tabs li a{
	text-indent:-9999px;
	width:70px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=7);
}
ul.tabs li a.infoIcon{
	background:url('../img/theme/infoIcon.png') no-repeat center center #f5f5f5;
}
ul.tabs li a.twitterIcon{
	background:url('../img/theme/twitterIcon.png') no-repeat center center #f5f5f5;
}
ul.tabs li a.flickrIcon{
	background:url('../img/theme/flickrIcon.png') no-repeat center center #f5f5f5;
}

ul.tabs li a.infoIcon.active,
ul.tabs li a.twitterIcon.active,
ul.tabs li a.flickrIcon.active{
	background-color:#fff;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}

.tabWrap{
	padding:3px;
	background-color: #fff;
	border:1px solid #e8e8e8;
	border-bottom:3px solid #e8e8e8;
	border-top: none;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius:4px;
}

#flickrImages img {
	width:29.2%;
	padding:2px;
	margin:2%;
	background-color: #fff;
	border:1px solid #f1f1f1;
	height:auto;
	-moz-box-shadow: 0 0 3px #f1f1f1;
	-webkit-box-shadow: 0 0 3px #f1f1f1;
	box-shadow: 0 0 3px #f1f1f1;
}

span.tweet_time{
	display: none;
}

.twitter{
	font-size:12px;
}

.twitter a{
	color:orange;
}

.twitter li{
	background:url('../img/theme/twitter.png') no-repeat 0px 8px;
	padding:4px 4px 4px 28px;
	border-bottom:1px solid #f1f1f1;
}

.twitter li:last-child{
	border:none;
}

.profile .socialLinks span{
	padding-top:5px;
}

.profile .socialLinks ul{
	margin-bottom:3px;
}

.profile .socialLinks ul li{
	border:none;
	margin-bottom:3px;
}

/* RESUME Styles
================================================== */

.resumed{
	margin-top:12px;
}

.edu{
	padding:5px 5px 5px 15px;
}
.emp{
	padding:5px 5px 5px 5px;
}
.exp{
	padding:5px 15px 5px 5px;
}
.resumed ul li{
	overflow: hidden;
	padding-bottom:2px;
}
.resumed .noBorder{
	border:none;
}
.resumed ul li span{
	float: left;
	font-size:14px;
	line-height:16px;
	font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin:0;
	padding:0;
	color:#34363a;
}
.resumed ul li span.rate{
	float: right;
	display: block;
	width:73px;
	height:14px;
	background:url('../img/theme/0star.png') no-repeat top right;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	color:#009999;
}

.resume p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	padding-bottom:4px;
	line-height:18px;
	margin-top:4px;
	border-bottom:1px dashed #cccccc;
}

.heading{
	overflow: hidden;
}

.resume h2{
	border-bottom:1px solid #34363a;
	padding-bottom:3px;
	margin-bottom:8px;
	line-height:20px;
}

.heading h3{
	float:left;
	display: inline-block;
	color:#34363a;
}


.heading span{
	font-size:11px;
	color:#666666;
	background-color: #e8e8e8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:2px 3px;
	margin-top:3px;
	float:right;
	display: inline-block;
}
span.extra{
	display: inline-block;
	font-size:11px;
	background-color:#666666;
	color:#f8f8f8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:1px 3px;
	margin-bottom: 3px;
}

.resumed ul li span.star0{
	background:url('../img/theme/0star.png') no-repeat top right;
}
.resumed ul li span.star1{
	background:url('../img/theme/1star.png') no-repeat top right;
}
.resumed ul li span.star2{
	background:url('../img/theme/2star.png') no-repeat top right;
}
.resumed ul li span.star3{
	background:url('../img/theme/3star.png') no-repeat top right;
}
.resumed ul li span.star4{
	background:url('../img/theme/4star.png') no-repeat top right;
}
.resumed ul li span.star5{
	background:url('../img/theme/5star.png') no-repeat top right;
}



/* PORTFOLIO Styles
================================================== */

.thisInfo{
	display: none;
	position: relative;
	overflow: hidden;
}
.thisInfo:first{
	display: none
}
ul.gallery, ul.gallery li{
	overflow: hidden;
	margin:0;
	padding:0;
}
ul.gallery li{
	float:left;
}
ul.gallery .imageBox{
	background:url('../img/theme/imgShadow.png') no-repeat bottom center;
	padding-bottom:14px;
	position: relative;
	overflow: hidden;

}
ul.gallery .imageBox img{
	border:2px solid #dedede;
}
.picholder{
	width:205px;
	text-align:center;
}
.filterBox{
	overflow: hidden;
	padding:5px;
}

.filterBox li,.filterBox span{
	float: left;
	color:#7f7f7f;
}

.filterBox li a{
	display: inline-block;
	font-size:12px;
	padding:3px 5px;
	margin-right:8px;
	text-decoration:none;
	background-color: #e8e8e8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#7f7f7f;
	-webkit-transition:background-color 0.2s ease-in;  
  	-moz-transition:background-color 0.2s ease-in;  
  	-o-transition:background-color 0.2s ease-in;  
   	transition:background-color 0.2s ease-in;
}
.filterBox li.current a,.filterBox li a:hover{
	display: inline-block;
	padding:3px 5px;
	margin-right:8px;
	text-decoration:none;
	background-color: #34363a;
	color:#f8f8f8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.filterBox span{
	padding-right:5px;
	padding-left:5px;
	line-height:25px;
}

span.close{
	position: absolute;
	right:10px;
	bottom:5px;
	background-color:#990000;
	padding:3px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
span.close a{
	color:#f8f8f8;
	text-decoration:none;
	font-size:12px;
}

span.roll {
	background-color: #000;
	height: 96px;
	position: absolute;
	width: 177px;
	top:2px;
	left:14px;
	z-index: 0;
}

.thisInfo span.roll {
	background:url('../img/theme/magnify.png') center center no-repeat #000;
	height: 241px;
	position: absolute;
	width: 251px;
	top:2px;
	left:2px;
	z-index: 0;
}

.thisInfo .imageShadow{
	background:url('../img/theme/imgInfoShadow.png') no-repeat bottom center;
	position: relative;
	margin-left:-128px;
	left:50%;
	display: inline-block;
}

span.read {
	background-color:#e8e8e8;
	position: absolute;
	display: block;
	height:28px;
	line-height:25px;
	width:177px;
	top:-100px;
	left:14px;
	color:#fff;
	cursor: pointer;
	z-index: 10;
}
span.read a{
	display:block;
}


/* CONTACT Styles
================================================== */

.contact iframe{
	display: block;
	width:100%;
	height:100px;
	margin: 0 auto;
	border:3px solid #dedede;
}

.socialLinks{
	overflow: hidden;
}
.socialLinks h3{
	display: inline-block;
	float:left;
	padding-left:4px;
}

.socialLinks ul{
	float:right;
	margin-bottom:0;
}
.socialLinks ul li a{
	position: relative;
}
.socialLinks ul li{
	float:left;
	margin-right:4px;
	padding-top:4px;
}

.contact .contactInfo{
	background-color:transparent;
	margin:2px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:4px;
}
.contact .contactInfo ul{
	margin-bottom:0px;
}
.contact .contactInfo ul li{
	border-bottom:1px dashed #e8e8e8;
	overflow: hidden;
	line-height: 20px;
	padding-bottom:3px;
	margin-bottom:0;
}
.contact .contactInfo .noBorder{
	border:none;
}
.contact .contactInfo ul li span{
	float: left;
	color:#909191;
}
.contact .contactInfo ul li span.info{
	float: right;
	color:#34363a;
}

.contact form,.contact label,.contact input{
	margin:0;
	padding:0;
	line-height:1.3em;
}

.contact label{
	color:#909191;
	font-weight:normal;
}
.contact input[type="text"]{
	width:60%;
	padding:5px;
	margin-bottom:4px;
}
.contact textarea{
	width:95%;
	height:90px;
	margin-bottom:6px;

}
.contact button{
	float: right;
	margin-right:20px;
	padding:5px;
	margin-bottom:0;
}

label.error{
	font-size:11px;
	color:#660000;
	line-height:1;
}


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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
			
			.primary li a{
				font-size:18px;
			}
			.boxShadow{
				background-size:100%;
				padding-bottom:40px;
			}
			.mainText .padding{
				padding:5px 10px 5px 10px;
			}

			.edu,
			.exp,
			.emp{padding:5px 10px 5px 10px;}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			
			.primary li a{
				font-size:13px;
			}
			.boxShadow{
				background-size:100%;
				padding-bottom:30px;
			}
			.mainText .padding{
				padding:5px 10px 5px 10px;
			}

			.edu,
			.exp,
			.emp{padding:5px 10px 5px 10px;}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
