/*

	Theme Name: List Planit Custom Child Theme
	Description: Created for ListPlanIt.com
	Author: Creativity Included
	Author URI: http://www.creativityincluded.com
	Version: 1.0

	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: #FFFFFF;
	color: #888888;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1em;
	font-size: 12px;
	background: #FFFFFF;
	color: #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	margin: 0 auto 0;
	padding: 0;
}


ul {
	list-style: none;
}

ol {
	margin:0px 40px 10px 40px;	
}

p {
	margin: 0 0 10px 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

/* end css reset*/

/***** Hyperlinks ********************/
a, a:visited {
	color: #F47943;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

/***** Wrap ********************/
#wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
}

/***** Header ********************/
#header {
	width: 960px;
	height: 180px;
	margin: 0;
	padding: 0;
	background: url(images/logo.png) left top no-repeat;
}

#title-area {
	width: 435px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
}

#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#title-area #title a {
	color: #888888;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#title-area #title a:hover {
	color: #888888;
	text-decoration: none;
}

#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#header .widget-area {
	width: 520px;
	float: right;
	margin: 0;
	padding: 0;
}

#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
}

#header .widget-area h4 {
	color: #888888;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
}

#header .widget-area ul {
	margin: 0;
	padding: 0;
}

#header .widget-area ul li {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

/***** Image Header - Partial Width ********************/
.header-image #title-area,
.header-image #title-area #title,
.header-image #title-area #title a {
	display: block;
	float: left;
	width: 435px;
	height: 180px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.header-image #title-area #description {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/***** Image Header - Full Width ********************/
.header-full-width #title-area,
.header-full-width #title-area #title,
.header-full-width #title-area #title a {
	width: 960px;
}

/***** Header Right Navigation ********************/
#header ul.nav,
#header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #5E5E5E;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	margin: 135px 0 0 0;
	padding: 0;
}

#header ul.nav li,
#header ul.menu li {

	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul.nav li a,
#header ul.nav li a:visited,
#header ul.menu li a,
#header ul.menu li a:visited {
	background: none;
	color: #888888;
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.menu li a:hover,
#header ul.menu li a:active {
	color: #5E5E5E;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 20px;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}

/***** Social Media Nav ********************/

#header #menu-soc-media li.facebook,
#header #menu-soc-media li.twitter,
#header #menu-soc-media li.youtube,
#header #menu-soc-media li.rss {
	border-right: 1px dashed #CCCCCC;
}

#header #menu-soc-media li.facebook {
	background: url(images/socmedia/facebook.png) no-repeat 0 4px;
	padding-left: 10px;
}

#header #menu-soc-media li.twitter {
	background: url(images/socmedia/twitter.png) no-repeat 0 4px;
	padding-left: 10px;
	margin-left: 10px;
}

#header #menu-soc-media li.youtube {
	background: url(images/socmedia/youtube.png) no-repeat 0 4px;
	padding-left: 10px;
	margin-left: 10px;
}

#header #menu-soc-media li.rss {
	background: url(images/socmedia/rss.png) no-repeat 0 4px;
	padding-left: 10px;
	margin-left: 10px;
}

#header #menu-soc-media li.contact {
	background: url(images/socmedia/contact.png) no-repeat 0 4px;
	padding-left: 10px;
	margin-left: 10px;
	border-right: none !important;
}
/***** Nav Menu ********************/
#nav {
	clear: both;
	width: 960px;
	height: 33px;
	margin: 0;
	padding: 0;
	border: 1px solid #CFCFCF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888888;
	font-weight: normal;
}

#nav .wrap {
	width: 958px;
	clear: both;
	background: url(images/navbar.png) no-repeat top left;
	height: 31px;
	padding: 0;
}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	position: relative;
	color: #888888;
	display: block;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
    margin: 0px;
	padding: 9px 15px 10px 15px;
	border-right:1px solid #FFFFFF;
}

#nav li.join-now a {
	color: #FFFFFF;
	background: url(images/subscribeBtnOn.gif);
}

