/*
Theme Name: MCB
Theme URI: http://morriscreative.com/
Description: Mountain Commerce Bank - branded theme.
Version: 2.0
Author: Morris Creative Group
Author URI: http://morriscreative.com/

	MCB v2.0
	 http://morriscreative.com


*/



/* Begin Typography & Colors */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	clear: both;
	}


.postmetadata {
	padding-top: 5px;
	margin: 30px 0;
	clear: both;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

	
/* End Entry Lists */



/* Begin Form Elements */


#commentform input {
	width: auto;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


/* BEGIN MCG MODS */




/* =reset all styles
--------------------------------------------------------------------*/

* {
	border: 0;
	margin: 0;
	padding: 0px;
}

/* =basic html
--------------------------------------------------------------------*/

body {
	background: #fff;
	font: 11px/150% "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #222;	
	text-align: center;
	margin: 0 10px 20px 10px;
}


h1, h2, h3, h4, h5 {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-weight: normal;
	color: #960;
	margin-bottom: .3em;
	line-height: 120%;
}

h1 {
	font-size: 200%;
	margin-bottom: .5em;
}
h2 {
	font-size: 170%; 
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 110%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
/* 	text-transform: uppercase; */
}

h4.crumbs {
	text-transform: none;
	font-weight: normal;
	margin-bottom: 1em;
}

h5 {
	font-size: 120%;
}


.ruled {
	padding-bottom: .3em;
	border-bottom: 1px dotted #999;
	margin-bottom: .8em;
}


p, ul, ol, hr, address, dl {
	margin: 0 0 1.5em 0;
}

ul, ol {
	padding-left: 2em;
}
ol {
	margin-left: .5em;
}

ul {
	list-style-type: square;
}

li ul {
	list-style-type: circle;
}

dt {
	font-weight: bold;
}
dd, dl p {
	margin-left: 1em;
}

address {
	margin-left: 2em;
	margin-right: 2em;
}



hr {
	border-top: 1px solid #ddd;
	clear: both;
}
hr.ghost {
	visibility: hidden;
}

a {
	font-weight: bold;
	color: #b82;
}
a:visited {
	color: #a71;
}
a:hover {
	text-decoration: none;
	color: #da4;
}

h1 a, h2 a, h3 a, h4 a {
	font-weight: normal;
}

sup, sub {
	font-size: 70%;
}


/* =basic layout elements
--------------------------------------------------------------------*/
#wrapper, #head, #main {
	width: 950px;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#head {
	background: url(images/header.png) 0 0 no-repeat;
	display: block;
	height: 150px; 
	overflow: hidden;
}

#main {
	float: left;
	padding: 10px 0 20px 20px;
}


#content, #sidebar {
	float: left;
	display: inline;
}


#content {
	width: 677px;
/* 	background: #eee; */
	margin-right: 20px;
}


#sidebar {
	width: 212px;
 	background: #eee url(images/bgs/bg-corners-top.gif) 0 0 no-repeat;
	margin: 0;
	font-size: 90%;
}


#footer {
	clear: both;
	border-top: 1px dotted #999;
	padding: 10px 0 10px 20px;
	color: #666;
	font-size: .9em;
}

.pad10 {
	padding: 10px;
}

.pad20 {
	padding: 20px;
}

.pad40 {
	padding: 0 40px;
}



/* =head
--------------------------------------------------------------------*/
.logo {
	display: block;
	float: left;
	text-indent: -10000px;
	height: 140px;
	width: 950px;
}


/* =online banking login module
--------------------------------------------------------------------*/

.loginmod {
	height: 50px;
	margin: 15px 10px 0 0;
}

.loginmod h4, .loginmod p {
	display: inline;
}



.loginmod input {
	width: 100px;
	margin-bottom: 2px;
}

.loginmod input.but {
	width: auto;
	float: right
	margin: 0;
}
 
 
/* =footer
--------------------------------------------------------------------*/
#footer ul {
	list-style: none;
	padding: 0;
}





