/*
Theme Name: mm_2010
Theme URI: http://www.merchantmetrix.com
Description: This theme was designed by Merchant Metrix, Inc. for use by ONLY Merchant Metrix, Inc. unless otherwise permitted by Merchant Metrix, Inc.
Author: Sheridan Broderick
Author URI: http://merchantmetrix.com/
*/



/* Begin Typography & Colors */

#content {
	font-size: 1.2em
	}

.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;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.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;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#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 */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* 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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */


body { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#333; background:url(http://www.merchantmetrix.com/upload/pages/Image/bg-body.jpg) repeat-x #cecdcd; margin:0px; }
h1 { font-size:20px; color:#333; letter-spacing:1px; text-align:center; padding-bottom:10px;  text-transform: capitalize}
h2 { font-size:16px; color:#990000; letter-spacing:1px; }
h2 img { padding-right:10px; vertical-align:middle; }
h3 { font-style:italic; }
a { color:#4458C9; text-decoration:none; }
a:hover { color:#990000; }
img { border:0px; }
li { padding-bottom:3px; }
caption { visibility:hidden; }
p { line-height:18px; }
hr { }
small { font-size:11px; }
iframe { _border:0px; *border:0px; }

td p { padding-top:0px; margin-top:0px; }

#social-links { padding-top:5px; width:230px; float:left; }
#zaza { text-align: right; padding-right: 5px; padding-top: 5px; white-space: nowrap; float:right; }
.foot-head { color:#990000; font-size:11px; text-transform:uppercase; }
.gray { background-color:#ccc; }
.red { color:red; }
.gray-text { color:#999; font-size:12px; }
.quote { background:url(http://www.merchantmetrix.com/upload/pages/Image/quotes.jpg) no-repeat; padding-top:25px; padding-left:25px; min-height:30px; }
.bio { min-height:100px; }
.pad-right { padding-right:20px; padding-bottom:5px; }
.smaller { font-size:12px; }
.itemized { font-size:15px; color:#990000; }
.elements { padding-bottom:45px; clear:both; }
.button { background:url(http://www.merchantmetrix.com/upload/pages/Image/bg-button.jpg) no-repeat top center; height:31px; text-align:center; padding-top:8px; }
.button a { font-size:15px; font-weight:bold; color:#fff; text-decoration:none; letter-spacing:1px; }
.button a:hover { color:#FFD92C; }
.design-larger { font-weight:bold; }
.blue { color:#3C51BE; }
.buy-now { background:url(http://www.merchantmetrix.com/upload/pages/Image/buy-now.jpg) no-repeat top center; height:31px; text-align:center; padding-top:8px; }
.buy-now a { font-size:13px; font-weight:bold; color:#fff; text-decoration:none; }
.buy-now a:hover { color:#FFD92C; }
.clients { min-height:180px; _height:180px; margin-bottom:25px; padding-top:15px; padding-bottom:15px; padding-left:15px; padding-right:15px; border:#CCC solid 1px; }
.clients img { margin-right:25px; border:solid #666 2px; float:left; }
.client-pages { text-align:left; padding-top:15px; }
.client-pages a { padding-left:15px; padding-right:15px; }
.active { color:#000; font-weight:bold; }
.large { font-size:16px; font-weight:bold; letter-spacing:1px; }
.icon-h2 { font-size:18px; }
.333 { color:#333; }
.maroon { color:#990000; }

#left { width:410px; float:left; }
#right { width:315px; float:right; }

a.ecomm { background:url(http://www.merchantmetrix.com/upload/pages/Image/nav-hover-ecomm.jpg) no-repeat top; height:45px; padding-top:16px; padding-bottom:10px; *padding-bottom:13px; color:#333; margin-top: 1px; border-bottom: 3px solid #FFF;}
a.services { background:url(http://www.merchantmetrix.com/upload/pages/Image/nav-hover-services.jpg) no-repeat top; height:45px; padding-top:16px; padding-bottom:10px; *padding-bottom:13px; color:#333; margin-top: 1px; border-bottom: 3px solid #FFF;}
a.design { background:url(http://www.merchantmetrix.com/upload/pages/Image/nav-hover-design.jpg) no-repeat top; height:45px; padding-top:16px; padding-bottom:10px; *padding-bottom:13px; color:#333; margin-top: 1px; border-bottom: 3px solid #FFF; }
a.support { background:url(http://www.merchantmetrix.com/upload/pages/Image/nav-hover-support.jpg) no-repeat top; height:45px; padding-top:16px; padding-bottom:10px; *padding-bottom:13px; color:#333; margin-top: 1px; border-bottom: 3px solid #FFF; }
a.company { background:url(http://www.merchantmetrix.com/upload/pages/Image/nav-hover-company.jpg) no-repeat top; height:45px; padding-top:16px; padding-bottom:10px; *padding-bottom:13px; color:#333; margin-top: 1px; border-bottom: 3px solid #FFF; }

#wrapper { width:800px; margin-left:auto; margin-right:auto; }
#header { width:800px; height:120px; float:left; background-image:url(http://www.merchantmetrix.com/upload/pages/Image/new-head.jpg); background-repeat:repeat-x; z-index:1; }
#logo { width:300px; float:left; }
#mcafee { width:210px; float:left; text-align:right; margin-top:10px; margin-left:50px; }
#upper_right { width:235px; text-align:right; float:right; }
#navigation { width:800px; height:47px; float:left; text-align:center; margin-top: 0px; _margin-top: 0px; *margin-top: 0px; padding-top: 4px; background-image: url(http://www.merchantmetrix.com/upload/pages/Image/new-nav-bk.jpg); background-repeat: repeat-x;}
#nav_top { width:800px; height:47px; float:left; font-size:17px; font-weight:bold; color:#333; margin-bottom: -1px;  margin-top /*\**/: 1px\9 }
#nav_top a { color:#333; text-decoration:none; padding-left:16px; padding-right:17px; height:52px; line-height:55px; margin-top: 2px; }
#nav_top a:hover { color:#3C52BF; }
#nav_bottom { width:800px; float:left; *clear: left; font-size:15px; margin-top: 10px; *margin-top: 0px; _margin-top: -7px; *padding-top: 10px; background-color: #FFF; font-size:13px;}
#nav_bottom a { color:#990000; text-decoration:none; padding-left:15px; padding-right:15px; }
#nav_bottom a:hover { color:#3C52BF; }
.active { background:url(http://www.merchantmetrix.com/upload/pages/Image/bg-nav-hover.jpg) no-repeat; }

#content_middle { width:800px; background:#fff; clear:both; padding-bottom:25px; padding-top:35px; *margin-top: 25px; _margin-top: 0px;}
#content-left { width:470px; float:left; padding-left:30px; }

#footer { width:800px; height:125px; background:url(http://www.merchantmetrix.com/upload/pages/Image/bg-foot.jpg) no-repeat; color:#333; font-size:10px; padding-top:10px; _margin-top:-5px; *margin-top:-5px; clear:both; }
#footer a { color:#333; text-decoration:none; }
#footer a:hover { color:#3C52BF; }
#footer p { line-height:14px; }
#footer_block1 { width:140px; height:115px; float:left; padding-left:20px; padding-right:20px; border-right:solid 1px #ccc; }
#footer_block2 { width:140px; height:115px; float:left; padding-left:20px; padding-right:20px; border-right:solid 1px #ccc; }
#footer_block3 { width:140px; height:115px; float:left; padding-left:20px; padding-right:20px; border-right:solid 1px #ccc; }
#footer_block4 { width:217px; height:115px; float:left; padding-left:20px; padding-right:20px; text-align:center; }
#copyright { width:800px; float:left; text-align:center; font-size:10px; margin-top:10px; }
#spacer { line-height:0px; clear:both; }

#top-left { width:350px; float:left; padding-right:20px; text-align:left; }
#top-right { width:350px; float:left; padding-left:10px; padding-right:10px; text-align:right; }

#support_page{float: left; width: 960px;}
#support-box{float: left; width: 240px; padding-right: 17px; font-size: 12px;}
#support_box a{font-weight: bold; text-decoration: none;}
#support_box #box_image{float: left; width: 240px;}
#support_box #box_text{float: left; width: 240px; padding-right: 20px;text-align: justify; margin-top: 10px;}
#support_page ul li{font-size: 11px;}
#support_page #referral_box{float: left; width: 470px; clear: left; margin-top: 15px;}
#support_page #referral_box #referral_image{float: left; width: 470px;}
#support_page #referral_box #referral_text{float: left; width: 470px; margin-top: 10px; text-align: justify;}
#support_page #left_support{float: left; width: 700px;}
#support_page #right_support{float: left;}

#support-page-info{float: left; width: 100%;}
#support-page-left{float: left; width: 66%;}
#support-page-left #support-box{float: left; width: 46%; height: 250px; padding-left: 2%; padding-right: 2%;}
#support-box img{text-decoration: none; border: 0px;}
#support-page-right{float: left; width: 33%;}
#support-page-right #support-box{float: left; width: 96%; padding-left: 2%; padding-right: 2%;}

.breadcrumbs{color: #000; font-size: 11px;}
.breadcrumbs a{text-decoration: none; color: #990000; font-weight: bold;}
#selections{float: left; width: 100%; text-align: center;}
#selections a{text-decoration: none; padding-left: 10px; padding-right: 10px; font-weight: bold; border: 0px; color: #990000; text-transform: capitalize;}
#color-box{float: left; width: 33%;padding-bottom: 20px; height: 225px;}
#color-name{float: left; width: 100%; padding-top: 10px; padding-bottom: 10px;text-align: center;}
#color-name a{text-transform: capitalize; text-decoration: underline; font-weight: bold; color: blue;}
#color-img{float: left; width: 100%; text-align: center;}

img{border: 0px;}

#respond { width:450px; float:left; }
#comment textarea { width:450px; }

#sidebar
{
	padding-right:15px;
	width: 200px;
	padding-left:30px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	_clear:right;
	}
#sidebar h2 { padding-bottom:10px; padding-top:3px; }
#sidebar ul li { list-style-type:none; padding-top:2px; padding-bottom:2px; margin-bottom:0px; margin-top:0px; }

#social-media { width:470px; float:left; padding-bottom:15px; padding-top:15px; }

.topsy-sm { float:left; width:150px; }
.rt { width:80px; float:right; text-align:right; }

.multi-drop-shadows { 
background: black;
color: white;
font-size: 18px;
padding: 40px 0 10px;
text-align: center;
text-shadow: 0 0 4px white, 0 -5px 4px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -25px 18px #f20;
 }
