/* 
 ----------------------------------------------------------------------------
  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul, ol {
	list-style:none;
}
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1, h2, h3, h4, h5, h6, pre, code, td {
	font-size:1em;
}
/* Remove inconsistent (among browsers) default padding or margin */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div, dd, dt, dl {
	margin:0;
	padding:0;
}
/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset {
	border:none;
}
/* global elements
 * ------------------------------------------------------------------------- */
 
 /* teach the browser some html5 */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* ----- type selectors ----- */ 
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #dae6f2 url("/wp-content/themes/mv/images/bg-body.gif") top left repeat-x;
}

body#int {
	background: #dae6f2 url("/wp-content/themes/mv/images/bg-body-int.gif") top left repeat-x;
}

p, ul, ol, dl, pre, blockquote {
	margin-bottom:1em;
}

ul li ul {
	margin-bottom:0;
}

blockquote {
	color:#222;
	margin: 0 .5em;
	padding: 0 0 0 1em;
	border-left: 2px solid #DDD;
}
/* ----- classes ----- */
div.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
}

.hide {
	display:none;
}
/* Sign up button
* ------------------------------------------------------------------------- */

.sign-up {
	background: url("/wp-content/themes/mv/images/hm-signup.gif") top left no-repeat;					
	width: 186px;	
	height: 85px;
	display:block; 
	margin-bottom:0px;
	margin-left:0px;
	float:left;
	}

.sign-up:hover { 
	background-position: 0px -85px; 
  	} 
 
.sign-up span { 
	display:none; 
	}
	
.sign-up-sm {
	background: url("/wp-content/themes/mv/images/sign-up-button-sm.gif") no-repeat 0 2px;					
	width: 110px;	
	height: 42px;
	display:block; 
	margin-left:0px;
	}

.sign-up-sm:hover { 
	background-position: 0px -38px; 
  	} 
 
.sign-up-sm span { 
	display:none; 
	}

/* framework
 * ------------------------------------------------------------------------- */

.wrap {
	width:982px;
	margin:0 auto;
	text-align:left;
}


/* section: links
---------------------------------------------- */
a:link, a:visited {
  color: #6697ca;
  text-decoration: none;
  -webkit-transition: color .2s linear;
}

a:hover, a:active {
  color: #4b7096;
}
/* ------------------------------------------- */


/* section: header
---------------------------------------------- */
header {
    font-family: "lucida grande", "trebuchet ms", verdana, sans-serif;
	font-size:12px;
	margin-top:9px;
}

header nav { float:left;
}

header nav ul li {
  color: #4e8ac8;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 42px 0 0;
  text-transform: uppercase;
}

header nav ul li a:link, header nav ul li a:visited {
  color: #6697ca;
}

header nav ul li a:hover, header nav ul li a:active, header nav ul li.disabled
 {
  color: #4b7096;}
  
.disabled a:hover, .disabled a:active, .disabled a:link, .disabled a:visited {
  color: #4b7096;
  border-bottom: 1px solid #a0bbd7;
  cursor: default;
}

/* temp hmpg nav box
---------------------------------------------- */
.temp_navbox {
	width:430px;
	height:42px;
	float:left;
}
/* ------------------------------------------- */


#nav-login {
	margin:0px 50px 0 10px;
	float:right;
}

#nav-login a {
	text-decoration: none;
	}

.button {
	-webkit-box-shadow: #666 0px 1px 2px;
	box-shadow: 0 1px 2px #666;
	-moz-box-shadow: 0 1px 2px #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 2px 4px;
	margin: 0 4px;
}

.button:hover {
	-webkit-box-shadow: #aaa 0px 2px 3px;
	box-shadow: 0 2px 3px #aaa;
	-moz-box-shadow: 0 2px 3px #aaa;
	cursor: pointer;
	text-decoration: none;
}
.button:active {
	-webkit-box-shadow: #333 0px 1px 2px;
	box-shadow: 0 1px 2px #333;
	-moz-box-shadow: 0 1px 2px #333;
	cursor: pointer;
}

.primary_action, .gform_button  {
font-weight: bold;
color: #333;
text-shadow: 1px 1px 0px #eee;
background: #cbe2ee;
border: 1px solid #9fc1d4;
}

.primary_action:hover, .gform_button:hover {
background: #cfebfa;
text-decoration: none;
}

.primary_action:active, .gform_button:active {
border: 1px solid #8caaba;
}

