/*  
Theme Name: napera
Version: 1
Description: Site by <a href="http://www.portent.com">Portent</a>.
Author: Portent
Author URI: http://www.portent.com

Copyright: (c) 2010 Portent Interactive.

*/

/* 

CLIENT WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/* Default styles */
@import "css/reset.css";

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 Extended Footer Widgets

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.3; color: #555; background:#ececec;margin:0;
padding:0;}

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial; color: #595a5e; }
h1  {line-height:25px;font-size: 23px;margin:0px 0px 10px;color:#595a5e;} h2  {font-size: 19px;margin:0px 0px 10px;color:#595a5e;line-height:25px;} h3  {font-size: 16px;} h4  {font-size: 14px;} h5  {font-size: 12px;} h6  {font-size: 10px;}
strong.header  {font-size: 19px;margin:0px 0px 10px;color:#595a5e;line-height:25px; display:block; font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial; letter-spacing: -1px;}
p  {margin: 0 0 15px 0px;}

/* 1.2 Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

a, a:link, a:visited {
	color:#589a05;
	font-weight:bold;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
small, .small {font-size:80%;color:#9a9a9a;}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#container  {
}
.shine {
height:495px;
width:579px;
position:absolute;
left:-145px;
z-index:-100;
margin:0 auto;
top:0px;
}
.col-left { float: left; position:relative;z-index:1000; }
.col-right { float: right; }
.col-full  { width: 965px; margin: 0 auto; }

/* 2.2 Navigation */

#navigation  { text-transform: uppercase; font-size:11px; background-color: #000; }
.nav, .nav ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
.nav li  { float:left; width: auto; }

/* 2.2.1 Drop-down menus */
.nav li ul  {  position: absolute; left: -999em; width: 190px;z-index:200; background:#292929 url('images/navdrop-bg.gif') repeat-x 0 0;-webkit-border-bottom-left-radius: 2px;
	-khtml-border-radius-bottomleft: 2px;	
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-khtml-border-radius-bottomright: 2px;	
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-khtml-border-radius-topright: 2px;	
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	}
.nav li ul li  { background: transparent !important; width:190px;}
.nav li ul li a  {  line-height:46px!important; color:#fff!important; padding: 0 25px 0 25px !important; background:none !important;font-size:11px !important;text-transform:uppercase !important;margin:0px !important;display:block !important;}
.nav li ul li a:hover {color:#97d05b !important;}
.nav li ul ul  { margin: -26px 0 0 158px!important; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul, .nav li li li li.sfhover ul { left: auto;}
.nav li:hover,.nav li.hover  { position:static; }


/* CATEGORY NAVIGATION */
#catnav  { width: 620px; }
#catnav a:link, #catnav a:visited  { display:block; z-index:100; padding:0 20px 0 0; line-height:55px; font-family: Helvetica, Arial, sans-serif; text-decoration: none; color: #fff; }
#catnav a:hover  { text-decoration: underline; }
#catnav li ul  {  margin-top: -15px; border-top: 1px solid #d8d8d8;  }
#catnav li ul a:link, #catnav li ul a:visited  { padding: 0 0 0 10px; }
#catnav li ul a:hover  { color: #000!important; background: #d8d8d8;  }

/* PAGES NAVIGATION */
#pagenav  { margin-top: 20px;width:965px; height:46px; background:transparent url('images/nav_bg.gif') no-repeat 0 0;z-index:100;}
#pagenav a  { display:block; z-index:100; margin: 2px 2px 0px 0px; padding:0px 27px 0px 25px; text-decoration: none; font-size: 14px; font-family: "Lucida Grande", Helvetica, Arial, serif; color: #fff; line-height:43px; font-weight:normal; }
#pagenav .b a {margin:2px 2px 0px 2px;}
#pagenav .b:hover a, #pagenav .b:visited a {
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.triallink {float:right;height:44px;line-height:44px;background:transparent url('images/seperator.gif') no-repeat top left;
}
.triallink a {color:#97d05b !important; padding:0px 25px 0px 27px !important;margin:1px 1px 0px 0px!important;line-height:44px !important;}
.triallink a:hover {background:transparent url('images/triallink-bg.gif') repeat 0 0;	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	color:#fff !important;
	text-shadow: #333 0.1em 0.1em 0.1em
	}
#pagenav li {
height:46px;
background:transparent url('images/seperator.gif') no-repeat top right;
}
#pagenav li:active a, #pagenav li:hover a {
background:#4f4f4f url('images/navbg-active.png') no-repeat top center;
color:#97d05b;
}

#pagenav li ul a:link, #pagenav li ul a:visited  { padding: 0 0 0 10px; font-family: Helvetica, Arial, sans-serif !important; font-size: 14px; text-transform: none; border: none; }
#pagenav li.rss a  { padding-right: 25px; }
#signin {background:transparent url('images/signin.gif') no-repeat 0 0;width:75px;height:27px;float:right;}
#signin:hover {background:transparent url('images/signin.gif') no-repeat 0 -27px;cursor:pointer;}
#signin a {width:75px;height:27px;display:block;}
#signin a:hover {text-decoration:none;}

/* 2.3 Header */
#topsearch  { width: 300px; line-height: 0; }
#topsearch #searchform_top  { margin: 14px 0 0 0; }

#header{padding:25px 0 20px 0px;clear:both;position:relative;
overflow:visible;
}

#logo  {z-index:100; }
#logo img  { }
#logo .site-title, #logo .site-description  { display: none; }

#feature {background:transparent url('images/feature.jpg') no-repeat 0 0;width:965px;margin:0 auto;height:270px;z-index:100;position:relative;}
#feature .featurebody {margin:65px 0px 0px 2px;width:550px;float:left;}
#feature .featurebody .learnmore-button {background:transparent url('images/learnmore-button.gif') no-repeat 0 0; width:180px; height:46px;}
#feature .featurebody .learnmore-button:hover {background:transparent url('images/learnmore-button.gif') no-repeat 0 -46px;cursor:pointer;}
#feature .featurebody .learnmore-button a {width:180px; height:46px;display:block;}
#feature .featurebody .learnmore-button a:hover {text-decoration:none;}
#feature .featurebody p { width:520px; }
#feature {
	position:relative;
}
.slideshow { height: 241px; width: 440px; float:right;
	position:absolute;
	display:block;
	width:440px;
	height:241px;
	left:524px; }

.slideshow img{
	z-index:99;
	position:absolute;
}
#hero-title {
	background:url('images/pc-security-informer.gif') left top no-repeat;
	width:568px; height:33px;
	display:block;
	position:absolute;
	z-index:100;
	top:25px;
	left:2px;
}
#hero-title span {
	float:left;
	text-indent:-9999px;
}
.startyourtrial-button {background:transparent url('images/startyourtrial-button.gif') no-repeat 0 0; width:192px; height:46px;}
.startyourtrial-button:hover {background:transparent url('images/startyourtrial-button.gif') no-repeat 0 -46px;cursor:pointer;}
.startyourtrial-button a {width:192px; height:46px;display:block;}
.startyourtrial-button a:hover {text-decoration:none;}

