/* ----------------------------------------- LINKS --------------------------------------- */

a:link {
	text-decoration: none;
	color: #354151;
	/*color: #228aff;'*/
}

a:hover {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out; 
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


a:visited{
	text-decoration: none;
	color: #354151;
	/*color: #228aff;'*/
}

.filter-link {
	float: left;
	margin-right: 25px;
	margin-top: 2px;
}

.filter-link a:link {
	font-size: 12px;
	font-weight: bold;
	
	/*color: #66696D;*/
	text-decoration: none;
}

.filter-link a:hover {
	color: black;
}

.item:hover {
	margin-top: 24px;
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);
    		box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);
}

/* ----------------------------------------- FONT --------------------------------------- */

h1 {
	font-size: 21px;
	margin-bottom: 10px;
}

/* ----------------------------------------- MAIN --------------------------------------- */

body {
	margin: 0px;
	background: url(../images/body_bg.gif) repeat fixed;
	/*background-color: #FAFAFA;*/
}

#content {
}

#top {
	min-width: 400px;
	background-color: white;
	/*border-bottom: 1px solid #ddd;*/
	padding: 25px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
}

#logo {
	float:left;
	margin-right: 28px;
	margin-top: 2px;
}

#logo:hover {
	opacity: 0.8;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out; 
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#filters {
	float:left;
	margin-right: 25px;
}

#container {
}

.recipe-image-full {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.recipe-image-full img {
	max-width: 100%;
	height: auto;
}

.item {
	display: block;
	width: 230px;
	min-height: 170px;
	margin: 25px 0px 0px 25px;
	background-color: white;
	padding: 0px;
	float: left;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
}

.item-image {
	background-color: #e6e6e6;
	width: 230px;
	height: 170px;
}

.item-title {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #66696D; /*96999D*/
	padding: 15px;
}

.article {
	max-width: 500px;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: white;
	padding: 25px;
	
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
}

.article p {
	line-height: 22px;
	margin-top: 15px;
}

.article li {
	margin-top: 0px;
	line-height: 22px;
}

.edit-link {
	position: absolute;
	margin-left: 550px;
	top: 98px;
}

.entry-utility a:link {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
}

.entry-utility a:visited {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
}

.button {
	background-color: #228aff;
	padding: 8px 9px 8px 9px;
	text-align: center;
	
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
}

.button:hover {
	margin-top: -1px;
	
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);
    		box-shadow:0 2px 2px rgba(0, 0, 0, 0.08);
}

.login {
	position: absolute;
	top: 25px;
	right: 25px;
	
}


/* ----------------------------------------- ISOTOPE --------------------------------------- */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.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 {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
