/*
THEME NAME: Behind the Shutter
DESCRIPTION: Custom Theme developed for Behind the Shutter
VERSION: 2.0
AUTHOR: Alpha Channel Group
AUTHOR URI: http://www.alphachannelgroup.com/
.
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #000 url(images/ShutterBG.jpg) top center no-repeat;
	min-width:1000px;
	text-align: center;
	background-attachment:fixed;
}

img{border-style:none;}

a:link {
	color: #4e6ea9;
	text-decoration: underline;
}
a:active {
	color: #4e6ea9;
	text-decoration: underline;
}
a:visited {
	color: #4e6ea9;
	text-decoration: underline;
}
a:hover {
	color: #4e6ea9;
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}

input, textarea, select {
	font:100% Arial, "Helvetica Neue", Helvetica, sans-serif;
	vertical-align:middle;
}

form,fieldset {
	border:none;
}

#header {
	position: relative;
	width:100%;
	min-height:175px;
}

#header .header {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: -1px auto 0;	
	color: red;
	display: block;
	overflow: hidden;
}

#header img.logo {
	clear: none;
	margin: 40px 0 0;
}


#header .header .login {
	background: url(images/login_bg_slice.png) repeat-y;
	float: right;
	margin:-1px 0 15px;
	width: 290px;
	padding: 0 0 0 20px;
	min-height: 63px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#header .social {
	float: right;
	clear: left;
	margin: 10px 15px 0;
}

#header .social a {
	padding: 0 4px;
}

#header .header .login h3 {
	color: white;
	margin-top: 10px;
}

#header .header .login .message {
	color: #aa8;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-align: left;
}

#header .header .login .message a {
	color:#96adb7;
	text-decoration: underline;
}

#header .header .login .instructions {
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	background-color: white;
	color: black;
	font-weight: normal;
	text-align: left;
	margin-right: 20px;
	background: #ffd;
}

#header .header .login .welcome {
	display: block;
	color: #96adb7;
	font-weight: bold;
	margin: 10px 20px 0 0;
	font-size: 9pt;
	text-align: right;
}

#header .header .login a {
	color: #96adb7;
}


#header .header .login div {
	width: 100px;
	float: left;
	margin: 15px 0 0 5px;
	padding: 0 0 1px;
	clear: none;
}

#header .header .login .forgot {
	display: block;
	float: left;
	clear: left;
	margin: 0 0 0 5px;
	width: 130px;
}

#header .header .login div label {
	float: left;
	width: 65px;
	color: #96adb7;
	font-size: 8pt;
	font-weight: bold;
}

#searchfrom #s,
#searchform #s,
#header .header .login div input {
	width: 102px;
	font-size: 11px;
	height: 20px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #b0b1b3;
	border: 1px solid #b0b1b3;
}

#header .header .login input.go {
	width: auto;
	float: none;
	clear: none;
	margin: 15px 0 0 8px;
}

#header .head_link {
	float: right;
	clear: right;
	height: 77px;
	margin: 0 0 20px;
	background: none;
}


#content .login {
	width: 350px;
	padding: 10px;
	margin: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #96adb7;
}

#content .login div label {
	float: left;
	clear: left;
	width: 100px;
	padding: 5px 3px 0 0;
	text-align: right;
}

#content .login h3,
#content .post .login h3 {
	margin: -10px -10px 10px -10px;
	background: #96adb7;
	color: white;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

#content .login input {
	padding: 2px 5px;
	margin-bottom: 5px;
	width: 200px;
}

#content .login input.go {
	padding: 0;
	margin: 5px 0 0 103px;
	width: auto;
}

#content .login .forgot {
	display: block;
	margin: 10px 0 0 103px;
}

#content .login p.message {
	margin: 10px 0;
	border: 2px solid #996;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

/* Main Menu */
#footer_menu,
#menu {
	position: relative;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	background: #c6d1d6;
	height: 43px;
	line-height: 43px;
}

#footer_menu .submenu,
#menu .menu {
	position: relative;
	display: block;
	width: 972px;
	list-style:none;
	padding: 0 0 0 18px;
}

