
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 14px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing:0.03em;
}

/* Links */

a:link, a:visited {
  color: #006699;
  text-decoration: none;
}

a:hover, a:active {
  color: orange;
  text-decoration: underline;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
	color:#006699;
	text-transform:uppercase;
	font-weight:bold;
}

h2 {font-size:1.8em;font-weight:300;margin-bottom:0.75em;color:orange;}
h3 {font-size:1.4em;margin-bottom:1em; color:green;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}

/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

#link-images {
  margin-top: 80px;
}

/* List Styles  */

ul, ol {
  margin:0 0 1em 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
       border: none;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
	margin-right: 5px;
}
tr.odd {
	background-color: #fff;
}

td {
  padding-right: 5px;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/**Right Sidebar Blocks
-----------------------------------
*/
.block-right {
  border-style: dashed;
  border-width: medium;
  padding: 15px;
  margin-top: 25px;
  margin-right: 10px;
}

.odd {
  border-color: #fc5300;
}

.even {
  border-color: #005dab;
}

.block-info {
  text-align: center;
  font-size: 14px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.block-info-disclaimer {
  text-align: center;
  font-size: 10px;
}

/**Left Sidebar Blocks
-----------------------------------
*/
#block-follow-site .block-title {
  color: #006699;
}
.impact-header {
  font-family: Impact; 
}

.tahoma-header {
  font-family: Tahoma; 
}

.twenty-font-size {
   font-size: 20px;
}

.sixteen-font-size {
  font-size: 16px;
}

.blue {
  color: #006699;
}

.orange {
  color: #fc5300; 
}



tbody{
	border:0;
}

#footer{
	color:#5b5b5b;
	font-size: 8pt;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	padding-bottom:20px;
}

div.admin .left{
	float:none;
	margin:0;
	width:auto;
}
div.admin .right{
	float:none;
	margin:0;
	width:auto;
}


/** HERE GOES THIS LAUNCH PAGE CSS **/
html, body{
height:100%;
}

html{
/** IE hack **/
*overflow:hidden;
}
.not-logged-in{
overflow:hidden;
}

#launch_center{
min-height: 100%;
position:relative;
}

.not-logged-in #launch_footer{
background:#79716F;
position:relative;
margin-top:-90px;
height:90px;
overflow:hidden;
}

#launch_center{
width:450px;
height:400px;
margin-left:auto;
margin-right:auto;
position:relative;
top:25%;
}

#launch_footer #content{
padding-top:30px;
width:350px;
margin-left:auto;
margin-right:auto;
}


#launch_center .submitted{
display:none;
}

#simplenews-block-form-8 .form-radios{
display:none;
}

#block-block-6 a{
color:white;
font-size:24px;
padding:12px;
}

#tagline{
text-align:center;
font-size:20px;
color:#EB461A;
}

#tagline a{
color:#EB461A;
}

#edit-mail-wrapper label{
display:none;
}

#edit-mail-wrapper{
float:left;
}

#edit-mail-wrapper #edit-mail{
width:223px;
height:29px;
background:url('images/text-bg.png') no-repeat;
border:0px;
margin-right:0px;
*padding-top:6px;
}

#simplenews-block-form-8 #edit-submit{
color:white;
margin-top:14px;
*margin-top:15px;
margin-left:5px;
height:29px;
width:168px;
background:url('images/button_bg.png') no-repeat;
border:0px;
font-size:12px;
padding-bottom:2px;
}

#byline{
clear:both;
text-align:center;
font-size:12px;
color:#79716E;
}

.pane-simplenews-8{
width:410px;
margin-left:auto;
margin-right:auto;
}

.watermark {
color: #999 !important;
}

.form-text{
padding-left:10px;
}

#launch_center .messages{
text-align:center;
width:300px;
margin-left:auto;
margin-right:auto;

}

#launch_hotline {
	width:100%;
	text-align:right;
	position:relative;
	margin-top:-10px;
	right:5px;
	bottom:90px;
	color:#79716E;
	font-size:12px;
}
/** END LAUNCH PAGE CSS **/