/*
Theme Name: SatelliteToday
Theme URI: http://satellitetoday.com/blog/
Description: The theme is based off the current satellitetoday.com web site.
Version: 1.0
Author: Jennifer Zelazny (Sandbox Development and Consulting Inc.)
Author URI: http://www.sandboxdev.com
*/


/* ------- [1] General ------ */

acronym, abbr {
	border-bottom: 1px dashed #333;
	}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	}

acronym, abbr {
	cursor: help;
	}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	}

#blog {
	padding:10px;
	line-height:1.4em;
	}

img {
 	border:none;
 	}

/*---------[2]Sidebars---------*/

#sidebar {
	padding:10px 0 0 20px;
	}
	
	
#sidebar img {
	vertical-align:text-bottom;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font-size: 1.2em;
	margin:0 0 5px 0;
	padding: 0;
	color:#000;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul li ul li{
	list-style-type: disc;
	margin-left: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* ------- [3] WordPress Specific ------ */

.post {
	font-size: 1.3em;
	}

.post li {
	font-size:.8em;
	}
	
/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: bold;
	}


.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	font-size: .8em;
	line-height:1.8em;
	}

.feedback a {
	padding-right:10px;
	}


.meta {
	font-size: .75em;
	}

.meta li, ul.post-meta li {
	display: inline;
	}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
	}

.storytitle {
	margin: 0;
	}

.storytitle a {
	text-decoration: none;
	}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
	}

#commentform textarea {
	width: 100%;
	}

#commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
	}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
	}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
	}

#wp-calendar td {
	color: #ccc;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background: #fff;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

