/*
Theme Name: PGreen
Theme URI: http://www.paggu.com/
Description: 2 column widget ready wordpress theme created by Rash at <a href="">Paggu.com</a>
Version: 1.0	
Author: Rash Singh
Author URI: http://www.paggu.com/
*/

* {
  margin:0;
  padding:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}

body {
  background: #aaa url(images/bg.png) repeat-y center;
  font-size: 62.5%;
}

p,
li,
dt,
dd {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

p {
  margin-bottom: 1.5em;
}

a {
  color:#5ca605;
  text-decoration:none;
  border-bottom: 1px #5ca605 dotted;
}

a:visited {
  color: #697c83;
  border-bottom: 1px #5ca605 dotted;
}

a:active,
a:hover,
a:focus {
  color: #333;
  border-bottom: 1px #333 solid;
}

h1,
h2,
h3,
h4,
#logo-text,
.entrymeta_top,
form fieldset legend {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
}

/* only appears in the logo, which is adjusted anyway */
h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.8em;
}

h2.archives {
  margin-bottom: 1.25em;
  text-align: center;
}

h3,
form fieldset legend {
  font-size: 1.6em;
  line-height: 1.125em;
  margin-bottom: 0.25em;
  color: #333;
}

h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 0.25em;
  color: #333;
  font-weight: bold;
}

h2.entrytitle,
h3.entrytitle {
  font-size: 1.8em;
}

hr {
  clear: both;
  float: none;
  height: 1px;
  width: 60%;
  margin: 0 auto 17px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px #333 solid;
}

form input[type=text],
form textarea {
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.15em;
}

abbr {
  border-bottom: 1px #697C83 dotted;
  cursor: help;
}

#wrap {
  overflow:hidden;
  position:relative;
  width:920px;
  margin:0 auto;
  border-left: 1px #333 solid;
}

#header{
  background:url(images/body_bg.jpg) repeat-x left;
  margin:0 auto 15px;
  height:150px;
  width:600px;
}

#header h1 a {
  display: block;
  padding: 45px 0 0 115px;
  height: 105px;
  color: #9ca90e;
  border: 0;
}

#header h1 a:hover span,
#header h1 a:active span,
#header h1 a:focus span {
  color: #fff;
}

#header span {
  display: block;
  line-height: 1.2em;
}

#header .blogname {
  font-size: 2em;
}

#header .pipe {
  display: none;
}

#header .tagline {
  font-size: 1.2em;
  color: #999;
  font-style: italic;
}

#adsense {
  padding:0 0 10px;
}

#content {
  float: left;
  width: 600px;
  padding: 15px;
}

#content p,
#content li,
#content dl,
#content dt {
  color: #333;
}

#footer {
  background:url(images/top.gif) repeat-x bottom;
  clear:both;
  text-align:center;
  padding: 1em 0;
}

#footer p {
  color: #bbbb00;
  margin-bottom: 0;
}

#footer a {
  color: #ccff00;
  border-bottom: 0;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
  border-bottom: 1px #ccff00 solid;
}

#commentlist {
  list-style: none;
  margin-top: 1.8em;
}

#commentlist li {
  position: relative;   /* for positioning "tabs" (comment author) */
  padding-top: 1.9em;
  margin-bottom: 3em;
}

.commentname,
.commenttext {
  background-color: #F2FCE6;
  border: 1px solid #DBE9C9;
}

.commentname {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  border-bottom-color: #F2FCE6;
}

.commenttext {
  clear: left;
  padding: 0.5em;
}

.commenttext p:last-child {
  margin-bottom: 0;
}

.gravatar {
  background:url(images/grav.png) no-repeat;
  display:inline;
  float:left;
  height:32px;
  width:32px;
  margin:20px 0 0 10px;
  padding:8px;
}

#respond form {
  margin-top: 1.8em;
}

#respond p {
  margin-bottom: 0.5em;
}

#respond label {
  float: left;
  width: 8em;
}

a img {
  border:0;
}

.entrytitle a {
  border-bottom: 0;
}

.entrytitle a:hover,
.entrytitle a:active,
.entrytitle a:focus {
  border-bottom: 1px #000 solid;
}

.entry {
  margin-bottom: 40px;
}

.entrybody img {
  border:1px solid #e5e5e5;
}

.entrybody {
  background-position:top left;
  background-repeat:repeat-y;
  margin:0;
}

code {
  background-color:#eee;
  border:1px solid #CCC;
  padding:5px;
}

.entrymeta {
  margin-bottom:5px;
  margin-top:0px;
  padding:5px;
  text-align:left;
  background:#DDE4E7;
}

.entrymeta p {
  margin-bottom: 0;
}

.entrymeta .comments {
  text-align: right;
}

.entrymeta .categories {
  float: left;
}

.entrybody ul.stats {
  margin-left: 0;
}

.entrymeta_top {
  font-size: 1.1em;
  margin-bottom: 1.636em;
}

.entrymeta-single {
  color:#333;
  margin-bottom:20px;
  margin-top:3px;
}

.entrybody ul,
.entrybody ol {
  margin-bottom:15px;
  margin-left:20px;
}

.posts-nav {
  text-align: center;
}

