/*
Theme Name: NYC - A Tumblr like theme for WordPress
Theme URI: http://www.cssigniter.com/themes/NYC
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description: A tumblr like theme for WordPress
Version: 1.1
License: GNU General Public License
*/

	
/*
============================================================================
Reset (No need to edit anything)
============================================================================
*/
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,em,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 {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

body {
	background:#fff;
	line-height:1;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	font-weight:normal;
	text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}

a img {
	border:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


	
/*
============================================================================
Global (h1..h6,lists,paragraphs,tables,links,form elements etc)
============================================================================
*/
body,input,textarea {
	font:12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.45;
}

body {
	background: url("images/body-bg.jpg") repeat-y 50% 0;
	color: #5a574f;
}

	
/* Headings */
h1 {
	font-size:30px;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin-bottom:0.6em;
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
}

hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin-bottom:1.625em;
}


	
/* Text elements */
p {
	margin-bottom:1.625em;
}

ul,ol {
	margin:0 0 1.625em 2.5em;
}

ul {
	list-style:square;
}

ol {
	list-style-type:decimal;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom:0;
}

dl {
	margin:0 1.625em;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:1.625em;
}

strong {
	font-weight:bold;
}

cite,em,i {
	font-style:italic;
}

blockquote {
	font-family:Georgia, "Bitstream Charter", serif;
	font-style:italic;
	font-weight:normal;
	margin:0 3em;
}

blockquote em,blockquote i,blockquote cite {
	font-style:normal;
}

blockquote cite {
	color:#666;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:.05em;
	text-transform:uppercase;
}

pre {
	font:13px "Courier 10 Pitch", Courier, monospace;
	line-height:1.5;
	margin-bottom:1.625em;
	overflow:auto;
	padding:.75em 1.625em;
}

code,kbd {
	font:13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,acronym,dfn {
	cursor:help;
}

address {
	display:block;
	margin:0 0 1.625em;
}

ins {
	text-decoration:none;
}

sup,sub {
	height:0;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}


	
/* Form elements */
input[type=text],input[type=password],textarea {
}

input[type=text]:focus,textarea:focus {
}

textarea {
	padding-left:3px;
	width:98%;
}

input[type=text] {
	padding:3px;
}

input#s {
	height:22px;
	line-height:1.2em;
	padding:4px 10px 4px 38px;
}

	
/* Text links */
a {
	text-decoration:none;
	transition: linear color 0.2s;
	-moz-transition: linear color 0.2s;
	-webkit-transition: linear color 0.2s;
	-o-transition: linear color 0.2s;
}

a:focus,a:active,a:hover {
	text-decoration: none;
}
	
/* Alignmefnt */
.alignleft {
	display:inline;
	float:left;
	margin-right:1.625em;
}

.alignright {
	display:inline;
	float:right;
	margin-left:1.625em;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
	
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {
	max-width:100%;
}
	
/*
============================================================================
Structure (for every page in the theme)
============================================================================
*/

.wrap {
	width: 960px;
	margin: 0 auto;
}

.left-col {
	float: left;
	width: 610px;
}

.right-col {
	float: right;
	width: 280px;
}

/*
============================================================================
Header (Logo etc)
============================================================================
*/

#header {
	margin-bottom: 55px;
}

/*
============================================================================
Navigation (for every navigational element in the theme)
============================================================================
*/

.mast-head {
	background: url("images/transparent.png");
	border-bottom: 1px solid rgba(255,255,255,0.6);
	margin-bottom: 30px;
}

nav {
	height: 51px;
	position: relative;
	z-index: 100;
}

#navigation {
	margin: 0;
	padding: 0;
	display: inline-block;
	border-left: 1px solid #dfddd9;
	border-right: 1px solid #f8f8f6;
	height: 51px;
	text-transform: uppercase;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#navigation li a {
	display: block;
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #cfcdcb;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
	padding: 10px 25px;
	border-right: 1px solid #dfddd9;
	border-left: 1px solid #f8f8f6;
	white-space: nowrap;
}

