/*
  Site: 7 Systems
  Date: 
  Author: Gianni Chiappetta
  Description: base style sheet
  Author Notes: 

  WEB COLORS USED FOR THIS SITE
  ---------------------------------------------------------------------
  #ffc20e   Orange    Used for: Highlights
  #6db440   Green     Used for: Base Colour
  #d6d7d9   Grey      Used for: Accents
  ---------------------------------------------------------------------
*/

/************/
/* ELEMENTS */
/************/

body {
  color: #666;
}

.content a:link { text-decoration: underline; color: #333; }
.content a:visited { text-decoration: underline; color: #333; }
.content a:hover { text-decoration: underline; color: #6db440; }
.content a:active { text-decoration: underline; color: #333; }

.content a img { border: 0; }

.content hr {
  margin: 2em 0 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d6d7d9;
  clear: both;
}

.content p, .content p em {
  font-weight: normal;
}

.content table, .content tr, .content td {
  border: 0;
}

.content tr {
  border-bottom: 1px solid #CDCDCD;
}


/************/
/*  LAYOUT  */
/************/

/*------------------------- Wrapper -------------------------*/
#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 970px;
/*  background: #FFF url(../images/bkg.png) left 50px repeat-y;*/
  background: transparent url(../images/inner-wrapper.png) left top repeat-y;
}

/*------------------------- Header -------------------------*/
#header {
  margin: 0 auto;
  padding: 33px 30px 0 30px;
  width: 910px;
  height: 90px;
  background: transparent url(../images/header.png) left top no-repeat;
}

/*------------------------- Logo -------------------------*/
#logo {
  display: inline;
}
#logo a {
  display: block;
  margin: 0;
  padding: 0
  float: left;
  width: 140px;
  height: 70px;
  background: transparent url(../images/logo.png) left top no-repeat;
  text-indent: -9999px;
}

/*------------------------- Navigation -------------------------*/
#navigation {
  display: block;
  margin: -70px 10px 0 0;
  padding: 0;
  float: right;
  height: 70px;
  list-style-type: none;
}

#navigation li {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#navigation li+li > a {
  margin-left: 1px;
}

#navigation li a {
  display: block;
  margin: 0;
  padding: 0 20px;
  float: left;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#navigation li a.primary {
  background-color: #ffc20e;
}
#navigation li a.primary:hover {
  background-color: #FFE187;
}
#navigation li a.secondary {
  background-color: #6db440;
}
#navigation li a.secondary:hover {
  background-color: #B7DAA0;
}
#navigation li a.tertiary {
  background-color: #d6d7d9;
}
#navigation li a.tertiary:hover {
  background-color: #EBECED;
}

#navigation li a.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}
#navigation li a.last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
}


#navigation li a#nav-buy-now {
  width: 64px;
  background-image: url(../images/nav-buy-now.png);
}
#navigation li a#nav-sign-up {
  width: 113px;
  background-image: url(../images/nav-free-magazine.png);
}
#navigation li a#nav-vote-up {
  width: 113px;
  background-image: url(../images/vote-now.png);
}
#navigation li a#nav-contest {
  width: 113px;
  background-image: url(../images/nav-contest.png);
}
#navigation li a#nav-endurance {
  width: 102px;
  background-image: url(../images/nav-endurance.png);
}
#navigation li a#nav-ingredients {
  width: 102px;
  background-image: url(../images/nav-ingredients.png);
}
#navigation li a#nav-about-us {
  width: 69px;
  background-image: url(../images/nav-about-us.png);
}
#navigation li a#nav-ask-us {
  width: 51px;
  background-image: url(../images/nav-ask-us.png);
}
#navigation li a#nav-faq {
  width: 51px;
  background-image: url(../images/nav-faq.png);
}
#navigation li a#nav-blog {
  width: 36px;
  background-image: url(../images/nav-blog.png);
}
#navigation li a#nav-news {
  width: 36px;
  background-image: url(../images/nav-news.png);
}