#sidebar {
  float: right;
  width: 250px;
  padding-right: 25px;
  padding-bottom: 18px;
}

#sidebar ul#feed {
  list-style:none;
  margin:15px 0;
  padding:0;
}

#sidebar ul#feed li {
  padding-bottom:3px;
  padding-top:3px;
}

#sidebar ul#feed li a {
  background:url(images/feed-icon-16x16.png) no-repeat left 50%;
  padding-left:25px;
  border-style:none;
}

#sidebar h2 {
  color: #fff;
  border-bottom: 1px solid #C1E097;
  margin: 1em 0 0.25em;
}

#sidebar p {
  color: #000;
  margin: 0 0 0.75em;
}

#sidebar #elsewhere img {
  max-width: 80px;
  border: 3px #FFF solid;
}

#sidebar #elsewhere a {
  border: 0;
}

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

#sidebar ul li {
  color: #000;
  margin-left: 1em;
  text-indent: -1em;
}

#sidebar ul li a {
  color: #000;
  border-bottom: 0;
  padding: 0.25em 0;  /* prevents flicker on wrapped links */
}

#sidebar ul li a:visited {
  color: #444;
}

#sidebar ul li a:hover,
#sidebar ul li a:active,
#sidebar ul li a:focus {
  color: #fff;
}

.sidebarbg {
  background-color:#eee;
  padding:3px;
}

.scrobblersmall {
  color:#ccc;
  font-size:11px;
  font-style:italic;
}

#searchdiv {
  font-weight:700;
  margin-bottom:25px;
  margin-top:15px;
  padding:0;
}

#searchform label {
  display: none;
}

.navigation ul {
  list-style:none;
  margin:0;
  padding:0;
}

blockquote {
  border-left: 1px solid #7FDF09;
  padding-left: 8px;
  margin: 0 18px;
}

blockquote + blockquote {
  margin-top: 5.4em;
}

blockquote cite {
  font-style: normal;
  font-weight: bold;
}

.navigation a:link span,.navigation a:visited span,.navigation a:hover span {
  background:url(images/active2.gif) right bottom no-repeat;
  height:24px;
  padding-right:12px;
}

.current_page_item a:link span,.current_page_item a:visited span,.current_page_item a:hover span {
  background:url(images/current2.gif) right bottom no-repeat;
  height:27px;
  padding-right:15px;
}


/*** Brandan's stuff ***/


.debug {
  font-size: 12px;
  background-color: #fff;
  color: #000;
}

.flash {
  margin: 30px 0;
  padding: 4px 0;
  background-color: #ddffb3;
}

.flash .container {
  padding: 15px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.flash p {
  margin: 0;
}


#banner h2 {
  color: #333;
}

.stats li {
  list-style: none;
}

.stats em {
  display: block;
  float: left;
  width: 12em;
}

.entrybody h3 {
  margin-left: 0;
  margin-top: 2em;
  padding-left: 0;
}

.entrybody p.inline {
  margin-bottom: 0;
}

.entrybody p.inline.left {
  float: left;
  margin-right: 8px;
}

.entrybody p.inline.right {
  float: right;
  margin-left: 8px;
}

.entrybody p.inline img {
  max-width: 100%;
}

.entrybody p.inline .caption {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  font-style: italic;
}

.cv h4 {
  float: left;
  width: 4em;
}

.cv h4,
.cv dt {
  margin-top: 0;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.cv dd + dt {
  margin-top: 1.5em;
}

.cv dl {
  margin-left: 5em;
  margin-bottom: 2.5em
}

.cv dd {
  margin-left: 0;
}

.cv dd strong {
  font-style: italic;
  font-weight: normal;
}

.cv dd em {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-style: normal;
}

.wpcf7-form label {
  display: block;
  float: left;
  width: 8em;
}

.wpcf7-response-output {
  margin: 1em 0 !important;
}

.wpcf7-mail-sent-ok {
  border-color: rgb(130, 192, 47) !important;
}

#quiz fieldset {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px #333 solid;
}

#quiz fieldset legend {
  margin-bottom: 0;
  padding: 0 0.5em;
}

#quiz p.submit {
  text-align: right;
}

#quiz #questions ol {
  margin-bottom: 0;
}

#quiz #questions ol li {
  margin-bottom: 20px;
}

#quiz #questions ol li:last-child {
  margin-bottom: 0;
}

#quiz #questions ol li em {
  display: block;
  color: #999;
}

#quiz #questions label {
  display: block;
  margin-bottom: 3px;
}

#quiz #questions input[type=text] {
  width: 5em;
}

#quiz #questions .events input[type=text],
#quiz #questions .countries input[type=text] {
  width: 20em;
}

#quiz #questions .college input[type=text],
#quiz #questions .birthplace input[type=text] {
  width: 8em;
}

#quiz #address p:last-child {
  margin-bottom: 0;
}

#quiz #address label.aligned {
  display: block;
  float: left;
  width: 7em;
  margin: 1px 5px 0 0;
  text-align: right;
}

#quiz #address label[for=state],
#quiz #address label[for=zip] {
  margin-left: 15px;
}

#quiz #address #city,
#quiz #address #country {
  width: 8em;
}

#quiz #address #state {
  width: 2em;
}

#quiz #address #zip {
  width: 5em;
}
