/*  
Theme Name: HiFi Cartel v2.0
Theme URI: http://www.kenroygeorge.com/
Description: 
Author: Kenroy George
Author URI: http://www.kenroygeorge.com/
*/

/*========= SETUP =========*/

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline:none;
}
body {
	color: #fff;
	/*background:#000000 url(images/hifi-background.jpg) !important;*/
	background:#000 url(images/background.jpg) no-repeat fixed !important;
	/*background:#000000 url(http://fc01.deviantart.com/fs25/i/2008/180/e/6/Colorful_World_01_by_mediablade.jpg) fixed no-repeat top center !important;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#333
}
input, select, textarea {
	/*border: #999999 1px solid;*/
	font-size: 12px;
	background: url(images/black.png);
	color:#fff;
	padding: 5px;
	border: 1px solid #222;
}
select {
	padding: 0;
}
li {
	list-style: none;
}
/*========= LAYOUT =========*/
#container {
	width: 100%;
	height: 100%;
	/*background: url(images/container-bg.png) repeat-y top center fixed;*/
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}
#page {
	width: 1024px;
	background-image: url(images/black.png);
	margin:0 auto;
	padding-bottom: 5px;
}
/*--- Main Columns ---*/
#columns {
	padding:0 15px 25px;
	margin: 0px;
}
.col1 {
	float: left;
	width: 640px;
	padding-right:15px;
}
.col1 p a {
	/*background:#fff url(images/ico-arrow.gif) no-repeat right;
	padding: 1px 15px 1px 2px;
	border-right: 3px solid #fff;*/
	font-weight:bold;
	color:#999;
}
.col1 p a:hover {
	color:#777;
}
.col2 {
	float: left;
	width: 318px;
	padding-left:10px;
}
/*--- Sub Columns ---*/
.subcol {
	width: 150px;
}
.subcol h2 {
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}
.subcolmain {
	width: 320px;
}
.subcolmain h2 {
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}
/*========= HEADER =========*/

/*- Page Navigation -*/
#nav {
	clear: both;
	height: 30px;
	padding: 2px 0px !important;
	background-image: url(images/black.png);
	/*margin:15px 15px 0px !important;*/
	margin-top: 15px;
	width: 790px !important;
	float:right;
}
#nav-left {
	float:left;
	display:inline;
	width:577px;
	margin-left:2px;
}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#nav ul li {
	float: left;
	list-style: none;
	font-weight:bold;
	font-size:14px;
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #000;
}
#nav ul li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
#nav ul li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:visited {
	border: none;
}
/*- Subscription Form -*/