#footer_menu .submenu li,
#menu .menu li {
	width: auto;
	float: left;
	list-style-type: none;
	position: relative;
	overflow: visible;
}

#footer_menu .submenu li a,
#menu .menu li a {
	display: block;
	padding: 0 18px 0 10px;
	color: black;
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/menu_item_bg.png) center left no-repeat;
	
}
#footer_menu .submenu li ul,
#menu .menu li ul {
	position: absolute;
	width: 20em;
	top: 43px;
	margin-left: -10px;
	left: -999em;
	background: #c6d1d6;
	text-align: left;
	z-index: 99;
	border: 1px solid #444;
	border-top: none;
}
#footer_menu .submenu li li,
#menu .menu li ul li {
	float: none;
	top: 0;
	left: 0;
	width: 20em;
	text-align: left;
	border-top: 1px solid #e6f1f6;
}
#footer_menu .submenu li li a,
#menu .menu li ul li a {
	text-transform: none;
	margin: 0; 
	padding: 4px 10px;
	letter-spacing: 0;
	line-height: 20px;
	background: none;
}

#footer_menu .submenu a:hover,
#menu .menu a:hover {
	color: #292c2d;
    text-decoration: underline;
}
#footer_menu .submenu li li a:hover,
#menu .menu li ul li a:hover {
	background-color: black;
	color: #c6d1d6;
}

#menu .menu li:hover ul,
#menu .menu li.sfhover ul {
	left: 10px;
}

#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background-color: white;
}

#content.blog {
	width: 1000px;
}

#content .entry {
	clear: none;
}


#content .postmetadata, #content .postmetadata a {
	clear: left;
	color: #888;
	font-size: 8pt;
	margin-bottom: 25px;
}

#content h1 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.1em;
	color: #527382;
	font-weight: bold;
}

#content .content .post, #content .content .page {
	width: 681px;
	padding: 20px 30px 30px;
	margin: 0;
}

#content .post p {
	padding-top: 5px;
	padding-bottom:10px;
}

#content .post ol {
	padding-left: 20px;
	padding-bottom: 10px;
}

#content .post ul {
	padding-left: 20px;
	padding-bottom: 10px;
}
#content .post h2 {
	padding-bottom: 10px;
}

#content .post img {
	padding: 4px; 
	background: none repeat scroll 0% 0% #ffffff; 
}

#content img.alignright {
	margin-bottom: 10px; 
	margin-left: 20px; 
	float: right;
}

#content img.alignleft {
	margin-bottom: 10px; 
	margin-right: 20px; 
	float: left;
}

#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#comments_wrapper {
	text-align: left;
	padding: 25px;
	list-style-type: none;
	background-color: none;
	color: white;
	width: 950px;
	margin: 0 auto;

	
}

#comments, #respond h3 {
	margin-bottom: 10px;
	color: #ccc;
}

.commentlist {
	list-style-type: none;
}

.commentlist .comment {
	margin: 0 0 35px;
	width: 900px;
	border: 8px double #000;
	background: #3A383F;
		filter: alpha(opacity=60); /* Old IE */
-ms-filter: "alpha(opacity=60)"; /* IE8 */
-khtml-opacity: 0.60; /* Old Safari */
-moz-opacity: 0.60; /* Old Firefox, Netscape */
opacity: 0.60; /* Standard */
}

.commentlist div {
	margin: 5px 0;
}

.commentlist div p {
	margin: 5px 0;
}

.commentlist div .comment-author {
	height: 50px;
}

#respond {
	text-align: left;
}

#commentform {
	width: auto;
}

#commentform textarea,
#commentform p {
	margin: 5px 0;
}
#commentform textarea {
	width: 900px;
	padding: 5px;
	border: 8px double black;
}
#content .post h2, .content h2 {
	font-size: 22px;
	line-height: 27px;
	color: #527382;
}

#content .post h2.centered {
	text-align: center;
}

#content h2 span {
	font-weight: normal;
	font-size: 17pt;
}

#content .post h3, .content h3 {
	font-size: 18px;
	margin: 15px 0 18px;
}

#content h1 a, #content h2 a, #content h3 a {
	color: #4e6ea9;
	text-decoration: none;
	font-style: italic;
	font-size: 14pt;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
	text-decoration: underline;
	color: #0e2e79;
}