.secondary_action {
color: #333;
text-shadow: 1px 1px 0px #eee;
background: #f6f6f6;
border: 1px solid #ddd;
}

.secondary_action:hover {
background: #fff;
text-decoration: none;
}

.secondary_action:active {
border: 1px solid #ccc;
}

.login {
	padding: 2px 12px;
}

#mv-logo {
	position:relative;
	background:url("/wp-content/themes/mv/images/mv-logo.gif") left top no-repeat;
	width:415px;
	height:94px;
	margin-top:0px;
}

/* home link within header */		
#mv-logo a {
	position:absolute;
	width:415px;
	height:94px;
	top:0px;
	left:0px;
}
#mv-logo span {
	display:none;
}

#mv-logo-int {
	position:relative;
	background:url("/wp-content/themes/mv/images/mv-logo-int.gif") left top no-repeat;
	width:265px;
	height:60px;
	margin-top:0px;
}

/* home link within header */		
#mv-logo-int a {
	position:absolute;
	width:265px;
	height:60px;
	top:0px;
	left:0px;
}
#mv-logo-int span {
	display:none;
}

#voice-box-tip {
	position:relative;
	background:url("/wp-content/themes/mv/images/voice-box-tip.png") left top no-repeat;
	width:76px;
	height:37px;
	margin-left:38px;
}

#voice-box-tip-int {
	position:relative;
	background:url("/wp-content/themes/mv/images/voice-box-tip-int.png") left top no-repeat;
	width:99px;
	height:22px;
}

#content {
	background-color:#FFF;
	padding-top:28px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:.017em;
	margin-top:-4px;
}

#content-int {
	background-color:#FFF;
	padding-top:28px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:.017em;
	margin-top:-4px;
}

#content h1 {
	font-size:39px;
	color:#6697ca;
	margin-bottom:20px;
}

.headline-copy {
	font-size:30px;
	color:#6697ca;
}
.headline-blu {
	color:#6697CA;
}
#content h2 {
	font-size:17px;
	color:#868d9b;
	margin-bottom:3px;
}
#content p {
	font-size:16px;
	color:#868d9b;
	line-height:24px;
	margin-bottom:20px;
	font-weight:normal;
}

#content ul {
	list-style-type: disc;
}

#column-left {
	width:415px;
	float:left;
	margin-bottom:20px;
}

#or {background:url("/wp-content/themes/mv/images/or.gif") left top no-repeat;
	width:41px;
	height:77px;
	float:left;}

#column-right {
	width:543px;
	float:right;
}

#mv-ex {background:url("/wp-content/themes/mv/images/mv-ex.png") left top no-repeat;
	width:502px;
	height:485px;}
	

#client { width:100%; background-color:#ecebeb;}

#client-border {
	background:url("/wp-content/themes/mv/images/client-top.gif") repeat;
	height:19px;
	overflow:hidden;
}
#client-list {
	width:982px;
	height:100px;
	background-color:#ecebeb;
	margin:0 auto;}
	
#client h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size:12px; font-weight:bold; color: #6697ca; margin-bottom:20px; text-transform: uppercase;
}

#usa_gov {
	background:url("/wp-content/themes/mv/images/usa_gov_logo.gif") top left no-repeat;
	width:146px;
	height:49px; margin-right:42px; float:left;}
	
#gobierno {
	background:url("/wp-content/themes/mv/images/gobierno_logo.gif") top left no-repeat;
	width:215px;
	height:49px; margin-right:56px; float:left;}

#worldbank {
	background:url("/wp-content/themes/mv/images/the-world-bank.png") top left no-repeat;
	width:215px;
	height:49px; margin-right:56px; float:left;}
	
	
#paypal {
	background:url("/wp-content/themes/mv/images/paypal_logo.gif") top left no-repeat;
	width:116px;
	height:49px; margin-right:62px; float:left;}
	
	
#unilever {
	background:url("/wp-content/themes/mv/images/unilever_logo.gif") top left no-repeat;
	width:70px;
	height:49px; margin-right:70px; float:left;}
	
#sekisui {
	background:url("/wp-content/themes/mv/images/sekisui-logo.png") top left no-repeat;
	width:151px;
	height:49px; float:left;}

#bottom-border {
	background:url("/wp-content/themes/mv/images/footer-border.gif") repeat;
	width:100%;
	height:23px;
	margin-bottom:12px;
	clear:both;
	overflow:hidden;
}

#bottom-border-blog {
	background:url("/wp-content/themes/mv/images/footer-border-blog.gif") repeat;
	width:100%;
	height:27px;
	margin-bottom:12px;
	clear:both;
	overflow:hidden;
}

