/*-----------------------------------*\
|         ozprog main style           |
|        (c) 2005 brad dixon          |
\*-----------------------------------*/

/* general styles */

body {
	background-color: #444;
  background-image: url(../images/page_bg.gif);
  background-repeat: repeat-x;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
	margin: 0;
	padding: 0;
}

#parent {
	width: 92%;
  max-width: 1100px;
  background: #FFF url(../images/parent_bg.gif) top right repeat-y;
  border-left: 3px solid #222;
  border-right: 3px solid #222;
  left: 4%;
  position: absolute;
}

p {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

form div {
  display: inline;
}

input, select, textarea {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

a {
  color: #3A3B3C;
}

a:hover {
  color: #648424;
}

a.more {
  color: #648424;
  font-size: 8pt;
  font-weight: bold;
}

a.more:hover {
  color: #9C0;
}

/* header styles */

#closed {
  background-color: #F00;
  color: #FFF;
  font-weight: bold;
  height: 25px;
  max-width: 1100px;
  padding: 8px 0px 0px 10px;
	width: 100%;
}
#closed a {
  color: #DCE3BB;
}
#top_bar {
  background-color: #000;
  color: #CCC;
  font-weight: bold;
  height: 25px;
  max-width: 1100px;
  padding-top: 8px;
	width: 100%;
}

#search {
  float: right;
  margin-right: 10px;
}

#search form {
  display: inline;
}

#search input {
  font-size: 8pt;
}

#top_message {
  margin: 0 0 0 10px;
  float: none;
  padding: 5px 0;
}

#top_message a {
  color: #DCE3BB;
}

#header {
  background-color: #EEE;
  background-image: url(../images/header_bg.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header #banner {
  background-color: #EEE;
  float: right;
  height: 80px;
  padding-top: 10px;
  padding-right: 15px;
}

/* navigation styles - also see nav.css */

#sub_nav {
  background-color: #360;
  background-image: url(../images/drop_shadow_green.gif);
  background-repeat: repeat-x;
  color: #E7E2BA;
  max-width: 1100px;
  padding: 10px;
}

#sub_nav #subscribe {
  float: right;
}

#sub_nav a {
  color: #FFF;
}

#sub_nav a:hover {
  color: #E7E2BA;
}

/* sidebar */

#sidebar {
  background-color: #888;
  color: #FFF;
  float: right;
  margin-left: -8px;
  _margin-right: -8px;
  width: 275px;
}

#sidebar #top {
  background-color: #888;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

#sidebar #top a {
  color: #FFF;
}

#sidebar #top a:hover {
  color: #DCE3BB;
}

#sidebar .content {
  background-color: #888;
  border-top: 1px solid #FFF;
  color: #FFF;
  padding: 10px;
}

#sidebar .content h3 {
  color: #FFF;
  font-family: "Century Gothic";
  font-weight: normal;
  text-transform: uppercase;
}

#sidebar .content a {
  color: #FFF;
}

#sidebar .content a:hover {
  color: #DCE3BB;
}

#sidebar .content .headline {
  font-weight: bold;
}

#sidebar .content .intro {
  color: #FFF;
  margin: 10px 0 20px 0;
}

#sidebar .content .thumb {
  float: left;
  margin: 0 5px 0 0;
}

#sidebar .thumb {
  background-color: #AAA;
  border: 1px solid #666;
  padding: 5px;
}

#sidebar .thumb .caption {
  background-color: #999;
  color: #FFF;
  font-size: 8pt;
  font-weight: bold;
  margin: 0 4px 0 4px;
  padding: 0 5px 0 5px;
  text-align: center;
}

/* content */

#article_content {
  background: #FFF url(../images/drop_shadow.gif) repeat-x;
  margin: 0 275px 0 0;
  padding: 15px 10px 10px 10px;
  line-height: 150%;
}

#article_content_no_shadow {
  background: #FFF;
  margin: 0 275px 0 0;
  padding: 10px;
  line-height: 150%;
}

#featured_content {
  background: #FFF url(../images/drop_shadow.gif) repeat-x;
  margin: 0 275px 0 0;
  padding: 15px 0px 10px 0px;
  line-height: 150%;
}

.featured_spacer, .featured_content .new_content .body {
  padding: 0px 10px 0px 10px;
}

#article_content_no_sidebar {
  background: #FFF url(../images/drop_shadow.gif) repeat-x;
  margin: 0px;
  padding: 15px 10px 10px 10px;
  line-height: 150%;
}

.pagination{
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 5px;
  color: #888;
  clear: left;
  margin-bottom: 10px;
  text-align: center;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 10pt;
}

.pagination a {
  text-decoration: none;
}

.pagination a:hover {
  color: #6B882E;
}

.pagination .current {
  color: #6B882E;
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 5px;
}

.pagination .disabled {
  color: #AAA;
}