/* 2.4 Content */
#content{padding:0 0 25px;border-bottom:1px solid #c5c5c5;z-index:100;position:relative;}
* html #content{height:550px;}

#main{ width:665px;margin:10px 0px 0px;}
#main2 {width:385px;margin:10px 20px 0px;}
#main.fullwidth  { width: 965px; }
.leftmodule h1 {letter-spacing:-1px;color:#595A5E;
font-size:19px;
line-height:25px;
margin:0 0 10px;}
.leftmodule h2, .rightmodule h2 {letter-spacing:-1px;}
.leftmodule {background:transparent url('images/index-mod1-center.gif') repeat-y 0 0;width:522px;padding:0px;float:left;position:relative;padding:20px 25px;min-height:320px;}
.leftmodule-top {background:transparent url('images/index-mod1-top.gif') no-repeat 0 0;height:11px;width:572px;position:absolute;top:0px;left:0px;}
.leftmodule-bottom {background:transparent url('images/index-mod1-bottom.gif') no-repeat 0 0;height:11px;width:572px;position:absolute;bottom:0px;left:0px;}
.leftmodule .screenshot-contain {float:right;margin:-19px -10px 5px 10px;position:relative;width:241px;height:230px;}
.leftmodule .screenshot-contain .screenshot {position:absolute;top:0px;left:0px;}

