/*
Theme Name: JustJenn Recipes
Author: 801red
Author URI: http://www.801red.com
*/

/* IMPORTS */
@import url(css/kickstart-grid.css);

/* MINI RESET */
html, body, div, img { border: 0 none; margin: 0; padding: 0; }
a {
  outline: none;
}
section, article, aside, footer, header, nav, hgroup, img {
  display:block;
}

/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

/* CLEAR FIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }



/* BASIC SETUP */
html { overflow-y: scroll; }
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
input, text area {
}




/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 12px;
	padding:0;
	font-family:;
}
a:link, a:visited {}
h1, h1 a {
	color: #EB008B;
	font: 300 30px/28px "Open Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom:10px;
}
h2, h2 a {
	color:#BBBCBF;
	padding:6px 0;
	border-bottom:solid 1px #BBBCBF;
	font-family: "jaf-bernino-sans-condensed","Arial","Helvetica",sans-serif;
	font-weight:700;
	font-size:26px;
	text-transform:uppercase;
}
h2.heart {
	background: url(images/heart.png) no-repeat left center;
	padding:0 0 0 30px;
}
aside h2 {
	text-align:center;
	font-size:18px;
}
h3, h3 a {
	font: 300 20px/22px "Open Sans", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0;
}
h4 {
	font: 700 16px/22px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #EB008B;
}
h5 {
}
p {
}
p, li {
	font: 500 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
}
p:last-child {
	margin-bottom:0;
}
p.postmetadata {
	margin:6px 0 0;
	padding:6px 0;
	border-top:dotted 1px #FF88AD;
	border-bottom:dotted 1px #FF88AD;
	clear:both;
}
p.postmetadata a {
}
a {
	color:#EB008B;
}
article p a {
	font-weight:700;
}
a:hover {
}
ul {
	margin:0 0 12px;
	padding:0 0 0 20px;
}
li {
	margin:0;
}



/* TAGS */
.hidden    { display:    none !important; }

.block        { display: block        !important; }
.inline       { display: inline       !important; }
.inline-block { display: inline-block !important; }

.left  { float: left  !important; }
.right { float: right !important; }

.text-left   { text-align: left   !important; }
.text-center { text-align: center !important; }
.text-right  { text-align: right  !important; }

.big {
}
.small {
}
.caps { text-transform:uppercase; }
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.boxShadow {
	box-shadow: 0 1px 0 #E6E6E6;
	border-bottom: 1px solid #999999;
}
.textShadow {
	text-shadow: x y blur #;
}
.shadow {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#000000');
}
li.menu-toggle {
	display:none;
}
.border {
	border:solid 1px #BBBCBF;
}
.borderBottom {
	border-bottom:solid 1px #BBBCBF;
	padding-bottom:20px;
	margin-bottom:20px;
}