p.article_intro {
  font-size: 10pt;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.article_text {
  font-size: 10pt;
  margin: 10px 0 0 0;
}

span.contributors {
  font-size: 8pt;
}

.error_message {
  background: #F7F2CD url(../images/icon_error.gif) 15px center no-repeat;
  border: 1px solid #FABD23;
  margin: 0 0 20px 0;
  padding: 15px 15px 15px 50px; !important
  padding: 15px 15px 15px 100px;
}

.error_message .headline {
  font-weight: bold;
}

.info_message {
  background: #DEE6EE url(../images/icon_info.gif) 15px center no-repeat;
  border: 1px solid #719AC9;
  margin: 0 0 20px 0;
  padding: 15px 15px 15px 50px; !important
  padding: 15px 15px 15px 100px;
}

.thumbnail_right {
  background-color: #EEE;
  border: 1px solid #669900;
  float: right;
  line-height: normal;
  margin: 0 0 10px 10px;
  padding: 5px;
  width: auto; !important
  width: 1px;
}

.thumbnail_left {
  background-color: #EEE;
  border: 1px solid #669900;
  clear: left;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
  width: auto; !important
  width: 1px;
}

.thumbnail_center {
  background-color: #EEE;
  border: 1px solid #669900;
  line-height: normal;
  margin: 0 0 10px 0;
  padding: 5px;
  width: 200px; !important
  width: 1px;
}

.thumbnail_right .caption, .thumbnail_left .caption, .thumbnail_center .caption {
  background-color: #669900;
  color: #FFF;
  font-size: 8pt;
  margin: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  width: auto; !important
  width: 100px;
}

#video_player {
  background-color: #EEE;
  border: 1px solid #669900;
  float: right;
  line-height: normal;
  margin: 0 0 10px 10px;
  padding: 5px;
  width: auto; !important
  width: 1px;
}

.generic_form {
  width: 100%;
}

.generic_form .label {
  font-size: 10pt;
  vertical-align: top;
  width: 25%;
}

.generic_form .optional {
  color: #666;
  font-size: 8pt;
  font-style: italic;
}

/* index.php specific */

#index_content {
  background: #FFF url(../images/drop_shadow.gif) repeat-x;
  margin: 0 275px 0 0;
  padding: 0;
  line-height: 150%;
}

#sidebar .blog {
  clear: both;
}

#sidebar .blog .headline {
  font-weight: bold;
}

#sidebar .blog .intro {
  color: #FFF;
}

#sidebar .blog .thumb {
  float: left;
  margin: 0 5px 0 0;
}

#sidebar table {
  margin: 0 0 0 5px; !important
  margin: 0;
  padding: 0;
}

#sidebar .review {
  width: 33%;
  padding: 3px 0 3px 0;
  text-align: center;
}

#sidebar .review .thumb {
  padding: 3px;
}

#sidebar .review .thumb .caption {
  width: 50px;
}

#sidebar .review .thumb .caption .slash_ten {
  font-size: 7pt;
}

#feature_story {
  background: #E5E9CD url(../images/drop_shadow_index.gif) repeat-x;
  min-height: 200px;
  height: 100%; !important
  height: 200px;
  padding: 10px;
  text-align: justify;
}

#feature_story img.main {
  display: block;
  float: left;
  height: 200px;
  margin: 0 10px 10px 0;
  width: 200px;
}

#feature_story .headline {
  color: #000;
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-decoration: none;
}

#feature_story p.intro {
  color: #000;
  font-size: 10pt;
  margin: 10px 0 0 0;
}

#feature_story p.intro a {
  color: #3A3B3C;
}

#feature_story p.intro a:hover {
  color: #9C0;
}

#feature_story #recent_interviews {
  font-size: 8pt;
  margin: 0;
}

#feature_story #recent_interviews  {
  font-weight: bold;
  text-decoration: none;
}

#feature_story .more {
  float: right;
  text-align: right;
  margin: 0 5px 5px 0;
}

#feature_story .more a {
  color: #648424;
  font-weight: bold;
}

#feature_story .more a:hover {
  color: #9C0;
}

.new_content {
  clear: left;
}

.new_content .head {
  background-color: #3A3B3C;
  padding: 5px 5px 5px 10px;
}

.new_content .head a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.new_content .body {
  padding: 10px;
}

.new_content .body .intro {
  color: #666;
  margin: 0 0 10px 0;
}

.new_content .body a {
  color: #3A3B3C;
  font-weight: bold;
}

.new_content .body a:hover {
  color: #648424;
}

.new_content .body .more {
  color: #648424;
}

.new_content .body .more:hover {
  color: #9C0;
}
.featured_image {
  background-color: #555;
  padding: 8px 0px 5px 0px;
  text-align: center;
}

/* news.php specific */

.news_list {
  clear: left;
  margin: 0 0 10px 0;
}

.news_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.news_list .datetime {
  color: #666;
}

.news_list .intro {
  color: #666;
  font-size: 8pt;
  font-weight: normal;
  margin: 10px 0 0 0;
}