#content h2.pagetitle, #content .content h2.pagetitle {
	line-height: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer_wrapper {
	float: none;
	clear: both;
	margin: 0 auto;
	width: 1000px;
	height: 53px;
	background: #fff;
	font-size: 8pt;
	text-align: center;
	padding: 25px 0 0;
}

#footer p {
	line-height: 1.3em;
} 

#footer .signature {
	position: absolute;
	top: 18px;
	right: 10px;
}

/* Home-page specific styles */

#content_wrapper {
	padding: 1px 0 1px;
	background-color: white;
	width: 1000px;
	margin: 0 auto;
}

#content div.content {
	background-color: white;
}

/*Home page slideshow */
#slideshow {
	position: relative;
	margin: 30px auto 0;
	width: 940px;
	padding: 0 30px;
	height: 372px;
	background: url(images/content_divide.png) bottom right no-repeat;
}

ul.fade-gal {
    height: 327px !important;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 940px;
}

ul.tabset {
	position: absolute;
	top: 303px;
	left: 637px;
	width: 288px;
}
ul.tabset li {
	display: inline;
	margin: 0 8px;
}

ul.tabset li.slide-next,
ul.tabset li.slide-prev {
	display: none;
}

ul.tabset li a {
	background: url(images/tab.png) center center no-repeat;
	text-decoration: none;
	text-align: center;
	width: 23px;
	height: 22px;
    display: block;
    float: left;
    margin: 0 4px;
    overflow: hidden;
    text-align: center;
    text-indent: -999em;
}

ul.tabset li a.active {
	background: url(images/active_tab.png) center center no-repeat;
}

.widget_acg_slideshow_widget {
	overflow: hidden;
	text-align: center;
}

.widget_acg_slideshow_widget ul.fade-gal {
	width: auto;
	height: auto;
	overflow: hidden;
	height: 200px;
}

.widget_acg_slideshow_widget ul.fade-gal li {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.widget_acg_slideshow_widget ul.fade-gal li img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.widget_acg_slideshow_widget ul.tabset {
	text-align: center;
}
.widget_bts_show__banner_ads{
	width: 502px;
	height: 77px;
}
#content.blog div.content {
	width: 525px;
}

#content div.twocolumn {
	width: 740px;
	margin-left: 10px;
}

#content div.onecolumn {
	width: 1000px;
}

#content .onecolumn .join {
	text-align: center;
}

#content .twocolumn .post, #content .twocolumn .page {
	width: 680px;
}

#content .onecolumn .post, #content .onecolumn .page {
	width: 940px;
}

#content .clear, .clear {
	clear: both;
}


/* Sidebar styles */

#left_sidebar {
	float: left;
	min-height: 250px;
}
#sidebar-mo-sidebar-page_right_sidebar,
#sidebar-mo-blog_right_sidebar,
#sidebar-blog_right_sidebar,
#sidebar-page_right_sidebar {
	float: right;
	width: 200px;
	background: #e2e8ea url(images/right_sidebar_bg.png) bottom right no-repeat;
	margin: -1px 0 0;
	padding: 30px;
}

#sidebar-home_sidebar{
	float: right;
	clear: none;
	background: #e2e8ea url('images/ad_bottom.png') bottom right no-repeat;
	width: 260px;
	padding: 13px 0 0 ;
	margin: 0;}
	
#sidebar-home_sidebar ul{	text-align: center;}
.sidebar {
	background-color: white;
	color: #6f7c81;
	margin-top: 5px;
}
.sidebar .widget_bts_join_now {	margin: 0 0 30px;}
.sidebar .widget_bts_categories h2 {
	font-size: 13px;
	line-height: 23px;
	width: 201px;
	padding: 0 0 5px;
	background: url(images/sidebar_h2_bg.png) bottom center no-repeat;
}

.sidebar .widget_bts_categories li {
	background: url(images/sidebar_li_bg.png) bottom center no-repeat;
	color: #527382;
	line-height: 23px;
}
.sidebar .widget_bts_categories li a {
	background: url(images/menu_item_bg.png) center left no-repeat;
	padding: 0 0 0 12px;
}

