/*
Theme Name: Not Fooling Anybody
Theme URI: http://notfoolinganybody.com/nfa/themes/twentyeleven-child
Description: A modified version of Twenty Eleven for NotFoolingAnybody.com
Author: Seth Madej
Template: twentyeleven
*/

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

/* =Structure
----------------------------------------------- */
#access div {
	margin: 0;
}

/* One column */
.one-column #page {
	max-width: 900px;
}


/* =Global
----------------------------------------------- */
body, input, textarea {
	background: #FFCC00;
	color: #333333;
	font-size: 14px;
	font-family: 'Trebuchet MS', Verdana, Arial;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
}
#super-container {
	margin: 0 auto 0;
	max-width: 1130px;
	white-space: nowrap;
}
#left-nav {
	display: inline-block;
	position: relative;
	top: 270px;
	width: 41px;
	height: 80px;
}
#center-container {
	display: inline-block;
	width: 900px;
	margin: 0 40px 0 40px;
}
#right-nav {
	display: inline-block;
	position: relative;
	top: 270px;
	width: 41px;
	height: 80px;
}

#page {
	background: #FFCC00;
	margin-top: 0px;
	max-width: 900px;
	white-space: normal;
}

#main {
	background: #FFFFFF;
	padding: 0;
}
#primary {
	background: #333333;
	position: absolute;
	width: 900px;
}
.error404 #primary #content {
	margin: 0;
}
p {
	margin-bottom: 14px;
}
.hentry,
.no-results {
	border: none;
}

/* =Header
----------------------------------------------- */
#branding {
	background: #FFCC00;
	border: none;
}
#branding img {
	height: auto;
	width: auto;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */
#access {
	text-transform: uppercase;
	background: #333333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#access ul {
	margin: 0;
}
#access a {
	color: #ffffff;
	line-height: 2.333em;
}
#access ul ul {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 2.333em;
}
#access ul ul a {
	background: #222222;
	color: #ffffff;
}
#access li:hover > a,
#access a:focus {
	background: #222222;
	color: #FFFFFF;
}
#access ul ul :hover > a {
	background: #333333;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
}
#access li.menu-item-has-children {
	background: url(images/arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#access li.menu-item-has-children:hover > a {
	background-color: #222222;
	background-image: url(images/arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.menu-item {
	font-family: Century Gothic, Verdana, Arial;
}	

/* Forms */
input#s {
	background-position: 5px 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 14px;
	padding: 4px 10px 4px 28px;
}
.entry-content #searchform {
	padding: 15px;
}
.one-column #branding #searchform {
	right: 12px;
}
#branding .with-image #searchform {
	bottom: -17px;
}
.error404 #main #searchform {
	background: none;
	border: none;
	margin: -20px 0 0 -60px;
	width: 600px;
	overflow: visible;
	padding: none;
}


/* =Content
----------------------------------------------- */
.one-column #content,
.one-column.singular #content  {
	margin: 0;
	padding: 0;
}
.one-column a {
	color: #ad0000;
}
article.post,
article.page,
.one-column.singular article.post {
	background: #ffffff;
	margin: 4px;
	padding: 0 0 5px 0;
}
.entry-header,
.one-column.singular.entry-header {
	padding: 15px 15px 0px 15px;
}
.page .entry-header {
	padding: 15px;
}