#nav li a:hover,
#nav li a:active {
	background-color: #FFFFFF !important;
	background-image: url(images/navhov.png) !important;
	background-position: bottom left !important;
	background-repeat: repeat-x !important;
	color: #5E5E5E;
	border-right: 1px solid #CFCFCF;
	text-decoration: none;  
}

#nav li.join-now a:hover,
#nav li.join-now a:active {
	color: #FFFFFF;
	background: #F47943 !important;
}

#nav .current_page_item a, #nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_item a:active, #nav .current_page_ancestor a, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover, #nav .current_page_ancestor a:active, #nav .current_page_parent a, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_parent a:active {
	color: #F47943;	
}

#nav .current_page_item li a, #nav .current_page_item li a:link, #nav .current_page_item li a:visited {
	color: #888888;	
}

#nav .current_page_item li a:hover, #nav .current_page_item li a:active {
	font-style: normal!important;
	font-weight: normal!important;
	text-shadow: none!important;
	background: #FFFFFF!important;
	background-color: #FFFFFF !important;
	color: #BCC166;
	text-decoration: none;
}

#nav li .current_page_ancestor a, #nav li .current_page_ancestor a:link, #nav li .current_page_ancestor a:visited, #nav li li a, #nav li li a:link, #nav li li a:visited {
	font-weight: normal!important;
	text-shadow: none!important;
	background: #FFFFFF!important;
	color: #888888!important;
}

#nav li .current_page_ancestor a:hover, #nav li .current_page_ancestor a:active, #nav li li a:hover, #nav li li a:active {
	font-weight: normal!important;
	text-shadow: none!important;
	background: #FFFFFF!important;
	color: #BCC166!important;
}

#nav .current_page_parent .current_page_item a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}

#nav .current_page_parent .current_page_item a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}

#nav .current_page_parent li a, #nav .current_page_parent li a:link, #nav .current_page_parent li a:visited {
	font-style: normal!important;
	font-weight: normal!important;
	text-shadow: none!important;
	background: #FFFFFF!important;
	background-color: #FFFFFF !important;
	color: #BCC166;
	text-decoration: none;
}

#nav .current_page_parent li a:hover, #nav .current_page_parent li a:active {
	text-shadow: none!important;
	background: #FFFFFF!important;
	color: #BCC166!important;
}

#nav li a.sf-with-ul {
	padding-right: 20px;
}

#nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	position: relative;
	background: #FFFFFF;
	width: 158px;
	color: #888888;
	font-size: 14px;
	line-height:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	float: none;
	margin: 0px;
	padding: 7px 10px;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

#nav li li a:hover,
#nav li li a:active {
	background: #FFFFFF;
	background-image: none !important;
	color: #5E5E5E;
	text-decoration: none;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	left: 158px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
}

#nav li ul a {
	width: 160px;
}

#nav li ul a:hover,
#nav li ul a:active {
}

#nav li ul ul {
	margin: -32px 0 0 179px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfHover ul ul,
#nav li.sfHover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfHover ul,
#nav li li.sfHover ul,
#nav li li li.sfHover ul {
	left: auto;
}

#nav li:hover,
#nav li.sfHover {
	position: static;
}

#nav ul ul {
	border-top: 1px solid #CFCFCF !important;
}

#nav li.right {
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #5E5E5E;
	font-weight: normal;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #F47943;
	text-decoration: none;
}

#nav li.search {
	padding: 0;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
}

/***** SubNav Menu ********************/
#subnav {
	clear: both;
	width: 960px;
	height: 25px;
	background: #BFC46C url(images/subnavbar.png);
	color: #FFFFFF;
	margin: 5px 0 0 0;
	padding: 0;
	border-bottom:1px solid #ACB05A;
	border-right:1px solid #ACB05A;
	border-top:1px solid #BFC46C;
	border-left:1px solid #BFC46C;
}

#subnav .wrap {
}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    text-transform: lowercase;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	position: relative;
}

#subnav li a:hover,
#subnav li a:active {
	background: #ACB05A !important;
	background-image: none;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 6px 10px 6px 10px;
	border-right:1px solid #FFFFFF;
}

#subnav li a.sf-with-ul {
	padding-right: 10px;
}

