/*
THEME NAME: Jewish Community Relations Council
THEME URI: http://www.jcrc-ny.com/
DESCRIPTION: Jewish Community Relations Council - WordPress Theme.
VERSION: 1.0
AUTHOR: Sound Strategies Inc.
AUTHOR URI: http://soundst.com/
*/

/* Basic CSS {{{*/
html {
	overflow-y: scroll;
	background: url(img/html_bg.png) 0 0 repeat;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
img {
	border: none;
}
a {
	/* color: #434242; */
	/* color: #932923; */
	color: #0076A9;
	text-decoration: none;
}
a:hover {
	color: #595959;
}
/*}}}*/

/* WordPress Specific /*{{{*/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignnone {
	float: none;
	clear: both;
}
.aligncenter {
	float: none;
	margin: 0 auto;
}
.clearfloat {
	display: inline-block;
	width: 100%;
}
/*}}}*/

/* Menus {{{*/
.menu {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu li {
	float: left;
	margin: 0;
	padding: 0;
}

/*}}}*/
/* Wrapper {{{*/
.wrapper {
	margin: 0 auto;
	width: 960px;
	background: url(img/main_bg.png) 0 0 repeat-y;
	padding: 0 6px;	
}
.top-line .wrapper {
	padding: 0;
	background: none;
	background-color: #fff;	
}
.bottom-shadow {
	height: 30px;
	background: url(img/bottom_bg.png) 0 0 no-repeat;
	width: 960px;
	padding: 0 6px;
	margin: 0 auto;	
}
/*}}}*/

/* Header {{{*/
.top-line{
	/* background-color: #932923; */
	background-color: #0076A9;
	height: 132px;
}
.header {
	height: 132px;
	position: relative;
}
.logo {
	// padding: 38px 0 0 29px;
	padding: 10px 0 0 50px;
	width: 190px;
}
.bm {
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	color: #595959;
	margin-bottom: 5px;
	line-height: 20px;
}
.bm a{
	color: #595959;
}
.bm a:hover{
	color: #a6a6a6;
}
.header-right {
	width: 653px;
	padding: 10px 30px 0 0;
}
.header .search {
	margin-right: 30px;
	height: 30px;
}
.header .search #search {
	padding: 0 9px;
	border: 1px solid #595959;
	background-color: #f2f2f2;
	line-height: 28px;
	height: 28px;
	color: #595959;
	font-size: 12px;
	width: 130px;
	margin-right: 5px;
}
.header .search .search_btn {
	background: url(img/go_btn.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	border: none;
	vertical-align: top;
	cursor: pointer;
}
.header .search .search_btn:hover {
	background-position: 0 -30px;
}
.header .facebook {
	margin-right: 5px;
}
.header .header-shadow {
	background: url(img/header_shadow.png) 0 0 transparent repeat-x;
	width: 960px;
	height: 12px;
	position: absolute;
	left: 0;
	bottom: -12px;
	z-index: 10;
}
.main-menu {
	border: 1px solid #595959;
	color: #595959;
	font-size: 14px;
	line-height: 30px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	background: url(img/top_menu_bg.png) 0 0 repeat-x;
	margin-top: 11px;
}

.main-menu li {
	position: relative;
	background: url(img/top_menu_separator.gif) 0 50% no-repeat;
	list-style-position: outside;
	z-index: 15;	
}
.main-menu .no-separator {
	background: none;
}
.main-menu a {
	color: #595959;
	padding: 0 18px 0 18px;	
	display: block;
	margin-left: 2px;
}
.main-menu li:hover a, .current-menu-ancestor a, .current-menu-item a, .current-page-ancestor a {
	color: #fff;
	text-decoration: none;
}
.main-menu .menu li li a{
	padding-left: 15px;
	margin: 0;
}
.main-menu .first-item:hover a, .first-item.current-menu-ancestor a{
	#background-color: #732c84;
	background-color: #21439d;
	margin-left: 0;
	padding-left: 20px;
}
.main-menu .first-item:hover li a{
	padding-left: 15px;
}
.main-menu .second-item:hover a, .second-item.current-menu-ancestor a, .second-item.current-menu-item a{
	#background-color: #21439d;
	background-color: #0d61a0;
}
.main-menu .third-item:hover a, .third-item.current-menu-ancestor a, .third-item.current-menu-item a{
	#background-color: #0d61a0;
	background-color: #137dbf;
}
.main-menu .fourth-item:hover a, .fourth-item.current-menu-ancestor a {
	background-color: #147476;
}
.main-menu .fifth-item:hover a, .fifth-item.current-menu-ancestor a, .fifth-item.current-menu-item a {
	background-color: #10853c;
}
.main-menu .sixth-item:hover a, .sixth-item.current-menu-ancestor a, .sixth-item.current-page-ancestor a {
	background-color: #688d2c;
}

.main-menu ul ul {
	display: none !Important;
}
.main-menu ul li:hover ul {
	display: inline-block !Important;
}
.main-menu li ul {
	position: absolute;
	left: 0;
	padding: 10px 15px 13px 0;
	width: 215px;
	list-style: none;
	top: 30px;
	border-top: 1px solid #595959;
	margin: 0;
}
.main-menu .fifth-item ul {
	width: 217px;
}
.main-menu li ul li {
	float: none;
	background-image: none;
	text-align: left;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Arial Black";
	font-weight: normal;
	line-height: 15px;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 0;	
}
.main-menu #menu-item-19 {
	text-transform: none;
}
.main-menu li ul li a {
	color: #fff;
	padding: 0;
}
#menu-main-menu .preparedness>a:hover {
	color: white;
}
.main-menu .first-item ul li a:hover {
	#color: #d5c0da;
	color: #bdc7e2;
}
.main-menu .second-item ul li a:hover {
	#color: #bdc7e2;
	color: #b6d0e3;
}
.main-menu .third-item ul li a:hover {
	#color: #b6d0e3;
	color: #53dbff;
}
.main-menu .fourth-item ul li a:hover {
	color: #b9d5d6;
}
.main-menu .fifth-item ul li a:hover {
	color: #b7dac5;
}
.main-menu .sixth-item ul li a:hover {
	color: #d2ddc0;
}
.main-menu .first-item {
	width: 112px;
}
.main-menu .second-item {
	width: 132px;
}
.main-menu .third-item {
	widthh: 79px;
}
.main-menu .fourth-item {
	width: 125px;
}
.main-menu .fifth-item {
	width: 96px;
}
.main-menu .sixth-item {
	width: 102px;
}
.main-menu .sixth-item a{
	padding-left: 14px;
}
.main-menu .first-item ul {
	left: -1px;
	#background: #732c84;
	background: #21439d;
}
.main-menu .second-item .spacer, .main-menu .fourth-item .spacer {
	display: none;
}
.main-menu .second-item:hover .spacer, .main-menu .fourth-item:hover .spacer {
	padding: 10px 0 15px 0;
	position: absolute;
	width: 652px;
	border-top: 1px solid #595959;
	display: block;
}
.main-menu .second-item:hover .spacer {
	left: -113px;
	#background-color: #21439d;
	background: #0d61a0;
}