.entry-title {
	padding: 0;
}
.singular.page .hentry {
	padding: 0 0 10px 0;
}
.one-column h1.entry-title	{
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
}
.entry-title a:hover {
	text-decoration: underline;
}
.entry-content { 
	padding: 0;
}
.entry-content p {
	padding: 0 15px 0px 15px;
}
.entry-content h2 {
	color: #333333;
	font-weight: bold;
	padding: 0 15px 0px 15px;
	margin: 0;
}
p img {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.entry-meta {
	padding: 0px 15px 25px 15px;
}
.entry-meta .comments-link {
	float: right;
}
.bumper {
	padding: 0px;
}
.page-header {
	background: #ffffff;
	margin: 4px 4px 0 4px;
	padding: 15px;
}
img.size-full,
img.size-large {
	max-width: 100%;
}

/* =Gallery
-------------------------------------------------------------- */
#content .gallery {
	display: -webkit-flex;
	display: flex;
	position: absolute;
	height: 161px;
	right: 18px;
	bottom: -161px;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	background-color: #FFCC00;
	border-top: 4px solid #333333;
	z-index: 10;
}
dl.gallery-item {
	min-width: 150px;
	min-height: 123px;
	margin: 6px 0px 0px 0px !important;
	background-color: #333333;
}
dt.gallery-icon {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-align: right;
}
#content .gallery .gallery-icon img {
	border: none !important;
	margin: 0 !important;
	padding: 16px 0px 16px 22px !important;
	max-width: 100%;
}
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
	background: #333333;
}
.cat-links {
	position: absolute;
	height: 161px;
	bottom: -161px;
	left: -4px;
	width: 900px;
	background-color: #FFCC00;
	border-top: 4px solid #333333;
}
.cat-links-internal {
	min-width: 150px;
	margin: 6px 0px 0px 0px !important;
	background-color: #333333;
}
.category-image {
	padding: 16px 0px 16px 22px !important;
}

/* =Navigation
-------------------------------------------------------------- */
#content nav .meta-nav {
	font-weight: bold;
}
.one-column #nav-below {
	border: none;
	margin: 0;
}
.post-nav-index-top {
	width: 900px;
	background-color: #FFCC00;	
}
.post-nav-index-top a {
	color: #ad0000;
	font-weight: bold;
}
.nav-previous-link {
	float: left;
}
.nav-next-link {
	float: right;
}


/* =Comments
-------------------------------------------------------------- */
#comments-container {
	position: relative;
	top: 166px;
	width: 900px;
	background-color: #FFCC00;
	border-top: 4px solid #333333;
}
#comments {
	margin-top: 6px;
	background-color: #ffffff;
	border: 4px solid #333333;
	padding: 15px;
}
#comments-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 15px 0;
}
.commentlist > li.comment {
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 15px;
}
.commentlist > li:before {
	content: '';
	left: 0px;
	position: absolute;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: none;
	-moz-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
	padding: 10px;
}
.one-column .commentlist .avatar {
	top: 10px;
	right: 10px;
}
.one-column .commentlist .children .avatar {
	top: 10px;
	left: 10px;
}


/* Comment Form */
#respond {
	background: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 68.9%;
}
#reply-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
#respond input[type="text"]{
	display: inline;
	border: 1px solid #eee;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 2px;
	margin: 0;
	font-size: 12px;
	text-indent: 0;
	width: 300px;
}
#respond textarea {
	border: 1px solid #eee;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: -39px;
	padding: 2px;
	font-size: 12px;
	height: 100px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label{
	background: none;
	font-size: 13px;
	left: 0px;
	top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	padding: 0;
	color: #333333;
}
#respond .comment-form-comment label {
	left: 1px;
	top: -2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	padding: 4px 10px;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 12px;
	font-weight: bold;
	left: 65%;
	position: absolute;
	z-index: 1;
}
#respond input#submit {
	background: #33333;
	color: #ffffff;
	font-size: 14px;
	margin: 20px 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	bottom: 40px;
	left: 0px;
}
#respond p {
}


/* =Archive Lists
-------------------------------------------------------------- */
.page-title {
	color: #333333;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	font-weight: normal;
	letter-spacing: auto;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: auto;
	text-transform: none;
}
.archive-block {
	padding: 15px;
	height: 140px;
}
a.archive-link  {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.archive-thumbnail {
	clear: left;
}


/* =Original Restaurants Page
-------------------------------------------------------------- */
.grid {
	margin-left: 15px;
}
.grid-block {
	display: inline-block;
	margin: 15px 0px 15px 16px;
	height: 150px;
	width: 190px;
}
img.grid-image {
	margin-bottom: 0;
}
.grid-label {
	text-align: center;
	padding: 0;
	margin-top: 0px;
	line-height: 14px;
}
.grid-label a {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
