* {
	border: 0;
	margin: 0;
	padding: 0;
}
header, nav, section, article, footer, aside, figure, figcaption, main {
	display: block;
}
body {
	background-color: #F3F3F3;
	font-family: Lato;
}


/* ------------------ BODY BORDER CODING IS BELOW!!! ---------------- */

body:before, body:after {
    background: #F3;
    content: "";
    height: 1px;
    left: 0;
    position: fixed;
    right: 0;
}
body:before {
    top: 0;
}
body:after {
    bottom: 0;
}
body {
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;  
    height: 100%;
} 
/*----------------*/




#container{
	background-color: #FFFFFF;
	border-left: 30px #FFF solid;
	border-right: 30px #FFF solid;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
	font-weight: lighter;
	height: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1000px;
}




/* BELOW IS THE ANIMATED NAVIGATION BAR */
#topnav {
	/* box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2); */
 	float: right;
 	font-size: 16px;
 	margin-top: 15px;
 	overflow: hidden;
 	text-align: right;
}
#topnav ul {
	list-style-type: none;
}
#topnav li {
	display: inline;
	width: 80px; border-left: 4px solid #F3F3F3;
	float: left;
	cursor: pointer;
	list-style-type: none;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	margin-bottom: 1px;
	line-height: 16px;
}
#topnav li:hover {
	background: #F3F3F3;
	border-left: 5px solid #258EA6;
	/* font-weight: bold; */
	color: #FFF;
}
#topnav li a {
	color: #000;
	text-decoration: none;
}
.clearfix {
	clear: both;
}
/*
#signin {
	background-color: #F3F3F3;
	font-size: 1.1em;
	font-weight: ;
	padding: 16px;
}
*/



/* UPPER LEFT LOGO AND GOOGLE SEARCH BAR */

#leftlogo {
	clear: both;
	float: left;
	margin: auto;
	padding-bottom: 12px;
	padding-top: 10px;
	width: 330px;
}
#leftlogo:hover {
	opacity: .6;
}
#googlesearch {

	float: right;
	padding-top: 45px;
}
#googlesearch input {
	border: 1px solid #F1F1F1;
	border-radius: 3px 3px;
	font-family: Lato;
	font-size: 16px;
	font-weight: lighter;
	padding: 7px 50px 7px 7px;
    box-shadow: 0 1px #F1F1F1;
    -moz-box-shadow: 0 1px #F1F1F1;
    -webkit-box-shadow: 0 1px #F1F1F1;
}
#googlesearch input:hover {
	background-color: #F3F3F3;
}
#leftlogo, #googlesearch {
	display: inline-block;
}





/* FOUR LITTLE BOXES UNDER MAIN PICTURE */
#four_main_middle1, #four_main_middle2, #four_main_middle3, #four_main_middle4 {
	background-color: #FFF;
	border: px solid #E8E8E8;
 	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	float: right;
	height: 120px;
	margin: 20px 10px 40px 10px;
	width: 225px;
}  
#four_main_middle2, #four_main_middle3, #four_main_middle4 {
	border-right: 0px solid #FFF;
	padding-right: 5px;
}
#four_main_middle1 p {
	font-size: 1.6em;
	margin-top: -50px;
	padding-left: 17px;
	text-align: left;
}
#four_main_middle2 p {
	font-size: 1.6em;
	margin-top: -120px;
	padding-right: 8px;
	text-align: right;
}
#four_main_middle3 p {
	font-size: 1.6em;
	margin-top: -50px;
	padding-right: 8px;
	text-align: right;
}
#four_main_middle4 p {
	font-size: 1.6em;
	margin-top: -120px;
	padding-left: 8px;
	text-align: left;
}
#four_main_middle1 a, #four_main_middle2 a, #four_main_middle3 a, #four_main_middle4 a {
	color: #000;
	text-decoration: none;
}
#four_main_middle1 a:hover, #four_main_middle2 a:hover, #four_main_middle3 a:hover, #four_main_middle4 a:hover {
	opacity: .4;
	color: #258EA6;
}




/* MIDDLE MAIN CONTENT */
#centerphoto {
	border: px solid #E8E8E8;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
	/* -webkit-filter: grayscale(1);
	filter: grayscale(1); */ 
}
main {
	margin-top: 50px;
}
#mainpage2 {
	margin-top: 0px;
}
#middlecontent {
	border: 0px solid #E8E8E8; 
	float: right;
	line-height: 1.5;
	overflow: hidden;
	padding: 0 25px 10px 45px;
	width: 502px;
}
#middlecontent h1 {
	border-bottom: 5px solid #E8E8E8;
	font-weight: lighter;
	font-size: 3.1em;
	margin-bottom: 10px;
}
#leftsidebar {
	border: 0px solid #E8E8E8; 
	float: right;
	width: 150px;
} 
#leftsidebar ul {
	list-style-type: none;
}
#leftsidebar a {
    color: #000;
    text-decoration: none;
}
.leftdivs {
	border-bottom: 3px solid #E8E8E8; 
	font-size: 17px;
	padding: 7px;
}
#leftsidebar1:hover, #leftsidebar2:hover, #leftsidebar3:hover,#leftsidebar4:hover, #leftsidebar5:hover, #leftsidebar6:hover, #leftsidebar7:hover  {
	background-color: #F3F3F3;
	border-bottom: 3px solid #258EA6;
}
#leftsidebar, #rightsidebar, #middlecontent {
	margin-bottom: 60px;
} 





