
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  letter-spacing:0.03em;
  background-color:#666666;
  color:#666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
}

/* Links */

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover  {
  color: #999;
  text-decoration: none;
}

/* 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.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
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;}

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

/* Site slogan information */
#name-and-slogan {
	padding:10px;
	padding-left:20px;
}

#site-name {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:18px;
	padding:0;
	margin:0;
}
#site-slogan {
	color:#ccc;
	font-size:11px;
}

/**
 * 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;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/* General site styles */
#slideshow-nav {
	position:absolute;
	z-index:999;
	background-color:#fff;
	opacity:0.8;
	margin-right:0px;
	top:0;
	right:0;
}

	#slideshow-nav a {
		background:none;
		color:#fff;
		background:#333;
		padding:4px;
		margin:4px;
		float:left;
	}

#header { 
	background-color: #333333; 
	color:#fff;
	width:670px;
	height:60px;
}

#footer {
	background-color:#ffffff;
	height:68px;
	border-top:solid 1px #333333;
}

#sidebar-first {	background: #e7edff; }
#sidebar-second { 
	background: #D6D6D6; 
	height:415px;
	width:225px;
}

#sidebar-second-inner {
	padding:0 20px;
	font-size:11px;
	margin-top:100px;
}

#navigation {  }

ul.primary {
	border:none;
	padding:0;
}

ul.primary li a,
ul.primary li.active a {
	background-color:transparent;
	border:none;
	margin:0;
	padding:0;
}

ul.tabs {
	margin:0;
	padding:0;
	border-top:solid 1px #ccc;
}

ul.tabs a { background:none; }
ul.tabs li.active { display: none; }

#secondary li {
	padding:0;
	margin:0;
}

#secondary ul li a, #secondary ul li a:link, #secondary ul li a:visited,
#secondary a, #secondary a:link, #secondary a:visited {
	text-transform:uppercase;
	color:#333;
	font-size:10px;
	display:block;
	background:transparent url(../arrow.png) no-repeat 0px 4px;
	padding-left:6px;
	margin-bottom:10px;
}

#secondary ul li a:hover,
#secondary a:hover { 
	color:#999;
	text-decoration:none; 
	background:transparent url(../arrow.png) no-repeat 0px -33px;
}


#navigation {
	padding:10px;
	font-size:10px;
}

#navigation a,
#navigation a:link,
#navigation a:visited {
	color:#333;
	text-transform:uppercase;
	float:left;
	margin-right:10px;
	background:none;
}

#navigation a:hover {
	color:#999;
	text-decoration:none;
}

#content-hero {
	height:350px;
	margin-top:5px;
	position:relative;
	margin-right:230px;
}

.content h2 {
	text-transform:uppercase;
	font-size:14px;
	color:#333;
}

#content-hero h2 {
	font-size:14px;
	color:#333;
}

#content-hero ul {
	padding:0;
	padding-left:12px;
	list-style-type: square;
	line-height:20px;
}

h1.title {
	text-transform:uppercase;
	font-size:14px;
}
