/*
Theme Name: Hey Cookie
Theme URI: http://wordpress.calobeedoodles.com/2011/11/04/hey-cookie/
Description: A simple, elegant grid-style theme for photographers and visual artists.
Version: 1.2.9
Author: Caroline Moore
Author URI: http://www.carolinemoore.net
License: CC0 1.0 Universal
License URI: http://creativecommons.org/publicdomain/zero/1.0/legalcode
Tags: gray, two-columns, custom-menu, fixed-width, right-sidebar
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	background-color: #fff;
}
a:link,
a:visited {
	color: #000;
}
a:hover,
a:active {
	color: #666;
}
table {
	border: 1px solid #603029;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	border-spacing: 0;
}
th {
	font-weight: bold;
}
td {
	border-top: 1px solid #603029;
	padding: 5px 15px 5px 15px;
	margin: 0;
}
hr.divider {
	background-color: #000;
	clear: both;
	width: 100%;
	height: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.sticky {

}
.wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.grid-blog-template.home .content,
.grid-blog-template.archive .content {
	width: 100% !important;
}
.grid-blog-template.blog .content {
	width: 100% !important;
}
.grid-blog-template.page.home .content,
.content {
	float: left;
	position: relative;
	overflow: hidden;
}
.content img {
	height: auto;
}
.navigation {
	width: 100%;
	clear: both;
	display: inline-block;
}
.navigation .alignleft {
	width: 50%;
	float: left;
}
.navigation .alignright {
	width: 50%;
	float: right;
	text-align: right;
}
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	color: #fff !important;
	text-decoration: none;
}
.navigation .previous-link,
.navigation .next-link {
	background-color: rgba(0, 0, 0, 0.7);
    font-family: Poly,"Times New Roman",Times,serif;
    font-size: 18px;
    padding: 4px 6px 4px 6px;
    display: block;
    position: relative;
}
.navigation .previous-link {
	float: left;
	max-width: 50%;
}
.navigation .next-link {
	float: right;
	max-width: 50%;
	text-align: right;
}
.home .navigation .next-link {
	right: -7px;
    text-align: center;
}
.home .navigation .previous-link {
	text-align: center;
}
.navigation .prev-corner {
	border-bottom: 8px solid #000000;
    border-left: 8px solid transparent;
    top: 8px;
    width: 1px;
}
.navigation .next-corner {
	border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    float: right;
    position: relative;
    right: 8px;
    top: -8px;
    width: 1px;
}
.home .navigation .next-corner {
    right: 1px;
}
.page-template-page-nosidebar-php .content {
	width: auto;
}
.big-grid-thumbnail h2.page_title {
	font-family: Poly, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 0;
}
.standard-blog-template .post {
	border-bottom: 4px solid #000;
	margin-bottom: 30px;
}
.home.standard-blog-template .navigation,
.archive.standard-blog-template .navigation {
	position: relative;
}
h2.page_title {
	font-family: Poly, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 5px 5px 5px 0;
	margin: 0;
	font-size: 28px;
}
h3.page_title,
p.nocomments {
	font-family: Poly, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 5px 5px 5px 0;
	margin: 0;
	font-size: 22px;
}
a.post-thumbnail {
	position: absolute;
	display: block;
	z-index: 200;
	width: 100%;
	height: 100%;
}
.post-thumbnail:hover + .postmetadata {
	visibility: visible;
	position: absolute;
	z-index: 50;
}
.postmetadata {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	background-color:rgba(255,255,255,.9);
	overflow: hidden;
	border-bottom: 4px solid #000;
	z-index: 50;
}
.post {
	padding-bottom: 30px;
}
.big-grid-thumbnail {
	float: left;
	position: relative;
	border: 0 none;
	padding: 0;
	margin: 0 10px 20px 10px;
}
.big-grid-thumbnail img {
	position: absolute;
	z-index: auto;
}
.no-post-thumbnail {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.05);
}
.featured-post {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 40px solid #fff;
	border-left: 40px solid #f6f6f6;
	z-index: 100;
}
.mini-grid .featured-post {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #fff;
	border-left: 15px solid #f6f6f6;
	z-index: 100;
}
.current-post,
.current-post-hover {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #fff;
	border-left: 15px solid #f0f0f0;
	z-index: 100;
}
.current-post-hover {
	visibility: hidden;
}
.mini-grid-thumbnail a:hover + .current-post-hover {
	visibility: visible;
}
.mini-grid-thumbnail a:link,
.mini-grid-thumbnail a:visited,
.mini-grid-thumbnail a:link,
.mini-grid-thumbnail a:link, {
	z-index: 1000;
}
.mini-grid {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	display: inline-block;
	list-style: none;
	padding: 0;
}
ul.mini-grid {
	width: 100%;
	clear: both;
	margin: 0;
	display: inline-block;
	list-style: none;
	padding: 0;
}
ul.mini-grid li {
	list-style: none !important;
}
.mini-grid-thumbnail {
	float: right;
	padding: 0;
	list-style: none;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.05);
	position: relative;
}
.mini-grid-thumbnail a {
	width: 100%;
	height: 100%;
	display: block;
}
small,
.commentmetadata {
	font-style:italic;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	color: #999;
	letter-spacing: -1px;
}
ul.sidebar {
	float: right;
	margin: 0 0px 0 30px;
	list-style: none;
	padding: 0;
	display: block;
	font-size: 14px;
}
.post-thumb-header-image {
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}


/* =Alignment
--------------------------------------------------------------*/
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
/* End Alignment */