#navigation ul {
	margin: 0;
	padding: 0;
	background: #F0EFEB url("images/sub-menu-bg.png");
	position: absolute;
	border: 1px solid #dfddd9;
	left: -1px;
	display: none;
	margin-top: 1px;
}

#navigation li li {
	float: none;
}

#navigation li li a {
	border-bottom: 1px solid #dfddd9;
	border-top: 1px solid #f8f8f6;
	border-right: 1px solid #f8f8f6;
	font-size: 18px;
}

#navigation > li:hover > ul {
	display: block;
}
/*
============================================================================
Content
============================================================================
*/

.entry {
	margin-bottom: 35px;
	position: relative;
	background: url("images/entry-shadow.png") no-repeat 565px 4px;
}

.noshadow {
 background-image: none;	
}

.entry-contain {
	background: #f4f1e8;
	padding: 15px 25px;
	width: 516px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	z-index: 10;
}

time {
	font-size: 9px;
	color: #aea99b;
	margin-bottom: 10px;
	display: block;
}

.thumb {
	line-height: 0;
	display: block;
}

.entry-thumb {
	line-height: 0;
	padding: 4px;
	margin: 0 0 20px 0;
	position: relative;
}


.entry h1 {
	margin-bottom: 10px;
	color: #52514d;
}

.entry h1 a,
.entry h1 a:visited {
	color: #52514d;
}

.entry-meta {
	border-top: 3px double #e5e1d6;
	padding-top: 10px;
	margin-top: 35px;
}

.entry-tags a, .entry-tags a:visited,
.entry-comments, .entry-comments:visited {
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #aea99b;
}

.entry-tags {
	float: left;
}

.entry-comments {
	float: right;
}

.entry blockquote {
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 30px;
	color: #bcbfb2;
	font-style: normal;
	line-height: 1;
	margin: 20px 0 25px;
	font-weight: 300;
}

.entry blockquote p {
	margin-bottom: 10px;
}

.entry blockquote a,
.entry blockquote a:visited {
	color: #a1a498;
}

.entry blockquote a:hover {
	color: #acb1a0;
}

blockquote cite {
    color: #aea99b;
    font: 300 12px "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#sidebar {
	color: #878072;
}

#sidebar p  {
	line-height: 1.45;
}

.slideshow {
	width: 508px;
	height: 293px;
	overflow: hidden;
}

.s-prv,
.s-nxt {
	width: 50px;
	height:50px;
	position: absolute;
	top: 40%;
	text-indent: -999em;
	z-index: 640;
	cursor: pointer;
	background: url("images/arrows.png") no-repeat;

	transition: none;
}

.s-nxt {
	right: 15px;
	background-position: 0 -115px;
}

.s-nxt:hover {
	background-position: 0 -172px;
}

.s-prv {
	left: 15px;
	background-position: 0 0; 
}

.s-prv:hover {
	background-position: 0 -57px;
}
/*
============================================================================
Post Formats
============================================================================
*/

.post-format-icon {
	position: absolute;
	width: 48px;
	height: 31px;
	top: 38px;
	right: 5px;
}

.post-format-icon > a {
	background-image: url("images/post-format-icons.png");
	display: inline-block;
	text-indent: -999em;
	margin: 9px 0 0 18px;
}

.post-format-video {
	width: 19px; height: 13px;
	background-position: 0 0;
}

.post-format-image {
	background-position: 0 -21px; 
	width: 20px; height: 15px;
}

.post-format-quote {
	background-position:-1px -99px; 
	width: 15px; height: 15px;
}

.post-format-link {
	background-position: 0 -70px; 
	width: 18px; height: 19px;
	margin-top: 6px !important;
}

.post-format-, .post-format-standard {
	background-position: -1px -45px; 
	width: 19px; height: 19px;
	margin-top: 5px !important;
}

.post-format-audio {
	background-position: -1px -121px;
	width: 16px;
	height: 16px;
	margin: 7px 0 0 19px !important;
}

