/* Theme Name: PowerBlogger Wide White 2Column
URI: http://powerbloggertheme.com/
Description:  Fixed width, clean-looking, 2 column, widget-enabled theme. 
Version: 1.0
Author: Kevin Brown
Author URI: http://kevinsbrown.com/ 
*/
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	min-width: 600px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #000000;
	background-color: rgb(0, 27, 53);
}
a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: underline;
}
a img {
	border: 0;
}
ol, ul {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	list-style-image: none;
	list-style-type: none;
	line-height: 1.8em;
	text-align: left;
}
/* Layout */
#wrap {
	width: 1000px;
	margin: 8px auto;
	text-align: left;
	background-color: #ffffff;
        border: solid 1px #dddddd;
}
#container {
	
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}
#header-wrap {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 0;
	background-color: #ffffff;
       
}
/* Header */
#header {
	height: 80px;
	/* Comment Out Next Line To Suppress Header Image 
	background-image: url(./images/occultation.gif); 
	background-repeat: no-repeat; */
        background-color: #004080;
	margin: 0px;
        margin-left: 0px;
	padding-left: 0px;
}
#header h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	color: #ededed;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}
#header a {
        color:#ededed;
}
#header h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
	color: #eeeeee;
}
#header .description {
	font-size: 1.2em;
	margin-left: 20px;
	text-align: left;
	color: #333;
}
#header-box {
	float: right;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	padding: 10px;
	font-size: 1.2em;
	color: #c00;
	border: 0px dashed #c00;
	text-align: center;
}
/* Sidebar */
#sidebar {
	width: 200px;
        height: 100%;
	float: right;
        clear: none;
	padding: 10px;
	color: #ffffff;
        background-color:#d5eaff;
	text-align: center;
}
#sidebar ul li {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.0em;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 1.8em;
        padding-bottom:3px;
	border-bottom: 1px solid #dddddd;
}
#sidebar ul li h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 1.8em;
	border-bottom: 0px;
}
#sidebar ul {
	margin-left: 0px;
	margin-right: 20px;
        text-align: center;
}
#sidebar ul li a {
	font-size: 1.0em;
        line-height: 2.0em;
	text-align: center;
	color: #006;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
        padding:10px;
}
#sidebar ul li a:hover {
	color: #006;
        text-decoration: underline;
}
/* Widgets */
.linkcat {
  border-bottom: 0px dashed #dddddd;
}
.widgettitle {
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
}
.textwidget {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.0em;
  color: #ffffff;
  border: 0px dashed #c00;
}
/* Footer Widgets */
#footerwidgets {
  display:block;
}
#threeacrossbottomleft {

	width: 280px;

	float: left;

	margin: 15px 10px 10px 30px;

	padding: 10px;

	border: 0px dotted #e7e7e7;

        background-color: #f3f3e7;

}

#threeacrossbottommiddle {

	width: 280px;

	float: left;

	margin: 15px 10px 10px 15px;

	padding: 10px;

	border: 0px dotted #e7e7e7;

        background-color: #f3f3e7;

}

#threeacrossbottomright {

	width: 260px;

	float: left;

	margin: 15px 10px 10px 15px;

	padding: 10px;

	border: 0px dotted #e7e7e7;

        background-color: #f3f3e7;

}
/* Top Horizontal Navigation Menus */
#top-nav {
	width: 100%;
	background-color: #555555;
	margin: 0px auto 0px;
	color: #ededed;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* font-variant: small-caps; */
}
#top-nav ul {
	padding-top: 2px;
	padding-bottom: 2px;
}
#top-nav li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#top-nav ul li a {
	color: #ededed;
        font-size: 10pt;
        font-weight: normal;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#top-nav ul li a:hover {
	color: #ededed;
        text-decoration: underline;
}
#sub-nav {
	width: 95%;
	background-color: #fff;
	margin: 0px auto 0px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
}
#sub-nav ul {
	padding-top: 2px;
	padding-bottom: 2px;
}
#sub-nav li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sub-nav ul li a {
	color: #000;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sub-nav ul li a:hover {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #728d40;
	border-right: 1px solid #e9ffb7;
	padding-left: 7px;
	padding-right: 7px;
	color: #000000;
	background-color: #ccc;
}
/* Content */
#content {
	width: 710px;
	float: left;
	height: 100%;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
}
#canvascontent {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
}
.canvas {
	padding-top: 5px;
	text-align: left;
}
.canvas h1 {
	padding: 10px;
	font-size: 1.6em;
	font-weight: bold;
}
.canvas h2 {
	padding: 4px;
	font-size: 1.3em;
	font-weight: normal;
}
#nosidebarcontent {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
}
.nosidebar {
	padding-top: 5px;
	text-align: left;
}
.nosidebar h1 {
	padding: 10px;
	font-size: 1.6em;
	font-weight: bold;
}
.nosidebar h2 {
	padding: 4px;
	font-size: 1.3em;
	font-weight: normal;
}
/* Featured Post */
#featured {
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	border: 0px dashed #c00;
}
#featured .post {
        border: 2px dashed #c00;
         padding: 10px;
        margin-bottom: 20px;
}
/* Post */
.post {
        margin-top:10px;
	padding-top: 5px;
	text-align: left;
}
.post h2, .posttitle {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	color: #000;
}
.post p {
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 16px;
}
.postinfo {
	padding: 0px;
	line-height: 16px;
	font-size: 0.9 em;
	font-style: italic;
}
.post .articleimg {
	float: right;
	padding: 5px;
	border: 1px solid #eeeeee;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Footer */
#footer {
	width: 100%;
	background-color: #ddd;
	border-top: 0px solid #d8efa6;
	border-bottom: 5px solid #333;
        margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	clear: both;
}
#footer .credit {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}
#footer .credit a {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #000;
}
/* Misc */
input {
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #666;
	background-color: #eee;
	margin-bottom: 2px;
}
input[type=submit] {
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666;
	margin-bottom: 2px;
}
.image-right {
  float:right;
  font-size:10px;
  text-align:center;
}
/* ADDED SINCE 12May08  */
img.alignright {
  padding:10px;
  float: right;
}
blockquote {
	margin: 15px 20px 10px 10px;
	padding-left: 20px;
        background: #ffd;
}

.center {
	text-align: center;
}
.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


.image-right {
  float:right;
  font-size:10px;
  text-align:center;
}
.wp-caption img {
  border:0pt none;
  margin:0pt;
  padding:5px;
}
.wp-caption-text {
  text-align:center;
}
.more-link {
        font-size: 0.9em;
	font-weight: normal;
	color: #00c;
        font-style: italic;
        text-decoration: underline;
  
}
td.data {
  padding: 4px;
  font-size: 0.9em; 
}
table {
  border-spacing: 0px;
}
table.bottomtable {
  padding:10px;
}
td.bottomtable {
  padding:10px;
}