/*------------------------- Inner Header -------------------------*/
#inner-header {
  display: block;
  height: 30px;
  margin: 0;
  padding: 8px 0 0 0;
  background: transparent url(../images/inner-header.png) left top no-repeat;
  overflow: hidden;
  clear: both;
}
/** @@@sf was here : removed) by Fernando - task 10335 - 10-05-2011 **/
/*#inner-header h4 {
  display: block;
  float: left;
  margin: 0;
  padding: 8px 0 0 30px;
  width: 160px;
  font-size: 1.4em;
  text-transform: uppercase;
}*/

#inner-header h2 {
  display: block;
  /** @@@sf was here : removed) by Fernando - task 10335 - 10-05-2011 **/
  /*float: left;*/
  margin: 0;
  padding: 8px 0 0 190px;
  height: 22px;
  color: #FFF;
  font-size: 1.4em;
  text-transform: uppercase;
}

/*------------------------- Inner Wrapper -------------------------*/
#inner-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent url(../images/inner-wrapper.png) left top repeat-y;
  /** @@@sf was here : removed) by Fernando - task 10335 - 10-05-2011 **/
  /*overflow: hidden;*/
  clear: both;
}

/*------------------------- Sidebar -------------------------*/
#side {
  display: block;
  /** @@@sf was here : (modified) by Fernando - task 10335 - 10-05-2011 **/
  /*margin: 0 0 0 20px;*/
  margin: -24px 0 0 20px;
  padding: 0;
  float: left;
  width: 150px;
}

#side .component {
  padding: 0 10px;
}

#side .component h4 {
  font-size: 1em;
  text-transform: uppercase;
}

#side .component ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}

#side .component li {
  text-align: 0;
}
/** @@@sf was here : (added) by Fernando - task 10335 - 10-05-2011 **/
#side .boxYellow {
  padding: 10px 3px;
  background: #ffc20f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  text-align: center;
  margin: 0 0 10px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
#side .boxYellow form {
    margin: 0;
}
#side .boxYellow input.text {
    width: 115px;
    margin: 5px 0 0 0;
}
/** @@@sf was here : (end added) by Fernando - task 10335 - 10-05-2011 **/
/*------------------------------ Search ------------------------------ */
#side #search {
}
#side #search input.text, input.text {
  padding: 2px;
  width: 124px;
}
.button{
padding:2px 3px;
background:#FFC20E;
color:#000;
font-weight:bold;
border:1px outset #FFE187;
cursor:pointer;
margin-top:5px;
}
.button:hover{
background:#FFC20E;
border:1px outset #FFE187;
}

/*------------------------------ Sub Navigation and widgets menu ------------------------------*/
#side ul.menu,
#side .sub-pages {
  font-size: .9em;
  font-weight: bold;
  line-height: 1em;
}
#side ul.menu,
#side .sub-pages ul {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}
#side ul.menu li,
#side .sub-pages li {
  display: block;
  margin: 0 0 0 0;
/*  padding: 3px 0;*/
  text-indent: 0;
/*  background-color: #6db440;*/
}
#side ul.menu li a,
#side .sub-pages li a {
  display: block;
  margin: 0;
  padding: 8px 8px;
  border-top: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background-color: #6db440;
}

#side ul.menu li a:hover,
#side .sub-pages li a:hover {
  background-color: #ffc20e;
}

#side #sidebar-spacer {
  display: block;
  width: 150px;
}

#side ul.menu {
	margin:  0 0 10px 0;
}


/*------------------------- Main -------------------------*/
#main {
  display: block;
  margin: 0 0 0 10px;
  padding: 10px 20px;
  float: left;
  width: 728px;
}

/*------------------------------ Endurance Page ------------------------------*/
#endurance-content {
  margin-top: 1em;
}

#endurance-content .column {
  display: block;
  float: left;
  margin: 0;
  width: 236px;
}
#endurance-content .column+.column {
  margin-left: 10px;
}
#endurance-content #cycle {
  display: block;
  height: 318px;
  width: 222px;
  overflow: hidden;
}

#endurance-content a.big-button {
  display: block;
  margin-bottom: 42px;
}

/*------------------------------ Posts ------------------------------*/
#main .post, #main .entry {
  border-top: 0;
  overflow: hidden;
}

#main .post h3 a, #main .entry h3 a {
  color: #6db440;
}

#main .post .alignright, #main .entry .alignright {
  display: block;
  float: right;
  margin: 0 0 1em 1em;
}

