/*
Theme Name: Finserv Wordpress Template
Theme URI: http://www.templecreative.com
Description: Official theme created exclusively for BrainTrain. Duplication is prohibited.
Author: Temple Creative
Author URI: http://www.templecreative.com
version: 1.0
Tags: three-column, widget-ready
*/


.textquote {
	/* background-color:#DDDDDD; */
	border-top: solid 3px #aaaaaa;
	border-bottom: solid 3px #aaaaaa;
	padding:17px;
	font-size: 20px !important;
	color: #560d0e;
	font-family: Times New Roman, Helvetica, Georgia;
	line-height: 22px;
}

/* basics */

*{margin:0; padding:0;font-family: "Trebuchet MS", Arial, Verdana;}

body#main {
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #dddddd;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	}
	
h1 {
	font-size: 18px;
	color: #871a1c;
	margin-bottom: 18px;
}
.post h2{
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: 10px;
	}
h3{
	font-size: 14px;
	color: #871a1c;
	font-weight: bold;
}
h3 a {
	font-size: 14px;
	color: #871a1c;
	font-weight: bold;
}
h4 {font-size: 9pt;}

p{
	font-size: 12px;
	margin-bottom: 12px;
	text-align: justify;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border:1px solid #A5ABAB;
	margin:15px;
	padding: 8px 12px;
	background-color: #e5e5e5;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
input {
	border: 1px solid #bcbcbc !important;
	margin-bottom:3px;
}
.text-right {
	text-align: right !important;
}

ol li {
	list-style-type: decimal;
}

/* links */

a{
	text-decoration:none;
	color: #871A1C;
	}

a:hover{text-decoration: underline;}



/* container */


.container {
	width:1001px;
	margin: 0 auto;
	padding:0;
	clear: both;
	}
	
/* header */

#header {
	clear: both;
	margin-top: 25px;
	position: relative;
	}
	
	#header .top .logo {
		width: 273px;
		height: 90px;
		background-image: url(images/bg_logo.gif);
		background-repeat: no-repeat;
		float:left;
		padding: 22px 0px 0px 2px;
	}
	
	#header .top .right {
		width: 726px;
		float: left;
	}
	#header .top .tagline {
		width: 666px;
		height: 42px;
		background-image: url(images/bg_topservice.png);
		background-repeat: no-repeat;
		text-align: center;
		font-family: "Trebuchet MS", Arial, Verdana;
		font-style: italic;
		font-size: 16px;
		color: #FFFFFF;
		padding-top: 33px;
	}
	#header .top .navigation {
		/* position: relative; */
		z-index: 1;
	}
		#header .top .navigation .shadow {
			width: 13px;
			height: 37px;
			float: left;
			background-image: url(images/nav_shadow.png);
			background-repeat: repeat: none;
		}
		#header .top .navigation .mainnav {
			width: 650px;
			height: 37px;
			float: left;
			background-image: url(images/bg_nav.png);
			background-repeat: repeat-x;
		}
		#header .top .navigation .mininav {
			background-image: url(images/bg_mininav.gif);
			background-repeat: no-repeat;
			background-position: top right;
			float: left;
			width: 56px;
			height: 34px;
			padding: 3px 0px 0px 7px;
		}
			#header .top .navigation .mininav img {
				margin-right: 3px;
				border: none;
			}
		#header .top .navigation a {
			display: block;
			float: left;
			height: 37px;
			color: #FFFFFF;
		}
			#header .top .navigation a span {
				display: none;
			}
		
			#header .top .navigation a.aboutus {
				width: 81px;
				background-image: url(images/nav_01_n.png);
			}
				#header .top .navigation a:hover.aboutus {
					width: 81px;
					background-image: url(images/nav_01_o.png);
				}
			#header .top .navigation a.accounting {
				width: 194px;
				background-image: url(images/nav_02_n.png);
			}
				#header .top .navigation a:hover.accounting {
					width: 194px;
					background-image: url(images/nav_02_o.png);
				}
			#header .top .navigation a.financial {
				width: 184px;
				background-image: url(images/nav_03_n.png);
			}
				#header .top .navigation a:hover.financial {
					width: 184px;
					background-image: url(images/nav_03_o.png);
				}
			#header .top .navigation a.team {
				width: 114px;
				background-image: url(images/nav_04_n.png);
			}
				#header .top .navigation a:hover.team {
					width: 114px;
					background-image: url(images/nav_04_o.png);
				}
			#header .top .navigation a.newsletter {
				width: 93px;
				background-image: url(images/nav_05_n.png);
			}
				#header .top .navigation a:hover.newsletter {
					width: 93px;
					background-image: url(images/nav_05_o.png);
				}
				
	#header .bottom {
		background-image: url(images/bg-leftbar.gif);
		background-repeat: repeat-y;
		float: left;
	}
		#header .bottom .newsletter_subscribe {
			float: left;
			width: 275px;
		}
			#header .bottom .newsletter_subscribe .subscribe {
				border: solid 1px #c0c0c0;
				background-image: url(images/bg_subscribe.png);
				background-repeat: repeat-x;
				background-color: #d8d8d8;
				width: 242px;
				margin: 5px auto 0px auto;
				padding: 8px 8px 2px 8px;
			}
				#header .bottom .newsletter_subscribe .subscribe h1 {
					font-size: 18px;
					color: #871a1c;
					font-weight: normal;
				}
				#header .bottom .newsletter_subscribe .subscribe p {
					font-size: 12px;
					margin-bottom: 0px;
				}
				#header .bottom .newsletter_subscribe .subscribe p.submit {
					text-align: right;
				}
				#header .bottom .newsletter_subscribe .subscribe label {
					display: block;
					color: #871a1c;
				}
				#header .bottom .newsletter_subscribe .subscribe input.btn-submit {
					background-color: #FFFFFF;
					background-image: url(images/btnico-submit.gif);
					background-position: top right;
					background-repeat: no-repeat;
					padding:2px 28px 3px 4px;
					border-collapse: collapse;
					font-family: "Trebuchet MS", Arial, Verdana;
					font-size: 11px;
					color: #871a1c; 
				}
				#header .bottom .newsletter_subscribe .subscribe input.btn-submit {
					border: none;
				}
				#header .bottom .newsletter_subscribe .subscribe input.field {
					font-size: 14px;
					padding: 3px;
					width:234px;
				}
				
				#header .bottom .newsletter_subscribe .subscribe input.MailPressFormEmail {
					font-size: 14px;
					padding: 3px;
					width:234px;
				}
				#header .bottom .newsletter_subscribe .subscribe input.MailPressFormSubmit {
					background-color: #FFFFFF;
					background-image: url(images/btnico-submit.gif);
					background-position: top right;
					background-repeat: no-repeat;
					padding:2px 28px 3px 4px;
					border-collapse: collapse;
					font-family: "Trebuchet MS", Arial, Verdana;
					font-size: 11px;
					color: #871a1c; 
					border: none;
				}
				
				#header .bottom .newsletter_subscribe .subscribe #mp-form {
					margin: 20px 0px;
					text-align: right;
				}
		
		#header .bottom .banner {
			width: 726px;
			height: 240px;
			float: left;
			background-repeat: no-repeat;
			position: relative;
			z-index: 1;
		}
			#header .bottom .banner .message {
				position: absolute;
				z-index: 1;
			}
			#header .bottom .banner .button {
					position: absolute;
					z-index: 1;
			}
					#header .bottom .button img {
						border: none;
					}
					
			#header .bottom .banner-01 {
				background-image: url(images/banner-bg-01.jpg);
			}
			
				#header .bottom .banner-01 .message {
					right: 50px;
					top:43px;
				}
				#header .bottom .banner-01 .button {
					right:83px;
					top:115px;
				}
				
				
			#header .bottom .banner-02 {
				background-image: url(images/banner-bg-02.jpg);
				
			}
				#header .bottom .banner-02 .message {
					right: 16px;
					top:9px;
				}
				#header .bottom .banner-02 .button {
					right:16px;
					top:51px;
				}
				
				
			#header .bottom .banner-03 {
				background-image: url(images/banner-bg-03.jpg);
				
			}
				#header .bottom .banner-03 .message {
					
				}
				#header .bottom .banner-03 .button {
					right:16px;
					bottom:17px;
				}
				
			#header .bottom .banner-04 {
				background-image: url(images/banner-bg-04.jpg);
				
			}
				#header .bottom .banner-04 .message {
					position:relative;
					top: 30px;
					left:30px;
				}
				#header .bottom .banner-04 .button {
					right:16px;
					bottom:17px;
				}