.sidebar .widget_bts_categories li .children {
	margin: 0 0 0 15px;
}
#footer_menu #searchform,
#menu #searchform {
	background-color: #C6D1D6;
	width: 180px;
	height: 43px;
	float: right;
	margin: 0;
	line-height: 43px;
}

#footer_menu .sidebar h2,
#menu .sidebar h2,
#searchform label {
	display: none;
}

#searchform #s {
	width: 110px;
}

#footer_menu #searchsubmit, 
#menu #searchsubmit {
	background: url(images/search.png) center center no-repeat;
	border: none;
	width: 52px;
	height: 20px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.leftsidebar {
	margin-left: 20px;
	width: 210px;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar ul li.widget_bts_show_ads {
	margin: 0 0 10px 0;
	padding: 0;
}

.sidebar ul li.widget_bts_show_ads ul li {
	margin: 0 0 15px;
	padding: 2px 5px;
}


.sidebar h2 {
	color: #4e6ea9;
	width: 191px;
	padding: 7px 7px;
	text-transform: uppercase;
	font-size: 12pt;
}

.sidebar a:link, .sidebar a:visited {
	color: #4e6ea9;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar .partner {
	text-align: center;
}

.sidebar .partner a {
	margin: 0 auto;
}

#email_signup {
	width: 205px;
	background-color: #e2e8eb;
	padding: 3px 0;
}

#email_signup legend {
	color: black;
	font-weight: bold;
	font-size: 14pt;
	padding: 7px 0 0 7px;
}

#email_signup p {
	color: #333;
	padding: 2px 0 7px 7px;
	font-size: 9pt;
}

#email_signup input.email {
	width: 180px;
	padding: 2px 5px;
	color: #888;
}

#email_signup input {
	margin: 0 0 7px 7px;
}
#sidebar-home_post_sidebar {	
	width: 710px;	margin: 13px 0 0;
	padding: 0 0 0 30px ;
}

.sidebar ul .widget_recent_posts_featured_image_author{ 
	float: left;
	clear: left;
	margin: 0 0 30px;
	color: #527382;
}

.widget_recent_posts_featured_image_author .date {
	font-size: 10px;
}
.widget_recent_posts_featured_image_author li {
	width: 325px;
	float: left;
	clear: none;
	margin: 0px 29px 10px 0px;
}

.widget_recent_posts_featured_image_author li h2 {
	background: none;
	width: auto;
	padding: 0;
	min-height: 36px;
	margin: 0;
}
#content .widget_recent_posts_featured_image_author li h2 a {
	color: #000;
	font-size: 17px;
	margin: 20px 0px 14px 0px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

#sidebar-home_post_sidebar li li {
	padding: 0;
	height: 330px;
	overflow: hidden;
}

#sidebar-home_post_sidebar .widget_recent_posts_featured_image_author li img {
	height: 182px;
	width: 325px;
}

#sidebar-home_post_sidebar .widget_recent_posts_featured_image_author li p {
	width: 325px;
}

#sidebar-home_post_sidebar .widget_bts_upcoming_events .events {
	min-height: 48px;
}
#sidebar-home_post_sidebar .widget_bts_upcoming_events .events a{
	font-weight: normal;
	font-size: 15px;
}

#sidebar-home_post_sidebar .widget_bts_upcoming_events a .event_date{
	text-transform: uppercase;
	width: 38px;
	height: 38px;
	border: 2px solid #fff;
	text-align: center;
	padding: 5px;
	float: left;
}

#sidebar-home_post_sidebar li li .day {
	font-weight: bold;
	display: block;
	font-size: 22px;
	margin: 0 0 4px;
}
#sidebar-home_post_sidebar li li .month {
	font-size: 13px;
}

#sidebar-home_post_sidebar li li .year {
	display: none;
}

#sidebar-home_post_sidebar li li .event_title {
	display: block;
	height: 48px;
	vertical-align: middle;
	margin: 10px 70px 0 62px;
}

#teasers {
	width: 713px;
	padding: 10px 0 10px 0;
	text-align: center;
	float: left;
}