#container{
	width:432px;
	float:left;
	font-size:14px;
	line-height:1.5;
	color:#444444;
	margin-bottom:20px;}
	
	#container h1{
		color:#333333; font-size:24px; font-weight:bold; margin-bottom:10px;}

	#container h2{
		color:#333333; font-size:17px; font-weight:bold; margin-bottom:10px; margin-top:30px; line-height:1;}

	#container h4{
		color:#333333; font-weight:bold; margin:1em 0 .5em 0; line-height:1.4;}
	
	#container p{
		font-size:16px;
		line-height:1.5;
		color:#333;
		margin-bottom:1em;}
	
	#container ul, #container ol{ 
		font-size:16px;
		color:#444444;
		line-height:1.5;
		list-style: none outside none;
		margin-left: 1.5em;
		}
		
	#container ul li, #content ul li {
		list-style-image: url("/wp-content/themes/mv/images/li_bullet.png");
	/*  background: url("/wp-content/themes/mv/images/li_bullet.png") no-repeat scroll 0 6px transparent;*/
    	padding: 0 0 5px 0px;
		}
	
	#container hr {
		margin: 1em 0;
	    height: 1px;
	    border: none;
	    border-bottom: 1px double #BBB;
	    background-color: transparent;
	}

#container ol li {
	list-style-type: decimal;
    padding: 0 0 .25em .5em;
	margin-bottom: .25em;
}
.post {
	margin-bottom: 5em;
}
.rule{margin:18px 0;height:0;overflow:hidden;border-bottom:1px solid #eee;}

/*home page*/

#content .lede p {
	font-size:1.8em;
	line-height:1.2;
	color:#333;
	margin:20px 0;
	width:600px !important;
	background-color: #dae6f2;
	padding: 20px;
}

/* app
 * ------------------------------------------------------------------------- */
 
 
#container-app{
	width:630px;
	float:left;
	font-size:16px;
	line-height:1.5;
	color:#444444;
	margin-bottom:20px;}
	
	#container-app h1{
		color:#333333; font-size:24px; font-weight:bold; margin-bottom:10px;}

	#container-app h2{
		color:#333333; font-size:17px; font-weight:bold; margin-bottom:10px; margin-top:30px; line-height:1;}
		
	#container-app p{
		width:430px;
		font-size:16px;
		line-height:1.5;
		color:#444444;
		margin-bottom:12px;}	
 
	#container-app hr {
		width:430px;
		margin: 1em 0;
	    height: 1px;
	    border: none;
	    border-bottom: 1px solid #BBB;
	    background-color: transparent;
		}

 #mv-video {background: url("/wp-content/themes/mv/images/mv-video-player.jpg"); 
	width:432px; 
	height:441px;}
 
 #feature { }
 
 .row2 {clear: left;}
 
 .f-left { width:425px; float:left; margin-bottom:20px;}
/* .f-text { font-size:12px;}*/
 
 .f-right {float:right; border: 1px solid #E3E3E3;}

.eximg { width:160px; height:122px;}
#ex-1 {background: url("/wp-content/themes/mv/images/feature-ex1.gif"); 
	width:160px; 
	height:122px;}
	
#feature-horz p { margin:15px 0px 10px 5px;}

#ex-2 {background: url("/wp-content/themes/mv/images/feature-ex2.gif"); 
	width:160px; 
	height:122px;}

#ex-3 {background: url("/wp-content/themes/mv/images/feature-ex3.gif"); 
	width:160px; 
	height:122px;}

#ex-4 {background: url("/wp-content/themes/mv/images/feature-ex4.gif"); 
	width:160px; 
	height:122px;}

	
.falt-text { font-size:12px;}	
 

/* team
 * ------------------------------------------------------------------------- */
#team {}

.row {clear: left;}

.capturado:first-child  { margin-left: 0;}

.capturado { margin-left:125px; margin-bottom:35px; float:left;}