#header h1{
	margin:0;	
	}
	
#header h1 a{text-decoration: none;}
#header h1 a:hover{text-decoration: none;}


#header h2{
	padding: 0 0 0 18px;
	margin:0;	
	}


/* main menu */


#menu {
	font-size: 12px !important;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}




/* content */

.content-container {
	background-image:url(images/bg-leftbar.gif);
	background-repeat:repeat-y;
	float: left;
	padding-top: 5px;
	background-color: #f2f2f2;
	border-right: solid 1px #252122;
	padding-bottom:7px;
}
.content-body {
	background-color: #f2f2f2;
	float: left;
	width: 725px;
}
#content {
	width:467px;
	float: left;
	padding: 0px 22px;
	}
.socialmedia {
	text-align: right;
	margin-bottom: 10px;
}
	.socialmedia img {
		margin-left: 3px;
	}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
.post h1 {
	
}
.post h2{
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: 10px;
	}
.post h3{
	font-size: 14px;
	color: #871a1c;
	font-weight: bold;
}
.post p{
	font-size: 12px;
	margin-bottom: 12px;
	text-align: justify;
}
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {line-height: auto;}

.entry p{margin:11px 0;}

.entry ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.entry ol {
	margin-left: 20px;
}
.entry ol li {
	margin-bottom: 10px;
}
.entry ol li ol li {
	margin-bottom: auto;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

ul.nav-children {
	list-style: none;
}



/* left sidebar */

#left {
	width:275px;
	float:left;
	margin:0;
	padding:0;
	text-align: center;
	/* border-right: 1px solid #ddd; */
	}