/* blogs.php specific */

.blog_list {
  clear: left;
  margin: 0 0 10px 0;
}

.blog_list .thumb {
  background-color: #EEE;
  border: 1px solid #669900;
  clear: left;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
}

.blog_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.blog_list .datetime {
  color: #666;
}

.blog_list .intro {
  margin: 10px 0 0 0;
}

/* content.php specific */

#content_chooser {
  width: 50%;
}

#content_chooser a {
  display: block;
  font-weight: bold;
  margin: 0px 0px 15px 15px;
  text-decoration: none;
  width: 120px;
}

/* interviews.php specific */

.interview_list {
  clear: left;
  margin: 0 0 10px 0;
}

.interview_list .thumb {
  background-color: #EEE;
  border: 1px solid #669900;
  clear: left;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
}

.interview_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.interview_list .datetime {
  color: #666;
}

.interview_list .intro {
  margin: 10px 0 0 0;
}

/* reviews.php specific */

#review_chooser {
  width: 50%;
}

#review_chooser a {
  display: block;
  font-weight: bold;
  margin: 0px 0px 15px 15px;
  text-decoration: none;
  width: 120px;
}

/* musicreviews.php specific */

.musicreview_list {
  clear: left;
  margin: 0 0 10px 0;
}

.musicreview_list .thumb {
  background-color: #EEE;
  border: 1px solid #669900;
  clear: left;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
  width: 60px;
}

.musicreview_list .thumb .caption {
  background-color: #669900;
  clear: left;
  color: #FFF;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0 5px 0 5px;
  text-align: center;
  width: 50px;
}

.musicreview_list .thumb .caption .slash_ten {
  font-size: 7pt;
}

.musicreview_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.musicreview_list .datetime {
  color: #666;
}

.musicreview_list .intro {
  margin: 10px 0 0 0;
}

/* eventreviews.php specific */

.eventreview_list {
  clear: left;
  margin: 0 0 10px 0;
}

.eventreview_list .thumb {
  background-color: #EEE;
  border: 1px solid #669900;
  clear: left;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
  width: 60px;
}

.eventreview_list .thumb .caption {
  background-color: #669900;
  clear: left;
  color: #FFF;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0 5px 0 5px;
  text-align: center;
  width: 50px;
}

.eventreview_list .thumb .caption .slash_ten {
  font-size: 7pt;
}

.eventreview_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.eventreview_list .datetime {
  color: #666;
}

.eventreview_list .intro {
  margin: 10px 0 0 0;
}

/* services.php specific */

.service_list {
  clear: left;
  margin: 0 0 10px 0;
}

.service_list .thumb {
  background-color: #EEE;
  border: 1px solid #669900;
  clear: left;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
  width: 110px;
}

.service_list .thumb .caption {
  background-color: #669900;
  clear: left;
  color: #FFF;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0 5px 0 5px;
  text-align: center;
  width: 100px;
}

.service_list .thumb .caption .slash_ten {
  font-size: 7pt;
}

.service_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.service_list .datetime {
  color: #666;
}

.service_list .intro {
  margin: 10px 0 0 0;
}

/* links.php specific */

.link_list {
  clear: left;
  margin: 0 0 10px 0;
}

.link_list .thumb {
  background-color: #EEE;
  border: 1px solid #669900;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
}

.link_list .thumb .caption {
  background-color: #669900;
  clear: left;
  color: #FFF;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0 5px 0 5px;
  text-align: center;
}

.link_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.link_list .datetime {
  color: #666;
}

.link_list .intro {
  margin: 10px 0 0 0;
}

/* about.php specific */

.contributor_list {
  clear: left;
  margin: 0 0 10px 0;
}

.contributor_list .thumb {
  background-color: #EEE;
  border: 1px solid #669900;
  clear: left;
  float: left;
  line-height: normal;
  margin: 0 10px 10px 0;
  padding: 5px;
}

.contributor_list .headline {
  font-weight: bold;
  font-size: 10pt;
}

.contributor_list .datetime {
  color: #666;
}

.contributor_list .intro {
  margin: 10px 0 0 0;
}

/* search.php specific */

#search_box {
  background-color: #EEE;
  border: 1px solid #888;
  margin: 0 0 10px 0;
  padding: 8px;
  width: 350px;
}

#search_box .input {
  margin: 0 0 10px 0;
}

#search_box .column_one {
  float: right;
  margin: 0 100px 0 0;
}

#search_result {
  margin: 0 0 10px 0;
}

#search_result .headline {
  font-weight: bold;
  font-size: 10pt;
}

#search_result .intro {
  margin: 5px 0 10px 0;
}

/* footer */

#footer {
  background: #360 url(../images/nav_bg.gif);
  clear: both;
  color: #FFF;
  height: 22px;
  padding: 8px 10px 0px 10px;
  vertical-align: middle;
}

#footer a {
  color: #DCE3BB;
}

#footer a:hover {
  color: #FFF;
}