#teaser1, #teaser2, #teaser3, #teaser4 {
	display: none;
	margin: 0 4px 0 5px;
	text-align: center;
}

#teaser1 {
	display: block;
}

#teaser1 img, #teaser2 img, #teaser3 img, #teaser4 img {
	width: 94%;
	height: auto;
}

#teasers .tabs {
	width: 100%;
	background-color: #97adb7;
	height: 32px;
	margin: 10px 0 20px 0;
}
#teasers .tabs a {
	display: block;
	float: left;
	width: 95px;
	padding-right: 15px;
	text-align: center;
	line-height: 32px;
	background: #97adb7 url(images/teaser_tab_bg.gif) top right no-repeat;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#teasers .tabs a:hover {
	color: #ffa;
	text-decoration: underline;
}

.left_content {
	width: 740px;
	float: left;
	margin: 0 0 30px;
}

.sidebar .widget_bts_upcoming_events {
	min-height: 210px;
	z-index: 100;
	float: left;
	clear: left;
}
.sidebar .widget_bts_upcoming_events h2,
.sidebar .widget_bts_upcoming_events {
	background: #527382 url(images/event_bottom.png) bottom left no-repeat;
	width: 354px;
	margin: 0 0 0 -30px;;
}

.sidebar .widget_bts_upcoming_events h2 {
	background: transparent url(images/event_top.png) top left no-repeat;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding: 20px 0 0 30px;
	margin: 0;
}

#sidebar-home_post_sidebar .widget_bts_upcoming_events ul {
	padding: 5px 0 20px;
}
#sidebar-home_post_sidebar .widget_bts_upcoming_events li {
	padding: 10px 0 0 30px;
}
.sidebar .widget_bts_upcoming_events li, 
.sidebar .widget_bts_upcoming_events li a {
	font-size: 15px;
	color: white;
}

.sidebar .widget_text {
	float: right;
	clear: none;
	margin: 10px 13px 0 0;
	width: 296px;
	padding: 38px 0 0 77px;
	background: #c6d1d6 url(images/testimonial_top.png) top right no-repeat;
	color: #000;
	font-size: 23px;
	line-height: 27px;
	z-index: 1;
}

#sidebar-home_post_sidebar .widget_text {
	position: relative;
}
.sidebar .widget_text .textwidget {

	background: url(images/testimonial_bottom.png) bottom right no-repeat;
	padding: 0 5px 20px 0;
}

.sidebar .widget_text .top {
	background: url(images/topquote.png) top left no-repeat;
	position: absolute;
	top: 27px;
	left: 30px;
	width: 38px;
	height: 25px;
}

.sidebar .widget_text .bottom {
	position: absolute;
	top: 90px;
	left: 273px;
	background: url(images/bottomquote.png) bottom right no-repeat;
	width: 38px;
	height: 25px;

}
.sidebar .widget_text .signature {
	font-size: 13px;
	line-height: 28px;
}

.sidebar .widget_bts_facebook_twitter {
	padding-top: 20px;
	text-align: center;
}

#sidebar-home_about_sidebar {
	clear: both;
	margin: 30px 30px;
	width: 666px;
	height: 185px;
	background: #f8f8f8
}

#sidebar-home_about_sidebar .widget_text {
	background: #f8f8f8;
	margin: 0 auto;
	font-size: 13px;
	position: relative;
	top: 0;
	left: 0;
	width:auto;
	padding: 22px;
	line-height: 20px;
	
}

#sidebar-home_about_sidebar .widget_text h2 {
	background: none;
	color: #527382;
	font-size: 19px;
	font-weight:bold;
	width: auto;
	margin: 0 0 15px;
	padding: 0;
}
#sidebar-home_about_sidebar .widget_text h3 {
	margin: 0;
}

#sidebar-home_about_sidebar .widget_text .textwidget {
	background: none;
	padding: 0;
}

.sidebar .wpcjt_multi {
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.4em;
	padding: 20px;
	font-style: italic;
}

.sidebar .wpcjt_multi p.testimonial_author {
	margin-top: 10px;
	font-style: normal;
	font-size: 10pt;
}

.sidebar .wpcjt_multi p.testimonial_author:before {
	content: "\2014\20";
}