/* =Header
--------------------------------------------------------------*/
.slider-item-img img {
	margin-bottom: 30px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.headline {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-family: Poly, "Times New Roman", Times, serif;
	margin: 0;
	padding: 10px 0;
	display: inline-block;
}
.headline a:link,
.headline a:visited,
.headline a:hover,
.headline a:active {
	color: #fff !important;
}
.site-title {
	margin: 0 auto;
	padding: 0;
}
.tagline {
	font-style:italic;
	font-family: Georgia, "Times New Roman", serif;
	color: #999;
	letter-spacing: -1px;
	float: right;
	clear: right;
	text-align: right;
}
h1.title {
	font-family: Poly, "Times New Roman", Times, serif;
	color: #fff;
	position: relative;
	line-height: normal;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}
h1.title a:link,
h1.title a:visited,
h1.title a:hover,
h1.title a:active {
	color: #fff !important;
	text-decoration: underline;
}
/* End Header */


/* =Footer
--------------------------------------------------------------*/
.footer {
	font-style:italic;
	font-family: Georgia, "Times New Roman", serif;
	color: #999;
	letter-spacing: -1px;
	text-align: center;
	clear: both;
	width: 100%;
}
.footer-sidebars {
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0;
	clear: both;
	display: inline-block;
}
.footer-sidebar {
	float: left;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}
/* End Footer */


/* =Drop-down Menu
--------------------------------------------------------------*/
.headline ul.menu,
.headline ul.menu li,
.headline ul.menu ul {
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
.headline ul.menu {
	display: inline-block;
 	position: relative;
 	z-index: 597;
 	letter-spacing: -1px;
 	font-family: Poly, "Times New Roman", serif;
 	float: left;
 	margin: 5px 0 20px 0;
 	padding: 0;
 	border-bottom: 4px solid #fff;
}
.headline ul.menu li {
	float: left;
 	line-height: 1.3em;
 	vertical-align: middle;
 	zoom: 1;
 	padding: 7px 15px 7px 15px;
 	margin-top: 4px;
}
.headline ul.menu ul.sub-menu li {
 	float: left;
 	line-height: 1.3em;
 	vertical-align: middle;
 	zoom: 1;
 	text-align: left;
 	margin: 0 0px 0 -1px;
 	padding: 7px 15px 7px 15px;
 	font-weight: normal;
 	background-color: #000;
 	border-bottom: 4px solid #fff;
}
.headline ul.menu li a:link,
.headline ul.menu li a:visited,
.headline ul.menu ul.sub-menu li a:link,
.headline ul.menu ul.sub-menu li a:visited {
	 text-decoration: none;
}
.headline ul.menu li a:hover,
.headline ul.menu li a:active,
.headline ul.menu ul.sub-menu li a:hover,
.headline ul.menu ul.sub-menu li a:active {
	 text-decoration: none;
}
.headline ul.menu li.hover,
.headline ul.menu li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
.headline ul.menu ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	margin: 0;
}
.headline ul.menu ul li {
	float: none;
}
.headline ul.menu ul ul {
	top: -1px;
	left: 100%;
}
.headline ul.menu li:hover > ul {
	visibility: visible;
}
.headline ul.menu li.current-menu-item,
.headline ul.menu li.current_page_item {

}
/* End Drop-down Menu */


/* =Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 30px;
	display: block;
}
h2.widgettitle {
	font-family: Poly, "Times New Roman", serif;
	font-size: 22px;
	letter-spacing: -2px;
	color: #000;
	padding: 5px;
	margin: 0 0px 10px 0;
	line-height: normal;
	border-bottom: 4px solid #000;
	font-weight: normal;
}
li.widget ul li {
	list-style: disc;
}
li.widget ul li a:link,
li.widget ul li a:visited,
li.widget ul li a:hover,
li.widget ul li a:active {
	font-weight: normal;
}
/* End Widgets */


/* =Calendar
--------------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {

}
#wp-calendar td {
	border: 0 none;
	text-align: center;
	padding: 2px;
}
#wp-calendar th {
	text-align: center;
	padding: 2px;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
/* End Calendar */


/* =Images
--------------------------------------------------------------*/
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
a img {
	border: none 0;
}
/* End Images */


/* =Captions
--------------------------------------------------------------*/
dd.wp-caption-text {
	font-size: 11px;
}
.wp-caption {
	border-bottom: 4px solid #000;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	max-width: 100%;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 4px 0 4px 0;
	margin: 0;
	color: #999;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
}
/* End Captions */


/* =Gallery
--------------------------------------------------------------*/
#gallery {
	margin: auto;
	clear: both;
	position: relative;
}
#gallery img {
	border: 2px solid #f6f6f6;
}
#gallery .gallery-caption {
	margin-left: 0;
}
.attachment-thumbnail {
	border: solid 3px #f6f6f6;
}
/* End Gallery */


