/*  
Theme Name: Best Damn Tech Show Period
Theme URI: www.bestdamntech.com
Description: Custom theme for BDTSP
Version: 1.0 beta
Author: Adam Plante
Author URI: http://adamplante.com/

copyright 2006 Best Damn Tech Show Period

*/

/* ############# bdtsp_styles.css ##############
#
#  Style sheet for www.bestdamntech.com.
#  Coded by Adam Plante July 30th 2006
#
########################################*/

* {
  margin: 0;
  padding: 0;
}

html {
	width: 100%;
	background: #576e90 url('images/squidfingers_bg_101.gif') repeat scroll top left;
	font-family: arial, verdana, sans-serif;	
}
#polaritvChanger {
  float: right;
  margin-right: 2em;
  margin-top: 0.3em;
}
#polaritvChanger select {
  font-size: 0.6em;	
}
.inverse {
	border: #ccc solid 1px;
	color: #eee;
	background-color: #222;
}
#titleArea h1 {
	color: white;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em 1em 0.1em 2em;	
}
#titleArea a {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

#container {
	width: 100%;
	min-width: 750px;
	color: #576e90;
	background-color: white;
	border-top: 3px solid #f90;
	border-bottom: 3px solid #f90;
	margin-bottom: 0.2em;
}

#masthead {
	color: #576e90;
	background: #e1ecfe url('images/sky_repeat_x.jpg') repeat-x top left;
	width: 100%;
	height: 147px;
  border-bottom: 2px solid #ca321e;	
}
#robot {
	width: 40%;
	float: left;
}
#robot img {
  float: right;
  
  padding-top: 0.2em;
	vertical-align: bottom;
}
#logo {
	padding-left: 1em;
	padding-top: 1em;
	width: 111px;
}
#topContent {
	float: right;
	margin: 1em 10% 0.1em 1em;
	width: 45%;
	text-align: right;
}
#bestDamnNews {
	color: #be770c;
	background-color: #f3f3f0;
	text-align: left;
	margin-top: 0.3em;
	padding: 0.5em;
	font-size: 10pt;
	border: 1px dotted #3a4960;
}
#bestDamnNews h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 0.3em;
}
#bestDamnNews h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 1.3em;
}
#bestDamnNews p {
	font-size: 10pt;
	font-weight: normal;
	padding-left: 1.3em;
}

#wrapper {
	
	min-width: 950px;
	margin: 0 auto;
}

input.hButton {
	margin-top: 0.3em;
  border: black solid 1px;
  color: black;
  background-color: #efefef;
}
input.hButton:hover {
  color: black;
  background-color: #fff;
  cursor: pointer;
}
/*###################### Left Column ##############*/
#leftColumn {
	margin: 0.6em 0.5em 0.2em 1em;
  float: left;
  width: 153px;
}
#subscribe {
	color: #576e90;
	background-color: #e8ecf3;
	padding: 0.5em 0.6em;
	border: 1px solid #576e90;
	font-size: 8pt;
}
#subscribe h2 {
	text-align: center;
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 0.4em;
}
#subscribe ul {
	padding-left: 0em;
	margin-bottom: 1em;
}

#subscribe a {
	text-decoration: underline;
	color: #576e90;
}
li.rss {
	list-style-type: none;
	padding-left: 1.8em;
	margin-bottom: 0.2em;
  background: url('images/rss_button.gif') left top no-repeat;
}

#links {
	margin-top: 1em;
	color: #32496b;
	background-color: #f1f0ea;
	padding: 0.5em 1em;
	border: 1px solid #576e90;
	font-size: 8pt;
}
#links ul {
	padding-left: 0.6em;
	margin-bottom: 1em;
	list-style: none;
}
#links li {
	margin-bottom: 0.3em;
}
#links a {
	text-decoration: underline;
	color: #32496b;
}
#links h2 {
	text-align: center;
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 0.4em;
}

