/* Import newer browser stylesheet */
@import url("default_screen.css");

/* common HTML element styles */

body, div, th, td, p, a, h1, h2, h3, h4, h5, h6, li, address, blockquote {
	font-family: arial, helvetica, verdana, sans-serif;
}

body {
	background: #FFF;
}

img {
	border: 0px;
}

td, th {
	vertical-align: top;
	text-align: left;
}


#navPrimary ul li {
	list-style-type: none;
}

#navSecondary ul li {
	list-style-type: none;
}

#logo {
	display: block;
	font-size: large;
	font-weight: bold;
	margin-bottom: 1em;
}

#navPrimary {
	padding: 0px 0px 0.5em 0px;
	width: 100%;
}

#navSecondary {
	margin-bottom: 2em;
}

#navTertiary, #navTertiaryBlog {
	margin-left: 40px;
}

/* column layout styles */

.numbersGroup {
	color: #999;
	font-size: 12px;
	margin: 0px 0px 14px 0px;
	width: 160px;
}

.numbersGroup a {
	color: #999;
}

.numbersGroup a:hover {
	color: #600;
}


#upgrade {
	margin-top: 2em;
	color: #900;
}

/* BLOG STYLES */

#navTertiaryBlog ul li {
	list-style-type: none;
}

#pagewrapper {
	display: inline;
	float: left;
	width: 950px;
	margin: 0;
}

#col1 {
	display: inline;
	float: left;
	width: 500px;
	margin: 0 145px 0 80px;
	color: #757575;
	font-size: 11px;
	list-style-type: none;
	line-height: 13px;
}

#col1 a,
#col1 a:link,
#col1 a:visited {
	color: #C00;
	text-decoration: none;
}

#col1 a:hover,
#col1 a:focus {
	color: #757575;
	text-decoration: none;
}

#col2 {
	display: inline;
	float: left;
	width: 200px;
	margin: 0 0 0 25px ;
}

#col1 h4, #col1 h5 {
	color: #757575;
	font-size: 11px;
	list-style-type: none;
	line-height: 13px;
}

img.icon-action {
	display: none;
}

#col1 a#posttitle {
	clear: both;
	display: block;
	color: #757575;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
}

#col1 .date {
	display: block;
	clear: both;
	margin: 0;
	padding: 0 0 1em 0 ;
}

.comment-poster a {
	margin-left: -2px;
	padding: 0;
}

.blogger-comment-icon {
	display: none;
}

.blogpost {
	margin: 0 0 40px 0;
}




