/* @override http://rmwebsite.com/lipsg/wp-content/themes/lipsg/gallery.css */

.gallery #content article h1 {
	margin-bottom: 20px;
	display: block;
}

/********************** Gallery Landing Page **********************/

.catList {
	width: 205px;
	float: left;
}

#inside #content .catList ul {
	margin: 0px;
}

#inside #content article .catList h2 {
	color: #134971;
	font-size: 19px;
	border-bottom: none;
	font-weight: normal;
	padding: 0;
}

.catList ul {
	list-style-type: none;
	font-size: 12px;
}

/********************** Gallery Category Page **********************/

#inside #content article ul#galleryNav {
	list-style: none;
	color: #134971;
	height: 27px;
	margin: 0;
}

#inside #content #galleryNav li {
	float: left;
	padding: 5px 10px;
	font-size: 15px;
	margin: 0 5px 0 0;
	background: #e7e8e9;
	border: 1px solid #d7dbdd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	cursor: pointer;
	padding-bottom: 1px;
}

#inside #content #galleryNav li.selected {
	background: #fff;
	padding: 10px 10px 6px;
	position: relative;
	top: -10px;
	border-bottom-color: #fff;
}

#inside #content #galleryNav li#select {
	background: url("images/triangle.png") right center no-repeat;
	font-size: 12px;
	padding: 3px 15px 0 0;
	margin-right: 10px;
	border: none;
	cursor: auto;
}

#navBtm {
	height: 20px;
	border: 1px solid #d7dbdd;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin-bottom: 10px;
}

#inside #content ul.gallerySubNav {
	clear: both;
	width: 174px;
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
}

#inside #content .gallerySubNav li {
	margin-bottom: 5px;
	background: none;
}

#galleryContent  {
	width: 422px;
	float: left;
	border-left: 1px solid #d7dbdd;
	padding-left: 20px;
}

#galleryContent h3 {
	color: #134971;
	clear: both;
}

.row {
	clear: both;
	float: left;
	border-bottom: 1px solid #d7dbdd;
}

.case {
	float: left;
	border-right: 1px solid #d7dbdd;
	padding: 5px 4px 5px 7px;
}

.case.alt {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.gallery #content article .case h4 {
	font-size: 14px!important;
	margin-bottom: 5px;
	display: block;
}

.case img, #singleCase img, #TB_ajaxContent img {
	padding: 6px;
	border: 1px solid #d7dbdd;
	margin: 0 5px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btnLearnMore {
	display: block;
	text-indent: 15px;
	text-decoration: none;
	background: url("images/btnLearnMore.png") no-repeat;
	display: block;
	color: #fff!important;
	width: 192px;
	height: 22px;
	line-height: 23px;
	margin: 0 auto;
}

#singleCase .view {
	display: table;
}

#singleCase .view span {
	float: left;
	width: 46%;
	margin: 0 0 10px 0;
}

#singleCase .view span.viewSpan {
	font-size: 14px;
	text-align: center;
	margin: 0 10px 0 0;
}

#nextPat {
	float: right;
	margin-bottom: 10px;
	background: url("images/rightArrow.png") right center no-repeat;
	line-height: 15px;
	padding-right: 30px;
}

#prevPat {
	float: left;
	margin-bottom: 10px;
	background: url("images/leftArrow.png") left center no-repeat;
	line-height: 15px;
	padding-left: 30px;
}

#singleCase .btnLearnMore {
	margin-bottom: 15px;
}

.galleryThumbnails .case a.thickbox, .btnEnlarge {
	position: relative;
}

.galleryThumbnails .case a.thickbox img, .btnEnlarge img {
	z-index: 0;
}

#singleCase .view .btnEnlarge span {
	position: absolute;
	z-index: 100;
	padding: 5px 10px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	display: block;
	top: -30px;
	width: 100%;
	left: 7px;
	text-align: center;
	margin: 0;
	font-size: 12px;
	width: 166px;
}

.row .case .btnEnlarge span {
	position: absolute;
	z-index: 100;
	padding: 5px 10px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	display: block;
	top: -42px;
	left: 7px;
	text-align: center;
	margin: 0;
	font-size: 12px;
	width: 60px;
	font-size: 10px;
	line-height: 15px;
}

.galleryThumbnails .case a.thickbox span {
	position: absolute;
	z-index: 100;
	padding: 5px 10px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	display: block;
	top: -39px;
	left: 7px;
	text-align: center;
	margin: 0;
	font-size: 12px;
	width: 108px
}