/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
  /* change duration value to whatever you like */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.9s;
     -moz-transition-duration: 0.9s;
      -ms-transition-duration: 0.9s;
       -o-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
/*  robitic square transition
  -webkit-transition-property: left, top, opacity;
     -moz-transition-property: left, top, opacity;
      -ms-transition-property: left, top, opacity;
       -o-transition-property: left, top, opacity;
          transition-property: left, top, opacity;
*/          


}


/*==============================
	MY STYLES
==============================*/
body {
/*background: #f8f8f8;*/
}

#grid_content {
float:left;
width: 840px;
font-family: arial;
font-size: 15px;
line-height: 28px;
}

.box-title {
/*font-size: 30px;*/
/*margin-bottom: 10px;*/
}

.box {
color: #212121;
margin-bottom: 18px;
/*
padding: 10px;
float: left;
margin: 10px;
width: auto;
background: #ffffff;
border: 2px solid #787878;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
*/
}




