/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Body / Page */

.custom #page {
	padding-top: 0;
}

/* Header */

.custom #header_area .page {
	padding-top: 0;
	width: 67em;
}

.custom #header {
	background: #ed345e;
	padding-bottom: 0;
}

.custom #header #logo a, .custom #header #tagline {
	display: block;
	text-indent: -9999px;
}

.custom #header #new_header  {
	background:url("images/jewish-pop-art.png") no-repeat scroll center center transparent;
	height: 28px;
	margin-top:2em;
	text-indent:-9999px;
}

.custom #header #new_header a {
	color: #ffffff;
	font-size: 28px;
}

.custom #header #new_header span {
	font-size:17px;
	position:relative;
	top:-3px;
}

/* Post / Page */

.custom #content_area .page {
	width: 67em;
}

.custom .headline_area {
	margin-bottom: 0;
}

.custom .format_text h2, .format_text h3 {
	margin: 0 0 0.611em;
}

.custom .carousel-gallery h2 {
	margin: 0 0 1em 12em;
}

.custom #lightbox-overlay-text span {
	display: none;
}

.custom #gallery-1 img {
	-moz-box-shadow: 5px 5px 10px #333;
	border: 0;
}

.custom .ngg-navigation {
	font-size: 1.5em !important;
	padding: 0 3em 5px 0;
}

.custom div#shDisplay img#shTopImg {
	border: 0;
}

.contact .wpcf7 p {
	margin-bottom: 0.5em;
}

.custom input, .custom textarea {
	background: #ddd;
}


/* Portfolio */

.no_sale .price {
	display: none;
}

.no_sale .ngg-gallery-thumbnail {
	margin-bottom: 2em !important;
}

/* Home Page */

.home .headline_area {
	display: none;
}

.home .post_box {
	padding: 0;
	margin: 0;
}

.home img.alignnone {
	margin: 0;
}

.home .format_text p {
	margin: 0;
}

.custom #sidebars {
	display: none;
}

/* Navigation Menu */

.custom .menu {
/*	background: #fdf8e2; */
}

.custom .menu a {
	background:none repeat scroll 0 0 #fdf8e2;
	border-right:1px solid #ED345E;
/*	font-size:15px; */
	font-size: 13px;
	padding-bottom:2em;
	padding-top:2em;
	text-align:center;
	text-indent: -9999px;
/*	width:140px; */
/*	width: 107px; */
/*	width: 88px; */
/*	width: 89px; */
	width: 6.88em;
}

.custom .tab-home a {
	color: transparent;
	background: #fdf8e2 url(images/home.png) no-repeat center center;
}

.custom .tab-home a:hover {
	color: transparent;
	background: transparent url(images/home2.png) no-repeat center center;
}


.custom .tab-1 a {
	color: transparent;
	background: #fdf8e2 url(images/gallery.png) no-repeat center center;
}

.custom .tab-1 a:hover {
	color: transparent;
	background: transparent url(images/gallery2.png) no-repeat center center;
}


.custom .tab-2 a {
	color: transparent;
	background: #fdf8e2 url(images/about.png) no-repeat center center;
}

.custom .tab-2 a:hover {
	color: transparent;
	background: transparent url(images/about2.png) no-repeat center center;
}

.custom .tab-3 a {
	background: #fdf8e2 url(images/exhibitions.png) no-repeat center center;
/*	border: 0; */
	color: transparent;
/*	left:1px;
	position:relative;
	width:142px; */
}

.custom .tab-3 a:hover {
	background: url(images/exhibitions2.png) no-repeat center center;
}

.custom .tab-4 a {
	color: transparent;
	background: #fdf8e2 url(images/forsale.png) no-repeat center center;
}

.custom .tab-4 a:hover {
	color: transparent;
	background: transparent url(images/forsale2.png) no-repeat center center;	
}

.custom .tab-5 a {
	color: transparent;
	background: #fdf8e2 url(images/blog.png) no-repeat center center;
}

.custom .tab-5 a:hover {
	color: transparent;
	background: transparent url(images/blog2.png) no-repeat center center;	
}

.custom .tab-6 a {
	background: #fdf8e2 url(images/contact.png) no-repeat center center;
	border: 0;
	color: transparent;
/*	left:1px; */
	position:relative;
/*	width:109px; */
/*	width: 91px; */
}

.custom .tab-6 a:hover {
	color: transparent;
	background: transparent url(images/contact2.png) no-repeat center center;	
}

.custom .menu a:hover, .custom .menu .current a:hover {
	background-color: #ED345E;
	color: transparent;
}

/* Blog */

.custom .sociable {
	clear: both;
}

/* Gallery */

/* .custom #cboxNext, .custom #cboxPrevious, .custom #cboxClose {
	display: none !important;
} */

/* .custom #cboxNext, .custom #cboxPrevious {
	top: 97%;
} */

.custom #cboxContent {
	background: #000 !important;
}

/* For Sale Pages */

.custom .ngg-galleryoverview {
	margin: 5px 1.6em;
}

.custom .ngg-gallery-thumbnail {
	margin-bottom: 1em;
}

.custom .ngg-gallery-thumbnail img {
	background: transparent;
	border: 0;
	padding: 0;
	-moz-box-shadow: 5px 5px 10px #333333;
	-webkit-box-shadow: 5px 5px 10px #333333;
	box-shadow: 5px 5px 10px #333333;
}

.custom .ngg-gallery-thumbnail input {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	margin-left:2.3em;
	text-align:center;
	width:auto;
}

.custom .ngg-navigation a.page-numbers, .custom .ngg-navigation a.next, .custom .ngg-navigation a.prev {
	border: none;
	text-decoration: none;
}

/* Exhibitions */

.custom #left_side {
	float: left;
	padding-right: 2em;
	width: 45%;
}

.custom #right_side {
	border-left: 1px solid #ED345E;
	float: right;
	min-height: 475px;
	padding-left: 2.85em;
	width: 45%;
}

.about #right_side {
	min-height: 1550px;
}


/* Footer */

.custom #footer {
	padding: 1.1em 0;
}

.custom #footer a {
/*	border-bottom: 1px solid #999999; */
	border: none;
	margin:0 5px;
}

.custom #footer_links {
	font-size:12px;
	margin-bottom:0.75em;
}

.custom #footer_links p {
	text-align: center;
	letter-spacing: 2px;
}

/* Custom Menu */

.custom #full_width_nav {
/*	margin-top: 1em; */
	overflow: hidden;
}

.custom #full_width_nav .page {
	width: 67em;
}

/* .custom .menu {
	float:left;
	left:49%;
	position:relative;
}

.custom .menu li {
	float:left;
	position:relative;
	right:50%;
} */