.sidebar .widget_bts_archives_by_month h2 {
	margin-bottom: 5px;
}

.sidebar .widget_bts_archives_by_month .archive_group {
	border: 1px solid #e2e8eb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 204px;
}

.sidebar .widget_bts_archives_by_month .archive_month {
	background-color: #e2e8eb;
	display: block;
	padding: 3px 5px;
}

.sidebar .widget_bts_archives_by_month .archive_links a {
	display: block;
	font-weight: normal;
	margin-left: 12px;
	padding: 3px 0;
}

.sidebar .widget_bts_renewal_reminder div {
	border: 1px solid #e2e8eb;
	padding: 10px;
	width: 183px;
	font-size: 11pt;
}

.sidebar .widget_bts_renewal_reminder div span.name {
	font-weight: bold;
	color: black;
}

.sidebar .widget_bts_renewal_reminder div span.days {
	color: #900;
	font-weight: bold;
}

.sidebar .widget_bts_renewal_reminder a {
	display: block;
}

.sidebar .widget_bts_renewal_reminder div span.expires {
	font-style: italic;
}

.sidebar .widget_bts_show_ads .partnerad {
	width: 200px;
}

.sidebar .widget_bts_show_ads .partnerad img {
	width: 200px;
}

#join {
	position: relative;
	width: 620px;
	min-height: 250px;
	margin: 20px auto;
}

#content #join h3 {
	font-size: 12pt;
	margin: 40px 0 5px;
}

#join div {
	margin: 6px 0;
	float: none;
	clear: left;
	width: 300px;
	line-height: 26px;
	overflow: hidden;
}

#join div.contact_short,
#join div.contact_left {
	float: left;
	margin: 20px 0;
}

#join div span.delivery_address {
	display: block;
	margin-top: -10px;
	color: #888;
	font-size: 12px;
}

#content #join div.contact_left h3 {
	margin: 0 0 5px;
}

#join div.email_right {
	float: right;
	clear: none;
}

#join div.padtop {
	padding-top: 45px;
	width: 350px;
}

#join div label {
	display: inline-block;
	float: left;
	font-size: 11pt;
	width: 100px;
}

#join div label.wide {
	width: 290px;
	padding-bottom: 10px;
}

#join div.card label {
	width: 140px;
}

#join div input,
#join div select {
	width: 150px;
	height: 26px;
	font-size: 11pt;
	padding: 2px;
}

#join div input.submit {
	width: 153px;
	height: 77px;
	font-weight: bold;
	text-indent: -999px;
	background: url(images/join_arrow.png) center center no-repeat;
	border: none;
	cursor: pointer;
	
}

#join .membership {
	width: 600px;
	margin: 12px 0;
}

#join ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#join .membership ul li{
	display: inline-block;
	float: left;
	width: 300px;
	padding: 0;
}

#join .membership ul li:last-child {
	/* width: 285px;
	padding: 0 0 0 15px; */
}

#join li {
	margin: 0;
	padding: 3px 3px;
}

#join li.disabled,
#join li.disabled label {
	color: #888;
	background: #ddd;
}

#join .membership_spacer {
	width: 620px;
	text-align: center;
}

#content #join .membership_spacer h3 {
	font-size: 22px;
}

#join .membership p {
	width: 600px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}

#join .membership label {
	float: none;
	width: auto;
	display: inline;
	margin-left: 8px;
	font-size: 9pt;
}

#join .membership input {
	width: auto;
}

#join div.boxes {
	width: 600px;
	margin: 0 0 40px;
}

#join div.radio p {
	font-size: 11pt;
	width: 250px;
	float: left;
	padding-bottom: 10px;
}

#join div.boxes p {
	width: 400px;
	padding-bottom: 0;
}

#join div.submit {
	width: 100%;
	height: 77px;
	text-align: right;
	margin: 20px 0 0;
	clear: both;
}

#join p span {
	font-size: 9pt;
	font-style: italic;
}

#join div.boxes div div {
	height: 20px;
	margin-left: 20px;
}

#join div.boxes div.left {
	float: left;
	width: 200px;
	margin: 0 0 20px;
}