.main-menu .fourth-item:hover .spacer {
	left: -324px;
	background-color: #147476;
}
.main-menu .second-item:hover ul .spacer, .main-menu .fourth-item:hover ul .spacer {
	margin: 0;
	position: relative;
	left: 0;
	width: auto;
	background: none;
	border: none;
	padding: 0;	
}
.main-menu .second-item ul, .main-menu .fourth-item ul {
	padding: 0;
	width: 652px;
	display: inline-block;
	position: relative;
	top: 0;
	border-top: none;
}
.main-menu .second-item ul {
	#background: url(img/what_we_do_submenu_bg.png) 50% 0 #21439d repeat-y;
	background: url(img/what_we_do_submenu_bg.png) 50% 0 #0d61a0 repeat-y;
}
.main-menu .fourth-item ul {
	background: url(img/resources_submenu_bg.png) 50% 0 #147476 repeat-y;
}
.main-menu .second-item ul li, .main-menu .fourth-item ul li {
	margin: 0 0 0 0;
	position: relative;
	width: 215px;
	float: left;
	font-family: "Arial Black";
	font-size: 11px;
	font-weight: normal;
}
.main-menu .second-item ul ul, .main-menu .fourth-item ul ul {
	border-top: none;
	background: none;
	width: 200px;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0 15px 0 0;
}
.main-menu .second-item ul .last, .main-menu .fourth-item ul .last {
	border: none;
}
.main-menu .second-item ul ul li, .main-menu .fourth-item ul ul li {
	margin-left: 15px;
	width: auto;
	border: none;
	min-height: 0;
	min-width: 150px;
	margin-bottom: 10px;
}
.main-menu .second-item ul ul li:last-child, .main-menu .fourth-item ul ul li:last-child {
	margin-bottom: 0;
}
.main-menu .second-item ul ul li a, .main-menu .fourth-item ul ul li a {
	padding: 0;
}
.main-menu .second-item ul ul ul, .main-menu .fourth-item ul ul ul  {
	border: none;
	width: auto;
	margin-top: 0;
	padding-right: 10px;
}
.main-menu .second-item ul ul ul li, .main-menu .fourth-item ul ul ul li {
	list-style-type: disc;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0;
}
.main-menu .second-item ul ul ul ul li, .main-menu .fourth-item ul ul ul ul li {
    list-style-type: none;
    margin-left: 0;
    background: url(img/submenu-li-image.png) 0 8px no-repeat;
    padding-left: 10px;
}
.main-menu .third-item ul {
	left: 2px;
	#background: #0d61a0;
	background: #137dbf;
}
.main-menu .fifth-item ul {
	left: 2px;
	background: #10853c;		
}
.main-menu .sixth-item ul {
	left: -123px;
	background: #688d2c;		
}
/*}}}*/


