/*
Theme Name: Cunicelli Theme
Theme URI: http://cunicelli.com/
Description: Custom Wordpress for Ed Cunicelli by P'unk Ave
Version: 1.0
Author: P'unk Ave
Author URI: http://punkave.com/
Tags: ed cunicelli, photography
	*/

@charset "utf-8";

/* 
Eric Meyer's Reset CSS
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

*{ margin:0; padding:0; }

	/* TBB: in IE6 (and maybe IE7?), an explicit setting for
	 * vertical-align: breaks <img align="left">. Strange
	 * but true. align="left" is an anachronism but 
	 * Study Abroad is using it courtesy of FCK's image editor
	 */

img {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
		/* vertical-align: baseline; */
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 1;
color: black;
background: white;
}

ol, ul {
list-style: none;
margin: 0;
padding: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
	caption, th, td {
text-align: left;
font-weight: normal;
}
	blockquote:before, blockquote:after,
	q:before, q:after {
content: "";
}
	blockquote, q {
quotes: "" "";
}

/* [END] RESET STYLES =========================== */


/* ----- Clear Fix ----- slightly enhanced, universal clearfix hack */
.c:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.c {
display: inline-block;
}
/* start commented backslash hack \*/
* html .c {
height: 1%;
}
.c {
display: block;
}
/* close commented backslash hack */


/* == FULL BG ======================================= */

#crop {
position: fixed;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
}

#fullbg {
position: relative;
height: 100%;
width: 100%;
display: none;
z-index: 0;
}

/* == GENERAL STYLES ======================= */

body {
font-size: 12px; /* Resets 1em to 10px */
font-family: Arial, Sans-Serif;
line-height: 1;
background: #fff;
color: #aaa;
}

h1, h2, h3, h4 {
font-size: 40px;
font-weight: normal;
}

h4
{
	font-size: 18px;
	margin-bottom: 10px;
}

a {
text-decoration: none;
color: #ddd;
}

a:hover {
	color: #cfcfcf;
}

#page-container {
width: 960px;
margin: 0 auto;
position: absolute;
top:0;
left: 50%;
margin-left: -480px;
/*overflow:hidden;*/
}

#page-heading {
position: absolute;
top: 40px;
left: 0;
text-transform: uppercase;
}

#page-heading a {
text-decoration: none;
color: #ddd;
}

#page-heading a:hover {
	color: #ccc;
}

.home #page-heading a {
color: #fff;
}

/* == GALLERY NAVIGATION =============== */

#gallery-navigation-container {
position: absolute;
top: 36px;
left: 380px;
height: 50px;
overflow: hidden;
z-index: 998;
width: 525px;
}
	
#gallery-navigation li {
width: 380px;
height: 50px;
line-height: 50px;
padding: 0 4px;
white-space: nowrap;
margin: 0 0 4px -4px;
position: relative;
text-transform: uppercase;
top:-3px;
}


#gallery-navigation li a span.arrow {
position: absolute;
float: left;
height: 45px;
width: 45px;
background: url(images/gallery-navigation-arrow.png) no-repeat top left;
overflow: hidden;
}

.for-clients-home #gallery-navigation li a span.arrow {
display: none;
}


#gallery-navigation-container #gallery-navigation {
	background: #fff;
}


#gallery-navigation li a {
color: #ddd;
position: relative;
padding: 0 1px 0 0;
float: left;
display: inline;
clear: both;
}

.gallery #gallery-navigation li a {
padding: 0 20px 0 0;
}

#gallery-navigation li a:hover {
color: #cfcfcf;
}

#gallery-navigation li a span.locked,
#gallery-navigation li a span.private 
{
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-color: #333;
	text-indent: -9999px;
	background:url(images/pk-new-awesome-lock.png) 0 0 no-repeat;
	overflow:hidden;
	line-height: 20px;
	display: block;
	float: left;
}

#gallery-navigation li a span.private
{
	background:url(images/pk-breadcrumb-private.png) 0 0 no-repeat;
}

#gallery-navigation li a:hover span.locked
{
	background-position: 0 -20px;
}

#gallery-navigation li#gallery-0 a span.locked
{
	display: none;
}

.for-clients-home #gallery-navigation li#gallery-0 a span.locked
{
	display: block;
}

.for-clients-home #gallery-navigation-container,
.home #gallery-navigation-container {
height: auto;
overflow: visible;
}

.for-clients-home #gallery-navigation-container #gallery-navigation,
.home #gallery-navigation-container #gallery-navigation {
	background: none;
}

.home #gallery-navigation li a {
color: #fff;
}

.home #gallery-navigation li a:hover {
color: #e2e2e2;
}

#gallery-navigation li#gallery-1 { /* FIRST GALLERY NAV ITEM */
}

/* == FOOTER ================ */

#page-footer {
position: absolute;
bottom: 0;
left: 0;
height: 30px;
width: 100%;
}

#page-footer ul {
position: relative;
width: 960px;
margin: 0 auto !important;
z-index: 2;
margin-left: 0 !important;
}

#page-footer li {
float: left;
line-height: 30px;
margin-right: 15px;
color: #999;
font-size: 11px;
}

#page-footer a {
	font-size: 11px;
	color: #999;
}

#page-footer a:hover {
	color: #333;
}


#page-footer .bg {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
border:none;
border-top: 1px solid #c3c3c3;
height: 30px;
width: 100%;
margin:0;
padding:0;
overflow:hidden;
}


#page-footer .punkave-credit
{
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 11px;
	line-height: 30px;
}

#page-footer .punkave-credit a:hover
{
	color: #FB963B;
}
/* == POSTS ====================== */


