/*
 Theme Name:   Twenty Eleven Child
 Theme URI:    http://example.com/twenty-eleven-child/
 Description:  Twenty Eleven Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyeleven
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-eleven-child
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */





/*

#atest
{
    width: 200px;
    margin: 0px auto;

}
#btest
{
    width: 200px;
    margin: 0px auto;

}

.atest
{
    float: left;
}

.btest
{
    float: right;
}

*/




#recipe-header
{
	/* The total width of the image-box, mainly for centering */
    width: 200px;
    margin: 0px auto;
}

.recipe-header
{
	float: left;
}

.recipe-header h1,
.recipe-header h2
{
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;

}

.recipe-header h3 
{
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}











#recipe-box-content
{
	/* The total width of the image-box, mainly for centering
    width: 200px; */
    /*margin: 0px auto;*/
}

.recipe-box-content
{
    float: left;
}

.recipe-box-content h1,
.recipe-box-content h2
{
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;

}

.recipe-box-content h3 
{
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


.single-recipe .page-restrict-output
{
    
    float: left;
    /*min-width: 200px;*/
	max-width: 350px;
	
	/*max-width: 400px;*/
	word-wrap: normal;
}






.row
{
    max-width: 450px;
   /* min-width: 200px;
    position: relative;
    right: 0px;
*/    float: right;
}


ul.polaroids li 
{ 
	display: inline; 
}

ul.polaroids a 
{ 

	max-width: 140px;
	min-height: 150px;
	max-height: 140px;
	background: #fff; 
	display: inline; 
	float: left; 
	margin: 0 0 27px 30px; 
	width: auto; 
	padding: 10px 10px 10px;
	text-align: center; 
	font-family: "American Typewriter", sans-serif; 
	text-decoration: none; 
	color: #333; 
	font-size: 13px;
	font-style: oblique; 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-webkit-transform: rotate(-2deg); 
	-webkit-transition: -webkit-transform .25s linear; 
	-moz-transform: rotate(-2deg); 
}
	
	
ul.polaroids li 
{
	padding-left: 0;
}
/*
@media screen and (max-width: 768px) 
{
  ul.polaroids li a 
  {
    margin-left: 0;
  } 
}
*/

ul.polaroids img 
{ 
	display: block; 
	width: 140px;
	margin-bottom: 12px; 
}

ul.polaroids a:after 
{ 
	content: attr(title);
	position: relative;
	bottom: 10px;
}
	
ul.polaroids li:nth-child(even) a
{
 	-webkit-transform: rotate(2deg);  
 	-moz-transform: rotate(2deg); 
}

ul.polaroids li:nth-child(3n) a 
{ 
	-webkit-transform: none; 
	position: relative; 
	top: -5px;  
	-moz-transform: none; 
	
}

ul.polaroids li:nth-child(5n) a 
{ 
	-webkit-transform: rotate(5deg); 
	position: relative; 
	right: 5px;  
	-moz-transform: rotate(5deg); 
}

ul.polaroids li:nth-child(8n) a 
{ 
	position: relative; 
	right: 5px; 
	top: 8px; 
}

ul.polaroids li:nth-child(11n) a 
{ 
	position: relative; 
	left: -5px; 
	top: 3px; 
}
	
ul.polaroids li.messy a 
{
	margin-top: -400px;
	position: relative;
	left: 160px;
}
	
ul.polaroids li a:hover 
{ 
	-webkit-transform: scale(2.25); 
	-moz-transform: scale(2.25); 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	position: relative;
	z-index: 5; 
}
