@import url(../../../stylesheets/application.css);

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

code {
  font-family: Inconsolata, Consolas, Menlo, Monaco, "DejaVu Sans Mono", "Courier New", Courier, monospace;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

table td {
  padding: 4px;

}
table.list td.checkbox {
  padding: 4px;
}
/* @end */

body {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 0.80em;
  background: #ccc;
}

/* @group Accessiblity */

.screen-reader-content {
  display: none !important;
}

/* @end */

/* @group Typography */

@font-face {
	font-family: 'CallunaRegular';
	src: url('fonts/Calluna-Regular.eot');
	src: local('Calluna Regular'), local('Calluna-Regular'), url('fonts/Calluna-Regular.woff') format('woff'), url('fonts/Calluna-Regular.otf') format('opentype'), url('fonts/Calluna-Regular.svg#Calluna-Regular') format('svg');
}


h1, h2, h3 {
  display: block;
  margin-bottom: 1em;
  line-height: 1.1em;
}

h1, h2 {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 1.75em;
  line-height: 1.125em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #3f3d65;
}

h1 a,
h2 a{
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover{
  border-color: #a04900;
  text-decoration: none;
}

h3, h4 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

h3 {
  color: #555;
}

h4 {
  color: #888;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.13360em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

div.wiki pre,
pre {
  font-family: Inconsolata, Consolas, Menlo, Monaco, "DejaVu Sans Mono", "Courier New", Courier, monospace;
  padding: 10px;
}

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

a {
  color: #c05f1c;
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}

a[rel="external"] {
  background: url(../images/icons/external.png) right center no-repeat;
	padding-right: 20px;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
}

a[rel="external"]:hover {
  background-image: url(../images/icons/external_50.png);
}

ul, ol, dl {
  margin-bottom: 1.5em;
}

ol {
  counter-reset: section;
}

ol > li {
  counter-increment: section;
  position: relative;
  line-height: 1.25em;
}

ol > li:before {
  color: #888;
  content: counter(section) ".";
  font-weight: bold;
  margin-right: 0.67em;
  display: inline-block;
}

li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

li ul {
  padding-top: 0.25em;
}

blockquote {
  border-left: 3px solid #e0e0e0;
  margin: 10px 0 10px 20px;
  padding: 0 0 0 10px;
  color: #999;
}

cite {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #aaa;
  display: block;
  margin-top: 0.5em;
  padding: 0 22px;
}

cite:before {
  content: "—";
  margin-left: -1.1em;
}

/* @group ul.bulleted */

#content ul {
  margin-left: 1em;
  float: ;
}

#content ul li {
  margin-bottom: 0.67em;
  padding-left: 1.5em;
  position: relative;
}

#content ul li:before {
  content: "♦";
  font-size: 0.85em;
  padding-right: 0.85em;
  color: #9491ac;
  position: absolute;
  left: -1px;
  top: 0.125em;
}

/* @end */

/* @end */

/* @group Header */

body{
  border-top: 1px solid #a09dc4;
}

#top-menu {
  background:-moz-linear-gradient(#514A6B, #524F74) repeat scroll 0 0 #524F74;  
  background:-webkit-gradient(linear, left top, left bottom,
                    	 	color-stop(0.00, #514A6B),   
                   		  color-stop(1.00, #524F74)) repeat scroll 0 0 #524F74;  
  color:#9C99B3;
  padding: 3px 6px 0 10px;
  height: 25px;
  font-size: 0.85em;
}

#top-menu li a{
  margin-right: 10px;
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  font-weight: normal;
}

#top-menu a{
  color:#9C99B3;  
}

#top-menu a:hover{
  color:#FFF;
  text-decoration: underline;  
}

#top-menu a.external-link {
  background:url("../images/icons/external.png") no-repeat scroll right 8px transparent;
  padding-right:14px;
}

#top-menu #loggedas {
  line-height: 1.5em;
  color:#9C99B3;
  height: 25px;
  line-height: 25px;
}

#top-menu #loggedas a {
}

#top-menu a.home {
  border-left: solid 2px #F8F8F8;
  padding-left: 10px;
}

#header {
  border-top: 4px solid #514a6b;
  background: #403e56 url(../images/matte-blue.png) bottom repeat-x;
  color: #747380;
  white-space: nowrap;
  z-index: 1;
  height: 89px;
}

