/*
Theme Name:     W@E
Theme URI:      http: //winningateverything.com
Description:    Winning at Everything theme -- child theme based on the Automattic Toolbox theme
Author:         Jer
Author URI:     http: //byteme.net
Template:       toolbox
Version:        0.1.0
*/

@import url("../toolbox/style.css");

body {
  margin: 0 auto;
  font-family: Arial,sans-serif;
  font-size: 0.9em;
  background-color: #f0f0f0;
}

/*
article {
  background-color: #eeeeee;
  padding: 0 5px 0 5px;
}
*/

#page {
  padding-top: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}

#primary { margin: 0 -330px 0 0; }
#content { margin: 0 345px 0 0; }
#main .widget-area { width: 330px; }


/* =Header
-------------------------------------------------------------- */

hgroup#default { display: none; }

hgroup {
  width: 990px;
  height: 90px;
  margin: 15px auto;
} 

hgroup#logo {
  width: 260px;
  height: 90px;
  float: left;
  background-image: url(images/header-logo.png);
} 

hgroup#logo a {
  display: block;
  overflow: hidden;
  text-indent:-9999em;
  width: 260px;
  height: 90px;
} 

hgroup#ad {
  float: left;
  padding-right: 2px;
  width: 728px;
  height: 90px;
} 

nav#access {
  height: 34px;
  background-image: url('images/nav-bkg.png');
  color: #ffffff;
  font-size: 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 5px #888;
  -webkit-box-shadow: 1px 2px 5px #888;
  box-shadow: 1px 2px 5px #888;
}

nav#access a,
nav#access a:visited {
  color: #ffffff;
}

nav#nav-above {
  margin-bottom:15px;
}

nav#nav-below {
  margin-bottom:50px;
}

#access li:hover > a,
#access ul ul :hover > a {
  text-decoration: underline; 
  background: none;
}

article h1.entry-title {
  color: #000000;
}
article h1.entry-title a,
article h1.entry-title a:visited {
  color: #000000;
  text-decoration: none;
}
article h1.entry-title a:hover {
  text-decoration: underline;
}



article span.byline { display: none; }
article {
  background-color: #ffffff;
  border: 1px solid #999999;
  padding: 0 10px 20px 10px;
  margin-bottom: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 5px #888;
  -webkit-box-shadow: 1px 2px 5px #888;
  box-shadow: 1px 2px 5px #888;
}
article footer.entry-meta span.cat-links,
article footer.entry-meta span.cat-links + span.sep { display: none; }

.entry-share {
        margin: 15px 0 15px 0;
	padding: 5px 0px 20px 0px;
}

.entry-share .twitter, .entry-share .facebook, .entry-share div.sharethis, .entry-share div.plusone { float: left; }

.entry-share div.facebook { margin: 2px 0 0 0; }
.entry-share div.twitter { margin: 1px 20px 0 20px; }
.entry-share div.sharethis { margin: 3px 0 0 2px; }
.entry-share div.plusone { margin: 1px 0 0 12px; }

span.tag {
  display:block;
  float:left;
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 0 3px 0 0;
  height: 20px;
  margin-right: 10px;
  background-image:url(images/tagr.png);
  background-repeat:no-repeat;
  background-position:right top;
}

.tag-links a {
  padding: 0 2px 0 13px; 
  display:block;
  height: 20px;
  color: #000000;
  background-image: url(images/tagb.png);
}

.tag-links a, .tag-links a:active, .tag-links a:visited { text-decoration: none; }

.comment-content img { max-width: 100%; }