/* Main {{{*/
.main {
	margin: 30px 0 60px 0;
	display: inline-block;
	width: 100%;
	background: url(img/sidebar-border.gif) 0 0 repeat-y;
}
.home .main, .single-tml_page .main, .page-template-board-members-php .main, .page-template-board-login-php .main {
	background: none;
}
/*}}}*/
/* -- Left Sidebar {{{*/
.left-sidebar {
	width: 205px;
	margin: 0 30px;
	min-height: 10px;
}
.left-sidebar .widget {
	margin-top: 25px;
	position: relative;
}
.security-sidebar .widget{
	margin-top: 0;
}
.left-sidebar .blog-sidebar .widget{
	margin: 0 0 25px;
}
.blog .left-sidebar .widget{
	margin: 0 0 25px;
}
.left-sidebar .widget-0 {
	margin-top: 0;
}
.left-sidebar form {
	position: relative;
	background-color: #959595;
	padding: 12px 15px 5px 15px;
}
.left-sidebar .form-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Arial Black";
	margin-bottom: 12px;
}
.left-sidebar form input, .left-sidebar form select {
	width: 155px;
	padding: 0 10px;
	border: none;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	color: #595959;
	font-size: 12px;
	font-family: Arial;
}
.captcha-area{
	display: inline-block;
	width: 68px;
}
.left-sidebar form input.captcha{
	width: 83px;
	margin-top: 6px;
}
.above-captcha{
	font-size: 11px;
	line-height: 10px;
}
.left-sidebar form select {
	width: 171px;
}
.left-sidebar form .ui-multiselect {
  	width: 171px;
  	height: 30px;
  	line-height: 30px;
  	font-size: 12px;
  	overflow: hidden;
  	bottom: 55px;
  	left: 15px;
  	color: #595959;
  	border: none;
  	margin-bottom: 10px;
  	background: url(img/select_bg.gif) no-repeat;
}
.left-sidebar form .ui-state-active {
	background: url(img/select_bg_x.png) no-repeat;
}
.left-sidebar form .ui-multiselect span {
	font-size: 12px;
	font-family: Arial;
	line-height: 26px;
	margin-left: 3px;
}
.left-sidebar form label.error {
	font-size: 11px;
	color: red;
}
.left-sidebar form .submit {
	padding: 0;
	width: 175px;
	background: url(img/button_bg.gif) 0 0 repeat-x;
	/* border: 2px solid #932822; */
	border: 2px solid #0076A9;
	border-bottom: 0;
	color: #fff;
	font-family: "Arial Black";
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 3px;
}
.left-sidebar form .submit:hover {
	background-position: 0 -28px;
	border: 2px solid #707070;
	border-bottom: 0;
}
.left-sidebar .blog-sidebar {
	margin-top: 0;
}
.blog .left-sidebar .blog-sidebar{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.left-sidebar .widget .title{
	text-transform: uppercase;
	font-family: "Arial Black";
	font-size: 13px;
	margin-bottom: 8px;
}
.left-sidebar .subscribe {
	background: url(img/button_bg.gif) 0 0 repeat-x;
	/* border: 2px solid #932822; */
	border: 2px solid #0076A9;
	border-bottom: 0;
	font-family: "Arial Black";
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	color: #fff;
	text-align: center;
	padding: 2px 0 6px 0;
	margin-top: 5px;
}
.left-sidebar .subscribe:hover {
	background-position: 0 -28px;
	border: 2px solid #707070;
	border-bottom: 0;
}
.left-sidebar ul {
	padding: 0 0 0 14px;
	margin: 0;
}
.left-sidebar ul li {
	padding-left: 10px;
}
.left-sidebar ul li a {
	color: #000;
}
.left-sidebar ul li a:hover {
	/* color: #932923; */
	color: #0076A9;
}
.left-sidebar  .posts-list-with-parameters-entry {
	margin-bottom: 5px;
}
.blog-sidebar  select{
	width: 205px !Important;
}
.blog-sidebar .select {
  	position: absolute;
  	width: 205px;
  	height: 30px;
  	line-height: 30px;
  	font-size: 12px;
  	padding: 0 10px;
  	background: url(img/select.png) no-repeat;
  	overflow: hidden;
  	bottom: -7px;
  	left: 0;
  	color: #595959;
}

/*}}}*/

/* -- Home /*{{{*/
.home-bar {
	background: url(img/column_border.png) 50% 0 repeat-y;
}
.home-bar .widget {
	float: left;
	width: 262px;
	padding: 0 29px;
}
.home-bar .widget .title {
	font: 16px "Arial Black";
	/* color: #932923; */
	color: #0076A9;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 23px;
}
.home .widget_sp_image-description {
	padding-top: 4px;
}
.home-bar .widget p {
	margin-bottom: 18px;
}
.home-bar .widget .VideoCaption {
	margin-top: 21px;
	margin-bottom: 15px;
}
.home-bar .widget object {
	display: inline-block;
	width: 100%;
}
.home-bar .widget .more {
	font-weight: bold;
}
.home-bar .widget ul {
	padding: 0 0 0 14px;
	margin: 0;
}
.home-bar .widget ul li{
	padding-left: 10px;
}
.home-bar .headlines ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home-bar .headlines ul li{
	padding: 0;
}
.home-bar .headlines p {
	margin: 0;
}
.headlines .excerpt {
	font-weight: bold;	
}
.headlines .entry {
	margin-bottom: 20px;
}
/*}}}*/

/* -- Featured Image /*{{{*/
.featured .image {
	width: 725px;
	height: 279px;
	overflow: hidden;
}
.featured .caption {
	width: 201px;
	height: 229px;
	padding: 50px 17px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9;	
}
.featured .purple{
	#background-color: #732C84;
	background-color: #21439D;
}
.featured .blue{
	#background-color: #21439D;
	background-color: #0D61A0;
}
.featured .grey-blue{
	#background-color: #0D61A0;
	background-color: #137dbf;
}
.featured .grey-green{
	background-color: #147476;
}
.featured .green{
	background-color: #10853C;
}
.featured .light-green{
	background-color: #688D2C;
}
.featured .cornflower-blue{
	background-color: CornflowerBlue;
}
/*}}}*/

/* -- Content /*{{{*/
#content {
	float: left;
	margin: 0 30px;
	width: 635px;
}