#join div.boxes div.right {
	float: right;
	clear: right;
	width: 200px;
}

#join div.boxes div div label {
	float: none;
	display: inline;
	margin-left: 6px;
	width: auto;
}

#join div input.photoshoots {
	width: 40px;
}

#join div select {
	width: auto;
	font-size: 11pt;
	padding: 2px;
	max-width: 150px;
}

#join div select.state_dropdown {
	width: 150px;
	height: 26px;
	font-size: 11pt;
	padding: 2px;
}

#join .steps {
	width: 620px;
	margin: 0 auto 12px;
	padding: 10px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}

#join .steps p {
	width: 110px;
	display: inline-block;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 0 0 0;
	color: #889;
	border: 1px solid #889;
	margin: 2px 5px;
	line-height: 26px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#join .steps p span {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin: 0 5px 0 0;
	padding: 0 5px;
	background-color: #aab;
	color: white;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
}

#join .steps p.current {
	font-weight: bold;
	color: black;
	border-color: black;
}

#join .steps p.current span {
	background-color: black;
}

#join .steps h4 {
	color: black;
	font-size: 11pt;
	display: inline;
}

#join .steps img {
	padding: 10px 0 0 0;
	border: none;
}

#join div input.radio, #join div input.checkbox {
	width: auto;
	margin-top: 0;
	display: inline;
}

#join div label.radio {
	text-align: right;
	float: none;
	display: inline;
}

#join div input.second {
	margin-left: 20px;
}

#join div.termsandconditions {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	color: #444;
	position: relative;
	padding-top: 20px;
	display:none;
}

#join div.termsandconditions a.termshide {
	position: absolute;
	top: 0;
	right: 0;
	background: #ccc;
	color: #555;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 2px 5px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 5px;
}

#join div.termsandconditions a.termshide span {
	display: inline-block !important;
	zoom: 1;
	*display: inline;
	float: none !important;
	width: 10px !important;
	font-weight: bold;
	margin-left: 10px;
}

#join .termscheckbox {
	font-size: 12px;
	width: 215px;
	line-height: 14px;
}

#join .termscheckbox a {

}
p.error {
	border: 2px solid #900;
	background-color: #ffd;
	color: black;
	font-weight: bold;
	width: 310px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#join p.error {
	border: 2px solid #900;
	background-color: #ffd;
	color: black;
	font-weight: bold;
	width: 280px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p.info, p.warning, p.update {
	border: 2px solid #996;
	color: black;
	font-weight: bold;
	width: 310px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p.renewinfo {
	font-size: 12px !important;
	line-height: 15px;
	border-width: 1px;
	color: #444;
	font-weight: normal;
	font-style: italic;
	padding: 7px;
	margin-bottom: 15px !important;
	width: 285px !important;
}

#join .email_input {
	float: right;
	clear: right;
	margin: 20px 0 0;
}



#content #join .contact_short h3,
#content #join .contact_left h3,
#content #join .email_input h3  {
	margin: 0;
}

#content #join .email_single h3,
#join .email_single {
	float: none;
	margin: 0 auto;
}

#content #join .email_single h3 {
	text-align: center;
	float: none;
	clear: left;
}

#join div.single {
	text-align: center;
}

#content div.display div {
	float: none;
	clear: left;
	width: 400px;
}

#content div.display div.termsandconditions {
	width: 650px;
	line-height: 18px;
	color: black;
}

#join div.display div {
	border-bottom: 1px solid #ddd;
	line-height: 20px;
}

#join span.processing {
	background: #527382;
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 5px;
}

#content div.display div.terms_div {
	line-height: 26px;
}

#content div.display div span {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	padding-top: 5px;
	font-weight: bold;
}


#content div.display div p {
	display: inline-block;
	vertical-align: top;
	width: 280px;
}

.recently {
	margin-top: 10px;
	margin-left: 20px;
}

.recently h2 {
	color: black;
	font-size: 18pt;
}

.recently div {
	margin-top: 15px;
	width: 160px;
	color: #6f7c81;
	float: left;
	clear: none;
}

.recently div h3 {
	color: #6f7c81;
	margin: 5px 10px 2px 0;
}

.recently div img {
	width: 153px;
}

