/*
Theme Name: The Color Line
Theme URI: http://www.thecolorline.org/
Description: The Color Line homepage theme
Version: 1.0
Author: Dave Bryand/Phillip Johnson
Author URI: http://www.wgbh.org/

*/

:link,:visited { text-decoration:underline }
a img,:link img,:visited img { border:none }

ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dd,dt { margin:0; padding:0 }
address { font-style:normal }


/* My standard defaults */
body{ line-height: 1; }
table{ border-collapse: collapse; }
/*td, th, caption{
	vertical-align: top;
	text-align:left;
}
*/
form{ }
img{ border: 0; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; margin: 0 0 1em 0;  }
h1,h2,h3,h4,h5,h6,pre,code, p, li{ line-height: 1.3em; }
p, ol, ul{ margin-bottom: 1em; }

/*.first{ margin-top: 0; }
.last{ margin-bottom: 0; }
*/



/*
From http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 2px;
  background-image: url(/wp-content/themes/colorline/images/horizontal_dividers/white_fade.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1.5em 0;
}
hr {display:none}
/* */

/* Box model hack example
div.content {
  border:20px solid;
  padding:30px;
  background: #ffc;
  width:400px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:300px;
}
html>body .content {
  width:300px;
}
 */

body { 
  color:#000; 
  font-size:85%;
  background: #b5b5b5 url(/wp-content/themes/colorline/images/body_background.gif) repeat-x top left;
  font-family: 'lucida grande', tahoma;
}
#container{
  width: 860px;
  margin: 0 auto;
  text-align:center;
}
#logo{
  padding: 40px 0;
}
#main {

}
#footer {
  padding: 30px 0;
}

a#bb img{
  margin-right: 10px;
  background: #7f8b46;
}
a:hover#bb img{
  background: #502e3e;
}
a#lp img{
  margin-left: 10px;
  background: #db8a55;
}
a:hover#lp img{
  background: #343d76;
}