#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	position: relative;
	background: #BFC46C;
	width: 158px;
	float: none;
	margin: 0px;
	padding: 10px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: #ACB05A !important;
	background-image: none;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right-white.png);
	top: 10px;
}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 2px 0 0 -1px;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}

#subnav li ul a {
	width: 160px;
}

#subnav li ul a:hover,
#subnav li ul a:active {
}

#subnav li ul ul {
	margin: -33px 0 0 179px;
}

#subnav li:hover ul ul,
#subnav li:hover ul ul ul,
#subnav li.sfHover ul ul,
#subnav li.sfHover ul ul ul {
	left: -999em;
}

#subnav li:hover ul,
#subnav li li:hover ul,
#subnav li li li:hover ul,
#subnav li.sfHover ul,
#subnav li li.sfHover ul,
#subnav li li li.sfHover ul {
	left: auto;
}

#subnav li:hover,
#subnav li.sfHover {
	position: static;
}

/***** Inner ********************/
#inner {
	background: #FFFFFF;
	width: 960px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
}

/***** Breadcrumb ********************/
.breadcrumb {
	padding-bottom:20px;
	text-transform:lowercase;
	font-family: Candara, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/***** Taxonomy Description ********************/
.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
}

#content .taxonomy-description p {
	margin: 0;
	padding: 0;
}

/***** Content-Sidebar Wrapper ********************/
.content-sidebar #content-sidebar-wrap {
	width: 960px;
}

/***** Content ********************/

#content {
	width: 596px;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;	
	border: 1px solid #CFCFCF;
	background: #FFFFFF url(images/homepagetop.gif) no-repeat top left;
	font-size: 14px;
	line-height:20px;
}

.home #content {
	width: 616px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	background: none;
}

.full-width-content #content {
	width: 920px;
}

#content img,
#content p img {
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #E6E6E6;
}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
}

#content .page {
	margin: 0;
	padding: 0 0 15px 0;
}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
}

#content .post ul,
#content .page ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
}

#content .post ul li,
#content .page ul li {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#content .post ul ul,
#content .page ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .post ol,
#content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
}

#content .post ol li,
#content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

#content .post ol ol,
#content .page ol ol {
	margin: 0;
	padding: 0;
}

#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}

#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
}

.clear {
	clear: both;
}

/***** Post Info ********************/
.post-info {
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #E6E6E6;
}

.post-info p {
	margin: 0;
	padding: 0;
}

/***** Post Meta ********************/
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #E6E6E6;
	clear: both;
}

/***** Author Box ********************/
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
}

.author-box p {
	margin: 0;
	padding: 0;
}

.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}

/***** Headlines in Content ********************/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #888888;
	font-family: "museo-slab-1","museo-slab-2",Georgia, "Times New Roman", Times, serif;
	font-weight:  500;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#content h1 {
	font-size: 24px;
	line-height: 24px;
}

#content h2 {
	font-size: 20px;
	line-height: 20px;
}

#content h2 a,
#content h2 a:visited {
	color: #888888;
	text-decoration: none;
}

#content h2 a:hover {
	color: #CF152A;
	text-decoration: none;
}

#content h3 {
	font-size: 20px;
	line-height: 20px;
	padding-left: 24px;
}

#content h4 {
	font-size: 18px;
	line-height: 18px;
}

#content h5 {
	font-size: 16px;
	line-height: 14px;
}

#content h6 {
	font-size: 14px;
	line-height: 12px;
}

/***** Post Icons ********************/
.time {
	margin: 0;
	padding: 0;
}

.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}

.categories {
	margin: 0;
	padding: 0;
}

.tags {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}

/***** Images ********************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}

img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}

.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

img.wp-smiley,
img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

/***** Post Navigation ********************/
.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navigation li {
	display: inline;
}

.navigation li a {
	color: #CF152A;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
}

.navigation li a:hover {
	background: #F7F7F7;
	color: #CF152A;
	border: 1px solid #E6E6E6;
	text-decoration: none;
}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
}

.navigation li.active a {
	background: #F7F7F7;
	color: #CF152A;
	font-weight: bold;
	border: 1px solid #E6E6E6;
}