.post-format-gallery {
	background-position: -1px -148px; 
	width: 17px; 
	height: 16px;
	margin: 8px 0 0 19px !important;
}

#paging {
	margin-bottom: 35px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	border-radius: 50px;
	padding: 3px 8px !important;
	border: none !important;

	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	color: #fff;
}

	
/*
============================================================================
Comments (everything related to the comments section)
============================================================================
*/

/* Comments */

#comment-container {
	width: 566px;
}

#respond { margin-top: 0; }

.post-comments {
  margin-bottom: 55px;
}

.post-comments ul, .post-comments ol {
  margin: inherit;
}
.alt .post-comments {  clear:both; }

#comment-list {
  margin: 0;
  padding: 0;
}

#comment-list li {
  list-style-type: none;
}

.comment-text {
  margin-bottom: 25px;
}

.avatar {
  float: left;
  border: 4px solid #efece3;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.comment-copy {
  float: right;
  width: 470px;

  background: #f0eee5;
  font-size: 12px;
  line-height: 1.5;
  margin-top:5px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.comment-copy p {
  padding: 15px 20px;
}

.comment-meta {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 15px 20px;
  margin: 0;
  position: relative;
  top: -5px;
}

.comment-meta:before {
  content: ' ';
  height: 23px;
  width: 6px;
  display: block;
  position: absolute;
  bottom: 11px;
  left: -6px;
}

.comment-meta a, .coment-meta a:visited {
  color: #fff;
}

#form-wrapper {
  margin: 15px 0 35px 0;
}

.alt #form-wrapper { 
	margin: 15px 0 35px 0; 
}

#form-wrapper h2 {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 40px;
  padding: 20px 40px;
  position: relative;
  margin: 0;
}

.post-form {
  background: none repeat scroll 0 0 #F0EEE5;
  font-size: 12px;
  line-height: 1.6;
  padding: 25px 40px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.post-form label {
  display: block;
  margin-bottom: 5px;
 	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
}

.post-form input[type=text], .post-form textarea {
  background: #f8f7f3;
  border: 1px solid #e5e2d8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 7px;
  margin-bottom: 10px;
  -moz-box-shadow: 3px 3px 5px #f8f7f3 inset;
  -webkit-box-shadow: 3px 3px 5px #f8f7f3 inset;
  box-shadow: 3px 3px 5px #f8f7f3 inset;

}

.post-form input[type=text]:focus, .post-form textarea:focus {
  -moz-box-shadow: 3px 3px 5px #f8f7f3 inset;
  -webkit-box-shadow: 3px 3px 5px #f8f7f3 inset;
  box-shadow: 3px 3px 5px #f8f7f3 inset;
}

.post-form input[type=text] {
  width: 250px;
}

.post-form textarea {
  width: 80%;
}

.post-form input[type=submit] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 8px 25px;
  color: #fff;
  border: none;
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
}

.post-form input[type=submit]:active {
  position: relative;
  top:1px;
}

.post-form input[type=submit]:hover { 
	background: #262A30;
}

#reply-title a, #reply-title a:visited {
  color: #fff;
}

#cancel-comment-reply-link {
  margin-left: 15px;
}

.comment-copy > .comment-copy {
  
}

.comment ul.children {

}

.comment > ul.children .comment-copy {
  width: 410px;
}

.comment > ul.children .comment-text .avatar {
  margin-left: 58px;
}

.comment > ul.children .comment > ul.children .comment-copy {
  width: 380px;
}

.comment > ul.children .comment > ul.children .comment-text .avatar{
  margin-left: 88px;
}

.comment > ul.children .comment > ul.children .comment > ul.children .comment-copy {
  width: 350px;
}

.comment > ul.children .comment > ul.children .comment > ul.children .comment-text .avatar {
  margin-left: 118px;
}

.comment-reply-link {
	float: right;
	display: inline-block;
	padding: 5px 15px;
	margin: 0 15px 15px 0;
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*
============================================================================
Footer
============================================================================
*/

#footer {
	background: url("images/transparent.png");
}

