/* Font Styles
--------------------------------------------------------------------------------------- */
body {
  font: 13px/1.5em "Arimo", "Helvetica Neue", helvetica, Arial, sans-serif;
	color: #3d1506;
}

/* Links
--------------------------------------------------------------------------------------- */
a:link, a:visited {
  color: #a75020;
  text-decoration: underline;
}

a:hover, a:active {
  color: #3d1506;
  text-decoration: underline;
}

/* Images
--------------------------------------------------------------------------------------- */
.content img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px #999999; 
	-moz-box-shadow: 0px 0px 5px #999999; 
	box-shadow: 0px 0px 5px #999999;
	margin-bottom: 10px;
}

/* Titles
--------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Arimo", "Helvetica Neue", helvetica, Arial, sans-serif;	
	font-weight: normal;
	line-height: 1.3em;
}

h1 {
	font-family: "Deming", Rockwell, Courier, monospace;
	font-size: 2em;
  padding: 0 0 0.5em;
  margin: 0;
	color: #a75020;
}

h2 {
	font-size: 1.25em;
  margin-bottom: 0.75em;
	border-bottom: 1px solid #3d1506;
}

h3 {
  font-size: 1.15em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1em;
  margin-bottom: 0.8em;
}

h5 {
  font-size: 1em;
  margin-bottom: 0;
}

h6 {
  font-size: 1em;
}

/* Paragraph Styles
--------------------------------------------------------------------------------------- */
p {
  margin: 0 0 1em 0;
}

/* List Styles
--------------------------------------------------------------------------------------- */
ul, ol {
  margin-left: 0;
	margin-bottom: 10px;
  padding-left: 2em;
}

/* Table Styles
--------------------------------------------------------------------------------------- */
table {
  width: 99%;
}

tr.even td,
tr.odd td {
  padding: 10px 5px;
}

tr.odd {
  background-color: white;
}

/* Code
--------------------------------------------------------------------------------------- */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List Styles
--------------------------------------------------------------------------------------- */
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation
--------------------------------------------------------------------------------------- */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI Improvments
--------------------------------------------------------------------------------------- */
#edit-title {
  font-size: 24px;
  width: 98%;
}

#system-themes-form img {
  width: 100px;
}

.form-item .description {
	font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme
--------------------------------------------------------------------------------------- */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}
div.block-region {display: none;}

/* Form Styles
--------------------------------------------------------------------------------------- */
input {padding: 3px;}