/***** Primary Sidebar ********************/
#sidebar {
	width: 338px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar .widget {
	padding: 4px;
	margin: 0 0 10px 7px !important;
	background: url(images/bgd_sidebar.gif) no-repeat;
	border: 1px solid #cfcfcf;
	width: 270px;
	overflow: visible;
	min-height: 81px;
}

#sidebar .widget .widget-join-wrap {
	margin: 0;
	padding: 0;
}

#sidebar .widget .widget-join-wrap p {
	width: 180px;
	padding: 85px 30px 10px 30px !important;
	line-height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	position: relative;
	z-index: 55;
	min-height: 65px;
}

#sidebar .widget .widget-news-wrap p {
	width: 180px;
	padding: 55px 30px 10px 15px !important;
	line-height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	position: relative;
	z-index: 55;
	min-height: 65px;
}

.WishListMember_Widget .widgettitle {
	display: none;
}

.WishListMember_Widget p {
	font-weight: bold;
}

#sidebar .widget .widget-directory-wrap p {
	width: 180px;
	padding: 55px 30px 0 15px !important;
	line-height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	position: relative;
	z-index: 55;
	min-height: 65px;
}

#sidebar .widget_text .widget-wrap {
	background: url(images/testIcon.png) no-repeat top left !important;	
	min-height: 70px;
	width: 330px;
}

#sidebar .widget_text .widget-wrap p {
	width: 180px;
	padding: 40px 30px 15px 15px !important;
	line-height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	position: relative;
	z-index: 55;
	min-height: 65px;
}

#sidebar .widget p.napo {
	width: 180px;
	padding: 0 !important;
	margin: 0 auto !important;
	line-height:15px;
	position: relative;
	z-index: 55;
	}
	
#sidebar .widget .napo img {
	margin: 40px 0 15px 0;
}

#sidebar .sidebar-button {
	width: 87px;
	border-top: 1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	padding:6px 4px;
	text-align:center;
	position: relative;
	top: 4px; 
	left: 178px;
	text-transform:uppercase;
	line-height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	background: #ffffff url(images/btn_bgd.gif);
	font-weight:bold;
	z-index: 60;
	}
	
#sidebar .submit,
#sidebar .wlmember_loginwidget_input_submit {
	background: #BFC46C url(images/subnavbar.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Candara, "Trebuchet MS", Trebuchet, sans-serif;
	margin: 3px 10px 0px 5px;
	padding: 4px 5px 2px 5px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidebar .submit:hover,
#sidebar .wlmember_loginwidget_input_submit {
	background: #F47943;
	border: none;
}

#sidebar .join-icon {
	width:330px; 
	height:100px; 
	background: transparent url(images/joinIcon.png) no-repeat;
	position: absolute; 
	z-index: 50;
}

#sidebar .news-icon {
	width:330px; 
	height:150px; 
	background: transparent url(images/newsletterIcon.png) no-repeat;
	position: absolute; 
	z-index: 50;
}

.WishListMember_Widget #wlmember_loginwidget {
	width: 330px;
	padding: 35px 30px 10px 15px !important;
	line-height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	position: relative;
	z-index: 55;
	min-height: 75px !important;
	background: transparent url(images/loginIcon.png) no-repeat;
}

#sidebar .directory-icon {
	width:330px; 
	height:150px; 
	background: transparent url(images/organizerIcon.png) no-repeat;
	position: absolute; 
	z-index: 50;
}

#sidebar .connect-icon {
	width:330px; 
	height:150px; 
	background: transparent url(images/socialIcon.png) no-repeat;
	position: absolute; 
	z-index: 50;
}

#wlmember_loginwidget {
	width:190px;
	font-size:11px;
}

#wlmember_loginwidget input{
	border:1px solid #333;
	margin:3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding:3px 2px;
}

/***** Search Form(s) ********************/
.searchform {
	margin: 0;
}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
}

#sidebar .searchform {
	padding: 5px 10px 0 10px;
}

#nav .searchform {
	float: right;
	padding: 0;
}

