body {
  background: #D7D7D7 left -14px repeat-x;
  margin: 0;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p > a:link, p > a:visited {
}

#wrapper {
  min-width: 950px;
}


/*----------------------------------------------------------------------- 
    Styles
 ------------------------------------------------------------------------ */

#content {
  background-color: #FFF;
}

div.indent {
  padding: 0 20px;
  width: 910px;
}


/*----------------------------------------------------------------------- 
    Nav
 ------------------------------------------------------------------------ */

#page-top {
	color: #FFF;
	height: 30px;
	background-color: #222222;
}

#page-top input {
  padding: 1px;
  font-size: 11px;
}

#page-top input[type=submit], #page-top input[type=button], #page-top button {
  text-transform: uppercase;
}

ul#site-nav {
	color: #EFEFEF;
	float: right;
	list-style: none;
	margin: 0;
	margin-top: 6px;
	font-weight: bold;
}

#site-nav li {
  border-left: 1px solid #666;
  display: block;
  float: left;
  height: 20px;
  padding: 0 10px;
}

#site-nav li a {
  color: #CCCCCC;
  text-decoration: none;
}

#site-nav li a:hover {
  text-decoration: underline;
}

#site-nav a#gopro {
  color: #E0BA50;
  font-weight: bold;
}

#site-nav li#login_link, #site-nav li#user_state {
  border: none;
  padding-left: 0;
}

#site-nav li#login_link a, #site-nav li#user_state a {
  color: #CCCCCC;
}

#site-nav li.hidden {
  display: none;
}

#site-nav li.activated {
  display: block !important;
}

#site-nav fieldset.val {
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}
  
#site-nav #messages {
  background: url(images/mail.png) left top no-repeat;
  padding-bottom: 3px;
  padding-left: 25px;
}

#site-nav .new-mail {
  background-image: url(images/mail_new.png) !important;
}

#site-nav #members {
  vertical-align: middle;
}

#site-nav #members input {
  cursor: pointer;
  font-size: 10px;
  vertical-align: middle;
}

#site-nav #UserLoginEmail, #site-nav #UserPassword, #site-nav #UserRemember {
  display: inline-block;
  margin-right: 0.5em;
}

#site-nav #UserLoginEmail {
  width: 160px;
}

#site-nav #members label {
  cursor: pointer;
}

/*----------------------------------------------------------------------- 
    Banners
 ------------------------------------------------------------------------ */

div#banner {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
}

div.pro-user div#banner {
  background-image: url(images/pro_banner_bg.png);
}

div#logo {
	display: block;
	height: 70px;
	width: 918px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 19px;
	background-repeat: no-repeat;
}

div#logo a {
  display: block;
  float: left;
  height: 72px;
}

#logo a#seomoz {
  width: 275px;
}

#logo a#hire {
  width: 150px;
}

#logo a#seminar-callout {
  width: 180px;
}

#logo a span {
  display: none;
}


/*----------------------------------------------------------------------- 
    Main Nav
 ------------------------------------------------------------------------ */

ul#main-nav {
  clear: left;
  list-style: none;
  margin: 0;
}
  
#main-nav li {

  display: block;
  float: right;
}

#main-nav li a {
  color: #8A8A8A; /* color: #6DCFF6; */
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
}

#main-nav li a small {
  display: block;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

#main-nav li a.active {
  color: #FFF;
}

#main-nav li a:hover {
	color: #007CC3;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/menu_buttons.gif);
	background-repeat: no-repeat;
}

#main-nav li a.active:hover {
  color: #9EE1FD;
}
  
#nav-blog { width: 138px; }
#nav-tools { width: 138px; }
#nav-guides { width: 138px; }
#nav-youmoz { width: 143px; }
#nav-marketplace { width: 150px; }
#nav-store { width: 107px; }
#nav-about { width: 128px; }


/*----------------------------------------------------------------------- 
    Member Toolbar
 ------------------------------------------------------------------------ */

#status {
  color: #EAC272;
  float: left;
  font-weight: bold;
  height: 53px;
  padding-top: 5px;
  padding-left: 66px;
  width: 114px; /* 180px total */
}

#status strong {
  font-size: 1.2em;
}

#status small {
  color: #FFF;
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-indent: 1px;
}

ul#pro-toolbar {
  float: left;
  list-style: none;
  margin: 0;
  width: 770px;
}

#pro-toolbar > li {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 0.5em 20px;
  position: relative;
  z-index: 100;
}

#pro-toolbar a {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#pro-toolbar li ul {
  background: #D1E6EF;
  display: none;
  left: -19px;
  position: absolute;
  top: 2.5em;
  width: 200px;
  z-index: 99;
}

#pro-toolbar li span.down-arrow {
  display: none;
}

#pro-toolbar li:hover {
  background: #D1E6EF;
}

#pro-toolbar li:hover a {
  color: #214451;
}

#pro-toolbar li:hover ul {
  display: block;  
}

#pro-toolbar li ul li {
  border: solid 1px #C4C4C4;
  border-top: none;
  border-bottom: solid 1px #C6D8DF;
  display: block;
  float: none;
  font-size: 10px;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}

