/*   
Theme Name: Merchant Guru Site Theme
Description: Based on <a href="http://simonwebdesign.com/simon-wordpress-framework-blank-theme/">Simon WP Framework</a>, using 960.gs grid system.
Author: Joe Fletcher
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

body {
	background: #fff url('images/background.png') repeat-x; 
    width: 100%;
    height: 100%;
}

/* links */
a:link, a:visited {
	color: #690A0A;
	text-decoration: none;
}
	
/* header */
a#logo img {
	border:0;
	margin: 20px 0 0 7px; 
}

/* navigation */
#nav-bar {
    width: 960px;
	height: 26px;
	margin: 22px 0 -6px;
	padding: 0 0 10px 0;
}
#navbar-right {
	float: right;
	margin-right:3px;
}
#navbar-right a:link, #navbar-right a:visited {
	color: #FFFAC8;
	font-size: 16px;
	text-shadow: 2px 2px 2px #300;
}	
#navbar-right a img {
	border: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#nav {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav a {
	display: block;
	font-family: arial, sans-serif;
    font-weight: bold;
	padding: 6px 10px 5px 10px;
}
#nav a:hover {
	display: block;
	color:#fff;
	padding: 6px 10px 5px 10px;
}
#nav li {
	float: left;
	margin-left:15px;
	padding: 0;
}
#nav li li {
	display: none;
}
/* End header */

/* Content Area*/
#content {
	margin-top:40px;
}
/* End Content Area*/

/* Home page specific */
.headline-box { /*  headline-box image */
	margin: -10px 0 0 -15px;
}
.learn-more-nav {
	height: 45px;
	left: 35px;
	list-style: none;	
	margin: 0;
	padding: 0;
	position: relative;
	top: -70px;
}
.learn-more-nav li {
    display: inline;
    margin: 0;
    padding: 0;
}
.learn-more-nav a {
    float: left;
    width: 171px;
    height: 45px;
    display: block;
    text-indent: -500em;
    overflow: hidden;
    background-image: url('/wp-content/uploads/learn-more-sprite.png');
    background-repeat: no-repeat;	
}
.learn-more-nav li.learn-more a {
  background-position: 0px 0px;
}
.learn-more-nav li.learn-more a:hover {
  background-position: 0px -46px;
}
.learn-more-nav li.get-started a {
  background-position: -186px 0px;
}
.learn-more-nav li.get-started a:hover {
  background-position: -186px -46px;
}
#learn-more-nav-bottom {
	position: relative;
	top: 70px;
	margin-left: 70px;
}

.three-column {
	font-size: 1.2em;
	width: 280px;
	line-height: 1.7;
}
#post-2 .grid_4 {
	margin-bottom: 20px;
}
/* End Home page specific */

.vert-spacer {
	height: 30px;
}
/* Solutions */
#online-store, #web-marketing, #webmaster-support {
	font-size: 1.2em;
	letter-spacing .12em;
}
#online-store h4, #web-marketing h4, #webmaster-support h4 {
	color: #690A0A;
	margin-bottom: .3em;
}
#online-store li, .other-services li {
	list-style: none outside url('/wp-content/themes/mg/images/check-bullet.png');
	margin-left: 24px;
}
ul.other-services {
	margin-bottom: 30px;
}
#post-7 h3, #staff {
	background-color: #FEF5B5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgb(254,246,181)), color-stop(1, rgb(254,250,222)));
	background: -moz-radial-gradient(center top, rgb(254,246,181) 5%, rgb(254,250,222) 100% );
	color: #690A0A;
	margin-left: -10px;
	padding: 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #ccc;
}

/* End Solutions */
/* Pricing */
#price {
	margin-top: 25px;
}
#whats-included, #free-stuff {
	height: 270px;
	padding-left: 15px;
	padding-top: 100px;	
	margin-top: 10px;
}
#whats-included {
	background: url('http://lh6.ggpht.com/_Wa7kK8oqcLM/TH3iF_eNw5I/AAAAAAAACT8/xUs_n2pTeok/whats-included.png') no-repeat;
	margin-right: -5px;	
	margin-left: -5px;
}
#free-stuff {
	background: url('http://lh3.ggpht.com/_Wa7kK8oqcLM/TH3iFmP_TDI/AAAAAAAACT4/_ID4ldDT7dw/free-stuff.png') no-repeat;
	margin-right: -50px;	
}
#questions {
	margin-top: 20px;
}
.call-to-action, #staff h2 {
	font-size:2.2em;
}
#contact-now {
	margin-left: 40px;
}
#contact-box {
	margin-left: 50px;
}
#contact-box-backer {
	background: url('/wp-content/uploads/contact-box-backer.png') no-repeat;
	height: 305px;
}
.arrow {
	background: url('/wp-content/uploads/arrow.png') no-repeat;
	height: 95px;
	margin: 20px 0 15px 140px;
}
/* End Pricing */

/* About Us */
#staff {
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
}
.bio img {
	border: 3px solid #f92;
	margin: 0 10px 5px 0;
}
.bio h3, .bio h4 {
	margin-bottom: .3em; 
}
.bio h5 {
	font-weight: normal;
	letter-spacing: .2em;
}
.bio p {
	font-size: 1.2em;
}
/* End About Us */

/* Footer */
#footer {
	background:#222 url('images/footer.png') repeat-x;
	font-family: "futura md", "Helvetica Neue", Arial, sans-serif;
	margin: 70px auto 0;
	min-height: 450px;
	font-size: 1.2em;
	letter-spacing: .08em;
}
#footer-content {
    padding-top: 30px;
	padding-bottom: 30px;
}
#footer-content h3 {
	color: #888;
	font-family: "futura bk", "helvetica neue", arial, sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	vertical-align: top;
}
#footer-content a:link, #footer-content a:visited {
	color: #999;
}
#footer-3 {
	min-height: 190px;
}
h3.twitter {
	margin-bottom: 0;
}
h3.twitter a img {
	vertical-align: text-top;
}
li#twitter-1.widget h3.widgettitle {
	margin-bottom: .2em;
}
.twitter-item {
	margin-bottom: 10px;
}
/* End Footer */

/* Misc */
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
p.large {
	margin-left:-10px;
	width: 960px;
}

/* Portfolio */
.portfolio-website {
	padding: 10px 0;
	margin-bottom: 10px;
}
.website-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}
.website-thumbnail img {
	border: 5px solid #CCC;
	margin: 0;
	padding: 5px;
}
.website-thumbnail img:hover {
	border: 4px solid #999;
}
.website-name {
        font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}
.website-name a,.website-url a {
	text-decoration: none;
}
.website-name a:hover,.website-url a:hover {
	text-decoration: underline;
}
.website-url {
	font-weight: bold;
}
.website-url a {

}
.website-description {
        font-size: 1.2em;
	margin-top: 15px;
}
.website-clear {
	clear: both;
}
.portfolio-paging {
	text-align: center;
	padding: 4px 10px 4px 10px;
	margin: 0 10px 20px 10px;
}
.portfolio-paging .page-count {
	margin-bottom: 5px;
}
.portfolio-paging .page-jump b {
	padding: 5px;
}
.portfolio-paging .page-jump a {
	text-decoration: none;
}