#header h1 {
	display: block;
  background: url(../images/puppet-labs.png) left center no-repeat;
  position: relative;
  opacity: 0.5;
  -webkit-transition: 0.33s linear;
  -moz-transition: 0.33s linear;
  border: none;
  height: 36px;
  width: 60%;
  margin: 10px 0 0 0;
  padding: 0 0 0 135px;
  color: #FFF;
}

#header a, #header a:hover, #header h1 a, #header h1 a:hover {
  color: #747380;
  border: none;
}
#header a:hover, #header h1 a:hover {
  text-decoration: underline;
}

/* @end */

#main-menu {
  -moz-border-radius:6px 6px 0px 0px;
  -webkit-border-radius:6px 6px 0px 0px;
  background:none repeat scroll 0 0 #2B2539;
}

#main-menu ul li:first-child a {
  -moz-border-radius:6px 0px 0px 0px;
  -webkit-border-radius:6px 0px 0px 0px;
  border-left:medium none !important;
}

#main-menu ul li:last-child a {
  -moz-border-radius:0px 6px 0px 0px;
  -webkit-border-radius:0px 6px 0px 0px;
  border-right:medium none !important;
}

#main-menu ul li{
  line-height: auto;
  margin: 0;
  padding: 0;
}
#main-menu ul li a {
  border-left:1px solid rgba(255, 255, 255, 0.05);
  border-right:1px solid rgba(0, 0, 0, 0.1);
  color:#747380;
}

#main-menu ul li a:hover{
  background-color: #503577;
  text-decoration: none;
  border-left:1px solid rgba(255, 255, 255, 0.05);
  border-right:1px solid rgba(0, 0, 0, 0.1);
}

/* @group Content */

#main {
  background: #fdfdfd url(../images/texture_fade.png) top center no-repeat;
  color: #444;
  -webkit-box-shadow: 0 -4px 0 rgba(0,0,0,0.125),  0 4px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 -4px 0 rgba(0,0,0,0.125),  0 4px 0 rgba(0,0,0,0.1);
  border-top: 1px solid white;
}

#content {
  padding-top: 0;
}

#content > h2 {
  -moz-box-shadow:0 -2px 0 rgba(0, 0, 0, 0.25);
  background:url("../images/orange-argyle.png") repeat scroll 0 0 #AD6738;
  border-top:1px solid #AB5B4B;
  color:#FFD77E;
  font-size:3em;
  letter-spacing:-0.05em;
  margin:0 -10px 10px -10px;
  padding:10px;
  text-shadow:2px 2px 0 rgba(0, 0, 0, 0.125);  
}


/* @group Footer */

#footer {
  background:url("../images/argyle.png") repeat scroll 0 0 #EEEEEE;
  color:#555555;
  margin-bottom:1em;
  min-height:100px;
  overflow:hidden;
  padding:15px 0 25px;  
}

/* @group Layouts */

pre > code{
  background: #eee;
  display: block;
  padding: 1em 20px;
  margin-bottom: 1em;
  line-height: 1.25em;
  border: 4px solid #ddd;
  overflow-x: auto;
}

/* @end */
form p {
  margin: 0;
}

label {
}

input.error{
	border-color: #ea9b76;  
	background: #ffeedb;
}

input.error:focus{
	border-color: #ccc;
	background-color: #fff;
}

label.error {
  position: absolute;
  top: 0;
  left: 200px;
  display: block;
  width: 10.5em;
  z-index: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #c03c00;
  color: white !important;
  padding: 0.5em;
  height: 1.2em;
  text-transform: none;
  letter-spacing: normal;
  font-size: 10px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
}

div:hover > label.error{
	opacity: 1;
	visibility: visible;
  
}

.contextual {
  background-color:#FFF2CE;
  color:#B15900;
  padding:5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;  
}

.contextual a{
  color: #B15900;
}

.issue .contextual {
  color: #2A5685;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: transparent;
}

.issue .contextual a {
  font-size: 1em;
  color: #2A5685;
}

.wiki {
  padding: 10px;
}

div.issue div.subject h3 {
  font-size:1.2em;
}
/*
.tabular p#watchers_form {
 /* This makes the watchers list read vertically instead of horizontally,
 so you can actually find peoples' names. It also requires two new rules in
 the .tabular label.floating section: a float: none, and a display: block. */
 column-gap: 1em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em;
 column-width: 270px;
 -moz-column-width: 270px;
 -webkit-column-width: 270px;
 height: auto;
}
.tabular label.floating {
 float: none; /* overriding from .tabular label */
 display: block; /* to line up in columns all nice */
}
*/

