.post {
	overflow: hidden;
}

.sections .blog.selected a {
	color: black;
	text-shadow: white 0px 0px 2px;
}

.sidebox.about {
	background-image: none !important;
}

.sidebox.about p {
	background-image: none !important;
}

.content {
	color: #1a3052;
	margin-left: 50px;
	margin-top: -60px;
}

#content {
	overflow: hidden;
}

#content h2 {
	padding: 0.1em 0 0 0;
	margin: 1.4em 0 0 0;
}

#content h2 a {
	color: #1a3052;
	text-decoration: none;
	font-size: 30px;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content {
	width: 630px;
}

#content p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	clear: left;
}

#content .alignright {
	float: right;
}

#content h3 {
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 0.2em;
	padding-bottom: 0;
}

#content blockquote {
	margin: 1.5em 1em;
	padding-left: 28px;
	background: transparent url(http://appshopper.com/images/style/blog-quote.png) no-repeat top left;
	color: #7e92a5;
	font-style: italic;
}

#content li {
	font-size:10pt;
}

.time {
	width: 45px;
	height: 48px;
	background: transparent url(http://appshopper.com/images/style/blog-date.png) no-repeat top left;
	color: white;
	text-align: center;
	float: left;
	margin: 40px 10px 0 0;
	padding-top: 2px;
}

.time .day {
	font-size: 24px;
}

.author {
	color: #7e92a5;
	float: left;
}

.tags {
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: transparent url(http://appshopper.com/images/style/blog-divider.png) repeat-x bottom left;
}

.tags a {
	margin-left: 15px;
	padding-left: 20px;
	background: transparent url(http://appshopper.com/images/style/blog-tag.png) no-repeat top left;
	color: #7e92a5;
	text-decoration: none;
}

.tags a:hover {
	text-decoration: underline;
}

p.postmetadata {
	padding-top: 0.5em;
	background: transparent url(http://appshopper.com/images/style/blog-divider.png) repeat-x top left;
	color: #7e92a5;
}
p.postmetadata a {
	color: #7e92a5;
	text-decoration: none;
}
p.postmetadata a:hover {
	text-decoration: underline;
}

.sidebox.about h3 {
	display: none;
}

.sidebox.navi {
	height: auto;
}

.sidebox ul {
	padding-left: 0;
	margin-left: 0;
}

.sidebox li {
	list-style-type: none;
	font-size: 12px;
	background: transparent url(http://appshopper.com/images/style/blog-divider.png) no-repeat bottom left;
	overflow: hidden;
	width: 268px;
	padding-top: 5px;
}

.sidebox li.cat-item {
	text-align: right;
	background: transparent url(http://appshopper.com/images/style/blog-categorycount.png) no-repeat center 
right;
	color: white;
	font-weight: bold;
	width: 258px;
	height: 20px;
	padding: 5px 8px 0 0;
}

.sidebox li a {
	float: left;
	font-weight: normal;
	list-style-type: none;
	font-size: 12px;
	text-decoration: none;
	color: #1a3052;
	display: block;
	height: 20px;
}

.sidebox li a:hover {
	text-decoration: underline;
}

.sidebox h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding:0;
	height: 25px;
	background: transparent url(http://appshopper.com/images/style/blog-divider.png) no-repeat bottom left;
}


/* single post page */

#content .navigation {
	margin-top: 30px;
	color: #1a3052;
	overflow: hidden;
}

#content .navigation a {
	color: #1a3052;
	text-decoration: none;
}

#content .navigation a:hover {
	text-decoration: underline;
}

h3#comments {
	margin-top: 2em;
	font-size: 20px;
	padding-bottom: 0.5em;
	background: transparent url(http://appshopper.com/images/style/blog-divider.png) repeat-x bottom left;
}

ol.commentlist {
	padding-left: 0;
}

ol.commentlist li {
	overflow: hidden;
	list-style-type: none;
}

ol.commentlist .avatar {
	float: left;
}

ol.commentlist cite, ol.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	color: #1a3052;
	text-decoration: none;
}

ol.commentlist .commentmetadata a {
	color: #7e92a5;
	text-decoration: none;
}
ol.commentlist .commentmetadata a:hover, ol.commentlist cite a:hover {
	text-decoration: underline;
}

ol.commentlist cite, ol.commentlist .commentmetadata {
	margin-left: 10px !important;
}

ol.commentlist p {
	margin-top: 0.2em !important;
	margin-left: 42px !important;
}

form {
	position: relative;
	width: 630px;
	background: #cbd3db url(http://appshopper.com/images/style/blog-comtop.png) no-repeat top left;
	padding: 25px;
	margin: 10px 30px 0 0;
}

form .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 633px;
	height: 12px;
	background: #cbd3db url(http://appshopper.com/images/style/blog-combottom.png) no-repeat;
}

form h3#respond {
	font-size: 20px;
	margin-top: 0;
	padding-bottom: 0.4em;
}
form textarea {
	width: 570px;
}

form a {
	color: #1a3052;
}


form input#submit {
	margin-top: 15px;
	width: 85px;
	height: 35px;
	background: transparent url(http://appshopper.com/images/style/blog-comsubmit.png);
	text-indent: -5000em;
	border: 0;
	cursor: hand;
}

#content .framed{
	font-size: 14px;
	background: #d6dbdf;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 15px 20px 15px 20px;
}

body .gform_wrapper .top_label textarea.textarea {
	height: 200px;
	width: 575px;
}
