/*
URL: www.UtilitySoftwareReviews.com
Title: Handheld 
Last Edited: 16 March 2010 
*/

* {
	margin:0;
	padding:0;
	text-decoration:none;
}
body {
	background:#E2E2E2 url("/images/body-bg.gif") repeat-x top fixed;
	color:#333;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-size:small;
	margin-top:10px;
	margin-bottom:10px;
}
/* - - - - - - - - - - - - - - - - - divs - - - - - - - - - - - - - - - - - */
#wrap {
	background:#fdfdfd;
	border:12px solid #fff;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:100%;
}
#masthead {
	background:#2592C9;
	clear:left;
	height:40px;
}
#topnav {
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #D6D4D4;
	float:left;
	width:100%;
}
#content {
	padding:2px;
	width:100%;
}
#content div {
	padding:0;
}
#contentwide {
	background:#fdfdfd;
	padding:2px;
	width:100%;
}
#sidebar {
	padding:2px;
	width:100%;
}
#footer {
	background:#f3f3f3;
	border-top:1px solid #e6e6e6;
	padding:2px;
}
.reviews {
	overflow:auto;
	width:100%
}
#homepage {
	padding:2px;
	width:100%;
}
#homepage em {
	background:#fdfdfd;
	font-style:italic;
}
#home {
	padding:2px;
	width:100%;
}
#homecontent p {
	width:100%;
}
#homereview {
	width:100%;
}
#homecompare {
	width:100%;
}
#homenews {
	width:100%;
}
/* - - - - - - - - - - - - - - - - - forms - - - - - - - - - - - - - - - - - */
form {
	margin-bottom:1em;
}
#sidebar form {
	margin-bottom:8px;
}
#feedbackform div {
	padding:0;
	margin:0;
}
#masthead form {
	margin-top:2px;
}
#masthead #s {
	background:#2592C9;
	border:1px solid #4DAAD9;
	color:#eee;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-weight:normal;
	padding:2px;
	width:30%;
}
#searchform label {
	position:absolute;
	left:-1000px;
	top:-1000px;
}
#content #s {
	border:1px solid #B4B4B4;
	color:#333;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-size:80%;
	font-weight:normal;
	padding:2px;
}
#content #s {
	margin:10px 0;
	width:60%;
}
fieldset {
	background:#f3f3f3;
	border:1px solid #dadada;
	overflow:hidden;
	padding:1em;
	width:100%;
}
.input,
.textarea {
	background:#fdfdfd;
	border:1px solid #dadada;
	color:#333;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-size:100%;
	font-weight:normal;
	padding:2px;
}
.input {
	margin:5px 0 10px;
	width:100%;
}
.textarea {
	font-weight:normal;
	height:100px;
	margin:5px 0 10px;
	width:100%;
}
label {
	color:#333;
	display:block;
	font-weight:bold;
}
label span {
	color:#933;
	font-weight:normal;
}
label.question:hover,
labelquestion.hover {
	cursor:help;
}
.button,
.button2 { /* -- plugin -- */
	background:#fdfdfd;
	border:1px solid #dadada;
	color:#069;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-weight:bold;
	padding:2px 4px;
	width:auto;
}
.button2 { /* -- plugin -- */
	margin-left:10px;
}
input.button:hover,
input.button:focus,
input.button.hover,
input.button.focus,
input.button2:hover,
input.button2:focus, 
input.button2.hover,
input.button2.focus {
	background:#069;
	color:#fff;
	cursor:pointer;
}
.input:hover,
.input:focus,
.input.hover,
.input.focus,
.textarea:hover,
.textarea:focus,
.textarea.hover,
.textarea.focus {
	border-color:#069;
}
p.comment-tags {
	background:#f9f9f9;
	border:1px solid #ccc;
	padding:5px;
}
/* - - - - - - - - - - - - - - - - - images - - - - - - - - - - - - - - - - - */
#masthead a img {
	border:none;
	float:left;
	margin-left:2px;
}
#homepage #homecontent a img {
	background:none;
	border:none;
	margin:5px 15px 5px 0;
}
#content a img,
#contentwide a img {
	background:none;
	border:none;
	border-bottom:none;
	margin:6px 0;
	padding:0;
}
#content a img.buy {
	margin-left:5px;
}
#content td a img {
	margin:0;
	padding:7px 0 4px;
}
.reviews img {
	background:#fafafa;
	border:1px solid #eee;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	float:left;
	margin:5px 5px 0;
	padding:3px;
}
.screenshot{
	background:#fafafa;
	border:1px solid #eee;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	float:left;
	margin:0 0 5px;
	padding:3px;
}
#sidebar a img {
	border:none;
	margin-bottom:5px;
}
#sidebar img.subscribe {
	display:inline;
	margin:4px 0 5px;
}
#content .proscons {
	margin-right:3px;
}
#content div.sociable img { /* -- plugin -- */
	border:#eee solid 1px;
	padding:4px;
}
/* - - - - - - - - - - - - - - - - - navigation and links - - - - - - - - - - - - - - - - - */
#skip a {
	position:absolute;
	left:-1000px;
	top:-1000px;
}
#skip a:active,
#skip a:focus {
	background:#015C9E;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	padding:5px;
	position:absolute;
	top:2px;
	left:250px;
	text-align:center;
	width:10em;
	z-index:100;
}
#topnav a {
	background:#eee;
	border-left:#fff solid 1px;
	border-right:#D6D4D4 solid 1px;
	color:#015C9E;
	float:left;
	font-family:verdana, tahoma, helvetica, "trebuchet ms", arial, sans-serif;
	font-size:100%;
	font-weight:bold;
	padding:2px;
}
#topnav a:visited {
	color:#015C9E;
}
#topnav a:hover,
#topnav a:focus,
#topnav a:active {
	background:#cacaca;
	color:#222;
}
#topnav strong {
	background:#eee;
	border-left:#fff solid 1px;
	border-right:#D6D4D4 solid 1px;
	color:#222;
	float:left;
	font-family:verdana, tahoma, helvetica, "trebuchet ms", arial, sans-serif;
	font-size:100%;
	font-weight:bold;
	padding:2px;
}
#topnav .first a,
#topnav .first a:hover,
#topnav .first a:focus,
#topnav .first a:active,
#topnav .first strong {
	border-left:none;
}
#content h1 a:link,
#content h1 a:visited,
#content h2 a:link,
#content h2 a:visited {
	color:#C2513C;
	text-decoration:underline;
}
#sidebar h3 a:link,
#sidebar h3 a:visited {
	color:#069;
	text-decoration:underline;
}
#content a:link,
#sidebar a:link,
#contentwide a:link,
#home a:link {
	color:#069;
	text-decoration:underline;
}
#content a:visited,
#sidebar a:visited,
#contentwide a:visited,
#home a:visited {
	color:#604;
	text-decoration:underline;
}
#content a:hover,
#sidebar a:hover,
#contentwide a:hover,
#home a:hover,
#content h1 a:hover,
#content h2 a:hover,
#sidebar h3 a:hover {
	color:#900;
	text-decoration:none;
}
#content a:focus,
#content a:active,
#contentwide a:focus,
#contentwide a:active,
#home a:focus,
#home a:active,
#sidebar a:focus,
#sidebar a:active,
#content h1 a:focus,
#content h1 a:active,
#content h2 a:focus,
#content h2 a:active,
#sidebar h3 a:focus,
#sidebar h3 a:active {
	color:#900;
	text-decoration:none;
}
#sidebar li a:visited,
#sidebar h3 a:visited {
	color:#604;
}
#sidebar li a:hover,
#sidebar li a:focus,
#sidebar li a:active {
	color:#900;
	text-decoration:none;
}
#footer li a {
	color:#046;
	float:left;
	margin-right:12px;
}
#footer a:visited {
	color:#069;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	color:#900;
	text-decoration:underline;
}
.alignleft a,
.alignleft a:visited {
	background:url("/images/left-arrow.gif") no-repeat left 60%;
	padding-left:12px;
}
.alignleft a:hover,
.alignleft a:focus,
.alignleft a:active {
	background:url("/images/left-arrow.gif") no-repeat left 60%;
	padding-left:12px;
}
.alignright a,
.alignright a:visited {
	background:url("/images/right-arrow.gif") no-repeat right 60%;
	padding-right:12px;
}
.alignright a:hover,
.alignright a:focus,
.alignright a:active {
	background:url("/images/right-arrow.gif") no-repeat right 60%;
	padding-right:12px;
}
p.alignright a,
p.alignright a:visited {
	background:url("/images/right-arrow.gif") no-repeat right 70%;
	padding-right:12px;
}
p.alignright a:hover,
p.alignright a:focus,
p.alignright a:active {
	background:url("/images/right-arrow.gif") no-repeat right 70%;
	padding-right:12px;
}
#content div.sociable li a:link, /* -- plugin -- */
#content div.sociable li a:visited,
#content div.sociable li a:hover,
#content div.sociable li a:active {
	border-bottom:none;
}
#sidebar ul li a.rss,
#sidebar ul li a.rss:visited,
#sidebar ul li a.rss:hover,
#sidebar ul li a.rss:focus,
#sidebar ul li a.rss:active {
	background:url("/images/rss.gif") no-repeat 0 50%;
	margin-left:2px;
	padding-left:20px;
}
/* - - - - - - - - - - - - - - - - - lists - - - - - - - - - - - - - - - - - */
ul#skip,
#skip li {
	display:inline;
	list-style:none;
}
#topnav ul {
	float:left;
	list-style:none;
}
#topnav li {
	float:left;
	list-style:none;
}
.reviews ul {
	list-style:none;
	margin-top:-10px;
	padding:0 0 14px;
}
.reviews li {
	list-style:none;
	padding:3px 0;
	padding-left:10px;
}
.benefits {
	margin:12px 0 15px 10px;
}
.benefits li {
	background:url("/images/tick.gif") no-repeat 0 50%;
	list-style:none;
	padding:6px 0 6px 22px;
}
.details {
	margin-bottom:0.8em;
}
.details li {
	background:url("/images/silver-square.gif") no-repeat 0 55%;
	list-style:none;
	margin-left:10px;
	padding:4px 0 4px 15px;
}
.detailsnested {
	margin-bottom:0.8em;
}
.detailsnested li {
	list-style:none;
}
.detailsnested li li {
	background:url("/images/silver-square.gif") no-repeat 0 55%;
	list-style:none;
	margin-left:10px;
	padding:4px 0 4px 15px;
}
#sidebar ul {
	list-style:none;
	margin-bottom:10px;
}
#recentposts li {
	padding:3px 0;
}
#categories li,
#archives li {
	background:url("/images/blue-square.gif") no-repeat 0 55%;
	padding:3px 0;
	padding-left:15px;
}
#footer ul {
	list-style:none;
	margin-bottom:10px;
	padding:8px 0;
}
#footer li {
	float:left;
	list-style:none;
}
.access {
	margin-bottom:0.8em;
}
.access ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
.access li {
	background:url("/images/silver-square.gif") no-repeat 0 55%;
	list-style:none;
	margin-left:10px;
	padding:4px 0;
	padding-left:15px;
}
#sitemap {
	margin-bottom:2em;
	margin-left:5em;
}
#sitemap ul {
	list-style:none;
	margin:10px 0 0 40px;
	padding:0;
}
#sitemap li {
	list-style:circle;
	margin-left:20px;
	padding:4px 0;
}
#sitemap li li {
	list-style:circle;
	margin-left:20px;
}
ol.error {
	margin:10px 0 10px 10px;
	padding:0;
}
.error li {
	margin-left:10px;
	padding:4px 0;
}
.error li strong {
	color:#c33;
}
dl {
	margin-bottom:1em;
	padding-bottom:1.2em;
}
dt {
	font-weight:bold;
	list-style:none;
	margin:10px 0 0 0;
}
dd {
	list-style:none;
	padding:5px 0 0 20px;
}
#content ol.commentlist {
	border-top:1px dotted #dadada;
	margin:10px 0;
}
#content ol.commentlist li {
	border-bottom:1px dotted #dadada;
	list-style:none;
	padding:10px 0 5px;
}
/* - - - - - - - - - - - - - - - - - text - - - - - - - - - - - - - - - - - */
h1 {
	clear:both;
	color:#C2513C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	font-weight:normal;
	padding-bottom:0.4em;
}
h1.homeintro {
	margin-right:242px;
}
h2 {
	color:#C2513C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	font-weight:normal;
	margin-bottom:0.5em;
}
#content h2 {
	margin-top:-0.2em;
	margin-bottom:0.5em;
}
#home h2,
#sidebar h2 {
	background:url("/images/border.png") repeat-x left bottom;
	color:#333;
	margin-bottom:0.5em;
	padding-bottom:7px;
}
h2.start {
	background:url("/images/border.png") repeat-x left top;
	clear:both;
	padding-top:12px;
}
h2.border {
	background:url("/images/border.png") repeat-x left top;
	padding-top:10px;
}
.reviews h2 {
	background:url("/images/border.png") repeat-x left bottom;
	padding-top:12px;
	padding-bottom:7px;
}
.keyfeatures h2 {
	padding:20px;
}
h3 {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	font-weight:normal;
	margin-bottom:0.4em;
}
#sidebar h3 {
	font-size:100%;
}
.detailsnested h3 {
	color:#333;
	font-size:100%;
	padding-top:5px;
}
p {
	line-height:1.5;
	margin-bottom:1em;
}
.clear {
	clear:both;
}
#footer p {
	line-height:1.6;
	margin-bottom:0;
}
.rate {
	color:#C2513C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
}
#content blockquote {
	background:#f8f8f8 url("/images/quotes-top.gif") no-repeat left top;
}
#content blockquote p {
	background:transparent url("/images/quotes-btm.gif") no-repeat right bottom;
	border-top:1px dashed #e6e6e6;
	border-bottom:1px dashed #e6e6e6;
	font-size:90%;
	margin:1.1em 0;
	padding:8px 28px 9px;
}
#content blockquote.testimonial p {
	color:#900;
	font-family:"Courier New", Courier, mono;
}
#sidebar blockquote {
	background:url("/images/quotes-top-s.gif") no-repeat left top;
}
#sidebar blockquote p {
	background:url("/images/quotes-btm-s.gif") no-repeat right bottom;
	font-size:90%;
	margin:1.1em 0;
	padding:2px 24px 2px;
}
.callout p {
	color:#900;
	padding:8px 15px 0;
}
.reviews p {
	padding-right:15px;
}
em {
	background:#F1F8DD;
	font-style:normal;
}
cite {
	color:#666;
	display:block;
	font-size:90%;
}
abbr,
.abbr,
acronym {
	border-bottom:#999 dotted 1px;
	cursor:help;
}
dfn {
	font-style:normal;
}
.reg {
	font-size:xx-small;
}
.note {
	font-size:x-small;
}
.entry, #post, .post {
	margin:0;
	text-align:left;
}
p.commentmetadata {
	font-size:90%;
	line-height:1.5em;
}
p.postmetadata {
	background-color:#f3f3f3;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	font-size:80%;
	padding:8px 10px 10px;
}
#previewed-comment-header, /* -- plugin -- */
.moderation {
	color:#c60;
}
#content ol.commentlist li#comment-1000 { /* -- plugin -- */
	padding:8px;
}
#content ol.commentlist li#comment-1000 p { /* -- plugin -- */
	color:#000;
}
p.comment-tags {
	font-size:85%;
}
#content .navigation {
	padding-bottom:1em;
}
div.navigation div.alignleft {
	float:left;
	margin-bottom:10px;
	padding-right:20px;
}
div.navigation div.alignright {
	float:right;
	margin-bottom:10px;
}
#content div.sociable { /* -- plugin -- */
	margin-top:10px;
}
#sidebar div.sociable { /* -- plugin -- */
	display:none;
}
/* - - - - - - - - - - - - - - - - - tables - - - - - - - - - - - - - - - - - */
table {
	border-collapse:collapse;
	clear:left;
	margin-bottom:16px;
	width:100%;
}
th {
	background:#f6f6f6;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	color:#C2513C;
	font-family:Georgia, Palatino, Times New Roman, Times, serif;
	font-size:120%;
	font-weight:bold;
	padding:6px 4px;
}
tr {
	background:#fdfdfd;
	padding:6px 4px;
}
td {
	border-bottom:1px dashed #ccc;
	padding:0 4px;
}
caption {
	color:#C2513C;
	font-family:Georgia, Palatino, Times New Roman, Times, serif;
	font-size:140%;
	font-weight:normal;
	padding-bottom:10px;
	text-align:left;
}
#contentwide table {
	border:1px solid #ccc;
	border-top:1px solid #ccc;
	width:100%;
}
#contentwide table.comparetwo {
	border:1px solid #ccc;
	border-top:1px solid #ccc;
	width:100%;
}
#contentwide tr {
	border:1px solid #ccc;
}
#contentwide td {
	border:1px solid #ccc;
	line-height:1.5;
	padding:4px 6px;
	text-align:center;
}
#contentwide th {
	background:#f8f8f8;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#C2513C;
	font-family:Georgia, Palatino, Times New Roman, Times, serif;
	font-size:100%;
	padding:6px 4px;
}
tr.odd {
	background:#F3F8FA;
}
#col02,
#col03,
#col04 {
	text-align:center;
	width:25%;
}
#col202 {
	width:138px;
}
#col203 {
	width:137px;
}
#contentwide table img {
	display:block;
	margin:0 auto;
}
#contentwide td a img {
	margin:0;
	padding:4px;
}
.colspace {
	background:#fdfdfd;
}
.best {
	background:#F5FFEB;
}