/* =Comments
--------------------------------------------------------------*/
#commentform label {
	display: block;
	width: 85px;
	float: left;
}
#commentform .required {
	display: inline-block;
	margin-left: -5px;
	color: #c4513f;
	font-weight: bold;
}
.alt {
	background-color: #f6f6f6;
}
.avatar {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.bypostauthor {
	background-color: #f6f6f6;
}
li.comment {
	padding: 15px;
	list-style: none;
}
.says {
	font-style: italic;
}
/* End Comments */


/* =Slider
--------------------------------------------------------------*/
.slider-item {
	background-color: #fff;
}
.slider-item-img {
	background-color: #000;
}
.slider-item-info {
	bottom: 0;
	position: absolute;
	background-color: rgba(255,255,255,.75);
	padding: 0;
	margin: 0;
	right: 0;
}
.slider-item-title {
	font-family: Poly, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	float: left;
	margin-right: 20px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: normal;
	margin-left: 20px;
}
.slider-item-excerpt {
	float: left;
	margin: 20px;
	padding: 0;
	color: #666;
}
.slider-item-excerpt p {
	margin: 0;
	padding: 0;
}
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured {
	background: #fff url('orbit/loading.gif') no-repeat center center;
	overflow: hidden;
}
#featured>img,
#featured>div,
#featured>a {
	display: none;
}
/* CONTAINER
   ================================================== */
div.orbit-wrapper {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    clear: both;
	border-bottom: 4px solid #000;
}
div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
}
div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
}
.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
    display: none; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(images/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(images/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(images/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(images/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(images/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: decimal;
    bottom: 50px;
    right: -7px;
    padding: 5px;
    background-color: rgba(0,0,0,.7);
    line-height: normal;
    font-family: Poly, "Times New Roman", Times, serif;
    font-size: 22px;
}
.corner {
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    bottom: 108px;
    position: absolute;
    right: -8px;
}
.orbit-bullets li {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    color: #fff;
    /*text-indent: -9999px;
    background: url(images/bullets.jpg) no-repeat 4px 0;*/
    overflow: hidden;
    line-height: normal;
}
.orbit-bullets li.active {
    color: #666;
    background-color: #fff;
}
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
}
.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
}
/* End Slider */