/*
===== CSS CONTENTS =====

1: resetting
2: common formatting
3: layout
4: header
5: live search
6: navigation
7: home page
8: posts
9: comments
10: archives
11: links
12: contact
13: footer

====================
*/


/*
===== 1: resetting =====
*/

* { padding:0; margin:0; font-size: 100%;}
ul, ol { padding:0; margin: 0; list-style:none }
h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address {
margin: 0; font-size: 1em; }
img, fieldset { border: 0px none; }
#header:after, #nav:after, #content:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
#header, #nav, #content {display: inline;}
/* Hides from IE-mac \*/
* html #header, * html #nav, * html #content {height: 1%;}
#header, #nav, #content {display: block;}
/* End hide from IE-mac */


/*
===== 2: common formatting =====
*/

input, textarea {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  border: 1px solid #777;
  padding: 4px;
}

a {
  text-decoration:underline;
  color: #000000;
}

a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

h2 {
  color: #000;
  font-size: 2em;
  line-height: 2;
  text-transform: uppercase;


}

h2 a {
  color: #000;
  text-decoration: none;

}

h3 {
  color: #333;
  padding: 15px 0 0;
  line-height: 0;
  font-size: 1.2em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h3 a {
  color: #000;
  text-decoration: none;
}

p {
  line-height: 1.7;
  padding: 0 0 10px;
}

ol {
list-style-type: decimal;
padding: 5px 10px;
margin: 10px 20px;
}

ul {
list-style-type: circle;
padding: 5px 10px;
margin: 10px 10px;
}

li {
padding: 5px 0;
}

dt {
padding: 5px 0;
font-weight: bold;
font-size: 1em;
color: #444
}

dd {
padding: 5px 15px;
}

acronym {
cursor:help;
border-bottom: 1px dotted #000000;
}

blockquote {
border-left: 5px solid #000000;
margin: 0 0 0 20px;
padding: 10px 0 0 20px;
font-size: .9em;
color: #444;
}

cite {
font-style: italic;
color: #000000;
border-bottom: 1px dotted #000000;
}


/*
===== 3: layout =====
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #fff;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
background-image: url(/thebroadband/img/bg_ptn.jpg);
font-size: 0.8em;
}

#wrap {
  width: 760px;
  margin: 0 auto;
  text-align: left;
padding-right: 20px;
padding-left: 20px;
background-image: url();
padding-top: 0px;
padding-bottom: 0px;
}

#content {
	width:700px;
}


/*
===== 4: header =====
*/

#header {
  padding: 0 0 20px;
  margin: 0 0 2px;

}

#logo {
  float: left;
  width: 378px;
  background-image: url(/thebroadband/img/logo.gif);
}

#logo a {
  width: 378px;
  display: block;
  padding-top: 58px;
  height: 0px !important;
  height /**/: 58px;
  overflow: hidden;
  background-image: url(/thebroadband/img/logo.gif);
}

#logo a:hover {
  background-position: 0 26px;
}

#song {
	background-color: #FFFFFF;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
===== 5: live search =====
*/

#searchform {
  margin-left: 400px;
  font-size: .9em;
}

#livesearch {
  padding: .2em .5em;
  margin: 0 0 0 10px;
}

#LSResult  {   
  position: absolute;
  width: 350px;
  z-index:1;
  padding: 5px 0 0;
}

#LSShadow {
  border: 3px solid #586732;
  padding: 5px;
  background: #fff;
}

.LSRow {
  padding: 1px 5px;
}

.LSViewAll {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  border-top: 1px solid #333;
  margin-top: 5px;
}

#LSHighlight  {
  background-color: #eee;
}

#LSHeader{
  padding: 2px 2px 8px;
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
}

.lsDate {
  display: block;
  color: #333;
  font-size: 0.8em;
}


/*
===== 6: navigation =====
*/

#navarrows {
	width: 20px;
	float: left;
}
#navtext li {
	list-style-type: none;
	display: block;
	margin-left: -20px;
}


#navtext, #navtext a, #navtext a:hover {
	line-height: 0px;
background-color: transparent;
}



#nav ul {
  list-style-type: none;
  float: right;
  border-left: 1px solid #586732;
  margin: 0 0 20px;
  padding: 0;
  clear: both;
}

#nav ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

#nav ul li a {
  background: #fff;
  width: 8em;
  height: 2em;
  border: .1em solid #586732;
  border-left: none;
  padding: 0;
  color: #586732;
  display: block;
  text-align: center;
  text-decoration: none;
  font: normal .7em/1.9em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#nav ul li a:hover {
  color: #fff;
  background: #586732;
  text-decoration:none;
}

#nav ul a:active {
  background: #000000;
  color: #fff;
}

#nav ul li a.active {
  background: #000000;
  border: .1em solid #000000;
  color: #fff;
}


/*
===== 7: home page =====
*/

