
@media only screen and (max-device-width: 480px) {

<!-- put stuff here -->

}

a:link {color: White; text-decoration:none; font-weight: bold;}     /* an unvisited link */
a:visited {color: Black; text-decoration:none;}  /* a visited link */
a:hover {color: Blue;  text-decoration:none;}   /* a link with the mouse hovering over it */
a:active {color: White; text-decoration:none;}   /* the selected link */

body {
width:1020 px;
background-color: black;
text-align:left;
margin:0px;
padding:0px;
border:0px;
}

h1 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
font-weight: bold;
margin-top: 0px;
} 

p {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
margin-top: -15px;
}

img {
border:0px;
}

#container {
width:1050px;
}

#wrapper {
width:100%;
height: auto;
z-index: 50;
background-color: black;
padding-left: 20px;
z-index: 10;
}

#bigbox{
width: 650px;
height:650px;
background-color: DarkOrchid;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
margin-bottom: 20px;
margin-left:10px;
z-index: 5;
}

#title{
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-left:10px;
}

#title img {
width: 336px;
}


#highlight{
width: 600px;
height:400px;
margin-bottom: 10px;
margin-top: 20px;
margin-left: 20px;
}

#highlight img {
width: 600px;
}

#blurb{
width:600px;
height:80px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
}


#menublocks{
width:640px;
height:100px;
margin-bottom: 10px;
}
#menublocks ul
{margin:0px; padding:0px;}


#menublocks ul li
{display:inline; height:100px; float:left; list-style:none; margin-left:5px;}

#menublocks img
{height:100px; 
width:100px;
}

#row{
width: 640px;
height:200px;
margin-bottom: 10px;
margin-top: 10px;
}

#row ul
{margin:0px; padding:0px;}


#row ul li
{display:inline; height:200px; float:left; list-style:none; margin-left:10px;
}

#homeLink {
position:absolute;
left:600px;
top:10px;
z-index: 50;
}

.homeLink {
	display: block;
	width: 70px;
	height: 70px;
	background: url('m/pics/mouse_home.png') left;
	text-indent: -99999px;
}
.homeLink:hover {
width: 140px;
	height: 70px;
	background-position: right;
}

#footer {
width:600px;
height:30px;
position:relative;
margin-top: 100px;
float:right;
font-weight: normal; 
font-family:Verdana, Geneva, sans-serif;
font-size: 12px; 
color: black;
text-align:right;
padding-right: 20px;
z-index: 150;
}

.shadow{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black;
}

img.fade
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img.fade:hover
{
opacity:.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}



.large{
-moz-box-shadow: 0 0 10px 5px gold;
-webkit-box-shadow: 0 0 10px 5px gold;
box-shadow: 0 0 10px 5px gold;
}

.large2{
-moz-box-shadow: 0 0 10px 5px Fuchsia;
-webkit-box-shadow: 0 0 10px 5px Fuchsia;
box-shadow: 0 0 10px 5px Fuchsia;
}

.shadow{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black;
}

.shadow{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black;
}


img.shadow
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img.shadow:hover
{
opacity:.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

.menu
{
	-webkit-box-shadow: 4px 8px 6px -6px black;
	   -moz-box-shadow: 4px 8px 6px -6px black;
	        box-shadow: 4px 8px 6px -6px black; }

img.menu
{
opacity:.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
img.menu:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}




/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(5deg);
     -moz-transform: rotate(5deg);
       -o-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

/*TILT*/
.tilt2 {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt2:hover {
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

/*GROW*/
.grow img {
  height: 200px;
  width: 200px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 180px;
  height: 180px;
}

/*FOCUS*/
.focus {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.focus:hover {
  border: 70px solid #000;
  border-radius: 50%;
}