#subscription-form input {
	/*border: #999999 1px solid;*/
	width: 287px;
    font-size: 14px;
	font-weight:bold;
	padding: 5px;
	background: url(images/stripe.png);
	color:#fff;
	margin-bottom:5px;
	border: 4px solid #222;
}
#subscription-form select, #subscription-form textarea {
	/*border: #999999 1px solid;*/
	font-size: 12px;
	padding: 5px;
	background: #000;
	color:#fff;
	margin-bottom:5px;
}
#subscription-form option {
	color:#fff;
	background-color: #000000;
	width: auto;
}
#subscription-form #sub_birthday {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	padding-top: 5px;
	float: left;
}
#subscription-form #sub_birthday_options {
	float: right;
	margin-right: 13px;
}
#subscription-form .sub_submit {
	width: 305px;
	height:40px;
	background:#ffffff;
	font-size:16px;
	color:#000000;
}
/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;
}
#nav2 {
	height: 30px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	line-height: 30px;
	margin:0px 15px;
	border:1px solid #ddd;
	z-index:10 !important;
}
#nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
	z-index:10 !important;
}
#nav2 li a {
	color: #666666;
	display: block;
	padding: 0 13px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-right:1px solid #ddd;
	z-index:10 !important;
}
#nav2 li a:hover {
	text-decoration: none;
}
#nav2 li ul {
	position:absolute;
	left: -999em;
	margin-top:3px;
	z-index:10 !important;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	float:none !important;
	border:1px solid #ddd !important;
	border-top:none !important;
	background:#fff;
	z-index:10 !important;
}
/*- Search -*/
#search {
	float: right;
	height: 27px;
	width:310px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search {
	margin-right: 8px;
}
#search input {
	background: #ffffff;
	border: 1px solid #eee;
	color: #000000;
	float: left;
	font-size: 11px;
	width:223px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn {
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/*- Header -*/
#header {
	height: 152px;
	margin: 15px 0 5px 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1 {
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a {
	display: block;
	height: 132px;
	width: 180px;
	color: #000000;
	font-size: 28px;
}
/*- Top Banner -*/
#topbanner {
	float: left;
	width: 790px;
	padding:0;
	margin-left: 23px;
}
#topbanner img {
	float: right;
}
topbannerad {
	width: 728px;
	height:90px;
}
/*- RSS -*/
#rss a {
	color: #666666;
}
#rss h2 {
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul {
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li {
	margin: 0px;
	border:none !important;
	padding: 3px;
}
#rss img {
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}
/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:15px 0px 0px;
	padding: 5px;
	border: 1px solid #ddd;
}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
}
.video-left p {
	padding:0px !important;
	margin:0px !important;
}
.video-left h2 {
	display:none;
}
.video-right {
	float:right;
	width:273px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
}
.video-right h2 {
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.video-right p {
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}
.video-right h3 {
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
}
/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post {
	margin: 0;
}
.post h2 {
	font-size: 16px;
	padding: 0 0 5px;
	color: #fff;
}
.post h3 {
	font-size: 14px;
}
.post h3 a {
	color: #000000;
}
.post p {
	padding: 0 0 15px;
	line-height: 15px;
}
/*- Box -*/
.box {
	clear: both;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}
.box .post {
	width: 640px;
	background-image: url(images/black.png);
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.box .post a h2 {
	color:#000;
}
.box .post h2 {
	font-size: 18px;
	padding: 5px 10px;
	margin-bottom:10px;
	line-height: 20px;
	background: url(images/white.png);
	display:block;
}
.box .post h2:hover {
	background:#fff url(images/ico-arrow.gif) no-repeat right;
	border-right: 3px solid #fff;
}
.box .post p {
	font-size: 12px;
	line-height: 16px;
	padding: 0px 10px 10px;
}
.box .post img {
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
	display:block;
}
/*=== Traditional Blog Post ===*/
.post-alt {
	margin: 0 0 15px 0;
}
.post-alt h2 {
	font-size: 16px;
	padding: 5px 10px;
	background: url(images/white.png);
	color:#000;
	line-height: 20px;
}
.post-alt h3 {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}
.post-alt h4 {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a {
	color: #000;
}
.post-alt p {
	padding: 0 0 15px;
}
.post-alt h3.post_date {
	color: #ddd;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}
h3.posted {
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	padding: 5px;
	text-align: right;
}
h3.posted a {
	color: #aaa;
	font-size:11px;
}
/*=== Buttons ===*/
.continue {
	background:#fff url(images/ico-arrow.gif) no-repeat right;
	font-weight:bold;
	padding: 5px 15px 5px 5px;
	border-right: 3px solid #fff;
	color: #000000;
}
.comments {
	padding-bottom:0px !important;
}
.comments a {
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0;
	margin-left:5px;
}
a.more {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft {
	display:inline;
	float:left;
}
.alignright {
	display:inline;
	float:right;
}
/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:25px;
	padding:10px;
	color:#999 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2 {
	color:#fff;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em {
	font-weight: bold;
	font-style:normal;
}
#archivebox a {
	color:#999;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/socialbuttons/rss_16.png) center left no-repeat;
	height:16px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist {
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2 {
	color: #000;
	padding:0px 0px 15px;
}
.arclist ul li {
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}
/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#fff !important;
}
.singletags a {
	font-weight: normal !important;
}
.entry {
	margin-bottom: 25px;
}
.entry p {
	text-align:left;
	font-size:12px;
	line-height:18px;
}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	display:inline;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
}
.entry ul li ul, .entry ol li ol {
	margin-bottom:0px;
	padding-top:3px;
}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
}
.entry ul li ul li {
	list-style:disc inside !important;
}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
}
/*========= COMMENTS =========*/

h2.commh2 {
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p {
	margin-bottom:10px;
	line-height: 20px;
	color:#fff;
}
ol.commentlist cite, ol.commentlist a {
	font-style: normal;
	font-weight: bold;
	color:#fff;
}
ol.commentlist li {
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}
ol.commentlist li.alt {
	padding: 10px 10px 10px 10px !important;
	background-image: url(images/black.png);
}
/*========= SIDEBAR =========*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}
/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:308px !important;
	height:auto !important;
	min-height:200px;
	padding:5px;
	background-image: url(images/black.png);
	float:left;
	display: block;
}
.col2 .mootabs_title {
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #050505;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0 10px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active {
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul {
	width: 296px !important;
	padding:5px !important;
	margin:5px 0px 0px !important;
	min-height:100px;
}
.list1 li, .list2 li, .list3 li {
	padding: 6px 0 6px 5px;/*border-bottom: 1px solid #111111;*/
}
.list1 li a, .list2 li a, .list3 li a, .list4 li a, .list5 li a, #tagcloud a {
	color: #fff;
	font-size: 12px;
}
.list1 li a:hover, .list2 li a:hover, .list3 li a:hover, .list4 li a:hover, .list5 li a:hover, #tagcloud a:hover {
	color: #bbb;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
}
.list5 li {
	/*border-bottom: 1px solid #eee;*/	
	padding:6px 0px;
}
/*- Ads -*/
.ads {
	/*border: 1px solid #ddd;*/
	height: 125px;
	width:308px;
	padding: 5px;
	margin:0 0 15px;
}
.ads img {
	float: left;
	margin:0 5px 0 0;
}
.ads img.last {
	margin: 0;
}
/*- Flickr -*/
.flickr {
	border: 1px solid #ddd;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2 {
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img {
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
}
/*=== Styling Widget Lists ===*/

.widget {
	margin-bottom: 10px;
}
.widget h2 {
	padding: 5px;
	background-color:#fff;
	color:#000;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	/*border-bottom: 1px solid #111;*/
	padding:0 0 0 5px;
	margin:0px;
}
.widget ul li a {
	color: #fff;
}
/*========= FOOTER =========*/

#footer {
	clear: both;
	color: #fff;
	height: 35px;
	line-height: 35px;
	margin: 15px;
	padding:0px 15px;
	background-image: url(images/black.png);
}
#footer a {
	color:#fff;
	margin-left:10px;
}
#footer-left {
	float: left;
}
#footer-right {
	float:right;
}
#footer-right ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#footer-right ul li {
	float: left;
	list-style: none;
	display:inline;
	font-weight:bold;
	font-size:14px;
}
/*========= MISC =========*/

