@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}
#container {
	width: 1030px;
	height: 610px;
	padding: 10px;
	position: relative;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 190px;
	font-weight: bold;
	padding:5px;
	margin:0 5px 0 0;
	text-align:center;
	display:none;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:2px;
	padding-bottom: 0;
	}
#column {
	width: 215px;
	float:left;
	padding-top: 0px;
	position:relative;
	}
#slideshow {
	width: 760px;	
	height: 590px; 
	margin: 0 0 0 260px;
	padding: 0;
	position:relative;
	overflow: hidden
	}
	
#slideshow div {
	width: 760px;	
	height: 590px; 
	}

#slideshow div img { margin: auto; display:block; cursor:pointer;}


ul.navgrid {
	list-style:none;
	padding:0;
	margin:0 0 0 260px;
	}
	
ul.navgrid li {
	float:left;
	width:240px;
	height:190px;
	margin:0 10px 10px 0;
	
	}
ul.navgrid li a {
	display:block;
	width:240px;
	height:190px;
	border:0;
	}

ul.navgrid li a:hover h2 {display:block;}	
	
ul.navgrid li a.r1 { background:url(../images/thisnthat/thisnthatthumbr1.jpg);}
	
ul.navgrid li a.r2 {background: url(../images/thisnthat/thisnthatthumbr2.jpg);}
	
ul.navgrid li a.r3 {background: url(../images/thisnthat/thisnthatthumbr3.jpg);}

ul.navgrid li.left a {background-position:0 0;}
ul.navgrid li.middle a {background-position: -250px 0;}
ul.navgrid li.right a {background-position: -500px 0;}

ul.navgrid li.left a:hover {background-position:0 -190px;}
ul.navgrid li.middle a:hover {background-position: -250px -190px;}
ul.navgrid li.right a:hover {background-position: -500px -190px;}

ul.navgrid li h2:hover {visibility:visible;}

.navigation ul {
	list-style:none;
	margin-left:0;
	margin-top: 6em;
	padding: 0 0 3px 0;
	}
.navigation a:link, .navigation a:visited {
	color:#E3E5E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	font-style: normal;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	transition: all 0.4s;
	}
	
.navigation a:hover, .navigation a:active {
	color:#000000;
	border-bottom:none
	}

.page {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	font-style: normal;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
	}

.class1 a:link, .class1 a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFE214;
	border-bottom:none
	}
.class1 a:hover {
	color:#FFFFFF;
	background-color: #000000;
	}
.class2 a:link, .class2 a:visited {
	color:#FFFFFF;
	background-color:#FFFFFF;
	border:0;
	padding:0;
	margin:0
	}

a:link, a:visited {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	border-bottom:1px solid #999999;
	}
a:active {
	color:#FF3366;
	}

#doodles img{
	position:absolute;
	bottom:0px;
	left:10px;
	border:none;
	}