#left h2{
	background:#4f4f4f url("images/bg-sidebar-h2.jpg") repeat-x scroll 0 0;
	border: solid 1px #1B1B1B;
	border-bottom: none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:auto;
	margin-left: 8px;
	padding:7px;
	text-align:left;
	width: 242px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0; margin-bottom: 11px;}
#left div.textwidget {margin:0; padding: 0; margin-bottom: 11px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* Testimonials */

.testimonials {
	width: 90%;
	/* width: 258px; 
	margin: auto; */
	/* background-image: url(images/title-testimonials.png); 
	background-repeat: no-repeat;
	padding-top: 33px; */
	font-size: 12px;
	text-align: justify;
	cursor:pointer;
	border: solid 1px #1b1b1b;
}
	.testimonials .content {
		/* border-left: solid 1px #1b1b1b;
		border-bottom: solid 1px #1b1b1b;
		border-right: solid 1px #1b1b1b; */
		padding: 4px 8px 5px 8px;
	}
		.testimonials .content h1 {
			font-size: 12px;
			color: #5c0f0f;
			text-align: right;
			margin-bottom:0;
		}
		.testimonials .content h2 {
			font-style: italic !important;
			font-size: 12px !important;
			text-align: right !important;
			margin-left: 0px !important;
			background: none !important;
			border: none !important;
			width: auto !important;
			color: inherit !important;
			padding: 0px !important;
			text-shadow: none !important;
		}
		.testimonials .content p {
			margin-bottom: 0px !important;
			line-height: 14px !important;
		}
		.testimonials .content .rotate-quote {
			font-size: 9px;
		}

#right .testimonials {
	width: 202px;
	margin-left: 1px;
}

#left .testimonials {
	width: 256px;
	margin-left: 8px;
}

/* right sidebar */

#right{
	width:213px;
	float:right;
	margin:0;
	padding: 0;
	}

#right h2{
	/* font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: 10px; */
	background:#4f4f4f url("images/bg-sidebar-h2.jpg") repeat-x scroll 0 0;
	border: solid 1px #1B1B1B;
	border-bottom: none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left: 1px;
	padding:7px;
	text-align:left;
	width: 188px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding: 0; margin-bottom: 11px;}
#right div.textwidget {margin:0; padding: 0; margin-bottom: 11px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin:0px 5px 5px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#1b1b1b;
	clear: both;
	}
	#footer .content {
		padding: 10px;
	}
#footer p{margin: 0; color: #eee; font-size: 10px; clear: both;}
#footer a{color: #b2b2b2;text-decoration: none;}
#footer a:hover{color: #b2b2b2;text-decoration: underline;}

#footer #menu {
	font-size: 12px !important;
	clear: both;
	display: block !important;
}


#footer #menu ul {
	margin:0;
	padding:0;
}

#footer #menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#footer #menu ul li a {
	color: #fff;
	display:block;
	padding: 0px 8px 0px 0px;
}

#footer #menu ul li a:hover {
	background: none;
}


