
/*

General
---------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body, input, textarea {
  font: 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border: none;
	outline: none;
	color: #009;
}

a:hover, a:active {
	color: #666;
}

ul, ol { list-style-type: none; }
img { border: none; }

p { padding: 10px; }

h1 { font-size: 20px; padding: 12px; }
h2 { font-size: 19px; padding: 11px; }
h3 { font-size: 18px; padding: 10px; }
h4 { font-size: 17px; padding: 9px; }
h5 { font-size: 16px; padding: 8px; }
h6 { font-size: 15px; padding: 7px; }

label {	font-weight: bold;}
input[type='text'], input[type='password'], 
input[type='checkbox'], select, textarea {
  border: 1px solid #DDD;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  font-size: 100%;
  padding: 2px;
}

textarea.short-text {
  height: 200px;
}

.date {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.clear {
	clear: both;
}


/*

Layout
---------------------------------------------------------------------------------------------------*/

/*

Container
-------------------------------------------------*/
html {
	min-width: 800px;
	background-color: #333;
}

body {
	text-align: center;
	min-width: 800px;
	background-color: #FFF;
}

#container {
  position: relative;
}

/*

Site Branding
-------------------------------------------------*/

#branding {
  font: 12px Georgia, "Times New Roman", Times, serif;
	float: right;
	padding-top: 12px;
}

#title, #title a {
	display: inline;
	font-size: 16px;
	color: #333;
}

#subtitle, #subtitle a {
	display: inline;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

/*

Nav Main
-------------------------------------------------*/

#nav-main {
	padding: 60px 0px 10px 0px;
	background-color: #EEE;
	border-top: 4px solid #333;
	border-bottom: 1px solid #CCC;
	/*height: 90px;*/
}

#nav-main ul {
  height: 26px;
}


#nav-main ul li {
	float: left;
	margin-left: 6px;
}

#nav-main ul li a {
  display: block;
	text-align: center;
	padding: 4px;
	color: #000;
}

#nav-main ul li a:hover {
  text-decoration: underline;
  color: #000;
}

#nav-main li .active {
	text-decoration: underline;
	color: #000;
}

/*

Section Branding
-------------------------------------------------*/

#section-branding {
  text-align: left;
	/*clear: both;*/
	position: relative;
}

#section-title {
  position: absolute;
  left: 0;
  top: 0;
}

#section-branding a {
  color: #000;
}

#section-image {
  position: absolute;
  top: 36px;
}

/*

Nav Sub
-------------------------------------------------*/

#nav-sub {
  position: absolute;
  top: 276px;
  text-align: left;
  padding: 10px 0 10px 10px;
  background: #EEE;
  border-top: 4px solid #333;
  border-bottom: 1px solid #CCC;
}

#nav-sub ul {
  width: 130px;
}

#nav-sub ul li {}

#nav-sub ul li a {
  display: block;
  color: #000;
  padding-top: 10px;
}

.menu-sub {}

.menu-sub .menu-sub {
  text-indent: 10px;
}

.menu-sub .menu-sub .menu-sub {
  text-indent: 20px;
}

.menu-sub .menu-sub .menu-sub .menu-sub {
  text-indent: 30px;
}

#nav-sub ul li a:hover {
  color: #999;
}

#nav-sub ul li a.active {}

/*

Nav Locale
-------------------------------------------------*/

#nav-locale {
  float: right;
  padding: 10px;
}

#nav-locale ul li {
	display: inline;
}

#nav-locale .active {
	text-decoration: underline;
}

/*

Nav Tags
-------------------------------------------------*/

#nav-tags {
  float: right;
  clear: both;
  padding : 20px;
  width: 100px;
  text-align: right;
}

.tags-indic {
  font-weight: bold;
}

/*

Nav Info
-------------------------------------------------*/

#info {
	clear: both;
	background-color: #181818;
	border-top: 2px solid #CCC;
	color: #FFF;
	text-align: left;
	padding: 20px;
}

#info a {
  padding: 10px;
  background-color: #0A0A0A;
  border: 1px solid #323232;
	color: #FFF;
}

#info a:hover {
  background-color: #323232;
}

#nav-info ul li {
  display: inline;
}

/*

Content
-------------------------------------------------*/

#content-container {
  padding: 36px 0px 20px 0px;
}

#content {
  width: 501px;
  margin: auto;
  margin-bottom: 40px;
  background-color: #FFF;
}

#content-container.alone #content {}

#content-items, #content-item {
	padding-bottom: 20px;
	text-align: left;
	border: 1px solid #EEE;
}