div.post,
.single div.attachment
{
	position: absolute;
	top: 96px;
	float: left;
	display: inline;
}

div.post .entry,
.single div.attachment .entry {
	float: left;
	width: 960px;
}

div.post p {
	line-height: 1.4;
	margin-bottom: 10px;
}

.wp-caption-text
{
	font-size: 11px;
	padding: 2px 0;
}

.post-container-404,
.about .post-container,
.blog .post-container {
	width: 960px;
	position: relative;
	z-index:999;
}

.post-container-404 .post,
.about .post,
.blog .post {
	position: relative;
	clear: both;
	display: block;
}

form.password-protected-form,
.post-container-404 .post .entry,
.about .post .entry,
.blog .post .entry {
	position: relative;
	top: 0;
	left: 380px;
	width: 360px;
	margin: 0 0 40px 0;
}

.blog .post-heading
{
	font-size: 16px;
	color: #666;
	text-align: right;
	width: 340px;
	position: absolute;
	top: 0;
	left: 0;
}

.single div.attachment .post-heading
{
	font-size: 16px;
	text-transform: capitalize;
}

.single div.attachment .post-heading span
{
	display: block;
	float: none;
	margin: 0 0 5px 0;
}

.single div.attachment .post-heading span.post-heading-date
{
	font-size: 12px;
	color: #ddd;
}

.about .post .entry
{
/*	text-align: left;
	font-size: 12px;
	padding-bottom: 200px;*/
}

.post-container-404 .post .entry
{
	font-size: 16px;
	color: #fff;
	width: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

.blog .post-heading span
{
	display: block;
	padding-bottom: 5px;
}

span.post-heading-title a
{
	color: #555;
}
span.post-heading-title a:hover
{
	color: #999;
}

span.post-heading-edit
{
	font-size: 12px;
}

.blog .post-heading span.post-heading-date
{
	font-size: 12px;
	color: #ddd;
}


.post-navigation
{
	position: relative;
	z-index: 9999;
	float: left;
	width: 100%;
	margin: 10px 0;
}

.post-navigation .post-navigation-previous {
 float: left;	
width: auto;
}

.post-navigation .post-navigation-next {
 float: right;	
width: auto;
}

.post-navigation .post-navigation-next a {
	padding-right: 40px;
	padding-left: 4px;
	float: right;
	height: 23px;
	line-height: 23px;
	background: url(images/icon_arrow_next.png) top right no-repeat;
}

.post-navigation .post-navigation-previous a {
	padding-left: 40px;
	float: left;
	height: 23px;
	line-height: 23px;
	background: url(images/icon_arrow_prev.png) top left no-repeat;
}

.post-navigation a {
	color: #555;
	padding-right: 4px;
}

.post-navigation a:hover {
	background-color: #555;
	color: #fff;
}

/* COMMENTS*/

.blog .post-heading span.post-heading-comments a 
{
	display: block;
	float: right;
	height: 18px;
	width: 18px;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	background: url(images/icon_comments.jpg) top left no-repeat;
}

.blog .post-heading span.post-heading-comments a:hover 
{
	background-position: bottom left;
}

h3#comments
{
	font-size: 16px;
	margin: 40px 0 10px 0;
}

.commentlist li div
{
	margin: 5px 0;
}

.commentlist li.comment
{
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}

.commentlist li.comment .comment-author,
.commentlist li.comment .comment-author a
{
	color: #555;
}

#respond
{
	margin-top: 20px;
	float: left;
	width: 100%;
}

#respond h3
{
	font-size: 16px;
	margin-bottom: 5px;
}

.comments-controls li
{
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
}

/* == PK_PAGE_GALLERY(); ========================== */
.gallery-container {
	position: relative;
	float: left;
	width: 960px;
	height: 475px;
}

.gallery-container .gallery-item {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.gallery-container .gallery-controls {
	height: 50px;
	width: 180px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}

.gallery-container .gallery-controls a {
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	overflow: hidden;
}

.gallery-container .gallery-controls a.gallery-btn-prev {
	background: url(images/gallery-btn-prev.png) 0 0 no-repeat;
}

.gallery-container .gallery-controls a.gallery-btn-next {
	float: right;
	background: url(images/gallery-btn-next.png) 0 0 no-repeat;
}

.gallery-container .gallery-controls a:hover {
	background-position: bottom left;
}

.gallery-container .gallery-caption
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 18px;
	color:#ddd;
	display: none;
	width: 180px;
/*	z-index:999;*/
}

.gallery-container .gallery-position-counter {
position: absolute;
top: -54px;
right: 0;
width: 120px;
text-align: right;
z-index:999;
}

.gallery-container .gallery-position-counter h3 {
	color: #ddd;
}



/* Blog Gallery */

.blog .gallery-container {
	position: relative;
	float: left;
	width: 580px;
	height: 300px;
}

.blog .gallery-container .gallery-position-counter {
top: -20px;
}

.blog .gallery-container .gallery-position-counter h2 {
font-size: 18px;
}



/* == FORMS == */
form input,
form select,
form textarea
{
	border: 1px solid #e2e2e2;
	padding: 2px;
	width: 240px;
	font: 12px/1.2 arial;
}

form textarea {
	width: 360px;
}

.form-row {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.form-row label 
{
	display: block;
	float:left;
	width: 100%;
}

form .submit 
{
	width: auto;
	background-color: #555;
	color: #fff;
	border: 1px solid #555;
}

form .submit:hover
{
	color: #555;
	background-color: #fff;
	cursor: pointer;
}

.for-clients-home .post
{
	display: none;
}