/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
div, h1, h2 {
  margin:0; padding:0; border:0;
}

.entry {
  margin:0;
  padding:0;
}

.entry p {
  margin:0;
  padding:0;
	color: #7F7F7F;
}

.entry a {
  text-decoration:underline;
}

.entry ul {
  margin:0 0 8px -24px;
}

.disc_off {
  padding:4px 8px;
  font-weight:normal;
  background:#fcf0dc;
/*  max-height:126px;
  overflow:auto; */
}
.disc_off ul {
  margin-left:0;
  padding-left:1em;
/*  list-style:none; */
  font-size:11px;
  max-height:126px;
  overflow:auto; 
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
  background:transparent url("images/blockquote.png") no-repeat top left;
  background-attachment:scroll;
	margin: 15px 30px 15px 30px;
	padding-left: 30px;
  font-size:16px;
  line-height:24px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
img.img {
 	border: none;
	padding: 8px;
}		
	
/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {
  background:#333;
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}
#prefs {
  border-bottom:1px solid #aaa;
  border-right:1px solid #ccc;
  display:none;
	width: 700px;
	margin: 0 0;
	background: #eee;
}
#prefs form {
  margin:0;
  padding:4px 8px;
}

#header {
  margin:0px auto;
  width:980px;
}
#mainlogo {
  background:#333;
  padding:0px 0;
  margin:0;
}
#logobox {
  background:#fff;
	margin:0px auto;
  padding:10px 0;
	width: 980px;
  border-top:0px solid #ccc;
  border-bottom:6px solid #84a6ba;
}
.ad_right {
  color:#333;
  height:90px;
  margin:0 0 0 700px;
  padding-left:20px;
}
.ad_right p.black {
  padding:10px 0 0;
  font-size:16px;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#888;
  margin:0;
}
.ad_box {
  padding:0;
  margin:0 auto;
}
.ad_tower {
  padding:0;
  width:160px;
  margin:0 auto;
}
#mainbox {
  /*background:#eee url("/beta/css/images/dotshout_bg.png") repeat-x;*/
	width: 100%;
	margin: 0 auto;
}
.bringdown {
	clear: both;
}

.navigation {
  margin:6px 0;
}
.shout {
  height:30px;
  width:14px;
  overflow:hidden;
}
.alignleft {
  padding:0;
  margin:0px 10px 0 0;
	float: left;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

a {
	color: #89b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
  color: #aaa;
}

/***Header Stuff***/
#logo {
  float:left;
	height: 92px;
  background: transparent url(/beta/images/dotshout_logo_white.png) no-repeat left center; 
  overflow:hidden;
  margin: 0 0 0 10px;
  padding:0;
}

#logo h1 {
	color: #007bd6;
	font-weight: normal;
	font-size: 48px;
	margin: 0px;
	padding:16px 0 16px 0;
	font-family: Palatino, Georgia, Serif;
}

#logo h1 a {
  height:70px;
  width:260px;
	color: #555555;
  display:block;
}
#logo h1 a:hover {
  text-decoration: none;
}

#logo h1 a span {
  display:none;
}

#headerdesc {
	width: 100%;
	height: 28px;
  margin-left:102px;
  margin-top:-20px;
  text-transform:uppercase;
}

#search {
	margin-left: 675px;
  padding-top:6px;
	height: 30px;
}

input#test {
	width: 240px;
	height: 18px;
	border: 1px solid #999;
	background-color: #FFF;
}

input#submit {
	width: 40px;
	height: 22px;
	border: 1px #7f7f7f solid;
	position: absolute;
	margin-top: 0px;
	background: #eee;
  color:#333;
  text-transform:lowercase;
  font-size:11px;
	font-family: Arial,Helvetica,sans-serif;
}

ul#menu {
  float:right;
	padding: 0px;
	margin: 8px 0 0;
  height:19px;
  width:320px;
}
#menu li {
	list-style-type: none;
	/*width: 80px;*/
	float: left;
	text-align: center;
  padding:1px 5px;
}
#menu li a {
  color:#333;
  background:#ccc;
  padding:4px 20px;
}
#menu li a:hover {
  color:#fff;
  background:#84a6ba;
}
#menu li.current {
}
#menu li.current a {
  padding:4px 20px;
  color:#333;
  background:#fff;
}
#menu li a.logo {
  color:#88ec3e;
}

li#lastlink {
}

.rss {
  background: transparent url(/beta/css/images/feed-icon-12x12-orange.gif) no-repeat left center; margin-left:12px; 
  padding-left:18px;
}

#menu a {
	font-size: 11px;
}

/***Main Area Stuff***/
#content {
  background:#fff;
  clear:left;
  width:660px;
  min-height:1000px;
  line-height:18px;
}