/* Suckerfish Menu */
#suckerfishnav {}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:37px;
	padding:0;
	width:100%;
}
#suckerfishnav a {
	display:block;
	text-decoration:none;
	padding:0px 12px;
}
#suckerfishnav li {
	float:left;
	padding:0;
}
#suckerfishnav ul {
	position:absolute;
	left:-999em; 
	float: left;
	height:auto;
	width:200px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	z-index: 1000;
	top:112px;
}
#suckerfishnav li li {	
	width:198px;
	border-bottom:1px solid #222222;
	border-left:1px solid #222222;
	border-right:1px solid #222222;
	font-weight:bold;
}
#suckerfishnav li li a {
	padding:4px 10px;
	width:190px;
	height: auto !important;
	font-size:12px;
	color:#dddddd;
}
#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;
}
#suckerfishnav li li:hover {
	background:#4f4f4f;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {
	color:#dddddd;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#dddddd;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#dddddd;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
	top: auto;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {
	left:auto;
	background:#4f4f4f;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background-image:url(images/bg_nav_o.png);
}

/* Accordion Setup */

a.jwts_title_text, a.jwts_title_text:link { 
	background: none !important;
	padding-left: 5px !important;
}
a.jwts_title_text, a.jwts_title_text:link span.name {
	color: #871A1C;
}
a.jwts_title_text, a.jwts_title_text:link span.position {
	color: #444444;
	font-weight: normal;
}

.jwts_title_left {
	/* background:transparent url(../../plugins/WP-TabsAndSlides/ts/slide_bg_l.png) no-repeat left center !important; */
	background-image: url(../../plugins/WP-TabsAndSlides/ts/slide_bg_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	display: block;
	width: 97%;
}
.jwts_title {
	background:transparent url(../../plugins/WP-TabsAndSlides/ts/slide_bg_r.png) no-repeat right center !important;
}

.team-content {
	min-height: 200px;
}

/* Page Specific Styling */

/* About Us */

table.about-process {
	margin-top: 10px;
}

table.about-process th {
	text-align: left;
}
table.about-process td {
	vertical-align: top;
}


/* Form Styling */

ol.cf-ol li.textonly {
	text-align: left !important;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	cursor: pointer;
	margin-bottom: 10px !important;
}

/* Subpage Navigation (For Business Coaching Section) */

ul.subpagenav {
	margin-left: 0px !important;
}

	ul.subpagenav li ul {
		margin-left: 0px !important;
	}

		ul.subpagenav li ul li {
			list-style: none;
		}

			ul.subpagenav li ul li a {
				background-image:url(images/subnav-bg.png);
				background-repeat:no-repeat;
				color:#871A1C;
				display:block;
				margin:1px;
				padding:2px 2px 2px 9px;
			}
			ul.subpagenav li ul li a:hover {
				text-decoration: none;
				background-image:url(images/subnav-bg-o.png);
				background-repeat:no-repeat;
			}

/* Buttons (For Business Health Check - Key Financial Indicators Section) */			
a.download {
	background-image:url(images/subnav-med-bg.png);
	background-repeat:no-repeat;
	color:#871A1C;
	display:block;
	margin:1px;
	padding:4px 2px 4px 9px;
	width: 300px;
}

a.download:hover {
	background-image:url(images/subnav-med-bg-o.png);
	background-repeat:no-repeat;
	text-decoration:none;
}			
			
/* Breadcrumb Controls */

.breadcrumb {
	font-size: 10px;
}
	.breadcrumb a {
		font-size: 10px;
		color: #5e5e5e;
	}

	.breadcrumb .bc_current {
		display: none;
		visibility: invisible;
	}
	
/* Add This Container */

.addthis_container {
	float: right;
}

/* Contact Form */

table tr th, table tr td {
	vertical-align: top;
	padding: 5px;
	border: solid 1px #FFFFFF;
}
table tr th {
	text-align: right;
	background-color: #cecece;
}


/* Sublinks */

ul.subpagenav li ul li {
	
}

/* Backend Style Fixes */

.#editorcontainer textarea {
	color: #000000 !important;
}


/* Newsletter Custom Styles */

.wpmlwidget {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
	.wpmlwidget fieldset {
		margin-bottom: 0px !important;
		padding: 3px 0 0 !important;
	}
	.wpmlwidget  .wpmlbutton input {
		margin: 1px 0px !important;
	}
	.wpmlwidget ul li {
		list-style-type: none;
	}
	
/* Blank Template */

.blank {
	padding: 20px;
}

/* Wise Words */

.testimonials_manager_widget{
	background:#F4F4F4 none repeat scroll 0 0;
	border:1px solid #1b1b1b;
	margin:10px 0;
	padding:10px;
	width:86% !important;
}

.testimonials_manager_widget .avatar{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	float:right;
	margin-right:-5px;
	margin-top:-5px;
	padding:2px;
	position:relative;
}

/* Custom Buttons */