.s {
	background: #FFFFFF url('images/searchbar.gif') no-repeat  !important;
	width: 150px;
	color: #5E5E5E;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 3px 3px 0 0;
	padding: 3px 0px 4px 25px;
	border: 1px solid #E1E1E1;
}

#header .s,
#nav .s,
#sidebar .s {
	width: 150px;
}

.searchsubmit {
	background: #BFC46C url(images/subnavbar.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Candara, "Trebuchet MS", Trebuchet, sans-serif;
	margin: 3px 10px 0px 5px;
	padding: 4px 5px 2px 5px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.searchsubmit:hover {
	background: #F47943;
	border: none;
}

/***** eNews & Updates Widget ********************/
#header .enews {
	background: url(images/enews-header.png) top right no-repeat;
	width: 290px;
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
}

#sidebar .enews {
	background: url(images/enews-sidebar.png) top right no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
}

#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #888888;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.enews #subbutton {
	background: #888888;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #888888;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.enews #subbutton:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
}

/***** Latest Tweets Widget ********************/



#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	width: 350px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar .latest-tweets,
#sidebar-alt .latest-tweets {
	background: #EEEEEE url(images/sidebar-bottom.png) bottom repeat-x;
	margin: 10px 0 15px 0;
	padding: 0 0 15px 0;
}

/***** Calendar ********************/



#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
}

#sidebar #wp-calendar caption {
	color: #888888;
}

#sidebar #wp-calendar th {
	color: #888888;
}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
}

#sidebar #wp-calendar thead {
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
}

#footer-widgeted #wp-calendar thead {
	background: none;
	color: #FFFFFF;
	text-shadow: #000000 1px 1px;
}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
}

#sidebar #wp-calendar td {
	background: #F7F7F7;
}

#footer-widgeted #wp-calendar td {
	background: none;
}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
}

/***** Contact Form ********************/

	

.gform_footer .button {
	background: #888888;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #888888;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.gform_footer .button:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
}

.gform_footer input.button {
	color: #FFFFFF !important;
}

.gform_wrapper .gform_footer {
	border: none!important;
}

/***** Footer ********************/

#footer {
	clear: both;
	overflow: hidden;
	width: 960px;
	color: #5e5e5e;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 29px 0px 20px 0px;
	text-align: center;
}

#footer .wrap {
}

#footer a,
#footer a:visited {
	color: #bfc46c;
	text-decoration: none;
	font-weight:bold;
}

#footer a:hover {
	color: #bfc46c;
	text-decoration: underline;
	font-weight:bold;
}

#footer .creds {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: center;
}

#footer .creds-top {
	padding-bottom: 7px;
}

/***** Comments ********************/



.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#respond {
	margin: 0 0 15px 0;
	padding: 0;
}

#author,
#email,
#url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #888888;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
}

#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #888888;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
}

#submit {
	background: #888888;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #888888;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#submit:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
}

.comment-list {
	margin: 0;
	padding: 0;
}

.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}

.comment-list li ul li {
	margin-right: -6px;
	margin-left: 10px;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}

.comment-list li .avatar {
	background: #F7F7F7;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
}

.comment-list cite,
.comment-list cite a,
.ping-list cite,
.ping-list cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.alt {
	margin: 0;
	padding: 10px;
}

.children {
	margin: 0;
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.reply a,
.reply a:visited {
	background: #888888;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #888888;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.reply a:hover {
	background: #CF152A;
	text-decoration: none;
	border: 1px solid #CF152A;
}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
}

.thread-alt,
.thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}

.even,
.alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}

/***** Slider ********************/

#gen-slider-wrap {
	width: 594px;
	height: 335px;
	margin: 0;
	padding: 10px;
	border: 1px solid #CFCFCF;
	background: #FFFFFF url(images/homepagetop.gif) no-repeat top left;
	margin: 0 0 10px 0;
	}
	
#gen-slider-wrap p {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 18px;
	font-size: 12px;
	}
	
#gen-slider-wrap h2 {
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: "museo-slab-1","museo-slab-2",Georgia, "Times New Roman", Times, serif;
	font-weight:  700;
	}
	
