/*
THEME NAME: Behind the Shutter
DESCRIPTION: Custom Theme developed for Behind the Shutter, designed by <a href="http://www.visuallure.com">Visual Lure</a>
VERSION: 1.0
AUTHOR: Alpha Channel Group
AUTHOR URI: http://www.alphachannelgroup.com/
.
*/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #535569;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: white url(images/body_bg.jpg) repeat-x;
	min-width:960px;
	text-align: center;
}

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%;
	height:190px;
	background-color: black;
	border-top: 1px solid black;
}

#header .header {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;	
	border-top: 1px solid black;
	color: red;
}

#header h2 {
	display: block;
	position: relative;
	width: 535px;
	margin: 30px 0 0 0;
}

#header .header .login {
	position: absolute;
	top: -1px;
	right: 5px;
	width: 285px;
}

#header .header .login h3 {
	background: #000 url(images/login_h1_bg.gif) no-repeat;
	width: 265px;
	line-height: 38px;
	color: #96adb7;
	text-align: right;
	font-size: 10pt;
	padding-right: 20px;
}

#header .header .login .message {
	color: #aa8;
	font-weight: bold;
	margin: 5px 0 0 38px;
	text-align: center;
}

#header .header .login .message a {
	color:#96adb7;
	text-decoration: underline;
}

#header .header .login .instructions {
	border: 2px solid #96adb7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	background-color: white;
	color: black;
	font-weight: normal;
	margin: 5px 0 0 38px;
	text-align: left;
}

#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.logout {
	color: #96adb7;
}


#header .header .login div {
	width: 200px;
	float: left;
	margin: 5px 0 0 38px;
	padding: 0;
	clear: left;
}

#header .header .login div label {
	float: left;
	width: 65px;
	color: #96adb7;
	font-size: 8pt;
	font-weight: bold;
}

#header .header .login div input {
	width: 125px;
	font-size: 8pt;
	font-weight: bold;
	height: 17px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#header .header .login input.go {
	width: auto;
	float: none;
	clear: none;
	margin: 5px 0 0 0;
}


/* Main Menu */
#menu {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	background: #acbdc5 url(images/menu_bg.jpg) repeat-x;
}

#menu .menu {
	position: relative;
	display: block;
	width: 960px;
	list-style:none;
	text-align: center;
	height: 36px;
	margin: 0 auto;
}

#menu .menu li {
	width: auto;
	float: left;
	list-style-type: none;
	position: relative;
	overflow: visible;
}

#menu .menu li a {
	display: block;
	padding: 9px 20px 9px 20px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: white 1px 1px 0;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;

}

#menu .menu li ul {
	position: absolute;
	width: 18em;
	top: 35px;
	left: -999em;
	background: white;
	text-align: left;
	border-top: 1px solid white;
	border-right: 1px solid #97adb7;
	border-bottom: none;
	border-left: 1px solid #97adb7;
	z-index: 99;
}

#menu .menu li ul li {
	float: none;
	top: 0;
	left: 0;
	width: 18em;
	text-align: left;
	border-bottom: 1px solid #97adb7;
}

#menu .menu li ul li a {
	text-transform: none;
	padding: 6px 10px;
	letter-spacing: 0;
}

#menu .menu a:hover {
	color: #292c2d;
    	text-decoration: underline;
}

#menu .menu li ul li a:hover {
	background-color: #97adb7;
	color: black;
    	text-decoration: underline;
}

#menu .menu li:hover ul,
#menu .menu li.sfhover ul {
	left: 10px;
}

#content_wrapper {
	width: 100%;
	text-align: center;
	background: white url(images/content_bg.jpg) repeat-x;
}

#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: 18pt;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
	line-height: 1.1em;
	color: #666;
	font-style: italic;
	font-weight: normal;
}

#content .content .post, #content .content .page {
	width: 470px;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px solid transparent;
}

#content .post p {
	margin: 5px 0;
}

#content .post img {
	border: 1px solid #9AA341; 
	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, #respond h3 {
	margin-bottom: 10px;
	color: #444;
}

.commentlist {
	margin-left: 25px;
}

#respond {
	margin-top: 25px;
}

#content .post h2, .content h2 {
	margin: 10px 0 10px 0;
	color: #4e6ea9;
	font-size: 18pt;
	line-height: 1.15em;
}

#content h2 span {
	font-weight: normal;
	font-size: 17pt;
}

