
body {
  margin: 0;
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing:0.03em;
  color: #666666;
  background: #f2f6ef url(../img/back-stretch.jpg) repeat-y center top;
}

/* Links */
a {	
	color: #6ccb0f;
}

/* Titles  */
h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2.2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {font-size:1.8em;font-weight:300;margin-bottom:0.35em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}

.front h2.title a {
	height: 27px;
	background: url(../img/headline-back.jpg) repeat-x center center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Helvetica neue";
	width: 'auto';
	padding: 20px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.content h3 {
	height: 27px;
	background: url(../img/headline-back.jpg) repeat-x top center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Helvetica neue";
	padding: 2px 15px 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	
	margin: 10px 0 0 0;
}

.content p {
	clear: both;
}

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

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* 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 #aaa;
}

/* 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 #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
  display: none;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}



/* Style the header */
#header {
	height: 230px;		
	background: url(../img/header.jpg) no-repeat left center;
}

#header .right {
	height: 125px;		
	background: url(../img/header-right.jpg) no-repeat right bottom;
	float: right;
	width: 128px;j
}

#navigation {
	padding: 180px 0 0 125px;
	height: 30px;
}

#navigation ul {
	margin: 0 0 0;
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0 0 0 10px;
}

#navigation ul li a {
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px;
	background: url(../img/menu-back-black.png) repeat-x center center;
}

#navigation ul li.active a {
	background: url(../img/menu-back-green.png) repeat-x center center;
}

/* Style the content */
#content {
	margin-left: 15px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#content .content {
	text-align: justify;
}

#content-inner {
	margin-top: 30px;
}

#content-inner .submitted {
	display: none;
}

/* Style the sidebar */
#sidebar-second { 	
	margin: 30px 0 0 0;
	width: 220px;
}

#sidebar-second .block {
	margin: 0 0 20px 0;
	font-size: 12px;
	width: 200px;
	
	background: url(../img/contentbox-bottom.jpg) no-repeat bottom center;
	padding: 0 0 30px 0;
}

#sidebar-second .block h3.title {
	padding: 13px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 16px;
}

#sidebar-second .block .content {
	padding: 0 0 0 10px;
	margin: 25px 0 0 0;
}

#sidebar-second .block .block-inner {
	background: url(../img/contentbox-top.jpg) no-repeat top center;
}

#block-block-1.block .content,
#block-block-2.block .content {
	padding: 0 0 0 21px;
}

#twitter #twitter_update_list {
	margin: 15px 10px 10px -5px;
}

#twitter #twitter_update_list li {
	margin: 0 0 5px 0;
	line-height: 15px;
	list-style-type: none;
}

.greenbtn {
	border: 0;
	background: url(../img/btn-back.gif) no-repeat left 3px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #6CCB0F;
	font-size: 13px;
	text-transform: uppercase;
	padding: 1px 0 0 9px;
}


/* Helpers */
.clear { clear: both; }