#gen-slider-wrap h2 a,
#gen-slider-wrap h2 a:link,
#gen-slider-wrap h2 a:visited {
	color: #979B4B !important;	
}

#gen-slider-wrap h2 a:hover,
#gen-slider-wrap h2 a:active {
	color: #F47943 !important;	
}

.slideinfo .more-link {
	font-family: Candara, "Trebuchet MS", Arial, sans-serif !important;
}

#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
	
#jFlowSlide {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0;
	display: inline-block;
	clear: both;
	z-index: 1;
	}
	
#jFlowSlide img {
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	z-index: 1;
	}
	
#slides {
	margin: 0;
	padding: 0;
	width: 604px;
	height: 335px;
	float: left;
	position: absolute;
	z-index: 1;

	}
	
.jFlowSlideContainer {
	margin: 0;
	padding: 0;
	}

.jFlowSlideControl {
	margin: 0;
	padding: 0;
	}

.slideinfo {
	float: left;
	display: block;
	background: none;
	width: 240px;
	height: 330px;
	margin: 0;
	padding: 10px;
	position: absolute;
	z-index: 8;
	}
	
html > body .slideinfoborder {
	float: left;
	display: inline;
	position: relative;
	background: none;
	width: 200px;
	padding: 15px 15px 10px 15px;
	margin: 0;
	border-top: double #F47943;
	border-bottom: double #F47943;
	z-index: 8;
	}
	
.slideinfoborder /* IE6 Fix */ {
	float: left;
	display: inline;
	position: absolute;
	background: none;
	width: 200px;
	padding: 10px 10px 5px 10px;
	margin: 0;
	border-top: double #F47943;
	border-bottom: double #F47943;
	z-index: 8;
	}
	
html > body .slideinfobg {
	float: left;
	display: block;
	position: absolute;
	background: transparent url(images/paper-bg.png) no-repeat top right;
	width: 260px;
	height: 100%;
	margin: -10px 0 0 -10px;
	padding: 0px;
	z-index: 6;
	}
	
.slideinfobg /* IE6 Fix */ {
	float: left;
	display: block;
	position: absolute;
	background: transparent url(images/paper-bg.png) no-repeat top right;
	width: 260px;
	height: 335px;
	margin: -10px 0 0 -10px;
	padding: 0px;
	z-index: 6;
	}
	
#jFlowSlide .slideimage {
	margin: 0;
	padding: 0;
	}
	
#previous a img {
	float: left;
	display: block;
	background: transparent url(images/arrowLt.png) no-repeat;
	margin: 285px 0 0 0;
	width: 118px;
	height: 55px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	border: none;
	}
	
#previous a:hover img {
	background-position: 0 -55px;
	}
	
#next a img {
	float: right;
	border: none;
	display: block;
	background: transparent url(images/arrowRt.png) no-repeat;
	margin: 285px 0 0 500px;	
	width: 118px;
	height: 55px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
	
#next a:hover img {
	background-position: 0 -55px;
	}
	
.gen-slider {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	}
	
.gen-slider h1 {
	margin: 0;
	}

/* List of Lists Buttons */
#list-buttons,
#home-bottom {
	background: #ffffff url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 594px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cfcfcf;
	position:relative;
	clear: both;
	}
	
#home-middle {
	clear: both;
	margin: 10px 0;
	padding: 0;
	width: 614px;
}

.more-link {
	text-transform: uppercase;
	font-weight: bold;
}

#home-middle .hpm-left {
	width: 278px;
	float: left;
	background: #ffffff url(images/home-middle.png) top left repeat-x;
	padding: 10px 10px 0 10px;
	border: 1px solid #cfcfcf;
}

#home-middle .hpm-right {
	width: 278px;
	float: right;
	background: #ffffff url(images/home-middle.png) top left repeat-x;
	padding: 10px 10px 0 10px;
	border: 1px solid #cfcfcf;
}
	
#list-buttons img:hover {
	background: url(images/button-lit.png) no-repeat top left !important;
}
	