.rightmodule {background:transparent url('images/index-mod2-center.gif') repeat-y 0 0;width:331px;float:right;position:relative;padding:20px 25px;min-height:320px;}
.rightmodule-top {background:transparent url('images/index-mod2-top.gif') no-repeat 0 0;height:11px;width:381px;position:absolute;top:0px;left:0px;}
.rightmodule-bottom {background:transparent url('images/index-mod2-bottom.gif') no-repeat 0 0;height:11px;width:381px;position:absolute;bottom:0px;left:0px;}
.rightmodule small {margin:0px 0px 10px 0px;float:left;width:331px;}
/* 2.5 Sidebar */
#sidebar{width:270px;overflow:hidden;margin:0px 0px 0px;}
#sidebar2{width:270px;overflow:hidden;margin:0px 0px 0px;}
/* 2.6 Extended Footer */
#extended-footer  { margin: 50px 0 0 0; padding: 40px 0; }
.block  { float: left; width: 300px; padding: 0 10px 0 0; }
.one, .two  { margin: 0 9px 0 0; }
.three  { padding: 0; }

/* 2.7 Footer */
#footer  { font-family: Helvetica, Arial, sans-serif; font-size: 11px; padding: 10px 0; color: #8e8e8e; text-transform: uppercase; border-top:1px solid #fff;}
#footer a:link, #footer a:visited  { color: #484747; }
#footer p  { margin: 5px 0 0 0; }
#footer #credit img  { vertical-align: middle; }
#footer #credit span  { display: none; } 	
#footer ul li {list-style:none;float:right;margin-left:10px;}



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb, .archive_header  { font-family: Helvetica, Arial, sans-serif; display: block; margin:0 0 25px 0; padding: 10px 10px 5px 10px; font-size: 18px;line-height:30px; font-weight: bold; color: #333;background:#e0e0e0;}
#breadcrumb  { font-size: 14px; font-weight: normal; padding: 0; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { position: relative; margin: 0 0px 30px 0px; padding: 0px;  }

.post .title  { width:85%; margin: 0 0 15px 0; padding: 0; color: #424347; border-bottom: 1px solid #e7e7e7; font-size: 26px; }
.post .title a:link, .post .title a:visited  { color: #424347; }
.post .title a:hover  { text-decoration: none; color:#589A05;}

.post .time {margin-left:10px;font-size:11px;color:#999;}
.post .date  { float:right;margin:0px 0px 0px 10px; padding: 5px; text-align: center; color: #fff; background:#555; }
.post .pressdate {margin:0px;font-weight:bold;color:#999;text-transform:uppercase;}
.post .date .day  { font-size: 14px; line-height: 16px; }
.post .date .month  {  font-size: 12px; text-transform: uppercase; font-weight: bold; }

.post-meta  { margin: 30px 0 0 0; font-size: 11px; color: #9F9F9F; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #c4c4c4; }

.post-meta li  { float: left; width: 184px; padding: 10px 0 7px 10px; }
.post-meta li.categories  { border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; }
.post-meta li span  { display: block; }
.post-meta li .head  { font-size: 10px; text-transform: uppercase; font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #000; }
.post-meta li .body, .post-meta li .body a:link, .post-meta li .body a:visited  { font-size: 13px; color: #7a7a7a; font-style: italic; text-decoration: none; }
.post-meta li .body a:hover {text-decoration:underline;}
.post img.thumbnail  { margin: 0 0 20px 0; }

.entry  {}

/* 3.1 Typographic Elements */
.entry h1 {}  .entry h2 {}  .entry h3 {}  .entry h4 {}  .entry h5 {}  .entry h6 {}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {	margin: 0 0 15px 0; }

.entry p  { margin: 0 0 15px 0; }

.entry blockquote  { padding: 10px; margin-left:20px; border-left:3px solid #cccccc; background:#dedede; color: #666; font-style: italic; font-size: 13px; font-family:Georgia, Times New Roman, Helvetica; }
.entry blockquote p  {}

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
img.wp-smiley  { padding: 0; border: none; }

.entry .alignleft  { float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright  { float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter  { text-align: center; }
.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font-size:11px; text-align:center; }
.entry img {padding:10px;background:#fff;border:1px solid #d0d0d0;}
/* 3.3 Pagination / WP-Pagenavi */
.more_entries {   }
.more_entries a { display: block; margin: 0 0 0 0; text-transform: uppercase; font-weight: bold; text-decoration: none; }

.more_entries .wp-pagenavi { margin: 0; text-align: center; }
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited { display: inline; text-decoration: none !important; padding: 4px 6px!important; }
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { padding: 4px 7px; font-weight: bold; }
.more_entries .wp-pagenavi .extend { background:none; border:none; }


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.1 Generic Widgets */
.widget {background:transparent url('images/widget-mid-bg.gif') repeat-y 0 0;width:215px;float:left;position:relative;padding:10px 25px;margin:22px 0px;z-index:1100;overflow:visible;}
.widget-top {background:transparent url('images/widget-top-bg.png') no-repeat 0 0;height:11px;width:265px;position:absolute;top:-10px;left:0px;}
.widget-bottom {background:transparent url('images/widget-bottom-bg.png') no-repeat 0 0;height:11px;width:265px;position:absolute;bottom:-11px;left:0px;}
.widget h3, .widget .title  { margin: 0; padding: 0px 0px 15px; color: #595a5e; letter-spacing:-1px; font-weight:bold;float:left;font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial; font-size:18px;line-height:20px !important;display:block;width:215px;}
.naperascreen {background:transparent url('images/napera-screen.jpg') no-repeat 0 0; width:265px; float:right;height:181px;margin:12px 0px 10px 0px;}
.naperascreen a { width:265px; height:181px; display:block; }
.naperascreen a:hover {text-decoration:none;}

.widget ul  { margin:0px !important;padding:0px;}
.widget ul li  {padding:7px 0px;border-bottom:1px solid #ddd;margin:0px !important;}
.widget ul li a:link, .widget ul li a:visited { display: block; padding: 0; line-height: 16px; text-decoration: none; color:#589a05; }
.widget ul li a:hover {text-decoration:underline;}
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0 6px 10px; line-height: 18px; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */


/* 4.2 Specific Widgets */

/* FEATURED POSTS */

#featured li  { float: left; width: 300px; padding: 10px 0; list-style: none; }
#featured li a  { padding: 0; background: none; border: none; }
#featured span  { display: block; }
#featured span.thumb  { float: left; width: 80px; }
#featured .right  { float: right; width: 200px; font-size: 12px; line-height: 18px; }
#featured .right h4  { margin: 0 0 5px 0; font-size: 14px; line-height: 18px; }
#featured .right h4 a  { line-height: 18px; }

/* Products Text Widget */
.naperabutton {background:transparent url('images/switch-detective-button.gif') no-repeat 0 0; height:51px; width:214px;float:left;margin:0px 0px 15px 0px;}
.naperabutton a {height:51px; width:214px; display:block;}
.naperabutton a:hover {text-decoration:none;}
.naperabutton:hover {background:transparent url('images/switch-detective-button.gif') no-repeat 0 -51px;}

.napbutton {background:transparent url('images/security-informer-button.gif') no-repeat 0 0; height:51px; width:214px;float:left;margin:0px 0px 15px 0px;}
.napbutton a {height:51px; width:214px; display:block;}
.napbutton a:hover {text-decoration:none;}
.napbutton:hover {background-position:0 -51px !important;}
.napbuttonactive {background-position:0 -51px !important;opacity:.6;moz-opacity:.6;}

/* WIDGET FORMS */
#searchform  { margin: 15px 0 0 0; }
input#s, input.field  { float: left; width: 200px; padding: 5px 0 5px 5px; }
input.submit  { 	border: none;
	margin: 5px 0 0 0;
	padding:5px;
	color: #97D05B;
	background:#333;
	font-weight:bold;
	font-size: 12px;
	float:left;
}
input.submit:hover {
	cursor:pointer;
	color:#fff; }
.widget .screen-reader-text  { display: none; }

/* FLICKR */
#flickr h3  {}
#flickr h3 span{color:#0061D8;}
#flickr h3 span span{color:#FF1183;}
#flickr .flickr_badge_image  { width: 75px; float: left; margin: 15px 34px 0 0; }
#flickr .pictures  { margin-right: -28px; }
#flickr a img  { float: left; display: block;}

/* LIFESTREAM */
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* TEXT WIDGET */
.textwidget  { padding: 10px 0; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* ADS */
#sidebar .ads125 { padding: 0 0 12px 12px; background: #fff; }
.ads125 img  { margin: 14px 16px 0 0; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/


#comments {
	position:relative;
	margin: 0 0 20px 0;
	background:#fff;
	padding: 15px;
}
#comments h3 {
	margin: 0 0 20px 0;
}
#comments .comment {
	margin-top:10px;
	width:100%;
	list-style-type:none;
}
#comments .comment .comment-container {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
#comments .comment-head {
	margin: 0 0 5px 0;
}
#comments .comment-head .avatar {
	float: left;
}
#comments .comment-head .avatar img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	border:3px solid #ecf5e2;
}
#comments .comment-head .name {
	display: block;
	margin: 0 0 -5px 0;
	font-weight: bold;
	font-size: 15px;
	color:#333;
}
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma {
	font-size: 11px;
}
#comments .comment-entry {
	background:#ecf5e2;
	padding:10px;
}
.greenbox {
	background:#ecf5e2;
	padding:10px;
	margin:0px 0px 20px 0px;
}
#comments .comment-entry-top {
	background:transparent url('images/comment-arrow.png') no-repeat 16px 0px;
	height:11px;
	width:50px;
}
#comments .comment-entry p {
	margin: 0 0 10px 0;
	color:#767c7e;
}
#comments ul.children {
	margin:10px 0 0 25px;
	padding:0;
}
#comments .cancel-comment-reply a, #comments .comment-reply-link {
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#comments .navigation {
}
#comments .navigation a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
}
#comments .navigation a:hover {
}


/* PINGBACKS AND TRACKBACKS */
#pings {
	margin: 0 0 20px 0;
	background:#fff;
	padding: 15px;
}
#pings h3 {
	margin: 0 0 20px 0;
}
.pinglist li {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
.pinglist li .author {
	font-weight: bold;
	font-size: 15px;
}
.pinglist li .date {
	font-size: 11px;
}
.pinglist li .pingcontent {
	display: block;
	margin: 10px 0;
}


/* COMMENTS FORM */
#respond {
	margin: 0 0 20px 0;
	background:#fff;
	padding: 15px;
}
#comments #respond {
	padding: 20px 0;
	margin: 0;
	border: none;
}
#comments #respond h3 {
	margin-bottom: 0;
}
#respond h3 {
}
#commentform {
	margin: 15px 0 0 0;
}
#commentform p {
	font-size:11px;
	margin-bottom:10px;
}
#commentform input.txt {
	width: 260px;
	margin: 0 5px 10px 0;
	padding: 7px 5px;
	border: 1px solid #eee;
}
#commentform label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#commentform textarea {
	width: 95%!important;
	padding: 5px;
	border: 1px solid #ddd;
}
#commentform #submit {
	border: none;
	margin: 0px 0 0 0;
	padding:10px;
	color: #97D05B;
	background:#333;
	font-weight:bold;
	font-size: 12px;
}
#commentform #submit:hover {
	cursor:pointer;
	color:#fff;
}


/*-------------------------------------------------------------------------------------------*/
/* 6. PLUGIN CSS OVERWRITES */
/*-------------------------------------------------------------------------------------------*/


/* cForms Plugin Overwrite. Use grey_blocks.css as cforms style in cforms options for this theme */
label.cf-after {
	width:100px !important;
}
.cform input.sendbutton {
	border: none !important;
	margin: 10px 0 0 161px !important;
	padding:10px !important;
	color: #97D05B !important;
	background:#333 !important;
	font-weight:bold !important;
	font-size: 12px !important;
	float:left !important;
	line-height:1.3 !important;
}
.cform input.sendbutton:hover {
	cursor:pointer;
	color:#fff;
}
.cform input, .cform textarea, .cform select {
	padding:4px 5px !important;
}
.linklove {
	height:50px !important;
}
.linklove a, .linklove a:visited {
	display:none !important;
}
ol.cf-ol li.textonly {
	font-size:11px !important;
	line-height:14px !important;
	font-weight:normal !important;
}

.cform legend {
	font-size:15px !important;
	font-weight:bold !important;
	margin-bottom:-10px !important;
}

img#wpstats{display:none}


.top-link {
	position:absolute;
	right:0;
	top:0;
}