/* =nav
--------------------------------------------------------------------*/
#nav {
	width: 950px;
	background: #333 url(images/bgs/bg-nav.jpg) 50% 50% repeat-x;
	padding: 10px 0;
	float: left;
	clear: both;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
	overflow: hidden;
	}


#nav li {
	display: inline;
	float: left;
/* 	margin: 6px 0; */
	border-right: 1px dotted #ccc;
	letter-spacing: -.05em;
}


#nav a {
	display: block;
	float: left;
	color: #c93;
	padding: 6px 12px 0;
	font-size: 14px;
	text-decoration: none;
}

#nav a:hover, #nav a.current {
	color: #fff;
}


/* =sidebar
--------------------------------------------------------------------*/


#sidebott {
	background: url(images/bgs/bg-corners-bott.gif) 0 bottom no-repeat;
	padding-bottom: 12px;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	clear: both;
}


.subnav ul, #homenav ul {
	list-style: none;
	padding-left: 6px;
	margin-bottom: 1em;
}

.subnav li, #homenav li {
	margin-bottom: .2em;
	padding-left: 10px;
	background: url(images/arrow.gif) 0 5px no-repeat;
}

.subnav a, .subnav h3, .subnav h4 {
	text-decoration: none;
}

.subnav a.current, .subnav a:hover {
	text-decoration: underline;
}

.subnav li ul {
	margin-left: 0;
}
.subnav li ul a {
	font-weight: normal;
}

.subnav hr {
	border-top-color: #ec6;
}

li.current_page_item>a {
	color: #222;
}

/* =multi-column
--------------------------------------------------------------------*/

.cols, .colsWh {
	width: 740px;
	float: left;
 	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/bgs/bg_cols.png) repeat-y;
}




.cols {
	color: #fff;
	
}

.cols a {
	color: #fff;
}

.colsWh {
	color: #444;
}

.cols h3 {
	border-bottom: 1px solid #fff;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
} 


.cols .col p, .cols .col ul, .cols .col ol {
	margin: 0 10px 1.5em 10px;
}



.col {
	float: left;
	display: inline;
	margin-right: 20px;
}

.colsWh .col {
 	margin: 0 8px;
}


.col.last {
	margin-right: 0;
}





.half { 
	width: 445px;
}

.third {
	width: 290px;
}

.fourth {
	width: 212px;
}

.sixth {
	margin-right: 10px;
	width: 143px;
}






.colsWh .third {
	width: 230px;
}

.colsWh .last {
	margin: 0 0 0 12px;
}


.conthird {
	width: 180px;
}

.contwothird {
	width: 370px;
}

/* =special links
--------------------------------------------------------------------*/

.dl, a.post-edit-link, .failure, .cf_li_text_err li  {
	padding: .2em 0 .3em 20px;
	background-position: 0 .2em;
	background-repeat: no-repeat;
}
a.post-edit-link {
	background-image: url(images/icon_edit.png);
	background-position: 2px 0;
}

.pdf {
	background-image: url(images/icon_pdf.png);
}
.word {
	background-image: url(images/icon_word.png);
}
.emailadd {
	background-image: url(images/email_add.png);
}
.film {
	background-image: url(images/icon_film.png);
}
.imag {
	background-image: url(images/icon_imag.gif);
}
.newwin {
	background-image: url(images/icon_newwin.gif);
	background-position: right 50%;
}
.alert {
	background-image: url(images/icon_exclamation.png);
	background-position: 0 50%;
}


.failure, .cf_li_text_err li {
	background-image: url(images/icon_alert.gif);
	background-position: 0 0;
	margin-bottom: 1em;
	color: #a00;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 1em;
}



p.editpar {
	margin-top: 2.5em;
	border-top: 1px dotted #ccc;
	padding-top: 1em;
	font-size: 90%;
	font-style: oblique;
	clear: both;
}


/* =miscellaneous
--------------------------------------------------------------------*/

.ddsg-wrapper div p {
	display: none;
}


.widget {
	display: block;
	width: 100%;
}