.content-item {
	padding: 10px 0 20px 0;
}

.content-item h2 {
	color: #000;
}

.content-item img {}

.content-item ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin: 1em 0 1em 0;
    padding-left: 40px
}

.content-item ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0 1em 0;
    padding-left: 40px
}

.content-item li {
    display: list-item
}

.content-item ul ul, .content-item ol ul {
    list-style-type: circle
}

.content-item ol ol ul, .content-item ol ul ul, .content-item ul ol ul, .content-item ul ul ul {
    list-style-type: square
}

.content-item dd {
    display: block;
    margin-left: 40px
}

.content-item dl {
    display: block;
    margin: 1em 0 1em 0
} 

.content-item dt {
    display: block
}

.content-item ol ul, .content-item ul ol, .content-item ul ul, .content-item ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.media-file-preview {
  background-color: #000;
  width: 500px;
  text-align: center;
  padding: 10px 0 10px 0;
}

/*

Pagination
-------------------------------------------------*/

#pagination {
  width: 500px;
  margin: auto;
  background-color: #EEE;
  font-size: 16px;
  color: #CCC;
  border-bottom: 2px solid #666;
}

#pagination-info {}

#nav-pagination {
  padding: 20px;
}

#nav-pagination a {
  color: #000;
}

#nav-pagination a.next, #nav-pagination a.previous {}

#nav-pagination ul li{
  display: inline;
  padding: 20px;
}


/*

Themes
---------------------------------------------------------------------------------------------------*/

/*

Intro Theme
-------------------------------------------------*/

#intro-image {}

#intro-description {}

/*

Section-Previews Theme
-------------------------------------------------*/

#section-previews {
  margin: auto;
  width: 500px;
}

.section-preview {
	text-align: center;
	float: left;
	width: 200px;
	height: 300px;
	border: 1px solid #CCC;
	margin: 0 20px 20px 20px;
	background: #FFF;
}

.section-preview h2 {
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.section-preview img {
	display: inline;
}

/*

Media Theme
-------------------------------------------------*/

#content-container.media #content #content-item {
  width: 500px;
  margin: auto;
}

#content-container.media #content {
  width: 760px;
}

#content-container.media_files #content {
  width: 100%;
}

#content-container.media #content #content-items {
  border: none;
  margin-left: 130px;
}

li.media-preview {
	height: 140px;
	margin-bottom: 10px;
	position: relative;
}

li.media-preview-odd {
  background-color: transparent;
}

li.media-preview-even {
  background-color: #EEE;
}

div.image-preview {
  float: left;
}

div.text-preview {
	margin-left: 160px;
}

div.icon-preview {
	margin-left: 160px;
}

div.icon-preview ul li {
	display: inline;
}

div.icon-preview ul li a img {
	display: inline;
}

/*

Nav Media
------------------------*/

#nav-media {
  clear: both;
	text-align: left;
	padding: 10px 0 80px 0;
}

#nav-media-controls {}

#nav-media-controls ul li {
	float: left;
	padding-left: 6px;
}

#nav-media-icons {
	float: left;
}

#nav-media-icons ul li {
	float: left;
	margin: 0 10px 0 10px;
}

#nav-media-icons ul li.active {
	border: 3px double #CC0000;
}

#nav-media-icons ul li a img {
	display: block;
}

#nav-media .link-back {
  padding-left: 20px;
}


/* Media File */
/* TODO: This should probably go somewhere else because it isn't theme-specific (or is it...) */
#media-file-description {
  width: 500px;
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #CCC;
}

/*

Contact Theme
-------------------------------------------------*/

#contact-form {
  margin: auto;
  background: #EEE;
  border: 1px solid #CCC;
  width:500px;
  margin-top: 10px;
}


/*

Admin
---------------------------------------------------------------------------------------------------*/

.editing {
  text-align: right;
}

.section-editing {
  position: absolute;
  top: 40px;
  right: 0;
  padding-right: 10px;
}

#content-container.media #content #content-items .editing {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
}


/*

Test
---------------------------------------------------------------------------------------------------*/
/* Search Form //----------------------------------------------------------*/

	#searchform {
		margin: 0;
		padding: 0;
		margin-top: 40px;
		margin-right: 10px;
		float: right;
		clear: both;
		}
	#searchform fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		}
	#searchform label { 
		color: #999; 
		display: none; 
		}
	#searchform input { 
		width: 180px; 
		color: #222; 
		}
	#searchform #searchform-submit { 
		display: none; 
		}

