/* base
----------------------------------------------- */



body, input, textarea, select {
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

body {
margin: 0;
padding: 0;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
color: #111111;
background-color: #666666;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2 {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 18px 0 9px 0;
	font: 17px/22px Verdana, Tahoma, Helvetica, sans-serif;
}

h3 a {
margin: 18px 0 9px 0;
	font: 17px/22px Verdana, Tahoma, Helvetica, sans-serif;
}


h4 {
	font-size: 16px;
}


h4 a {
padding-right: 2px;
font-size: .7em;
line-height: 1.6em;
}


h5 {
	font-size: 14px;
}

p, blockquote {
	line-height: 18px;
}

p { 
	margin: 0 0 10px 0;
	padding: 0;
}

blockquote {
	margin: 0 0 10px 18px;
	padding: 5px 10px 0 10px;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}

acronym {
	font-size: 10px;
	letter-spacing: .09em;
}

ul, ol, dl {
	margin: 0 0 10px 0;
	padding: 0;
	
}

ol, ul {
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol ol {
	list-style-type: lower-alpha;
}

li, dt {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 5px 40px;
	padding: 0;
}

pre {
	overflow: auto;
}

pre, code {
	font-family: Courier, "Courier New", Monospace;
	font-size: larger;
	background-color: #ffc;
}

label {
	cursor: pointer;
}

input, textarea {
	float: none;
	font-size: 10px;
	line-height: 140%;
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #fff #fff #999;
}

select, option {
	font-family: Verdana, Trebuchet;
}

select {
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #999 #999 #fff;
}

option {
	background-color: #eee;
}

table {
	margin: 0 0 10px 0;
	border: 1px solid #666;
}

th, td {
	padding: 5px 10px;
	border: 1px solid #666;
}

small, .small {
	font-size: 10px;
	line-height: 18px;
	color: #900;
}

/* links
----------------------------------------------- */

a {
	color: #993333;
	text-decoration: none;
}

a:link {

}

a:visited, a:active {

}

a:hover {
	text-decoration: underline;
 	color:#333333
}

a img {
	border: none;
}

a.outgoing {
	color: #c33;
}

div.rssCcat a {
	color: #000;
	font: 1.5em Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content h3 a {
	color: #000;
}

/* override
----------------------------------------------- */

.clear {
	clear: both;
}

.hr img {
	margin: 15px 0 15px 0;
}

.left {
	float: left;
}


.right {
	float: right;
}

.smaller {
	font-size: 10px;
	line-height: 16px;
}

/*
.strike {
	border-width: 0 0 1px 0;
	border-style: none none inset none;
	border-bottom: gray;
}
*/

.title {
	font: 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

span.caps {
	font-size: 10px;
	letter-spacing: .09em;
}

span.date {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .09em;
}

span.emdash {
	font-family: Arial, Helvetica;
}

span.gcaps {
	font-size: 10px;
	letter-spacing: .09em;
	color: #f00;
}

span.gray {
	color: gray;
}

span.hilite {
	background-color: #ff9;
}

span.mention {
	margin: 0 10px 0 0;
	float: left;
	width: 100px;
	height: 150px;
}

span.permlink {
	margin-right: 8px;
	margin-left: 8px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

span.titlecaps {
	font-size: 12px;
	letter-spacing: .1em;
}

p.light {
	margin-top: 0;
}

p.mention-category {
	font-size: 0.9em;
	color: #666;
}

p.related {
	margin: 0 0 2px 0;
	font-size: 10px;
	line-height: 12px;
}

p.res {
	margin: 0 0 8px 0;
	font-size: 10px;
	line-height: 14px;
}

p.screenshot {
	width: 140px;
	text-align: center;
}

p.screenshot.left {
	margin-right: 10px;
}

p.screenshot.right {
	margin-left: 10px;
}

p.side {
	margin: 10px 0 2px 0;
	font-size: 10px;
}

ul.faq {
	list-style-type: none;
}

ul.page-nav {
	margin: 25px 0 0 0;
	padding: 5px 0;
	list-style: none;
	text-align: center;
	color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
		
ul.page-nav li {
	display: inline;
	margin: 0;
	padding: 0;
}


h3.q, h3.a {
	margin: 0 5px 5px 0;
	float: left;
}

div.hr {
	margin: 1em auto auto auto;
	text-align: center;
}

div.screenshot {
	width: 140px;
	font-size: 10px;
	text-align: center;
}

div.rssCcat {
	margin-top: 2em;
	margin-bottom: .5em;
}

form.global-search fieldset {
	border: none;
}

form.global-search legend {
	font: 18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

input.button, input.zemSubmit {
	margin-top: 5px;
	padding: 3px;
	background-color: #ddd;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #999 #999 #fff;
}

input.checkbox {
	border: none;
}

input.press {
	padding-bottom: 4px;
	font-size: 10px;
	vertical-align: top;
}

textarea.340p {
	width: 340px;
}

#contact-form legend {
	display: none;
}

#contact-form fieldset {
	border: none;
}

form#rate-form label {
	margin-bottom: -10px;
	display: block;
	font-weight: bold;
}

#right h3, #left h3 {
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content blockquote p {
	color: #333;
}

#content ol li {
	margin-top: 0.75em;
	margin-bottom: 1em;
}

#content li {
	padding-right: 10px;
	line-height: 1.4em;
}

#right ul, #left ul {
	margin-top: 0;
	padding-top: 0;
	font-size: 10px;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(/common/bullet.png);
}

#right li, #left li {
	padding-left: 0;
}

#paypal {
	margin-bottom: 10px;
}

#mentions blockquote {
	margin-left: 110px;
}

/* layout
----------------------------------------------- */

#container {
	margin: 0 auto;
	width: 860px;
	text-align: center;
        background-color: white;
}

#top {
	width: 860px;
	height: 150px;
}

#content {
	padding-right: 35px;
	padding-left: 15px;
        padding-top: 15px;

	float: right;
	width: 650px;

	text-align: left;

}

#mentions, 
#contact-form {
	margin: 0 auto;
	width: 500px;
	text-align: left;
}

#left, #right {
	width: 100px;
	text-align: left;
}

#left {
	float: left;
        background-color: #cccccc;
	padding-left: 40px;
	padding-top: 20px;
}

#right {
	float: right;
}

#foot {
	margin: 20px 0;
	padding-top: 104px;
	width: 860px;
	text-align: center;
}

#foot p {
	margin-top: 2em;
	margin-bottom: 2em;
}

/* comments
----------------------------------------------- */

.comments_error {
	background-color: #fff0f0;
}

div.comments_error {
	padding : 0.3em;
	border: 1px solid #ffd9d9;
}

ol#comments {
	list-style-position: outside;
}

ol#comments li {
	margin-top: 10px;
}

form#txpCommentInputForm {
	margin-top: 10px;
}