.photo {border: 1px solid #E3E3E3; margin-bottom:8px;}

.nomenclature { font-size:17px; color:#504e4e;}

.title {font-size:13px; color:#5f5e5e; font-style:italic;}

.link-twitter { font-size:12px;}

.team-member {
	font-size: 16px;
	margin-bottom: 1em;
	color:#444;
}

.team-member p {
	margin-bottom: .25em !important;
}

ul.personal-links {
	margin: 0 0 1em .5em !important;
	padding:0 !important;
}

ul.personal-links li {
	display: inline;
	list-style-type: none;
	margin-right: .5em;
}

ul.personal-links li.tw, ul.contact-list li.tw {
	padding-left: 14px !important;
	background: transparent url('/wp-content/themes/mv/images/linkedin-twitter-chicklets.gif') no-repeat 0px -22px;
}

ul.personal-links li.in {
	padding-left: 14px !important;
	background: transparent url('/wp-content/themes/mv/images/linkedin-twitter-chicklets.gif') no-repeat 0px 2px;
}


#map { padding-top:0px; margin-bottom:15px;}


/* footer
 * ------------------------------------------------------------------------- */
 
footer {
	background-color:#dae6f2;
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#6697ca;
}

footer p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
	color: #6697ca;
}
#footer-wrap {
	width:982px;
	margin:0 auto;
	text-align:left;
	padding-bottom:30px;
}

footer ul li { font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size:12px; font-weight:bold;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0px 0 14px;
  border-left: 1px solid #6697ca;
}

footer ul li.disabled {
  color: #a0bbd7;
}

footer ul li a:link, footer ul li a:visited {
  color: #6697ca;
  font-weight: bold;
}

footer ul li a:hover, footer ul li a:active {
  color: #4b7096;
}

footer li.first {
	border: none;
	padding-left:0;
}

 /* ------------------------------------------------------------------------- */
 
 /*
	jQuery MV-Slider
*/

/* Insignificant stuff */

	.panel { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

#schedule-messages {background: url("/wp-content/themes/mv/images/schedule-messages.gif"); 
	width:503px; 
	height:217px;}
	
#collaborate {background: url("/wp-content/themes/mv/images/collaborate.gif"); 
	width:503px; 
	height:330px;}
	
#reports {background: url("/wp-content/themes/mv/images/reports.gif"); 
	width:503px; 
	height:520px;}

	.coda-slider-wrapper {  }
	.coda-slider { background: #fff }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 523px;} 
	
	/* Tab nav */
	
	.coda-nav ul li a.current { background:url("/wp-content/themes/mv/images/current-state.gif"); 
	width:19px; height:16px;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav { width:100px; margin:0 auto;}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden;}
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a {  background:url("/wp-content/themes/mv/images/off-state.gif"); width:19px; height:16px; display: block; margin-right:3px; float: left; text-decoration: none; margin:10px 0px 15px 0px; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; width:543px;  }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
 /* ------------------------------------------------------------------------- */

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

#container h1.entry-title {
	margin: 5px 0;
	color: #666;
	font-size: 28px;
	clear: both;
	font-weight: bold;
	line-height:1;
}

#container h2.entry-title {
	margin: 5px 0;
	clear: both;
	font-weight: bold;
	line-height:1;
}

.entry-title a:link, .entry-title a:visited {
	color: #608ebe;
	font-size: 28px;
	text-decoration: none;
	clear: both;
}

.entry-title a:hover, .entry-title a:active {
	color: #8babcd;
}

.entry-date {
	color: #666;
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
}

.entry-date a:link, .entry-date a:visited {
	color: #608ebe;
	text-decoration: none;
}

.entry-date a:hover, .entry-date a:active {
	text-decoration: underline;
}

.entry-date a.date-stamp {
	color:#666;
}