#content .post h3, .content h3 {
	margin-top: 20px;
}

#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;
	width:100%;
	height:129px;
	background: #d6dce0 url(images/footer_bg.jpg) repeat-x;
	font-size: 8pt;
	text-align: center;
}

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #7e95a1;
}

#footer p {
	line-height: 1.3em;
} 

#footer a {
	color: #7e95a1;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .submenu {
	list-style-type: none;
	text-align: left;
	padding-top: 30px;
}

#footer .submenu li {
	display: inline;
}

#footer .submenu li a {
	text-transform: uppercase;
	color: #7e95a1;
	padding: 0 5px 0 0;
}

#footer .submenu li a:hover span {
	text-decoration: none;
}

#footer .submenu a span {
	padding: 0 0 0 8px;
}

#footer .signature {
	position: absolute;
	top: 18px;
	right: 10px;
}

/* Home-page specific styles */

#content {
	padding: 1px 0 0 0;
	background-color: white;
}

#content div.content {
	margin: 0;
	padding: 1px 0 0 15px;
	width: 525px;
	float: left;
	clear: none;
	background-color: white;
	padding-left: 15px;
}

#content.blog div.content {
	width: 525px;
}

#content div.twocolumn {
	width: 740px;
	margin-left: 10px;
}

#content div.onecolumn {
	width: 100%;
}

#content .twocolumn .post, #content .twocolumn .page {
	width: 700px;
}

#content .onecolumn .post, #content .onecolumn .page {
	width: 100%;
}

#content .clear, .clear {
	clear: both;
}


/* Sidebar styles */

#left_sidebar {
	float: left;
	min-height: 250px;
}

#right_sidebar {
	float: right;
}

.sidebar {
	width: 215px;
	background-color: white;
	color: #6f7c81;
	margin-top: 5px;
}

.leftsidebar {
	margin-left: 20px;
	width: 210px;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

.sidebar ul li ul li {
	margin: 0 0 0 0;
	padding: 2px 5px;
}


.sidebar h2 {
	color: #000103;
	background-color: #e2e8eb;
	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;
}

#bts_upcoming_events ul li {
	padding: 5px;
	border-bottom: 1px solid #dce1e4;
}

#teasers {
	padding: 10px 0 10px 0;
	background: white url(images/teasers_bg.jpg) repeat-x;
	text-align: center;
}

#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;
}

.sidebar .widget_bts_facebook_twitter {
	padding-top: 20px;
	text-align: center;
}

.sidebar .widget_bts_sal_portrait {
	padding-bottom: 20px;
	text-align: center;
}

.sidebar .widget_bts_sal_portrait p {
	text-align: center;
	margin: 0 auto;
	font-style: italic;
}

.sidebar .widget_bts_sal_portrait p.caption {
	font-style: normal;
	font-weight: bold;
}

.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 .partnerad {
	width: 200px;
}

.sidebar .partnerad img {
	width: 200px;
}

#join {
	position: relative;
	width: 100%;
}

#join h3 {
	font-size: 12pt;
	margin: 15px 0 5px 0;
}

#join div {
	margin: 6px 0;
	float: none;
	clear: left;
}

#join div.padtop {
	padding-top: 45px;
}

#join div label {
	display: 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 {
	width: 150px;
	font-size: 11pt;
	padding: 2px;
}

#join div input.submit {
	width: auto;
	font-weight: bold;
	margin-top: 15px;
}

#join div.radio p {
	font-size: 11pt;
	width: 250px;
	float: left;
	padding-bottom: 10px;
}

#join div.boxes p {
	width: 400px;
	padding-bottom: 0;
}

#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;
}

#join div.boxes div.right {
	float: left;
	clear: none;
	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;
}

#join .steps {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
}

#join .steps p {
	width: 120px;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 0 0 0;
	color: #889;
	border: 1px solid #889;
	margin: 2px 0;
	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;
}

#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;
}

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;
}

#content div.display div {
	float: none;
	clear: left;
	width: 400px;
}
#content div.display div span {
	display: block;
	float: left;
	width: 110px;
}

#content div.display div p {
	width: 300px;
}

.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 {
	margin-top: 5px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#content .memberinfo {
	
}

#content .memberinfo p {
	float: none;
	clear: left;
}

#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: 340px;
	font-size: 10pt;
}

.clearboth {
	clear: both;
}