#links h3, #comments h3, #posts h3, #cmntform h3 {
padding: 15px 0 5px;
border-bottom: 1px solid #586732;
}

#comments li, #posts li, #links li {
  padding: 0 0 15px 25px;
}

#comments li {
  background: url(/thebroadband/img/downleft.gif) 0 4px no-repeat;
}

#posts li {
  padding: 0 0 15px 30px;
  background: url(/thebroadband/img/down.gif) 0 6px no-repeat;
}

#links li {
  background: url(/thebroadband/img/upright.gif) 0 6px no-repeat;
}

/*
===== 8: posts =====
*/

.homepost {

}

.post {
  margin: 0 0 40px;
  padding: 0 0 25px;
}

.post img {
  float: left;
  border: 10px solid #fff;
	margin-bottom: 10px;
	margin-right: 10px;
}

#artmeta {
  background: #eee;
  border-top: 1px solid #000000;
  padding: 10px 0;
  margin: 10px 0 0;
  font-size: .9em
}

.date {
  color: #000000;
  font-size: .8em;
}

.postpost {
  padding: 5px 0 0;
  text-align: right;
  clear: both;
}

.postpost li {
  display: inline;
  padding: 6px 20px 0 25px;
  font-size: .7em;
}

.readmore {
  width: 16px;
  background: url(/thebroadband/img/i-post.gif) 0 5px no-repeat;
}
.comment {
  width: 16px;
  background: url(/thebroadband/img/i-comment.gif) 0 5px no-repeat;
}
.del {
  width: 16px;
  background: url(/thebroadband/img/i-del.gif) 0 2px no-repeat;
}
.digg {
  width: 16px;
  background: url(/thebroadband/img/i-digg.gif) 0 4px no-repeat;
}
.newsvine {
  width: 13px;
  background: url(/thebroadband/img/i-newsvine.gif) 0 2px no-repeat;
}

.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	border-width: medium;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #000000;
}
.datetop {
	text-transform: uppercase;
	font-weight: bold;
}
.homeposttype, .homeposttype p {
color: #000;
background-color: #fff;
}

.audiofragement {
	font-style: italic;
  line-height: 2;
	color: #333333;
}

.comments img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}



/*
===== 9: comments =====
*/

#comments, #posts, #links {
  width: 210px;
  float: left;
}

#comments, #posts {
  padding: 0 65px 0 0;
}

#comments ul, #posts ul, #links ul {
  list-style-type: none;
  padding: 5px;
  margin: 0;
}

#cmntform {
padding: 10px;
background: transparent;
}

#cmntform span {
display: block;
padding: 5px 0;
}

#cmntform label {
float: left;
width: 135px;
}

#cmntform p {
font-size: .9em;
}

#cmntform .button {
margin: 0 25px 0 0;
border: 1px solid #777;
font-size: .9em;
}

.cmnt {
background-image:url(/thebroadband/img/arrows_ptn.gif);
background-repeat: repeat-y;
margin: 20px 5px;
padding: 10px 0 10px 20px;
font-size: .9em;
color: #fff;
}

#txpCommentInputForm {
padding: 20px 10px 0;
color: #000;
}

.comments-wrapper {
	width: 340px;
}

.comment_preview{
color: red;
background-color: white;
}

.comments_error{
color: red;
background-color: white;
}

/*
===== 10: archives =====
*/

#bycat, #bydate {
width: 49%;
float: left;
}

#bydate dl, #rssCatArchive { 
font-size: .9em;
padding: 10px 0 0 0; 
}

#bydate dd, .rssCart { 
padding: 4px 0 4px 10px; 
}

#bycat ul { 
padding: 0 0 10px 0;
}


/*
===== 11: links =====
*/

.alllinks li {
padding: 0 0 20px 0;
}

.alllinks {
font-size: .75em;
line-height: 1.5;
}

.alllinks a {
font-size: 1.25em;
}

.alllinks .date {
font-size: .9em;
}


/*
===== 12: contact =====
*/

#zemContactForm input, #zemContactForm textarea {
margin: 5px 0 15px;
}


/*
===== 13: footer =====
*/

#footer {
  margin: 0px 0 0;
  padding: 10px 0 0;
  font-size: .9em;
}

/*
===== 14: layers =====
*/


#foreground {
	position:relative;
	width:760px;
	z-index:2;
}
#background {
	position:absolute;
	width:760px;
	height:300px;
	z-index:2;
}

/*
===== 15: gallery =====
*/

.flickr_tag_list {
	display: none;
}

.individual .image img {
	border: 10px solid #FFFFFF;
}
.setpreview .thumbnail img, .flickrset img {
	border: 5px solid #FFFFFF;
}

/*
===== 16: shows =====
*/


#shows li {
padding: 0 0 20px 0;
line-height: 1.5;
}

/*
===== 17: about =====
*/

#about {
	background-color: #FFFFFF;
color: #000;
	padding: 10px;
	padding-bottom: 40px;
}