/* COLOR SELECTORS*/
.white { color:#FFF; }
.black { color:#000; }
.brown { color:#554626; }
.pink { color:#EB008B; }
.gray { color:#BBBCBF; }

/* WORDPRESS */
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
.entry {
}
.post {
}
.byline {
}
.searchbox {
	border:solid 1px #BBBCBF;
	height:22px;
	font: 11px/18px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#999;
	padding-left:5px;
	width:75%;
}
input.submit {
	border:solid 1px #BBBCBF;
	color:#BBBCBF;
	height:22px;
}
textarea {
	width:100%;
}


/* SOCIAL ICONS */
.icon {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	opacity:1;
}
.icon:hover {
	opacity:.8;
}	
.icon a {
	display: block;
	outline: none;
	height: 30px;
	width: 30px;
	text-indent: -9999em;
}
.icon.ebay { background-image: url(images/icons/ebay.png); }
.icon.email { background-image: url(images/icons/email.png); }
.icon.deviantart { background-image: url(images/icons/deviantart.png); }
.icon.facebook { background-image: url(images/icons/facebook.png); }
.icon.feedburner { background-image: url(images/icons/feedburner.png); }
.icon.flickr { background-image: url(images/icons/flickr.png); }
.icon.foursquare { background-image: url(images/icons/foursquare.png); }
.icon.goodreads { background-image: url(images/icons/goodreads.png); }
.icon.google { background-image: url(images/icons/google.png); }
.icon.instagram { background-image: url(images/icons/instagram.png); }
.icon.lastfm { background-image: url(images/icons/lastfm.png); }
.icon.linkedin { background-image: url(images/icons/linkedin.png); }
.icon.myspace { background-image: url(images/icons/myspace.png); }
.icon.paypal { background-image: url(images/icons/paypal.png); }
.icon.pinterest { background-image: url(images/icons/pinterest.png); }
.icon.rss { background-image: url(images/icons/rss.png); }
.icon.skype { background-image: url(images/icons/skype.png); }
.icon.twitter { background-image: url(images/icons/twitter.png); }
.icon.tumblr { background-image: url(images/icons/tumblr.png); }
.icon.vimeo { background-image: url(images/icons/vimeo.png); }
.icon.wordpress { background-image: url(images/icons/wordpress.png); }
.icon.youtube { background-image: url(images/icons/youtube.png); }




/* COMMON LAYOUT */
.container, header {
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
header {
	position:relative;
	margin-bottom:20px;
	height:160px;
}
#mainBody {
	padding:15px;
}
#mainImg {
	margin-bottom:20px;
	position:relative;
}
#mainImg .overlay {
	background: url(images/overlay-gray.png) repeat;
	padding: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#content {
}
article {
	margin-bottom:20px;
}
.recipe-card {
	padding:15px;
	border:solid 1px #E5E5E5;
	margin:10px 0;
}
.recipe-card .thumb-print {
	float:right;
	border:solid 4px #FFF;
}
.recipe-card li {
	display:inline-block;
	font: 700 12px/22px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #616161;
	padding-left:18px;
}
.recipe-card li.print {
	background: url(images/icons/print.png) no-repeat left center;
	background-size:16px 16px;
	margin-right:10px;
}
.recipe-card li.save {
	background: url(images/icons/floppy.png) no-repeat left center;
	background-size:16px 16px;
}
/* SIDEBAR */
aside {
}
aside ul, ul.slideshow {
	padding:0;
	margin:0;
	list-style-type:none;
}
aside ul li {
	margin-bottom:20px;
	background-color:#E5E5E5;
}
aside ul li > div {
	padding:15px;
}
aside ul li ul {
	padding:0 15px;
}


/* FOOTER */
footer {
}


/* MAIN NAVIGATION */
nav#mainNav {
}
nav#mainNav ul {
	padding:0;
	margin:0 auto;
    display: table;
    table-layout: auto;
    width: 100%;
}
nav.social ul {
	padding:0;
	margin:0;
}
nav.social ul li {
	display:inline-block;
}
nav#mainNav ul li {
    display: table-cell;
}
nav#mainNav ul li:first-child a {
	margin-left:0;
}
nav#mainNav ul li a {
	font-family: "jaf-bernino-sans-condensed","Arial","Helvetica",sans-serif;
	font-weight:700;
	font-size:18px;
  	display:block;
	background-color:#BBBCBF;
	padding:4px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:4px;
	border:solid 1px #BBBCBF;
	border-bottom:none;
	-moz-border-top-left-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
	-moz-border-top-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
}
nav#mainNav ul li:first-child a {
}
nav#mainNav ul li:hover {
}
nav#mainNav ul li:hover a {
	background-color:#E5E5E5;
	color:#BBBCBF;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
nav#mainNav ul li.current_page_item a {
}
nav#mainNav ul li:hover ul {
	display: block;
	/* transition: background-color 0.5s linear 0s; */
}
nav#mainNav ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
}
nav#mainNav ul li ul li {
	float:none;
	display:block;
	width:100%;
	height:auto;
}
nav#mainNav ul li ul li:hover {
	background:none;
}
nav#mainNav ul li ul li:last-child {
}
nav#mainNav ul li ul li a {
}
/* SOCIAL */
.social {
	position:absolute;
	right:0;
	bottom:0;
}
/* COMMENTS */
ol.commentlist{
    margin: 10px 5px;
    padding: 10px;
}
.commentlist .comment-body{
    padding: 10px;
    background: #EFEFEF;
    border: solid thin #DEDEDE;
    margin: 10px 0;
    position: relative;
}
.comment-body a.comment-reply-link{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #AEAEAE;
}
ol.commentlist li{
    list-style: none;
}
ol.commentlist li ul li {
	margin-left:40px;
}
ol.commentlist img.avatar{
    padding: 5px;
    background: #DEDEDE;
    border: solid thin #CECECE;
    float: left;
    display: block;
    margin: 15px;
    width: 32px;
    height: 32px;
}
ol.commentlist .comment-author{
    line-height: 25px;
}
.comment-body cite.fn{
    font-size: 14px;
    font-style: normal;
}
.commentmetadata a{
    margin: 0;
    font-size: 11px;
    color: #999;
}
.comment-body p{
    margin: 5px;
}
.comment-body .comment-author.vcard{
    margin: 0;
}


/* COPYRIGHT */
#colophon {
	font-size:10px;
	margin:10px auto;
	width:960px;
}
#colophon p {
	color:#000;
	font-size: 10px;
	margin:0;
}