#pro-toolbar li ul li.zebra {
  background: #E0EBEF;
}

#pro-toolbar li ul li a, #pro-toolbar li:hover ul li a {
  color: #305D6F;
  display: block;
  padding: 0.5em 20px;
}
  
#pro-toolbar li ul li a:hover {
  background: #305D6F;
  color: #FFF;
  text-decoration: none;
}
      
      
/*----------------------------------------------------------------------- 
    Banner
 ------------------------------------------------------------------------ */

div.tool-section-banner {
  background: #EFEFEF none repeat scroll 0 0;
  border-bottom: 1px solid #BEBEBE;
  display: block;
  margin-bottom: 22px;
  padding: 1.5em 0 1em;
}

.tool-section-banner h1 {
  font-size: 3.5em;
  margin: 0;
  margin-left: 22px;
}

.tool-section-banner h1 a {
  color: #616263;
  text-decoration: none;
}

.tool-section-banner h1 a:hover, .section-banner h1 a:hover {
  text-decoration: underline;
}

.tool-section-banner h1 img {
  float: left;
  margin-right: 5px;
}

.tool-section-banner h1 span, .section-banner h1 span {
  display: inline;
}
  
div.section-banner {
  border-bottom: 1px solid #BEBEBE;
  height: 91px;
  margin-bottom: 22px;
  padding-top: 35px;
}

.section-banner h1 {
  font-size: 3.5em;
  padding-left: 240px;
}

.section-banner a {
  color: #616263;
  text-decoration: none;
}
  
.tagline {
  color: #787A7A;
  font-size: 1em;
  line-height: 1.5em;
  text-align: right;
}

.tagline p {
  margin: 0;
  padding-right: 22px;
}

.tagline .large {
  font-size: 1.2em;
  margin-bottom: 0;
  line-height: inherit;
}

div.minimal-section-banner {
  background: #EFEFEF none repeat scroll 0 0;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 22px;
  padding: 1em 0;
}

div.minimal-section-banner h1 {
  font-size: 3.5em;
  margin-bottom: 0;
  margin: 0 22px;
}

div.minimal-section-banner a {
  color: #616263;
  text-decoration: none;
}


/*----------------------------------------------------------------------- 
    Sub Navigation
 ------------------------------------------------------------------------ */

ul.sub-nav {
  float: left;
  margin: 0 0 1em 14px;
  padding: 0;
}

ul.sub-nav li {
  border-left: 1px solid #DDD;
  display: block;
  float: left;
  padding: 0 10px;
  text-align: center;
}

ul.sub-nav li:first-child {
  border-left: none;
  padding-left: 0;
}


/*----------------------------------------------------------------------- 
    Tabs
 ------------------------------------------------------------------------ */

ul.tab {
  background: url(/css/v4/images/tabs_shadow.gif) left bottom no-repeat;
  border-bottom: 1px solid #D5E3EB;
  padding-left: 18px;
}

/*----------------------------------------------------------------------- 
    Table of Contents
 ------------------------------------------------------------------------ */

div.toc {
  background: #D3E1E9;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  margin-left: 20px;
  position: relative;
  z-index: 0;
}

.toc a:hover {
  color: #696969;
}

.toc h3 {
  background:
  color: #984E61; /* Red*/
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 0.5em 0 0.5em 40px;
}

.toc h3 a {
  color: #376490; /* Blue */
}

.toc h3 a:hover {
  color: #4E91DD; /* Light Blue */
}

.toc h3#about {
  margin-top: 1.0em;
}

.toc p {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-right: 20px;
  padding-left: 20px;
}

.toc ol, .toc ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 40px;
}

.toc ol {
  list-style: decimal;
}

.toc ul li ul {
  padding-left: 20px;
}

.toc li {
  margin-bottom: 0.25em;
}

.toc li a {
  color: #272727;
}

.toc .odd {
  background-color: #E3ECF1;
  margin-left: 1px;
  margin-right: 1px;
}

.toc h3.odd, .toc .odd h3 {
  background: #E3ECF1 11px 6px no-repeat;
  padding-left: 39px;
}


/*----------------------------------------------------------------------- 
    Footer
 ------------------------------------------------------------------------ */

div#footer {
	border-top: 1px solid #FFF;
	min-width: 950px;
	padding-bottom: 1.5em;
	background-color: #222;
	background-repeat: repeat-x;
	background-position: center top;
}

#footer .container {
  background: transparent url(images/footer_shadow_bg.gif) center 81px no-repeat !important;
  padding-top: 30px;
}

#footer h4 {
  color: #CCCCCC;
  font-weight: bold;
  margin-bottom: 6px;
}

#footer ul {
  list-style: none;
  margin: 0;
}

#footer li {
  margin-bottom: 0.5em;
}

#footer a {
  color: #EFEFEF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer #copyright {
  color: #CCC;
  margin-top: 1em;
}

#footer #copyright small {
  color: #FFF;
  display: block;
  font-weight: normal;
}

#footer #copyright strong {
  display: block;
  margin-top: 0.5em;
}

#footer .flower {
	float: left;
	height: 44px;
	width: 120px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
}
