/*
Theme Name: WordPress Quick Start
Description: A light, pretty theme for the WordPress instructional video site.
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #fff;
	color: #555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6, .heading {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	color: #379BFF;
}

a:visited {
	color: #003264;
}

a:hover {
	color: #003264;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}

.no-hover {
	backround: transparent !important;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 20px auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 934px;
}

#header {
	background: #A2D0FF url('images/background-header.png') no-repeat;
	height: 124px;
	overflow: hidden;
	padding: 0 0 0 12px;
}

#navigation {
	overflow: hidden;
}

#content {
	float: left;
	overflow: hidden;
	padding: 30px 0 30px 30px;
	width: 640px;
}

.sidebar {
	float: right;
	overflow: hidden;
	width: 220px;
}

#footer {
	clear: both;
	font-size: 85%;
	padding: 30px 0 1px 0;
	text-align: center;
}


/* Header elements */

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: transparent url('images/header.png') left center no-repeat;
	display: block;
	line-height: 98px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

h3.category_description {
	font-weight: normal;
}

.header-subscribe {
	float: right;
	font-size: 95%;
	height: 80px;
	width: 220px;
}

.header-subscribe .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}


/* Sidebar elements */
.sidebar {
	font-size: 90%;
	margin-top: 30px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget .heading {
	font-size: 100%;
	text-transform: uppercase;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #777;
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	line-height: 120%;
	margin-bottom: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: ;
}

.sidebar .widget a:hover {
	color: ;
}

form#searchform label {
	display: none;
}


/* Post elements */
.post {
	clear: both;
	margin-bottom: 40px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 160%;
	line-height: 1em;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: ;
	text-decoration: none;
}

p.show-description {
	background: #fafafa;
	font-style: italic;
	margin-top: 10px;
}

.show-length {
	display: block;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

.post ul,
.post ol {
	margin: -1.5em 0 1.5em 30px;
}

.series_toc ul,
.series_toc ol {
	margin: 0 0 1.5em 30px;
}

.post p.heading {
	margin-top: 1.5em;
}


/* Metadata elements */
.post-metadata { 
	font-size: 90%;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 1px solid #555;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: #E1F0FF;
}

#comments .authorcomment { /* To emphasize replies from the author */
	background: #9CCDFF;
}

#comments .authorcomment a {
	color: #fff;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

.wwsgd {

}


/* Page-specific elements */
.podPress_content {
	display: none;
}

body.single .podPress_content {
	display: block;
}