/*
Theme Name: Satellite Design
Description: Satellite blog theme
Theme URI:
Version: 1.0
Author: largeblue
Author URI: 
Tags: whihe, fixed width, two columns, widgets

*/
/* Begin Typography & Colors */

*{
  margin: 0;
  padding: 0;
}
a{
  outline: none;
}
body{
  background: #fff;
}
#mainContentWrap{
  background: url(images/dot_1.gif) 669px 0 repeat-y;
}
#mainContentBg{
  background: url(images/white_bg.gif) 0 100% repeat-x;
  width: 100%;
  overflow: hidden;
}
#page{
  width: 940px;
  margin: 0 auto;
  background: #fff;
  color: #999;
  font: 12px Verdana, Arial, Tahoma, sans-serif;
}
#content {
  width: 620px;
  float: left;
}
#sidebar{
	width: 220px;
  float: right;
  padding-bottom: 23px;
}
.clear{
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
h2, h3{
  color: #669900;
  font: italic 18px Georgia, "Times New Roman", serif;
  padding: 0 0 4px 0;
}
h2 a, h3 a{
  color: #669900;
}
small{
  font-size: 10px;
}
.entry{
  padding: 17px 0;
  line-height: 16px;
}
.entry p{
  padding-bottom: 16px;
}
a{
  color: #cc6633;
}
.more-link{
  background: url(images/arrow.gif) 100% 70% no-repeat;
  padding: 0 12px 0 0;
}
.entry p.postmetadata,
.postmetadata{
  line-height: 16px;
  background: url(images/dot_2.gif) 0 100% no-repeat;
  padding-bottom: 38px;
  margin-bottom: 24px;
  clear: both;
}
.entry.secondEntryStyle .postmetadata{
  margin-bottom: 0;
}
.entry.secondEntryStyle{
  padding-bottom: 0;
}
.postmetadata a{
  color: #666;
  text-decoration: none;
}
.postmetadata a:hover{
  color: #333;
  text-decoration: underline;
}
.navigation{
  text-align: right;
  font: italic 13px Georgia, "Times New Roman", serif;
  color: #666;
  padding: 8px 0 12px 0;
  clear: both;
  width: 620px;
}
.navigation a{
  font-size: 9px;
  padding: 0 0 0 1px;
  text-decoration: none;
}
.navigation span{
  padding: 0 8px 0 12px;
}
#sidebar h2{
  padding-top: 17px;
}
#sidebar ul{
  list-style-type: none;
  list-style-position: outside;
  font-style: italic;
  color: #666;
}
#sidebar ul a{
  color: #666;
  text-decoration: none;
}
#sidebar ul ul li{
  padding: 3px 0 3px 11px;
}
#sidebar ul ul li a{
  background: url(images/bullet_1.gif) 0 5px no-repeat;
  padding: 0 0 0 13px;
}
#sidebar ul ul ul{
  padding: 3px 0 0 9px;
}
#sidebar ul ul li a:hover{
  color: #333;
  text-decoration: underline;
  background: url(images/bullet_2.gif) 0 5px no-repeat;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	margin: 0 0 14px 25px;
}

img.alignleft {
	display: inline;
	margin: 0 25px 14px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.entry img{
	border: 4px solid #ccc;
}
.avatar{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}
.commentlist{
  list-style-type: none;
  list-style-position: outside;
  padding: 9px 0 0 0;
}
.commentlist li{
  color: #669900;
  font: italic 14px Georgia, "Times New Roman", serif;
	background: url(images/dot_2.gif) 0 100% no-repeat;
  padding: 23px 0 43px 0;
}
.commentlist li a{
  color: #669900;
  text-decoration: none;
}
.commentlist li p{
  color: #999;
  font: 12px/16px Verdana, Arial, Tahoma, sans-serif;
  clear: both;
  padding: 15px 0 0 0;
}
.commentlist small{
  font: 10px Verdana, Arial, Tahoma, sans-serif;
  color: #999;
}
.commentlist small a{
  color: #999;
  text-decoration: none;
}
h3#respond{
  font-size: 14px;
  padding-bottom: 0;
}
h3#comments{
  padding-top: 28px;
}
.textField{
  width: 252px;
  border: 1px solid #c3c3c3;
  border-top-color: #7d7d7d;
  font-size: 15px;
  padding: 2px 0;
  color: #999;
  float: left;
  margin-top: 4px;
  outline: none;
}
#commentform{
  width: 620px;
}
#commentform a{
  color: #999;
}
#commentform a:hover{
  color: #333;
}
#commentform p{
  width: 100%;
  overflow: hidden;
  padding: 7px 0 0 0;
}
#commentform label{
  float: left;
  font: italic 14px Georgia, "Times New Roman", serif;
	padding: 6px 0 0 8px;
}
#commentform label small{
  font-size: 10px;
}
#commentform textarea{
  display: block;
  width: 618px;
  height: 159px;
  border: 1px solid #999;
  font: 15px Verdana, Arial, Tahoma, sans-serif;;
  color: #999;
  outline: none;
}
.submitBtn{
  float: right;
  padding: 0 2px;
}
#fromWrap{
  width: 670px;
  background: #fff;
  margin-right: -70px;
  padding-top: 41px;
  position: relative;
}
#searchform label{
  display: block;
  padding-bottom: 5px;
}