/*------------------------------ Post Pagination ------------------------------*/
.post-navigation {
  position: relative;
  display: block;
  margin: 1em 0;
  padding-top: 1em;
  height: 30px;
  clear: both;
}
.post-navigation .left a, .post-navigation .right a {
  position: absolute;
  display: block;
  top: 0;
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #6db440;
  color: #6db440;
  text-decoration: none;
}
.post-navigation .left a:hover, .post-navigation .right a:hover {
  background-color: #ffc20e;
}
.post-navigation .left a {
  left: 0;
}
.post-navigation .right a {
  right: 0;
}

/*------------------------------ Comments ------------------------------*/
.content ol.commentlist {
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.content ol.commentlist li.comment {
  display: block;
  margin: .5em 0 1em 0;
  padding: 0;
  border-bottom: 1px solid #d6d7d9;
  text-indent: 0;
  overflow: hidden;
  clear: both;
}

.content ol.commentlist li.comment .gravatar {
  margin: 0;
  padding: 0;
  float: left;
  width: 50px;
}

.content ol.commentlist li.comment .comment-data {
  margin: 0 0 0 1em;
  padding: 0;
  float: left;
  width: 610px;
}

.content ol.commentlist li.comment .comment-data h4 {
  margin: 0 0 1em 0;
}

.content ol.commentlist li.comment .comment-data h4 cite {
  font-style: normal;
}

/*------------------------------ Form ------------------------------*/
.content form .row {
  display: block;
  overflow: hidden;
  clear: both;
}

.content form .row .title {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 120px;
}

.content form .row .title .required {
  font-family: Arial;
  font-size: 200%;
  font-weight: bold;
  color: #F00;
  line-height: 20px;
}

.content form .row .field {
  display: block;
  margin: 0 0 0 1em;
  padding: 0;
  float: left;
  width: 540px;
}

.content form .row .field input.text, .content form .row .field textarea {
  width: 450px;
}

/*------------------------- Footer -------------------------*/
#footer {
  display: block;
  margin: 0;
  padding: 0 30px 0 0;
  height: 50px;
  background: transparent url(../images/footer.png) left top no-repeat;
}

#footer ul {
  display: block;
  margin: 5px;
  padding: 0;
  float: right;
  list-style-type: none;
  text-indent: 0;
}
#footer ul li {
  display: inline;
  text-indent: 0;
}
#footer ul li a {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  color: #FFF;
}
#footer ul li+li a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #B7DAA0;
}

/*------------------------------ Misc: Newsletter Signup ------------------------------*/
#newsletter-signup input.text {
  width: 180px;
}

/*------------------------------ Misc: Shop Table ------------------------------*/
.content table.shop {
  border: 0;
}

.content table.shop thead {
  background-color: #ffc20e;
  border: 0;
}
.content table.shop thead th {
  border: 0;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.content table.shop tbody tr.even {
  background-color: #e8e8e8;
}
.content table.shop tbody tr td {
  text-align: center;
}
.content table.shop tbody tr td p.special {
  font-weight: bold;
  color: #ffc20e;
}
.content table.shop tbody tr td p.price {
  font-weight: bold;
  color: #333;
}

/*------------------------------ Misc: Icon Table ------------------------------*/
table tr td.iconSmall {
  width: 50px;
  vertical-align: top;
}

table tr td.iconText h3, table tr td.iconText h4, table tr td.iconText h5 {
  margin-top: 0;
}

/*------------------------------ Misc: Table ------------------------------*/
.content table tr td h4 {
  margin: 0;
}

/*------------------------------ MISC ------------------------------*/
.clear {
  display: block;
  clear: both;
}

.subtle {
  font-size: 80%;
  color: #CDCDCD;
}

.align-center, .aligncenter {
  display: block;
  margin: 0.5em auto;
}

/*-------------------- For Athlete Rating by Khalid ---------------------------------*/

.ath-main{
}

.ath-info{
float:left;
font-weight:bold;
font-size:15px;
}
.ath-img{
float:right;
}
.ath-img img{
background-color:#D6D7D9;
padding:3px;
}
.votebtn{
background:url(../images/btn-vote.gif) no-repeat left top;
height:51px;
width:185px;
display:block;
}
.votebtn:hover{
background-position:bottom;
}