/* RIGHT SIDEBAR WITH SPOTLIGHT ARTICLES */
#rightsidebar {
	border: 0px solid #E8E8E8; 
	clear: both;
	float: right;
	margin: 2px 2px 2px 10px; 
	width: 225px;
}
#rightsidebar a {
	color: #000;
	font-style: italic;
	text-decoration: none;
}
#rightsidebar h2 {
	border-bottom: 3px solid #E8E8E8;
	font-size: 1.7em;
	font-weight: lighter;
	margin-bottom: 20px;
	padding-bottom: 5px; 
}
/* PSEUDO ELEMENT IS BELOW WHERE I PUT PICTURES BEFORE TEXT */
#spotlightphoto1 p::before {
	content: url(images/dog8.png);
	float: left;
	margin-right: 10px;
	padding: 0 5px;
}
#spotlightphoto2 p::before {
	clear: both;
	content: url(images/dog18.png);
	float: left;
	margin-right: 10px;
	padding: 0 5px;
}
#spotlightphoto3 p::before {
	clear: both;
	content: url(images/dog22.png);
	float: left;
	margin-right: 10px;
	padding: 0 5px;
}
/* #spotlightphoto1 p:hover, #spotlightphoto2 p:hover, #spotlightphoto3 p:hover {
	opacity: .5;
} */
#p1, #p2, #p3 {
	margin-bottom: 50px; 	
}
#rightsidebar a:hover {
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
	text-decoration: underline;	
}





/* THE HOVER EFFECT FOR PHOTOS */
#pupcontenders {
	border-left: 5px solid #F3F3F3;
	clear: both;
	float: right;
	margin: 5px 20px 60px 30px;
	padding-right: 15px;
	padding-top: 10px;
	width: 780px;
}
#pupcontenders h1 {
	border-bottom: 4px solid #F3F3F3;
	font-size: 3.1em;
	font-weight: lighter;
	margin: 0 0 20px 60px;
	padding: 0 0 10px 240px;
	text-align: left;
}
#photo1, #photo2, #photo3, #photo4, #photo5, #photo6, #photo7, #photo8, #photo9 {
	display: inline-block;
	float: right;
}





/* RACE DAY PAGE */
#racedayinfo {
	border-left: 5px solid #F3F3F3;
	clear: both;
	float: right;
	margin: 5px 20px 60px 20px;
	padding-left: 20px;
	padding-top: 10px;
	width: 780px;
}
#racedayinfo h1 {
	border-bottom: 4px solid #F3F3F3;
	font-size: 3.1em;
	font-weight: lighter;
	margin: 0 0 20px 60px;
	padding: 0 0 10px 240px;
	text-align: left;
}
.racedayheader1 {
	font-size: 2em;
	font-weight: lighter;
	margin-left: 50px;
	margin-bottom: 10px; 
 	text-align: left;
}
.racedayparagraph1 {
	padding: 0px 70px 20px 70px;
}






/* THE SQUARE DOG PHOTO ON RACE INFO PAGE*/
#squareshape, #squareshape:before, #squareshape:after{ 
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
} 
.css-shapes-preview{ 
	float: right;
    position: relative; 
    height: 175px; 
    width: 175px; 
    margin: 15px; 
    shape-outside: url(image.png);
  	shape-image-threshold: 0.5;
}









/* GITHUB CODE IS BELOW!!! */
.col-sm-6 {
	margin: 10px;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item, .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info {
  background: #333333;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.circle.effect10.bottom_to_top .info h3 {
  margin: 95px 30px 0;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}










/* FOOTER */
footer {
	border-top: 5px solid #F3F3F3;  /* #C8C8C8; */
	clear: both;
	color: #000;  /* #5C5C5C; */
	height: 210px;
	padding-top: 60px;
	width: 1000px;
}
#bottomlogo {
	float: right;
	padding-right: 20px;
	text-align: right;
	width: 400px;
}
#bottomlogo img:hover{
	opacity: .6;
}
#bottomlogo p {
	padding-top: 20px;
}
#footerlist1 {
	background-color: ;
	float: right;
	text-align: left;
	width: 200px;
}
#footerlist1 a {
	padding: 0 2px;
}
#footerlist2 {
	float: right;
	padding-left: 20px;
	margin: auto;
	width: 170px;
}
#footerlist3 {
	float: right;
	padding-left: 45px;
	margin: auto;
	width: 145px;
}
#footerlist1 ul, #footerlist2 ul, #footerlist3 ul {
	list-style-type: none;
}
#footerlist2 li, #footerlist3 li {
	font-size: 17px;
	line-height: 1.5;
	padding-left: 0px;
}
footer a {
    color: #000;
    text-decoration: none;
}
footer a:hover {
    color: #258EA6;
}
#randomwinner {
	background-color: #F3F3F3;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
	clear: both;
	font-size: 33px;
	font-weight: lighter;
	height: 360px;
	margin-bottom: 50px;
	padding-right: 60px;
	padding-top: 50px;
	text-align: right;
}
#winnerblurb {
	margin-bottom: 250px;
	margin-top: -315px;
	padding-left: 70px;
	padding-right: 350px;
	text-align: left;
}
#winnerblurb span {
	display: block;
	font-size: 22px;
	line-height: 32px;
	padding-top: 16px;
}
#winnerblurb a {
    color: #258EA6;
    font-size: 45px;
    text-decoration: none;
}
