/* Theme Name: PowerBlogger 
URI: http://PowerBloggerTheme.com/
Description:  Fixed width, clean-looking, 2 column, widget-enabled theme. See http://PowerBloggerTheme.com for tutorial videos on customization and updates. 
The default design is intended for "sales" orientated blogs, not using categories and having only a smallish number of posts, linked directly from the home page.But by adding widgets, you can create a full-featured look, suitable for many other uses.Provides the facility for sub-Pages, accessible from a 2nd top nav menu, that appears only for pages that have "children".
Version: 1.2
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: #cccccc;
}
a {
	color: #c22;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c22;
	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: 800px;
	margin: 8px auto;
	text-align: left;
	background-color: #ffffff;
}
#header-wrap {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0;
	background-color: #ffffff;
}
/* Header */
#header {
/* Increase Height, If Using A Taller Header Image */
	height: 100px;
/* Comment Out Next Line To Suppress Header Image 
	background-image: url(./images/header.jpg);      */
	background-repeat: no-repeat;
	margin: 0px;
	padding: 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: #333;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}
#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: #000000;
	border-bottom: none;
}
#header .description {
	font-size: 1.2em;
	margin-left: 20px;
	text-align: left;
	color: #333;
}
#header-box {
	float: right;
	width: 300px;
	margin-top: 15px;
	margin-right: 15px;
	padding: 5px;
	font-size: 1.2em;
	color: #c00;
	border: 2px dashed #c00;
	text-align: center;
}
/* Sidebar */
#sidebar {
	width: 250px;
	float: right;
	padding-top: 10px;
	color: #6C534A;
	text-align: left;
}
#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: left;
	line-height: 1.8em;
	border-bottom: 1px dashed #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: left;
	line-height: 1.8em;
	border-bottom: 0px;
}
#sidebar ul {
	margin-left: 0px;
	margin-right: 20px;
}
#sidebar ul li a {
	font-size: 1.0em;
	text-align: left;
	color: #c22;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}
#sidebar ul li a:hover {
	color: #333;
}
#offerbox {
	margin: 5px;
	padding: 5px;
	border: 2px dashed #c00;
	text-align: center;
}
#offerbox p {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
}
#offerbox p a {
	color: #360;
	font-style: underline;
}
#offerbox ul h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #eeeeee;
	color: #360;
	text-align: left;
	line-height: 1.7em;
}
/* Widgets */
.linkcat {
  border-bottom: 1px 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: #060;
	border: 2px dashed #c00;
}
/* Top Horizontal Navigation Menus */
#top-nav {
	width: 95%;
	background-color: #360;
	margin: 0px auto 0px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	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: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#top-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: #eee;
}
#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: 510px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-right: 30px;
	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;
}
/* Post */
.post {
	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: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0px;
	color: #360;
}
.post p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 18px;
}
.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: #b6cf84;
	border-top: 1px solid #d8efa6;
	border-bottom: 5px solid #94ae62;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #060;
	text-align: center;
	clear: right;
}
#footer .credit {
	font-size: 0.8em;
	font-weight: normal;
	color: #fff;
}
#footer .credit a {
	font-size: 0.8em;
	font-weight: normal;
	color: #fff;
}
#footer a {
	color: #006600;
	font-size: 0.9em;
}
#footer a:hover {
	color: #009900;
}
/* Misc */
input {
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #728c40;
	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 #728c40;
	margin-bottom: 2px;
}
.image-right {
  float:right;
  font-size:10px;
  text-align:center;
}