#photos {
  color: #576e90;
	background-color: #e8ecf3;
	padding: 0.5em 0.6em;
	margin-top: 1em;
	border: 1px solid #576e90;
	font-size: 8pt;
}
#photos h2 {
	text-align: center;
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 0.4em;
	
}
.small {
	font-size: 8pt;
	text-align: center;
}

#diggs {
  color: #576e90;
	background-color: #e8ecf3;
	padding: 0.5em 0.6em;
	margin-top: 1em;
	border: 1px solid #576e90;
	font-size: 8pt;
}
#diggs h2 {
	text-align: center;
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 0.4em;
	
}
#diggs li {
        list-style-type: none;
}
#diggs a:link, #diggs a:visited {
  color: #576e90;
  background-color: #e8ecf3;
  text-decoration: none;
}
#diggs a:hover, #diggs a:active {
  text-decoration: underline;
}

.small {
	font-size: 8pt;
	text-align: center;
}

/*###################### center Column ##############*/
#centerColumn {
	float: left;
	width: 531px;
	margin: 0.6em 0.5em 0.2em 0em;
	color: #576e90;
	background-color: white;
	margin-bottom: 1em;
}
#centerColumn h2 {
  font-size: 15pt;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#centerColumn a { 
	color: #576e90;
}
#videoArea {
	margin-bottom: 0.5em;
	border: black solid 2px;
}
.post {
  display: block;
  margin-bottom: 1em;	
}
.post p, #centerColumn p {
	padding-left: 1em;
	margin-bottom: 1em;
}
.imgMPB {
  margin: 0.2em 0.5em;
  padding: 0.2em;
  border: black solid 1px;
}
.post hr {
  width: 90%;
  color: #be770c;
  background-color: #be770c;
  border-top: #be770c solid 1px;
  margin: 0.5em auto;
}
.entry ul {
  margin: 0 0.5em 1em 1em;
}
.entry li {
  margin-left: 1em;
}
#operaNews {
	color: #be770c;
	background-color: #f7f0ea;
	text-align: left;
	padding: 0.5em;
	font-size: 10pt;
	border: 1px solid #3a4960;
}
#operaNews h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 0.3em;
}
#operaNews h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 1.3em;
}
#operaNews p {
	font-size: 10pt;
	font-weight: normal;
	padding-left: 1.3em;
}
#commentArea textarea {
	width: 100%;
}
#commentArea ol {
	margin-left: 2em;
}
#commentArea li {
	display: block;
	margin-bottom: 0.5em;
	padding: 1em;
	border: black solid 1px;
	background-color: #f0f5fb;
}


/*###################### right Column ##############*/

#rightColumn {
	margin-top: 0.6em;
	padding-left: 0.5em;
  float: left;
  width: 150px;
}

#searchBox {
  color: #576e90;
	background-color: #e8ecf3;
	padding: 0.5em 0.6em;
	border: 1px solid #576e90;
	font-size: 8pt;
	text-align: center;
}
#searchBox h2 {
	text-align: center;
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 0.4em;
}
#archAndCat {
	margin-top: 1em;
  color: #32496b;
	background-color: #f1f0ea;
	padding: 0.5em 0.6em;
	border: 1px solid #576e90;
	font-size: 8pt;
}
#archAndCat h2 {
	text-align: center;
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 0.4em;
}
#archAndCat li {
	list-style-type: none;
	padding-left: 0.6em;
}
#archAndCat a {
  color: black;	
}

/*###################### footer ##############*/
#footer {
	clear: both;
	margin-top: 1em;
	width: 100%;
  height: 90px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  color: #576e90;
  background: white url('images/row_homes3.jpg') no-repeat bottom left;  	
}
#footer a:link, #footer a:visited, #topContent a:link, #topContent a:visited {
	color: #576e90;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #topContent a:hover, #topContent a:active {
	color: #576e90;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline overline;
}

#copy {
  margin-right: 3em;
  margin-top: 0.5em;
  margin-bottom: 1.2em;
  color: white;
  background-color: transparent;
  text-align: right;
  font-size: 8pt;
}
#copy a {
  color: white;
}