@charset "utf-8";
/* CSS Document */

/*Nav Active Style*/
.resumeMainNav{
	border:1px solid #333 !important;
	color:#333 !important;	
}

.leftColumn{
	width:100%;
	margin:0px auto;
	text-align:center !important;	
	border-bottom:1px solid #333;
	padding-bottom:20px;
	margin-bottom:20px;
}
.resumeLinkWrapper{	
	width:300px;
	margin:0 auto;
	padding:5px 10px;
	text-align:center;	
	background-color:#00b2b2;
	border-left-top-radius:5px;
	-moz-border-left-top-radius:5px;
	-webkit-border-left-top-radius:5px;
	box-shadow:0px 2px 2px #fff;
	-moz-box-shadow:0px 2px 2px #fff;
	-webkit-box-shadow:0px 2px 2px #fff;
}
.top{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom: 1px solid #009090;
}
.bottom{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.resumeLinkWrapper a{
	display:block;
	width:100%;	
}
.leftColumn .contactInfo{
	float:inherit;
	margin:0 auto;
	clear:both;
}	
.resumeLink{
	text-decoration:none;
	color:#fff;
	font-family:"open sans light";
	font-size:20px;			
	
	transition:color .1s ease-out;	
	-webkit-transition:color .2s ease-out;	
	-moz-transition:color .2s ease-out;
	-ms-transition:color .2s ease-out;
	-o-transition:color .2s ease-out;
}
.resumeLink:hover{
	color:#222;	
}
.rightColumn{	
	margin:0 auto;
	width:100%;
	text-align:center;
	font-family:"droid regular";
}
.rightColumn h2{
	font-family:"bebas regular";
	letter-spacing:.02em;
	font-size:25px;
	font-weight:normal !important;
	color:#009090;
	padding:0;
	padding-left:10px;
	padding-top:10px;
	margin:0;
	margin-left:-10px;
	margin-bottom:10px;
	border-top:1px solid #aaa;
	box-shadow:0px -1px 0px #fff;
	-moz-box-shadow:0px -1px 0px #fff;
	-webkit-box-shadow:0px -1px 0px #fff;

}
h2.education{
	padding-top:4px;
	border:none;	
}
.subTopic{
	font-family:"droid regular";
	color:#ccc;	
}
.skillList{
	list-style-type:none;
	padding:0;
	margin:0;	
}
.skillList li{
	margin-bottom:15px;	
}
.skillList li:last-child{
	margin-bottom:-20px;	
}
span.piner{
	color:#00b2b2;
}

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

/*Content Styles
----------------------------------------*/
.leftColumn{
	width:30%;
	height:200px;
	float:left;
	text-align:right !important;
	padding-right:10px;	
	border:none;
}
.resumeLinkWrapper{	
	float:right;
	width:275px;
	margin-right:-11px;
	padding:5px 10px;	
	background-color:#00b2b2;
	border-left-top-radius:5px;
	text-align:right;
}
.top{
	border-radius:0;
	border-top-left-radius:5px;
}
.bottom{
	border-radius:0;
	border-bottom-left-radius:5px;
}
.leftColumn .contactInfo{
	float:right;
}	
.resumeLink{
	text-decoration:none;
	color:#ededed;
	font-family:"open sans light";
	font-size:20px;		
	
	transition:color .1s ease-out;	
	-webkit-transition:color .2s ease-out;	
	-moz-transition:color .2s ease-out;
	-ms-transition:color .2s ease-out;
	-o-transition:color .2s ease-out;
}
.resumeLink:hover{
	color:#333;	
}
.rightColumn{	
	float:left;
	width:66%;
	text-align:left;
	padding:0 0 10px 10px;
	border-left:1px solid #aaa;
	font-family:"droid regular";
}
.rightColumn h2{
	font-family:"bebas regular";
	letter-spacing:.02em;
	font-size:25px;
	font-weight:normal !important;
	color:#009090;
	padding:0;
	padding-left:10px;
	padding-top:10px;
	margin:0;
	margin-left:-10px;
	margin-bottom:10px;
	border-top:1px solid #aaa;
	box-shadow:0px -1px 0px #fff;
	-moz-box-shadow:0px -1px 0px #fff;
	-webkit-box-shadow:0px -1px 0px #fff;

}
h2.education{
	padding-top:4px;
	border:none;	
}
.subTopic{
	font-family:"droid regular";
	color:#aaa;	
}
.skillList{
	list-style-type:none;
	padding:0;
	margin:0;	
}
.skillList li{
	margin-bottom:15px;	
}
.skillList li:last-child{
	margin-bottom:-20px;	
}
}

