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

body {
	font: 12px/160% Verdana, Geneva, sans-serif;
	/*background: #FFF;*/
	margin: 0 auto;
	padding: 0;
	color: #333;
	
}
@media only screen and (min-width: 40.063em) {
#wrapper {
	background-image: url(../indexPix/index-header.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EDEDED;
	margin: 0 auto;
	width: 978px;
}
}
/* FLIPPING STUFF */
#f1_container {
  position: relative;
  margin: 10px 15px 15px 10px;/* was 10px auto */
  width: 200px; /* was 450*/
  height: 200px;
  z-index: 1;
  float: left;
}
#f1_container {
  perspective: 1000;
  -webkit-perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transition: all 1.0s linear;
  -webkit-transition: all 1.0s linear;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 1.0s linear;
  -o-transform-style: preserve-3d;
  -o-transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.face.back {
	display: block;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	box-sizing: border-box;
	padding: 5px 10px 0 10px;
	color: white;
	text-align: center;
	background-color: #aaa;
	font-size: small; /*was small*/
}


#ctr_container {
  position: relative;
  margin: 10px 15px 10px 0;
  width: 200px; /* was 450*/
  height: 200px;
  z-index: 1;
  float: left;
}
#ctr_container {
  perspective: 1000;
  -webkit-perspective: 1000;
}
#ctr_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transition: all 1.0s linear;
  -webkit-transition: all 1.0s linear;
}
#ctr_container:hover #ctr_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}


#rt_container {
  position: relative;
  margin: 10px 15px 10px 0;
  width: 200px; /* was 450*/
  height: 200px; /* was 281*/
  z-index: 1;
  float: left;
}
#rt_container {
  perspective: 1000;
  -webkit-perspective: 1000;
}
#rt_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: all 1.0s linear;
  -webkit-transition: all 1.0s linear;
}
#rt_container:hover #rt_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}

/* ~~ FOOTER STYLES ~~ */
#legalese {
	background-color:#9b9d9f;
	color: #FFF;
	padding-bottom: 20px;
	margin-top: -15px;
}
#legalese a:link {
	font-size: 90%;
	color: #FFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#legalese a:visited {
	color: #BF4B30;
	text-decoration: none;
}
#footwrap {  /*was div.footnav */
	clear: both;
	/*padding: 10px 0 10px 0;*/
	background-color: #d8ecff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font: 10px/160% Verdana, Geneva, sans-serif;
	/*margin-top: 15px;*/
	margin: 15px 0 0 auto;
	width: 978px;
}
/*#footwrap {
	width: 978px;
	margin: 0 auto;
}
/*.wrap {
	margin: 0 auto;
	width: 978px;
}*/
div.footnav ul.foot-links { /* was div.footnav ul.foot-links */
	overflow: hidden;
	text-align: left;
	float: left;
	/*width: 160px;*/
}
div.footnav li.foot-links {
	font-size: 9px;
}
.lihed {
	font-weight:bold;
	font-size: 11px;
	color: #333;
	list-style: none;
	margin-top: 10px;
}
ul.foot-links#buy {
	width: 200px;
	margin-left: 5em;
}
ul.foot-links#about {
	width: 180px;
}
ul.foot-links#media {
	width: 220px;
}
ul.foot-links#ed {
	width: 130px;
}
ul.foot-links#res {
	width: 120px;
}
ul.foot-links#jack {
	width: 120px;
}
ul.foot-link#consult {
	width: 200px;
}
ul.foot-link#screensavers { /* add this in later */
	width: 120px;
}
a { 
	text-decoration: none; 
}
ul#footwrap {
	list-style: none;
	font-size: 11px;
	font-style: normal;
	white-space: nowrap;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	font-size:10px;
}

/* MEDIA BOX */
#inTheMedia {
	text-decoration: none;
	background-color: #FFF;
	text-align: left;
	display: block;
	padding: 5px 15px;
	width: 600px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-left: 10px;
}
#inTheMedia li {
	font-family: deliciousroman;
	font-size: 13px;
	font-style: normal;
	padding-left: 5px;
	text-indent: -25px;
	margin-right: 25px;
}
#inTheMedia h2 {
	font-family: deliciousroman;
	font-weight: bold;
	margin-bottom: -6px;
}
#social {
	width: 200px;
	margin-left: 50px;;
}