/*}}}*/
/* ---- Post|Page {{{*/
#content .page {
	margin: 0;
	padding: 0;
	border: none;
}
#content h2,
#content h3,
#content h4,		
#content h5,
#content h6 {
	margin: 0 0 9px;
	font-weight: bold;
}
#content h3 {
	font-size: 18px;
	line-height: 22px;
}
#content h2.title, #content h2.title a {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding: 0;
	font-weight: bold;
}
#content h2.title a:hover {
	color: #595959;
}
.page #content h2,
#content .cat-title,
.single-tml_page #content  h2.title {
	/* color: #932923; */
	color: #0076A9;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 26px;
	margin: 0 0 26px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: "Arial Black";
}
#content #post-17 h2{
	text-transform: none;
}
#content .meta {
	margin-bottom: 16px;
}
.tax-news_type #content .meta {
	margin-bottom: 16px;	
}
.post .content,
.page .content {
	display: inline-block;
	width: 100%;
}
.page .success {
	font-size: 22px;
	text-align: center;
}
#content .content .wp-caption {
	padding-top: 10px;
	padding-left: 10px;
	background-color: #f5f5f5;
}
#content .content .wp-caption-text {
	margin: 10px 10px 15px 0;
	color: #595959;
	font-size: 12px;
	line-height: 16px;
}
.post .content img.alignleft,
.page .content img.alignleft,
.post .content .wp-caption.alignleft,
.page .content .wp-caption.alignleft {
	margin: 0 20px 20px 0;
	float: left;
}
.post .content img.alignright,
.page .content img.alignright,
.post .content .wp-caption.alignright,
.page .content .wp-caption.alignright{
	margin: 0 0 20px 20px;
	float: right;
}
.post .content img.alignnone,
.page .content img.alignnone {
	float: none;
}
.post .aligncenter, img.aligncenter,
.page .aligncenter, img.aligncenter {
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.post .content p,
.page .content p {
	margin: 0 0 18px;
}
.post .content p:last-child,
.page .content p:last-child {
	margin: 0;
}
.post .content ul,
.page .content ul {
	padding: 0 0 10px 14px;
	margin: 0;
}
.post .content ul li,
.page .content ul li {
	padding-left: 0;
}
.post .content ul ul li,
.page .content ul ul li {
	padding: 0;
	// list-style-type: disc;
}
.content .more-link {
	display: block;
	padding-right: 12px;
	background: url(img/continue-reading.gif) 119px 4px no-repeat;
	margin: 18px 0 18px 0;
}
.content .more-link:hover {
	color: #595959;
	background-position: 119px -23px;
}
#content .share-icons {
	margin-bottom: 18px;
}
#content .share-icons span {
	font-weight: bold;
	vertical-align: bottom;
}
#content .share-icons .sharethis {
	background: url(img/more.png) 0 0 no-repeat;
}
#content .post, .tax-news_type #content .news_post{
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
#content .post:last-child, .tax-news_type #content .news_post:last-child{
	border: none;
	margin: 0;
	padding: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 0 5px;
	color: #595959;
}
.wp-pagenavi .current {
	/* color: #932923; */
	color: #0076A9;
}
.wp-pagenavi a:hover {
	/* color: #932923; */
	color: #0076A9;
}
#content .wp-pagenavi .larger, #content .wp-pagenavi .smaller {
	margin: 0 5px;
}
/*#content .navigation-top div.alignleft , 
#content .navigation-bottom div.alignleft, 
#content .navigation-top div.alignright , 
#content .navigation-bottom div.alignright {
	width: 300px;
}*/
#content .navigation-top div.alignleft a, #content .navigation-bottom div.alignleft a{
	padding-left: 13px;
	background: url(img/navigation-left.gif) 0 3px no-repeat;
	width: 293px;
	display: inline-block;
}
#content .navigation-top div.alignleft a:hover, #content .navigation-bottom div.alignleft a:hover{
	background: url(img/navigation-left.gif) 0 -138px no-repeat;
}
#content .navigation-top div.alignright a, #content .navigation-bottom div.alignright a{
	padding-right: 13px;
	background: url(img/navigation-right.gif) right 4px no-repeat;
	width: 293px;
	display: inline-block;
	text-align: right;
}
#content .navigation-top div.alignright a:hover, #content .navigation-bottom div.alignright a:hover{
	background: url(img/navigation-right.gif) right -137px no-repeat;
}
#content .navigation-top {
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.author-info {
	width: 605px;
	margin-bottom: 20px;
}
.author-info {
	background-color: #f5f5f5;
	padding: 15px;
}
.author-name {
	font-weight: bold;
}
.author-post-link a{
	background: url(img/continue.gif) right 4px no-repeat;
	padding-right: 15px;
}
.author-description .author-post-link a:hover {
	background: url(img/continue.gif) right -22px no-repeat;
}
.kk-star-ratings {
	margin-bottom: 10px;
}
/*}}}*/