.entry-meta {
	padding: 10px;
	margin-top: 2em;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #DDD;
	color: #113860;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}

.entry-meta h4 {
	font-weight: normal !important;
}

.entry-meta a:link, .entry-meta a:visited {
	color: #608ebe;
	font-size: 12px;
	text-decoration: none;
	clear: both;
}

.entry-meta a:hover, .entry-meta a:active {
	color: #4b7096;
	font-size: 12px;
	text-decoration: none;
	clear: both;
}

.entry-content { 
	font-size:16px;
	line-height:1.5;
	color:#333;
	margin-bottom:12px;
	}
	
.xcerpt { font-size:16px;
	color:#7e7b7b;
	line-height:24px;
	margin-bottom:7px;
	font-weight:normal;}
	
.readmore {
padding: 0px 20px 5px 0px;
margin-right: 20px;
}

.archive-entry {
	padding:10px;
	margin: 0 -10px 40px -10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.archive-entry:hover {
	background-color: #DAE6F2;
}

.archive-entry h4 {
	color: #608ebe !important;
	font-size: 16px;
	text-decoration: none;
	clear: both;
	line-height:1 !important;
	margin: 0 !important;
}

.archive-entry:hover h4 {
	color: #8babcd;
}

.xcerpt-archive { font-size:16px;
	color:#7e7b7b;
	line-height:24px;
	font-weight:normal;}
	
.readmore-archive {
}

ul.author-profile {
	font-size: 12px !important;
    list-style: none;
	margin: 0 !important;
}
ul.author-profile li {
    display:block;
    float: left;
    height:16px;
}
ul.author-profile li.twitter a, ul.author-profile li.gplus a, ul.author-profile li.linkedin a { 
    margin-right: 8px;
    padding-left: 19px;
}
ul.author-profile li.twitter {
	background: transparent url('http://measuredvoice.com/wp-content/themes/mv/images/author-soc-med-icons.png') no-repeat 0px 0px;
	clear:left;
}
ul.author-profile li.linkedin {
	background: transparent url('http://measuredvoice.com/wp-content/themes/mv/images/author-soc-med-icons.png') no-repeat 0px -25px;
}
ul.author-profile li.gplus {
	background: transparent url('http://measuredvoice.com/wp-content/themes/mv/images/author-soc-med-icons.png') no-repeat 0px -49px;
}

/*.readmore a:link, .readmore a:visited { color:#7b0605; text-decoration: none;}	

.readmore a:hover, .readmore a:active { color:#7b0605; text-decoration: underline;}
*/
.page-title {color:#113860; font-size:18px;}

.page-title a:link, .page-title a:visited { color:#608ebe; text-decoration:none;}
	
.page-title a:hover, .page-title a:active {  color:#8babcd; text-decoration:none;}

#respond h3 { color:#484646;}


#comments-list {
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:15px;
color:#113860;
line-height:20px
}

#comments-list h3 { color:#484646;}

#comments-list a:link, #comments-list a:visited { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; color:#608ebe; font-size:15px; text-decoration:none; clear:both;}
	
#comments-list a:hover, #comments-list a:active { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; color:#8babcd; font-size:15px; text-decoration:none; clear:both; }

form#commentform .form-label {
margin:4px 0 2px 0; 
}

form#commentform .form-submit {
margin:8px 0 0px 0; cursor:hand; 
}


form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:13px;
color:#113860;
line-height:20px
}

form#commentform a:link, form#commentform a:visited { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; color:#608ebe; font-size:12px; text-decoration:none; clear:both;}
	
form#commentform a:hover, form#commentform a:active { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; color:#8babcd; font-size:12px; text-decoration:none; clear:both; }

input#author,input#email,input#url,textarea#comment {
display: block;
width: 230px;
padding: 2px 5px;
border: 1px solid #608ebe;
background: #FFFFFF;
color:#7e7b7b; font-size:12px;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

div.sidebar { width:288px; float:right; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:13px;
	color:#444444;
	line-height:19px;
	margin-top:10px;
	margin-bottom:0px;}
	


div.sidebar h2 { color:#666666; font-size:14px; margin-bottom: .25em;
}	


div.sidebar h3 { color:#3C9227; font-size:16px; margin-bottom: .5em;
}	

.sidebar-section {
	margin-bottom: 2em;
	clear: both;
}

.app-callout, .gform_wrapper {
	padding: 8px 12px;
	border: 1px solid #dae6f2;
	margin-bottom: 20px;
}

.app-signup {
	position:fixed;
	width:230px;
}
.side-nav1 a:link, .side-nav1 a:visited { font-weight:bold; color: #608ebe; text-decoration:none;}
	
.side-nav1 a:hover, .side-nav1 a:active { font-weight:bold; color: #8babcd; text-decoration:none;}

div.sidebar input#s {
width:7em;
}

div.sidebar ul, {
padding:0 0 0 0;
}

div.sidebar li {
list-style:none;
margin:0 0 3px 0;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

p.wp-caption-text{
font-style:italic;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

.wrap, #client-list, #footer-wrap { padding-left: 20px; padding-right: 20px; }

/*Contact Form*/

h3.gform_title {
	margin: 0 0 .5em 0 !important;
}

.gform_heading {
	margin:0 !important;
}

.gform_footer {
	padding: 0 0 .5em 0 !important;
	margin: 0;
}

.gform_button {
	margin:0 !important;
}

ul#form-list li {
		list-style-image: url("/wp-content/themes/mv/images/li_bullet.png") !important;
	/*  background: url("/wp-content/themes/mv/images/li_bullet.png") no-repeat scroll 0 6px transparent;*/
    	padding: 0 0 5px 0px !important;
}
