/*
Theme Name: Red Gallery
Theme URI: http://www.redgallery.co.uk
Version: 0.1
Description: Red Gallery Base Theme
*/

/* =RESET
======================================================== */

* { margin: 0; padding: 0; border:0;}


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

html body {
	background: #444444;
	background: #f9f9f9 url(images/bg.gif) 28.5% 0 repeat-y;
	_background: #f9f9f9 url(images/bg.gif) 28% 0 repeat-y;
	color: #333333;
	font: normal 75%/normal Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

a {
	text-decoration: none;
	}

code, pre {
	background: #000000;
	color: #ffffff;
	display: block;
	font: normal normal 1em/1.5em "Lucida Console", "Courier New", Courier, monospace;
	padding: 0.5em;
	}

h1, h2, h3, h4, h5, h6 {
	color: #b30339;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* =CONTAINER
======================================================== */

#wp-container {	margin: 0 auto 0 auto; 	text-align: left; }


/* =HEADER
======================================================== */

#wp-header {
	background: #ffffff;
	height: 5.5em;
	padding: 1em 2em 1em 2em;
	border-bottom: 2px solid #b30339;
	}
#wp-header h1 {
	float: left;
	height: 75px;
	width: 350px;

	}
#wp-header h1 a {
	color: #b30339;
	}
#wp-header h1 a:hover {
	color: #d2d2d2;
	}
#wp-header dfn {
	color: #666666;
	float: right;
	margin: 1.75em 0 0 0;
	text-align: right;
	width: 49%;
	}


/* =MENU Main
======================================================== */

#wp-menu-main { background: #b30339; clear: both; height: 2.25em;}

#wp-menu-main ol { float: left; list-style-type: none;	width: 100%; }

#wp-menu-main ol li { background: #b30339;	float: left;}
#wp-menu-main ol li.first {	margin-left: 2em;	}
#wp-menu-main ol li a {
    background: #b30339;
	color: #ffffff;
	display: block;
	font: bold 1.25em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0.25em 1em 0.2em;
	text-align: center;
	border-right: 1px solid #000;
	}
#wp-menu-main ol li a:hover {
	background: #505050 url(images/bg_menu.gif) 0 50% repeat-x;
	background: #666666;
	color: #ffffff;
	color: #cccccc;
	}

#wp-menu-main ol li.current_page_item a { background: #ffffff; color: #000000;	}

/* =2nd level*/
#wp-menu-main ol li ul { left: -999em;
	list-style-type: none;
	position: absolute;
	width: 17em;
	}

#wp-menu-main ol li:hover ul,
#wp-menu-main ol li.sfhover ul {
	background-position: 0 0;
	left: auto;
	}
#wp-menu-main ol li ul li a,
#wp-menu-main ol li ul li.current_page_item a {
	background: #777777 !important;
	color: #cccccc;
	text-align: left;
	width: 14.5em; font: bold 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#wp-menu-main ol li ul li a:hover,
#wp-menu-main ol li ul li.current_page_item a:hover { background: #777777 !important; color: #ffffff; }

/* =CONTENT
======================================================== */

#wp-content {
/*	background: #ffffff;  */
	height: 5em;
	margin: 0 1em;
	}


/* =CONTENT Primary
======================================================== */

#wp-content-pri {
	background: #ffffff;
	float: left;
	margin-left: 1em;
	width: 55%;
	}

#wp-content-pri a {
	border-bottom: 1px solid #cccccc;
	color: #333333;
	}
#wp-content-pri a:hover {
	color: #b30339;
	}

#wp-content-pri blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	margin: 1em 2em;
	}

#wp-content-pri h2 {
	font: bold 1.5em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 1.2em 0 1em;
	text-transform: capitalize;
	}
#wp-content-pri h2 a {
	border-bottom: 0 solid;
	color: #b30339;
	}
#wp-content-pri h2 a:hover {
	color: #333333;
	}

