@import url("coreStyles.css");

body {
	background-image:url(../images/bgBlog.jpg);
	background-color: #000;
}

#container {
	padding-bottom: 20px;	
}

#footerCurve {
	width:920px;
	margin-left: auto;
	margin-right: auto;
}

#rightSideGray .entries {
	float:right;
}

.blogInfoText {
	font-size: 11px;
	color: #999;
	margin-bottom: 12px;
	margin-top: 4px;
}
.blogInfoTextBold {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
.title a {
	font-size: 14px;
	font-weight:bold;
}
#formBoxes {
	width: 375px;
	float: right;
	margin-bottom: 14px;
}
#formTitles {
	width: 110px;
	float: left;
	text-align: right;
	font-weight: bold;
}
.boxStyle {
	width: 350px;
}
.submit a {
	width: 108px;
	font-weight: bold;
	color:#FFF;
	background-image: url(../images/btnSubmitBlog.gif);
	background-position: 0 0;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	margin-bottom: 6px;
}
.submit a:hover {
	background-position: 0 -23px;
	color:#FFF;
	text-decoration:none;
}

#rssIcon{
	vertical-align: middle;
	margin-right: 5px;
}

.blogSpacer{
	border-bottom: solid 1px #ccc;
	margin-bottom:14px;
	margin-top:-12px;
}

#authorDesc img{
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}

.comment{
	background-color: #DDDDDD;
	padding: 5px;
}

.odd{
	background-color: #EEEEEE;
}

.comment p{
	margin: 5px;
	line-height:1.3em;
}
	
.comment .byline{
	font-size: smaller;
	margin-top: 1em;	
}

#comment{
	width: 100%;	
}

.project{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	padding-left:115px;
}

.project img{
	float: left;
	margin: 1em 10px 10px -115px;
	
}

#productSidebar{
	float:right;
	margin: 0 0 5px 5px;
	padding: 0;
	width: 140px;
	text-align: center;
}

#productSidebar ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#productSidebar ul li{	
	border-bottom: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

div .code{
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
	
}
