/* 
scheme id = http://colorschemedesigner.com/#0q61Tw0w0w0w0
*/

/* @group Header */

a { 
    color: #00A08A 
    text-decoration: overline;
  }

ul {list-style-type: none;}

/* Classes */
.hidden {display: none;}
textarea.large {
    height: 300px;
    width: 600px;
}


#blog_items a {
    text-decoration: none;
}



#header {
	background-color: #FFCD73;
	padding-top: 4em;
	margin-bottom: 1.8em;
	
}
#site-name a {
	   color: black;
	   width: 175px;
	   display: block;
	   text-decoration: none;
	   font-size: 48px;
}

#site-description {
		  padding-top: 1.4em;
		  padding-bottom: 1.4em;
}
#site-description h3 {
		  font-size: 2em;
		  margin: 0;
}

#site-description, #secondary {
		   background-color: #FF6A00;
		   border-top: 2px solid #fff;
		   color: #1B2608;
}
/* @end */

/* @group Navigation */

#primary {
	 line-height: 72px;
	 margin-bottom: -36px;
	 text-align: right;
}
#primary li {
	 padding-bottom: 5px;
}
#primary a {
	 color: #1E250D;
	 text-decoration: none;
	 font-size: 1.3em;
}
#primary li:hover {
	 border-bottom: 6px solid #F60018;
}
#secondary {
	   padding-top: 7px;
}
#secondary ul.navigation {
	   margin-bottom: 7px;
}
#secondary ul.navigation li {
	   margin-right: 0;
}
#secondary ul.navigation a {
	   color: #1E250D;
	   text-decoration: none;
	   border-right: 1px solid #526523;
	   padding: 8px 24px 8px 24px;
	   margin-left: -4px;
}
#secondary ul.navigation li:first-child a {
	   border-left: 1px solid #526523;
}
#secondary ul.navigation a:hover {
	   background: #87a53a;
}
body.documentation #nav-documentation {
		   border-bottom: 6px solid #1E250D;
}
body.about #nav-about {
	   border-bottom: 6px solid #1E250D;
}
body.code #nav-code {
	  border-bottom: 6px solid #1E250D;
}
body.blog #nav-blog {
	  border-bottom: 6px solid #1E250D;
}
body.community #nav-community {
	       border-bottom: 6px solid #1E250D;
}
ul.navigation, ul.navigation li {
  list-style: none;
}
ul.navigation li {
  display: inline;
  margin-right: 1.8em;
}

/* @end */

/* @group Main */

#main {
      font-size: 1.2em;
      line-height: 1.5em;
      color: #1E250D;
}
#main h2 {
      font-size: 1.8em;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: normal;
      padding-left: 0;
      padding-right: 0;	
}
#main h3 {
      font-size: 1.4em;
      border-bottom: 4px solid #f7f7f7;
      padding: 0 0 1px;
      margin-bottom: 0.4em;
}
#main h3 .caps {
      font-size: 1.3em;
}
#main .hfeed .hentry {
      list-style: none;
      list-style-type: none;
      margin-bottom: 2em;
      border-bottom: 4px solid #eee;
      padding-bottom: 1em;
      clear: both;
}
#main .hfeed .hentry:last-child {
      border-bottom: none;
}#main .hfeed .hentry .entry-title {
       border-bottom: none;
}
#main hr {
      color: #b4c48f;
      background-color: #b4c48f;
      border-color: #b4c48f;
}
#main p {
      text-align: left;
      padding-left: 0;
      padding-right: 0;
}
#main img {
      max-width: 740px;
}
#main ol {
      margin-left: 1.5em;
}
#main ul {
      margin-left: 1.2em;
      list-style: disc;
}
#main .intro {
      background-color: #e8992f;
      color: #fff;
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      padding: 4px 12px;
}
#main .get-started a {
      text-align: center;
      background-color: #e35c26;
      color: #fff;
      display: block;
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      padding: 8px 6px;
      width: 10em;
      font-size: 1.2em;
      margin-left: auto;
      margin-right: auto;
      text-decoration: none;
}
#main .get-started a:hover {
      background-color: #e34000;
}
#main pre {
      overflow: auto;
}

/* @end */

/* @group Footer */

#footer {
	color: #999;
	font-size: 11px;
	border-top: 4px double #e7e7e7;
	margin-top: 2em;
	padding-top: 1.2em;
}
#footer a {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}
#footer a:hover {
	border-bottom: 1px solid #787878;
}

/* @end */

.update, .note, .notice {
margin: 10px 0px;
padding: 5px 20px;
}
.note {
      background: #e6ecf2;
      border-top: 2px solid #8996ad;
      border-bottom: 2px solid #8996ad;
}
.update, .notice {
	 background: #FFF6BF;
	 border-top: 2px solid #FFD324;
	 border-bottom: 2px solid #FFD324;	
}

#pagerank_box {
  position: relative;
  border: solid #444;
  border-width: 0 0 5px 0;
  width: 50px;
  height: 80px;
  left: 300px;
  top: -60px;
}

#pagerank_number {
  color: #999;
  position: relative;
  text-align: center;
  vertical-align: sub;
  font-size: 45px;
  font-weight: bold;
  top: 50px;
}