#wp-content-pri h3 {
	font: bold 1.25em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 1em 0;
	}

#wp-content-pri p {
	line-height: 1.5em;
	margin: 1em 0;
	}

#wp-content-pri ul,
#wp-content-pri ol {
	margin: 1em 2em;
	}
#wp-content-pri li {
	line-height: 1.5em;
	}

#wp-content-pri p img {
	padding: 0;
	max-width: 100%;
	}
#wp-content-pri .img-left {
	float: left;
	margin: 0 0.3em 0.25em 0;
	}
#wp-content-pri .img-right {
	float: right;
	margin: 0 0 0.25em 0.3em;
	}


/* =POSTS
======================================================== */

.post {
	border-bottom: 4px solid #eeeeee;
	clear: both;
	padding-bottom: 1em;
	}

.post-meta {
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 0.75em;
	}
.post-meta p span a {
	border-bottom: 0 solid !important;
	}
.post-meta p {
	line-height: 1em !important;
	margin: -1em 0 0 !important;
	}
.post-meta p span.post-meta-date {
	background: url(images/icon_post_date.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-time {
	background: url(images/icon_post_time.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-category {
	background: url(images/icon_post_category.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-comments {
	background: url(images/icon_post_comments.gif) 0 50% no-repeat;
	padding-left: 18px;
	}

#post-meta-data {
	background: #ccff99;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 0.9em;
	padding: 1em;
	}

#post-navigation-bot {
	line-height: 3em;
	height: 3em;
	width: 100%;
	}
#post-navigation-top {
	border-bottom: 1px solid #cccccc;
	line-height: 4.25em;
	height: 4em;
	width: 100%;
	}
#post-navigation-bot a,
#post-navigation-top a {
	border-bottom: 0 solid;
	}
#post-navigation-bot .next,
#post-navigation-top .next {
	float: left;
	}
#post-navigation-bot .prev,
#post-navigation-top .prev {
	float: right;
	}

.archive-list {
	margin-top: 1.2em;
	}
.archive-list li a img {
	border: 0 solid;
	}

/* =COMMENTS
======================================================== */

ol#commentlist {
	margin: 0;
	}
ol#commentlist li {
	list-style-type: none;
	}

.comment-entry,
.comment-entry-alt,
.comment-entry-owner {
	border-top: 1px solid #cccccc;
	padding: 1em 1.5em;
	}
.comment-entry-alt {
	background: #f1f1f1;
	}
.comment-entry-owner {
	background: #ffffcc;
	}

.comment-entry-meta {
	border-bottom: 1px dotted #cccccc;
	}
.content-comment-entry-meta-no {
	border-bottom: 0 solid !important;
	font-style: normal;
	font-weight: normal;
	}

.comment-unapproved {
	background: #ffffcc;
	margin: 1em 0;
	padding: 0.5em;
	}

.comment-entry-content {}

#errors {
	background: #ffffcc;
	border: 1px solid #ffcc00;
	border-width: 1px 0;
	font-style: italic;
	margin: 1em 0;
	padding: 1em;
	}

#comments-guidelines-info {
	background: #ffffcc;
	border: 1px solid #ffcc00;
	border-width: 1px 0;
	margin: 0 0 1.5em;
	padding: 0.3em 1.5em;
	}

/* =COMMENTS Form
======================================================== */

#comments-form {
	border-top: 4px solid #cccccc;
	}

#commentform {}

#commentform label {
	display: block;
	float: right;
	padding: 0.4em 0.5em 0.1em;
	width: 45%;
	}
#commentform label.required {
	font-weight: bold;
	}

#commentform input {
	background: #eeeeee;
	border: 0 solid;
	font: normal 1em/normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 50%;
	}
#commentform textarea {
	background: #eeeeee;
	border: 0 solid;
	font: normal 1em/normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 100%;
	}
#commentform input:focus,
#commentform textarea:focus {
	background: #ccffff;
	}