/* Login */
#theme-my-login input, .page-template-board-login-php input {
	width: 296px;
	padding: 0 10px;
	border: 1px solid #707070;
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
	color: #595959;
	font-size: 13px;
	font-family: Arial;
	background-color: #f5f5f5;
}
#theme-my-login label, .page-template-board-login-php label {
	color: #595959;

}
#theme-my-login p, .page-template-board-login-php #loginform p {
	margin: 0;
}
#theme-my-login #wp-submit, .page-template-board-login-php #wp-submit{
	padding: 0;
	width: 159px;
	background: url(img/button_bg.gif) 0 0 repeat-x;
	/* border: 2px solid #932822; */
	border: 2px solid #0076A9;
	border-bottom: 0;
	color: #fff;
	font-family: "Arial Black";
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 3px;
}
#theme-my-login #wp-submit:hover, .page-template-board-login-php #wp-submit:hover {
	background-position: 0 -28px;
	border: 2px solid #707070;
	border-bottom: 0;
}
#theme-my-login #rememberme, .page-template-board-login-php #rememberme {
	width: 13px;
	height: 13px;
}
.page-template-board-login-php .error {
	color: red;
	margin-bottom: 10px;
}
/* */


/* */
/* Email Staff {{{*/
.page .wpcf7 p{
	margin: 0;
}
.page .wpcf7 input,.page .wpcf7 textarea {
	background-color: #f5f5f5;
	#width: 296px;
	padding: 0 10px;
	border: 1px solid #707070;
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
	color: #595959;
	font-size: 12px;
	font-family: Arial;
}
.page .wpcf7 textarea {
	height: 148px;
}
.page .wpcf7 .send_c span {
	font-size: 12px;
	color: #595959;
}
.page .wpcf7 .send_c, #theme-my-login p.forgetmenot, .page-template-board-login-php #loginform .login-remember {
	margin-bottom: 10px;
	display: inline-block;
}
.page .wpcf7 .checkbox, #theme-my-login .checkbox, .page-template-board-login-php .checkbox{
  width: 15px;
  height: 18px;
  padding: 0 5px 0 0;
  background: url(img/checkbox.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.page .wpcf7 .submit {
	padding: 0;
	width: 159px;
	background: url(img/button_bg.gif) 0 0 repeat-x;
	/* border: 2px solid #932822; */
	border: 2px solid #0076A9;
	border-bottom: 0;
	color: #fff;
	font-family: "Arial Black";
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 3px;
	float: left;
}
.page .wpcf7 .submit:hover {
	background-position: 0 -28px;
	border: 2px solid #707070;
	border-bottom: 0;
}

.title.mob-title strong{
	font: 16px "Arial Black";
	/* color: #932923; */
	color: #0076A9;
	text-transform: uppercase;
	line-height: 1;
        margin-bottom: 10px;
        display:table;
	
}

/*}}}*/
/* Footer {{{*/
.footer .credits{
	padding: 0 30px 11px;
	width: 900px;
}
.footer .widget-1 {
	float: left;
	margin-top: 35px;
	font-size: 12px;	
}
.footer .widget-2 {
	float: right;
	margin-top: 15px;		
}
.footer .menu li {
	margin-right: 17px;	
}

.subb-form{
	margin-bottom: 25px;
}

.archive .subb-form,
.single-post .subb-form{
	display:none;
}
.single-post .author-avatar{
	display: none;
}
/*}}}*/
.ui-multiselect-checkboxes label span{
	float: right;
	width: 128px;
	cursor: pointer;
}


/* IE 7 Specific /*{{{*/
.ie7 .main-menu .second-item ul ul ul ul li{
  list-style: none;
  behavior: expression( !this.before
    ? this.before = this.innerHTML = '&#045;' + this.innerHTML : '' );
  color: #000;
  line-height: 15px;
}
.ie7 .wpcf7 .submit,.ie7 .wpcf7 .submit:hover, .ie7 .left-sidebar form .submit, .ie7 .left-sidebar form .submit:hover,.ie7 #theme-my-login #wp-submit ,.ie7 #theme-my-login #wp-submit:hover  {
	border: none;
}
/*}}}*/
/* IE 8 Specific /*{{{*/

/*}}}*/
/* IE 9 Specific /*{{{*/

/*}}}*/


