
/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #fff;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header {
  width: 100%;
}
#content {
  width: 100%;  
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  background-color: #faf2ef; // 250,242,239
}
#mission, .node .content, .comment {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}

.error {
  border-color: red;
}

#sidebar-left, #sidebar-right {
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#content table {
  border-width: 0px;
  border-color: white;
  border-style: solid;
}
#middle td {
  border-width: 0px;
}
#sidebar-left, #sidebar-right td {
  border-width: 3px;
  border-color: white;
  border-style: solid;
} 
#sidebar-left {
  background-color: #f8f8e0; // 248,248,224
}
#sidebar-right {
  background-color: white;
}
#footer {
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #2467AE;  
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #fff;
}
.node .content, .comment {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #fff;
  float: right;
  margin: 0.5em;
}
.node .picture-left {
  border: 1px solid #fff;
  float: left;
  margin: 0.5em;
}

.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

#forum {
  background-color: #faf2ef; 
}
#forum table {
  width: 100%;
  background-color: #faf2ef; 
  border-width: 3px;
  border-color: #faf2ef;
  border-style: solid;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #faf2ef; 
}
#forum td.topics, #forum td.last-reply {
  background-color: #faf2ef; 
}
#forum td.container {
  background-color: #faf2ef;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #faf2ef; 
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#forum ul li {
  background-color: #faf2ef;
}
#forum tbody {
  background-color: #faf2ef;
}

#navigation { 
	background:#D8ECF3; 
	color:#456189;
	font-family:"Arial";
	font-size:14px;
	font-weight:bold;
	width:208px;
	padding:10px;
	border-left:#456189 solid 1px;
	border-right:#456189 solid 1px; }
	
.navLink { padding:5px; }
	
#navigation a,a:visited,img{ text-decoration:none; border:0; }

#navTitle {
	background:url(/discuss/images/navigation_title.gif) no-repeat;
	width:230px; height:32px; }
	
#navFooter {
	background:url(/discuss/images/navigation_foot.gif) no-repeat;
	width:230px; height:18px; }

#connect { 
	background:#FFFFFF; 
	color:#21769B;
	font-family:"Arial";
	font-size:14px;
	width:182px;
	padding:10px;
	margin-left:8px;
	border-left:#D66E27 solid 1px;
	border-right:#D66E27 solid 1px;
	text-align:left;
	line-height:20px; }

#connectTitle { 
	background:url(/discuss/images/connect_title.gif) no-repeat;
	width: 213px; height: 75px; }
	
#connectFooter { 
	background:url(/discuss/images/connect_foot.gif) no-repeat;
	width: 213px; height: 25px; }

#connect a { color:#D66E27; text-decoration:none; font-size:12px; font-weight:bold; }

#job { 
	background:#ffffff; 
	color:#60812E;
	font-family:"Arial";
	font-size:14px;
	width:219px;
	padding:10px;
	margin-left:13px;
	border-left:#85B240 solid 2px;
	border-right:#85B240 solid 2px;
	text-align:left;
	line-height:20px; }

#jobTitle { 
	background:url(/discuss/images/jobBoard_title.jpg) no-repeat;
	width: 257px; height: 70px; margin-left:10px; }
	
#jobFooter { 
	background:url(/discuss/images/jobBoard_footer.jpg) no-repeat;
	width: 257px; height: 25px; }

#job a { color:#21769B; text-decoration:none; font-size:14px; font-weight:bold; }

#job a:hover { color:#217690; text-decoration:none; font-size:14px; font-weight:bold; }



#stars { 
	background:#D6EDF5; 
	color:#21769B;
	font-family:"Arial";
	font-size:14px;
	width:221px;
	padding:10px;
	margin-left:10px;
	border-left:#24739C solid 1px;
	border-right:#24739C solid 1px;
	text-align:left;
	line-height:20px; }

#stars table { width:200px; }

#starsTitle { 
	background:url(/discuss/images/stars_title.gif) no-repeat;
	width: 250px; height: 70px; margin-left:3px; }
	
#starsFooter { 
	background:url(/discuss/images/stars_foot.gif) no-repeat;
	width: 250px; height:30px; margin-left:3px;
	font-family:"Arial";
	font-size:14px; 
	font-weight:bold;
	color:#D66E27;  }
	
#starsFooter table { margin-left:100px; border-width: 0px; }
#starsFooter td { border-width: 0px; }

#stars a { text-decoration:none; }

#stars h2 { 
	color:#D66E27;
	font-size:18px;
	font-weight:bold; }

#starName {	font-weight:bold; }

#picFrame{ 
	background: no-repeat; float:right;   }
	
#feedbackarea { 
	color:#21769B;
	margin-right:5px;
	margin-top:40px;
	font-family:"Verdana";
	letter-spacing:0;
	font-size:12px;
	padding:5px;
	text-align:right;	}
	
.txtarea { 
	background:url(/discuss/images/textarea.gif) no-repeat;
	width:240px; height:150px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center; }

.txtarea textarea{
	border:0;
	color:#21769B;
	font-size:12px;
	font-weight:bold;
	width:225px;
	height:140px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x:visible;
	overflow:-moz-scrollbars-vertical; }
	
#rushtv {
	background:url(/discuss/images/rushtv.gif) no-repeat;
	width:240px; height:340px; margin-left:10px; }
	
#videoarea {
	color:black;
	display: table-cell;
	vertical-align: middle 
	width:240px;
	height:250px;
}

#videosoon { 
	text-align:center; width:240px; height:340px; position:relative; top:150px;
	}
	
#videosoon a { 
	color:black;
	}

#videosendarea { 
	color:#FFFFFF;
	margin-left:40px;
	font-family:"Verdana";
	letter-spacing:0;
	font-size:12px;
	text-align:right;
	width:170px;	}
	
.txtbox { 
	background:url(/discuss/images/text.gif) no-repeat;
	width:140px; height:20px;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center; }

.txtbox input{
	border:0;
	color:#21769B;
	font-size:12px;
	font-weight:bold;
	width:130px;
	height:13px; }

#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.block-search h2 {
  color: #c22f25;
}

.menu-link {
	background-color: #FFFFFF;
	color: #1F789A;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	height: 18px;
	left: 7px;
	right: 8px;
	top: 4px;
	bottom: 5px;
	text-align: center;
}
.menu-link:hover {
	background-color: #1F789A;
	padding-right: 8px;
	padding-left: 7px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	height: 18px;
	left: 7px;
	top: 4px;
	right: 8px;
	bottom: 5px;
}
.copy-txt {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
.txt {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
.txt-blue {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #5A8382;

}
.txt-table1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #1B749C;
	font-weight: bold;

}
.txt-blue2 {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #19779B;
}
.txt-blue3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #19779B;
	font-weight: bold;
	padding-bottom: 4px;


}
.more-link {


	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #CC6633;
}
.more-link:hover {



	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
.txt-red-bold {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #CF2A28;
	font-weight: bold;

}
.txt-field {
	height: 20px;
	width: 120px;
}
.txt-bold-title {

	font-family: Tahoma, Arial, Verdana;
	font-size: 15px;
	line-height: 16px;
	text-decoration: none;
	color: #2467AE;
	font-weight: bold;
}
.txt-content-blue {


	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #2467AE;
}
.txt-blue4 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #1C64B0;
	font-weight: bold;

}
.txt-yellow {


	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #C2C635;
	font-weight: bold;
}
.txt-red-11 {



	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #CD3124;
	font-weight: bold;
}