input.button {
	cursor: pointer;
	font-weight: bold !important;
	padding: 0 0.25em;
	overflow: visible;
	width: 0;
    }
input.button[class] {
	width: auto !important;
	}

#comments-guidelines p code {
	margin: 0.5em 0 0;
	}

/* =CONTENT Secondary
======================================================== */

#wp-content-sec {
	float: right;
	margin-right: 1em;
	width: 30%;
	}

#wp-content-sec a {
	color: #333333;
	}
#wp-content-sec a:hover {
	color: #b30339;
	}

#wp-content-sec h3,
h2.widgettitle {
	font: bold 1.25em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 1em 0 0.5em;
	}

#wp-content-sec ol,
#wp-content-sec ul {
	list-style: none;
	}
#wp-content-sec li {
	line-height: 1.5em;
	}
#wp-content-sec ul li ul.children li {
	background: url(images/children.gif) 0 0 no-repeat;
	padding-left: 16px;
	}

.wp-content-sec-column {
	float: left;
	width: 50%;
	}

.wp-content-sec-column ul.admin-bar li {
	margin: 0 0 3px;
	}
.wp-content-sec-column ul.admin-bar li a img {
	border: 0 solid;
	padding: 0 3px 0 0;
	vertical-align: middle;
	}

#wp-content-sec #about-me {
	background: #ffffcc;
	border: 1px solid #ffee66;
	border-width: 2px 0 4px;
	margin: 1.5em 0 0;
	padding: 0.5em;
	}
#wp-content-sec #about-me h3 {
	margin: 0 !important;
	}
#wp-content-sec #picture-show {
	margin: 1.5em 0 0 0;
	}
#wp-content-sec #picture-show h3 {
	margin: 0 !important;
	}
/* =CALENDAR
======================================================== */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
	}

#wp-calendar caption {
	font: bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #ffffff;
	}


/* =CONTACT FORM
======================================================== */

.contactform {
	margin: 2em 0;
	}
.contactform label {
	display: block;
	float: left;
	padding: 0.1em 0.3em 0 0;
	text-align: right;
	width: 9em;
	}
.contactform input {
	margin-bottom: 0.3em;
	}
.contactform input.button {
	margin: 0.3em 0 0 8.4em;
	}

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

#wp-footer {
	background: #b30339;
	clear: both;
	color: #e8ead4;
	font-size: 0.9em;
	padding: 1em 2em;
	text-align: center;
	}

#wp-footer span.powered {
	background: url(images/icon_footer_powered.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.layout {
	background: url(images/icon_footer_layout.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.validate {
	background: url(images/icon_footer_validate.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.feed {
	background: url(images/icon_footer_feed.gif) 0 50% no-repeat;
	padding-left: 18px;
	}

#wp-footer a {
	color: #b30339;
	}
#wp-footer a:hover {
	color: #333333;
	}

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-album {
	/*height: 130px;*/
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

.ngg-album-desc {
	font-size: 1.25em;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:160px;
	padding-right:16px !important;
	margin:0px !important;
	text-align:center;
	width:120px;
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 6px 0px 6px !important;
	padding:12px 0pt 0pt 0px !important;
	width:120px;
}

.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:0.95em;
	margin-top:0px;
}
#wp-content-pri .ngg-album-compact p {
	margin:0px;
}
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
	height:140px;
	text-align:center;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.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, a.next, a.prev,
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover,
				span.page-numbers:hover, span.next:hover, 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;
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.slideshowlink {

}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.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;
}
.sb-pagemenu {margin-top: 35px;}
.sb-pagemenu h2 {font-size: 20px; font-weight:normal; }
.sb-pagemenu ul { margin: 0 0 10px 10px; line-height: 2.5em; padding: 5px 15px; list-style:none;}
.sb-pagemenu ul li {padding: 5px 10px;}

#TB_enqire {
 clear:left;
 float: left;
 margin-top: 1.3em;
}
#TB_enqire_link {

}