#content h3.pagetitle {
  margin:0 0 12px;
  font-size:14px;
  color:#666;
}
#content h3.pagetitle a {
  color:#666;
}

#sidebar {
	width: 215px;
	margin-top: 0px;
  padding-top:1px;
	margin-left: 730px;
  font-size: 12px;
}

/***Footer Stuff***/
#footer {
  background:#84a6ba;
	clear: both;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
  text-align:center;
}
#footer a {
  color:#fff;
}
#footer div {
  padding:8px;
}
#footer img {
  position:relative;
  top:4px;
  padding:0;
  margin:0 8px;
}

#footbar {
	width: 100%;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	padding-top: 5px;
	font-family: Verdana;
	font-weight: normal;
}

#footercontent {
	width: 100%;
	background-position: bottom left;
	padding: 1px;
	padding-top: 0px;
}

#footer a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.footbox {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}


/***Post Stuff***/
.post {
  width:620px;
  padding:2px 10px 10px;
  margin:0 10px 10px;
}
.posttitle {
  text-transform:uppercase;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
  letter-spacing:1px;
	color: #356;
  font-weight:bold;
}
.posttools {
  padding:0;
  margin:6px 0;
	font-size: 11px;
  line-height:14px;
	color: #7F7F7F;
}
.post h2 {
  font-family:georgia,times,"times new roman",serif;
  font-weight:bold;
	font-size: 14px;
  line-height:16px;
	margin: 0;
	padding: 0;
}
.post h2 a {
  text-decoration:none;
  color:#000;
}
.post h2 a:hover {
  text-decoration:underline;
}
.post h2.postlead {
	font-size: 20px;
  line-height:22px;
}

.post h3, .post h3 a {
	font-family: Arial, Helvetica, Sans-serif;
  margin:0;
  padding:0;
  font-weight:500;
  font-weight:500;
  font-size: 18px;
  line-height:24px;
}
.post p {
   padding:0;
   margin:4px 0;
}

.post p.discussion {
  font-size:11px;
  font-weight:bold;
  margin:0;
  padding:0;
}

p.small, dd.small, li.small {
	font-size: 11px;
	color: #333333;
}
div.promobox ol, div.post ul {
  margin:0;
  padding-left:20px;
}
li.small a {
  color:#628498;
}
li.small a.disctitle {
  color:#333;
}
.postcontent {
	clear: both;
}

.postfoot {
	border: 1px dotted #888;
  background:#f7f7f7;
	padding: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
}

/***Sidebar Items***/
#sidebar h2 {
	width: 100%;
	padding: 0;
	font-family: Palatino, Georgia, Serif;
  font-weight:500;
	font-size: 18px;
  line-height:24px;
	color: #333;
	margin: 20px 0 0;
  border-bottom:1px dotted #888;
}

/***Other Stuff***/
.footbox2li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: #E7EC6A;
}


ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}

#fullcontent {
  position:relative;
  width:980px;
  margin:0px auto;
  background:#fff; 
  background:#dae7ee;
}
.narrowcolumn {
  border-right:0px solid #ccc;
}
#rightrail {
  width:300px;
  position:absolute;
  top:0;
  right:10px;
  margin-right:0px;
  padding:0;
}
#rightrail div {
  padding:20px 0; 
}
.disctitle,.redtitle {
  list-style-type:none;
  font-weight:normal;
  padding:0;
  margin:0;
  line-height:24px;
	color: #7F7F7F;
}
.disctitle a {
  color:#c93;
}
.redtitle a {
  color:#c30;
}
p.padbot {
  padding-bottom:6px;
}
div.trueright {
  margin:0;
  padding:0;
	font-family: Tahoma;
	font-size: 11px;
  line-height:11px;
	color:#7F7F7F;
	float:right;
}
.promobox p {
  margin:0 0 4px 0;
}
div.boxed {
  margin:0;
  width:100%;
}
div.boxed p,div.boxed dd {
  padding:0;
  font-size: 11px;
}
a.tt img {
  height:32px;
  width:32px;
  padding:0 4px 3px 3px;
}
a.tools {
  padding-left:20px;
  padding-bottom:2px;
}
a.comments {
  background-color: transparent;
  background-image: url(images/comments.png);
  background-repeat: no-repeat;
}
a.twitter {
  background-color: transparent;
  background-image: url(images/twitter.png);
  background-repeat: no-repeat;
}
a.delicious {
  background-color: transparent;
  background-image: url(images/delicious.png);
  background-repeat: no-repeat;
}
a.share {
  background-color: transparent;
  background-image: url(images/share.png);
  background-repeat: no-repeat;
}
a.external {
  padding-left:14px;
  background:transparent url("images/external_icon.gif") no-repeat center left;
}
a.blue, a.blue:hover {
	color: #007bd6;
}
a.blue:visited {
  color:#ccc;
}