.fineprint, .disclaimer td {
	font-size: 9px;
	line-height: 130%;
	color: #777;
}

.headshot {
	width: 540px;
	float: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.headshot img {
	float: left;
	margin: 0 10px 10px 0;
}

.headshot h4, .headshot h3 {
	margin-top: 2em;
}

.disclaimer {
	border: 0;
	width: 100%;
	clear: both;
	margin-top: 2em;
	border-collapse: collapse;
}

.m0 {
	margin: 0;
}

.disclaimer td, .disclaimer th {
	padding: .5em 1em;
	color: #666;
	text-align: center;
	border-collapse: collapse;
}
.dtop {
	border-top: 1px solid #ccc;
}

.disclaimer td p {
	margin-bottom: .5em;
}


.smaller {
	font-size: .85em;
}

#map_branches, #map_atms {
	width: 560px;
	height: 300px;
}

.standalone {
	padding: 10px;
	margin: 10px 0;
	width: 525px;
	float: left;
/* 	clear: both; */
	background: #eee;
	border-top: 1px solid #ddd;
}
.standalone h3 {
	margin-top: 0;
}

.r {
	float: right;
	margin-left: 10px;
	display: inline;
}
.l {
	float: left;
	margin-right: 10px;
	display: inline;
}



.cent {
	text-align: center;
}

.sample {
	padding: 10px;
	padding-bottom: 0;
	margin: 10px;
	background: #eee;
	border: 1px solid #999;
	width: auto;
/* 	float: left; */
}

.ghost {
	clear: both;
	visibility: hidden;
}

.clr {
	clear: both;
	visibility: hidden;
	margin: 0;
	width: 0;
}


/* =forms
--------------------------------------------------------------------*/
/* =form elements 
--------------------------------------------------------------------*/

label {
	width: 115px;
	float: left;
	text-align: right;
	margin-right: 5px;
}



input, textarea, select {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
 	float: left; 
/* 	clear: right; */
	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	padding: 4px;
/* 	display: block; */
	display: inline;
	width: 160px;
	margin-bottom: .5em;
}

.cform label, .cform input {
	float: none;
	text-align: left;
	display: block;
	width: 160px;
}


.subnav input {
	width: 130px;
}

select {
	width: auto;
}

textarea {
	float: none;
	width: 350px;
}

form hr {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}

form div {
}

form p {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: .5em;
}

input:focus, textarea:focus, select:focus {
	background: #ffe;
	color: #222;
}

.loose, .cf-box-group input {
	width: auto;
	text-align: left;
	display: inline;
}

.cf-box-group label {
	display: inline;
}



.loose, .cf-box-group input {
/* 	padding: 0; */
	margin: 0;
}

.but, #searchsubmit, #sendbutton {
	text-align: left;
	width: auto;
	border-color: #ccc #777 #777 #ccc;
	border-width: 1px;
	background: #ddd;
	padding: 5px 6px;
	display: block;
}

.req {
	color: #900;	
}

.check {
	border: 0;
	margin-right: 5px;
}

.data {
	text-align: center;
	margin: 0 0 1.5em 0;
	position: relative;
}
.data td, .data th {
	border: 1px auto #ddd;
}

.data th {
	background: #eec;
}
.alt {
	background: #ffd;
}

.nf {
	float: none;
}


/* =cforms killer
--------------------------------------------------------------------*/


ol.cf-ol {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

ol.cf-ol li {
	margin: 0 0 2px 0;
	padding: 0;
}

.linklove {
	display: none;
}

form.cform label {
/* 	width: 200px; */
}

.cf_hidden {
	display: none;
}
 
 
/* =remote dep signup
--------------------------------------------------------------------*/
 
.formblock {
	background: #fafada;
	padding: 10px;
	border: 2px solid #fd7;
	font-size: 90%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.formblock label {
	width: 85%;
	display: block;
	margin: 0 0 3px 0;
	text-align: left;
}

.formblock input {
	width: 85%;
}

.formblock input.check, .formblock input.but {
	width: auto;
	margin: 0 5px 0 0;
}



