@charset "UTF-8";


@import url(https://web.archive.org/web/20131126150540cs_/http://fonts.googleapis.com/css?family=Chivo:400,900);

* {
margin: 0;
}

html{
height: 100%;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
}

body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
		  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		  z-index: 100;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

/* Header */

.header  {
	background-image: url(/web/20131126150540im_/http://shwetapatel.com/images/header_texture_repeat02.jpg);
	height: auto;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}

.headerContent {
	width: 905px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headerIndex {
	height: 390px;
	background-image: url(/web/20131126150540im_/http://shwetapatel.com/images/headerContent_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#headerOther {
	height: 250px;
}

#headerBorder {
	width: 100%;
	background-image: url(/web/20131126150540im_/http://shwetapatel.com/images/header_bottom_border.png);
	background-repeat: repeat-x;
	height: 4px;
	padding: 0;
	margin-top: -3px;
	background-position: left bottom;
	z-index: 100;
}

#logo {
	display: block;
	float: left;
	height: 216px;
	width: 188px;
	background-image: url(/web/20131126150540im_/http://shwetapatel.com/images/sp_logo_031011.gif);
}

#logo:hover {
	background-position: -188px 0;
}

/* Navbar */

#navcontainer {
	font-family: Chivo, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
	width: auto;
	font-style: normal;
	color: #0066CC;
	margin-left: 0px;
	margin-top: 90px;
	float: right;
	position: relative;
	height: 40px;
}

ul #navlist {
	margin-left: 0;
	padding-left: 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin-left: 60px;
}

#current  {
	color: #C50D03;
	background-image: url(/web/20131126150540im_/http://shwetapatel.com/images/underline_repeat.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#navlist a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 50px;
}

#navlist a:link, #navlist a:visited {
	color: #666666;
	text-decoration: none;
}

#navlist a:hover {
	color: #333;
}

/* Main Content */

#container {
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
}

.divider {
	width: 100%;
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 30px;
	float: left;
}

.divider2 {
	width: 100%;
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 40px;
	float: left;
}

h1 {
	font-size: 18px;
	font-family: 'Chivo', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	padding: 0px;
	font-family: Chivo, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #666;
	text-transform:uppercase;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h4 {
	font-family: Chivo, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 10px;
}

.headLink {
	text-transform: none;
}

.category {
	margin-top: 10px;
	margin-right: 20px;
	width: 288px;
	height: auto;
	float: left;
	position: relative;
}

.category02 {
	margin-top: 10px;
	float: left;
	width: 288px;
	height: auto;
}

#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 50px;
	height: auto;
	width: auto;
	position: relative;
}

#resumeBtn {
	height: 77px;
	width: 220px;
	float: left;
	background-image: url(/web/20131126150540im_/http://shwetapatel.com/images/download_resume_btn.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: left top;
	border: 2px dashed #666;
}

#resumeBtn:hover {
	background-position: 0px -79px;
	border: 2px dashed #000;
}

#mcText {
	float: left;
	width: 640px;
	margin-bottom: 35px;
	position: relative;
	padding-left: 20px;
}

#thingsDo {
	width: 100%;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 305px;
	float: left;
	position: relative;
}

.slideshow {
	width: 288px;
	height: 220px;
	position: relative;
	float: left;
}

.slideshow a:hover {
	color:#C50D03;
	text-decoration:none;
	font-style:italic;
	
}

ul.ppt {
	position: relative;

}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt li a:link, .ppt li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.ppt li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #C50D03;
	text-decoration: none;
	font-weight: bold;
}

.ppt img {
	width:288px;
	height:216px;
	border: 1px solid #999;
}

/*

#web DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	background-color: #FF0;
	width: 288px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	float: left;
	text-align: left;
}

#web DIV.active {
	z-index:10;
	opacity:1.0;
	float: left;
}

#web DIV.last-active {
    z-index:9;
}

#web DIV IMG {
	display: block;
	border: 0;
	float: left;
	width: 288px;
}

*/
#print {
	width: 288px;
	height: 230px;
	position: relative;
	float: left;
	background-color: #00F;
}