.fix {
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl {
	border-bottom: 2px solid #eee;
}
.hl-full {
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2 {
	border-bottom: 3px solid #c0c0c0;
}
.hl3 {
	border-bottom: 1px solid #eee;
}
.blog {
	width:100% !important;
	float:left;
}
.between {
	height:2px;
	margin-bottom:15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.th {
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table#wp-calendar a {
	color:#000000;
}
table#wp-calendar caption {
	font-weight: normal;
	font-size: 0.91667em;
	line-height: 1.72727em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #e5e5e5;
	border-bottom: 1px dotted #ddd;
}
table#wp-calendar th {
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	background: #f2f2f2;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
table#wp-calendar td {
	width: 26px;
	line-height: 1.66667em;
	color: #999;
	text-align: center;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 78px;
	font-size: 0.83333em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.search-form {
	float: left;
}
.search-form input {
	width: 150px;
	font-size: 11px;
	color: #999;
	height: 14px;
	background: url(images/magnifying-glass-icon.png) no-repeat left center;
	margin-top: 2px;
	padding: 2px 2px 2px 30px;
	border: 2px solid #111;
}
#crp_related h2 {
	color: #fff;
	margin-bottom: 5px;
	background: none;
	padding: 0;
}
#crp_related a {
	color: #fff;
	padding-left: 5px;
	border-left: 5px solid #555;
}
#advert-here-top {
	margin-left: 10px;
}



/******************* GALLERY STYLE *****************/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:5px;
	font-size: 1.4em;
	margin-bottom: 10px;
	background: url(images/white.png);
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	margin:4px 0px 4px 5px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}