#footer .wrap {
	padding: 20px 5px;
}
	
/*
============================================================================
Widgets 
============================================================================
*/
.widget-area {
}

.widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px double #dbd5c5;
}

.widget-title {
}

.widget ul {
	margin:0;
	list-style: none;
}

.widget ul ul {
	margin-left:1.5em;
}

.widget ul li {
	border-bottom: 1px solid #dfd9ca;
	padding: 7px 0;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget a {
}

.widget a:hover,.widget a:focus,.widget a:active {
}


	
/* Search Widget */
.widget_search form, #searchform {
	position: relative;
}

#s {
	background: #f9f4eb;
	width: 82%;
	font: inherit;

	border-top: 1px solid #ddd8d0;
	border-left: 1px solid #ddd8d0;
	border-bottom: 1px solid #faf6f0;
	border-right: 1px solid #faf6f0;

	box-shadow: 2px 2px 3px 0 #ebe7de inset;
	-moz-box-shadow: 2px 2px 3px 0 #ebe7de inset;
	-webkit-box-shadow: 2px 2px 3px 0 #ebe7de inset;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#searchsubmit {
	position:absolute;
	top:6px;
	left: 8px;
	border: none;
	background: transparent url("images/search-icon.png") no-repeat;
	text-indent: -999em;
	display: inline-block;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

.widget_search #searchsubmit:active {
}

.screen-reader-text {
	display: none;
}
	
/* Ephemera Widget */

section.ephemera ol,.widget_twentyeleven_ephemera ol {
	list-style:square;
	margin:5px 0 0;
}

.widget_twentyeleven_ephemera .widget-entry-title {
	padding:0;
}

.widget_twentyeleven_ephemera .comments-link a,.widget_twentyeleven_ephemera .comments-link > span {
	display:block;
	font-weight:bold;
}

section.ephemera .entry-title .comments-link a:hover,.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}

section.ephemera .entry-title a span {
}

/* Flickr Widget */

.flickr_badge_image {
	float: left;
	border: 5px solid #f5eee0;
	margin: 0 8px 8px 0;
	line-height: 0;
	box-shadow: 0 0 2px #dcd5c5;
}


/* Widget Image */
.widget_image img {
	height:auto;
	max-width:100%;
}


/* Ads 125 Widget */

#ads125 li {
	float: left;
	border: none;
	padding: 0;
	margin-right: 15px;
	line-height: 0;
	margin-bottom: 15px;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	width:95%;
	text-align:center;
}

.widget_calendar #wp-calendar caption,.widget_calendar #wp-calendar td,.widget_calendar #wp-calendar th {
	text-align:center;
}

.widget_calendar #wp-calendar caption {
	font-size:11px;
	padding:5px 0 3px;
	text-transform:uppercase;
}

.widget_calendar #wp-calendar th {
	font-weight:bold;
}

.widget_calendar #wp-calendar tfoot td {
}

/* Twitter Widget */

#twitter_update_list li {
	padding: 15px 0;
}

#twitter_update_list li:first-child {
	padding-top: 0;
}

#twitter_update_list li:last-child {
	padding-bottom: 0;
}

.twitter-time {
	display: block;
	font-style: italic;
	font-size: 11px;
	margin-top: 5px;
}


/* Social Widget Header */

.social-head h3 {
	font-size: 16px;
	color: #a09888;
	margin: 4px 6px 0 0;
	float: left;
}

.social-head .widget {
	margin: 14px 0 0 0;
	padding: 0;
	border: none;
}

/* social icons */
.icn {
  width: 25px;
  height: 24px;
  background: url(images/social-icons.png) no-repeat;
  margin-left: 5px;
  text-indent: -999em;
  cursor: pointer;
  float: left;
}

.icn:focus,
.icn:active {
  outline: none;
}

.icn.rss {
  background-position: -3px -2px;
}

.icn.rss:hover {
  background-position: -3px -29px;
}

.icn.twitter {
  background-position: -215px -2px;
}

.icn.twitter:hover {
  background-position: -215px -29px;
}