/*
#print DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	background-color: #FF0;
	width: 288px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	float: left;
	text-align: left;
}

#print DIV.active {
	z-index:10;
	opacity:1.0;
	float: left;
}

#print DIV.last-active {
    z-index:9;
}

#print DIV IMG {
	display: block;
	border: 0;
	float: left;
	width: 288px;
}

*/

#moreInfo {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-top: -10px;
	position: relative;
}

.topMargin {
	margin-top: 10px;
}

#footer {
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	height: 50px;
	overflow: hidden;
	background-color:#CCC;
	background-image: url(/web/20131126150540im_/http://shwetapatel.com/images/header_bottom_border.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 40px;
}

.push {
	height:50px;
}

#footerText {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 920px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footerText a:link, #footerText a:visited  {
	color:#666;
	text-decoration:none;
	}

#footerText a:hover  {
	color:#333;
	text-decoration:none;
	}
	
#mainContent a {
	text-decoration: underline;
	color: #666;	
}

#mainContent a:link, mainContent a:visited {
	text-decoration: underline;
	color: #666;	
}

#mainContent a:hover {
	color: #C50D03;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Content - Portfolio Listing */

ul#portfolioFilter {
	font-family: Chivo, Arial, Helvetica, sans-serif;
	height: 60px;
}
ul#portfolioFilter li {
	display: inline;
	float: left;
}

ul#portfolioFilter a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-family: Chivo, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 40px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-spacing:1px;
	background-color: #CCC;
	border: 2px dashed #666;
}

ul#portfolioFilter a:hover {
	color: #333;
	background-color: #CCC;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

ul#portfolioFilter a.current {
	color: #FFF;
	background-color: #C50D03;
	border-color:#000;
}

#portfolioList {
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#portfolioList div {
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 0px;
	margin-right: 14px;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#portfolioList div img, #portfolioList div img a  {
	width: 165px;
	height: 165px;
	marging-bottom:5px;
	border: 1px solid #999;
	margin-bottom: 10px;
}

#portfolioList div a:hover img   {
	width: 165px;
	height: 165px;
	marging-bottom:5px;
	border: 1px solid #C50D03;
	margin-bottom: 10px;
}

#portfolioList h3 {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	margin-bottom:0px;
}

#portfolioList div a  {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
#portfolioList div a:link,#portfolioList div a:visited {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}
#portfolioList div a:hover {
	color: #C50D03;
	text-decoration: none;
}

#portfolioList h3 a:link, #portfolioList h3 a:visited {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}
#portfolioList h3 a:hover {
	color: #C50D03;
	text-decoration: none;
}

#contactform {
	float: left;
	position: relative;
	margin-right: 20px;
}

#thankyou {
	float: left;
	width: 550px;
	position: relative;
	margin-right: 20px;
	height: 650px;
}

#sideInfo {
	float: left;
	width: 330px;
	height: auto;
	position: relative;
}
.info {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: 'Chivo', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	float: left;
	position: relative;
	width: 100%;
}

.info img {
	margin-right:10px;
	border: 1px dashed #666;
	float: left;
	position: relative;
}

.info p {
	line-height:250%;}

.info a:link, .info a:visited {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: 'Chivo', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	width: 100%;
	text-decoration:underline;
}

.info a:hover {

	color: #C50D03;
	text-decoration:underline;
}

/*
     FILE ARCHIVED ON 15:05:40 Nov 26, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:48:07 Apr 14, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.192
  load_resource: 170.653
  LoadShardBlock: 113.691 (3)
  PetaboxLoader3.datanode: 184.886 (4)
  CDXLines.iter: 24.764 (3)
  exclusion.robots.policy: 0.177
  esindex: 0.015
  RedisCDXSource: 0.715
  captures_list: 144.598
  PetaboxLoader3.resolve: 28.992
*/