#list-buttons p,
#home-bottom p,
#home-middle p {
	font-family: Candara, "Trebuchet MS", Trebuchet, sans-serif;
	font-size:13px;
	line-height:18px;
	}
	
#home-bottom p {
	padding-top: 10px !important;
}

#home-bottom .widget-wrap {
	background: url(images/listMamaBgd.png) no-repeat top left;
	padding: 37px 0 0 300px;
	min-height: 300px;
}

#list-buttons h3,
#home-middle h4,
#home-bottom h2 {
	background: url(images/featuredheadline.png) no-repeat;
	font-size: 15px;
	font-family: "museo-slab-1","museo-slab-2",Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 3px 7px 15px 24px;
}

#home-bottom h2 {
	background: none;
	padding-left: 0;
}

#list-buttons h3 strong {
	color: #F47943 !important;
	font-weight: 700;
}

#list-buttons h3 em {
	color: #5E5E5E;
	font-size: 13px;
	font-family: "museo-slab-1","museo-slab-2",Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	font-style: normal;
	text-transform: none;
}

/*********************** NextGen Gallery *************************/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	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;
}

/* ----------- 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 -------------*/

.visitSite, .sendEmail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	background:url(/img/visitSiteBg.png) no-repeat;
	margin:0 4px 0 0;
	padding:0 0 0 17px;
}

.sendEmail {
	background:url(/img/sendEmailBg.png) no-repeat;
	margin-left:5px;
	padding:0 0 0 19px;
}

.readArticle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(/img/eplannerBg.png) no-repeat;
	margin:15px 0px 15px 0px;
	padding:0 0 10px 20px;
	border-bottom:1px solid #cfcfcf;
}

.sampletext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0 4px 0 0;
	padding:10px 0 0 0;
	line-height:14px;
	text-align:center;
}

.relatedEplanner {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background:url(/img/eplannerBg.png) no-repeat;
	margin: 15px 0px 15px 0px;
	padding:0 0 10px 20px;
	border-bottom:1px solid #cfcfcf;
}

.subscribe {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(/img/subscribeBg.png) no-repeat;
	margin:15px 0px 15px 0px;
	padding:0 0 10px 20px;
	border-bottom:1px solid #cfcfcf;
}

.quote {
	font-size:14px;
	color:#8f8f8f;
	line-height:1.5em;
	margin: 0;
	padding:20px 0;
	border-top:1px solid #cfcfcf;
}

.quote em {
	font-size:12px;
	color:#cfcfcf;
	line-height:1em;
}


.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;
}

#organizers .ngg-gallery-thumbnail-box {
	float: left;
	height:400px;
	overflow:hidden;
}

#eplanners .ngg-gallery-thumbnail-box {
	float: left;
	height:400px;
	overflow:hidden;
}

#store .ngg-gallery-thumbnail-box {
	float: left;
	height:300px;
	overflow:hidden;
}

.ngg-gallery-thumbnail {
	float: left;
	text-align: left;
	width:140px;
	margin: 0 10px 20px 0;
	height: 300px !important;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #cfcfcf;
	display:block;  
	margin:4px auto;
	padding:4px;
	position:relative;
	
}

.ngg-gallery-thumbnail img:hover {
	background-color: #ffffff;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	width:125px;
	margin:4px auto;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	display:block;
}

.ngg-gallery-thumbnail span p {
	/* Images description */
	line-height: 1em;
}
.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;
}

.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;
} 

h4.storeTitle{
	font-size:14px !important;
	line-height:16px;
	padding-bottom:5px;
	color:#f47943;
	text-align:left;
}

p.storeCaption{
	font-size:11px;
	font-family: Candara, "Trebuchet MS", Trebuchet, sans-serif;
	line-height:16px;
	margin:0;
	padding:0 0 12px 0;
}

p.storeBtn{
	margin:0 0 0 -15px;
	padding:0;
}

p.storeBtn form{
	margin:0;
	padding:0;
}

.storeBtn img{
	border:0;
}
	
.storeBtn2{
	margin:0;
	padding:10px 0 20px 0;
}
p.storeBtn2 form{
	margin:0;
	padding:0;
}

.storeBtn2 img{
	border:0;
}