.icn.youtube {
  background-position: -276px -2px;
}

.icn.youtube:hover {
  background-position: -276px -29px;
}


.icn.facebook {
  background-position: -33px -2px;
}

.icn.facebook:hover {
  background-position: -33px -29px;
}

.icn.flickr {
  background-position: -185px -2px;
}

.icn.flickr:hover {
  background-position: -185px -29px;
}

.icn.gplus {
  background-position: -155px -2px;
}

.icn.gplus:hover {
  background-position: -155px -29px;
}

.icn.lnkdin {
  background-position: -125px -2px;
}

.icn.lnkdin:hover {
  background-position: -125px -29px;
}

.icn.wordpress {
  background-position: -63px -2px;
}

.icn.wordpress:hover {
  background-position: -63px -29px;
}

.icn.dribbble {
  background-position: -245px -2px;
}

.icn.dribbble:hover {
  background-position: -245px -29px;
}

.icn.picasa {
  background-position: -94px -2px;
}

.icn.picasa:hover {
  background-position: -94px -29px;
}

.icn.pinterest {
  background-position: -305px -2px;
}

.icn.pinterest:hover {
  background-position: -305px -29px;
}


/*
============================================================================
Template Name: (E.g. Homepage - Styles that apply only here
============================================================================
*/

/* 404 */

.error404 .entry-contain {
	height: 300px;
}

/*
============================================================================
Alternative Layout 
============================================================================
*/

body.alt {
	background: url("images/alt-body-bg.jpg") repeat-y 50% 0;
}

.alt .right-col {
	float: left;
	width: 280px;
}

.alt .left-col {
	float: right;
	width: 610px;
}

.alt nav {
	float: right;
}

.alt .entry {
	background: url("images/alt-entry-shadow.png") no-repeat 38px 4px;
}

.alt .entry-contain {
	float: right;
}

.alt #footer .left-col {
	text-align: right;
}

.alt .post-format-icon {
	right: auto;
	left: 5px;
}

.alt .post-format-icon > a {
	margin-left: 13px;
}

.alt #comment-container {
	float: right;
}

/*
============================================================================
jPlayer Styles 
============================================================================
*/


.jp-audio ul {
 	list-style:none;
 }

.audio-wrap {
	margin: 0 0 15px;
}

.audio-wrap ul {
	margin: 0;
}

.jp-audio {
    height: 46px;
    width: 516px;
    background-position: -1px -1px;
}

.jp-controls li a {
    height: 40px;
    left: 1px;
    text-indent: -999em;
    top: 1px;
    width: 50px;
}

.jp-progress {
    height: 11px;
    left: 71px;
    top: 16px;
    width: 254px;
    background-position: -65px -65px;
    position: relative;
}

.jp-seek-bar, .jp-play-bar, .jp-volume-bar-value {
    height: 11px;
}

.jp-current-time {
  font-size: 10px;
  left: 331px;
  top: 13px;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}

.jp-volume-bar {
    height: 11px;
    right: 21px;
    top: 17px;
    width: 89px;
    background-position: -65px -113px;
}

.jp-volume-bar-knob {
    height: 18px;
    position: absolute;
    right: -15px;
    top: -5px;
    width: 18px;
}

.jp-audio, .jp-volume-bar-value, .dulce-audio-thumb {
    position: relative;
}

.jp-controls li a, .jp-progress, .jp-current-time, .jp-volume-bar {
    position: absolute;
}

.jp-seek-bar, .jp-volume-bar, .jp-volume-bar-knob {
    cursor: pointer;
}

.jp-play {
    background-position: 5px -50px;
    z-index: 2;
}

.jp-pause {
	display:none;
    background-position: 7px -89px;
    z-index: 1;
}

.jp-play-bar, .jp-volume-bar-value {
  background-position: -65px -90px;
 	border-radius: 0 20px 20px 0;
}

.jp-volume-bar-knob {
    background-position: -270px -210px;
}


/* =============================================================================
   Pretty Photo
   ========================================================================== */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/red_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/red_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