.recently div a {
	color: #4e6ea9;
	font-weight: bold;
	text-decoration: none;
}

.recently div a:hover {
	text-decoration: underline;
}

h2.mocontent {
	border-top: 1px dotted #666;
	padding-top: 15px;
	margin: 25px 0 10px 0;
	font-size: 18px;
	color: black;
}

.navigation {
	padding: 5px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#content.search {
	padding: 25px;
	width: 950px;
	
}

#content .memberinfo {
	
}

#content .memberinfo p {
	float: none;
	clear: left;
}

#content .memberinfo div.receipt {
	border: 1px solid #888;
	padding: 20px;
}

#content .memberinfo div.receipt label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: right;
	width: 130px;
	margin-right: 8px;
}

#content .memberinfo table.orders td {
	padding: 3px 7px;
	border-bottom: 1px solid #ccc;
}

#content .memberinfo table.orders th {
	border-bottom: 2px solid #444;	
}

#content .memberinfo table.orders td.amount {
	text-align: right;
}

#content .memberinfo div.receipt h3 {
	font-size: 40px;
	text-align: center;
}

#content .memberinfo div.receipt p.company,
#content .memberinfo div.receipt p.website {
	text-align: center;
}

#content .memberinfo div.receipt p.company {
	font-size: 17px;
	font-weight: bold;
}

#content .memberinfo div.receipt p.date {
	text-align: right;
	margin: 30px 0;
}

#content .memberinfo div.receipt p.billto {
	width: 150px;
	text-align: right;
	font-weight: bold;
}

#content .memberinfo div.receipt p.service {
	margin-top: 30px;
}

#content .memberinfo p span, #content .memberinfo form div label {
	display: block;
	float: left;
	width: 100px;
}

#content .memberinfo p, #content .memberinfo form div {
	float: none;
	clear: left;
	padding: 3px;
}

#content .memberinfo form div input {
	padding: 2px;
}


#content .memberinfo form div input.email {
	width: 200px;
}

#right_sidebar ul li ul.sub {
	margin-left: 15px;
}

#right_sidebar ul li ul.sub li a {
	font-weight: normal;
}

#join p, #join div p {
	width: 290px;
	font-size: 10pt;
}

.clearboth {
	clear: both;
}

.copyline {
	background: url(images/copy_line_bg.png) top left no-repeat;
	color: #f8f8f8;
	font-size: 10px;
	margin: 0 auto;
	text-align: right;
	width: 966px;
	height: 40px;
	line-height: 40px;
	padding: 0 34px 0 0;
	
}

ul.fade-gal li {
	height: 325px;
	overflow: hidden;
	width: 100%;
}

ul.fade-gal li img {
	width: auto !important;	
}

ul.fade-gal li div.slidecopy {
	position: absolute;
	top: 0;
	right: 31px;
	width: 332px;
}

ul.fade-gal li div.slidecopy h2 {
	color: 8da3ad;
	font-size: 30px;
	display: inline;
}

ul.fade-gal li div.slidecopy p {
	margin-top: 15px;
}

/*sign up page styles*/
.entry #sign_up_post {
	display: inline-block;
	margin: 28px auto;
}
#sign_up {
	display: inline-block;
	vertical-align: top;
	min-height: 476px;
	width:  390px;
	background: #edf1f2;
	padding: 0 30px;
	margin: 0 0 30px;
}

#sign_up.left {
	margin: 0 36px 0 0;
}

#sign_up h1, #sign_up h2,
#content .post #sign_up img,
#content .post #sign_up p.link {
	text-align: center;

}

#content .post #sign_up h1 {
	margin: 30px 0 6px;
	line-height: 30px;
	font-size: 30px;
}

#content .post #sign_up h2 {
	margin: 6px auto;
	color: #000;
	line-height: 23px;
	font-size: 23px;
	
}

#content .post #sign_up img {
	padding: 0;
	margin: 0 auto;
}

#sign_up ul {
	padding: 20px 13px;
}

#sign_up .alignleft {
	margin: 30px 0;
}

.aligncenter,
img.aligncenter,
div.aligncenter {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.widget.widget_sp_image {
    margin: 0 0 30px;
}