/*  
Theme Name: PadGadget 1.0
Theme URI: http://www.padgadget.com
Author: dag at padgadget dot com
Author URI: http://www.padgadget.com/
Description: This theme was designed by dag. Based on WP-Launch, a theme built by SoloStream (purchased from solostream.com).

*/

/* --- [ Default style settings are below, while user-defined adjustments and adjustments for various color schemes are in the style.php file. You can make additional adjustments in custom.css. ] --- */

/* -------------------[ Main Page Elements ]------------------- */

body {
	text-align: left;
	margin: 0;
	padding: 0;
	color:#666;
	font-size: 9pt;
	line-height:1.5em;
	font-family:Arial, Verdana, sans-serif;
	background:#ddd;
	}

#wrap {
	clear: both;
	margin: 0 auto;
	padding:0 10px;
	width:990px;
	background:transparent url(images/wrap-bg-trans.png) top center repeat-y;
	}

#wrap-top {
	clear: both;
	margin: 0 auto;
	padding:0;
	width:1010px;
	background:transparent url(images/wrap-top-bg-trans.png) bottom left no-repeat;
	height:35px;
	}

#wrap-bottom {
	clear: both;
	margin: 0 auto 15px;
	padding:0;
	width:1010px;
	background:transparent url(images/wrap-bot-bg-trans.png) top left no-repeat;
	height:35px;
	}

#header {
	width: 1010px;
	clear: both;
	margin: 0 auto 10px;
	padding: 0;
	position:relative;
	z-index:5;
	}

#head-content {
	width:990px;
	margin: 0 auto;
	height:110px;
	padding: 0;
	}

#sitetitle {
	float:left;
	width:250px;
	margin:0;
	padding:0;
	}

#sitetitle .title {
	font-size: 30px;
	padding:0;
	margin:20px 0 0;
	text-align:left;
	line-height: 1.2em;
	letter-spacing:-1px;
	color:#000;
	}

#sitetitle .title a {
	color:#000;
	}

#sitetitle .description {
	font-size: 9pt;
	padding: 0;
	margin:0;
	text-align:left;
	color:#000;
	}

#head-banner468 {
	float:right;
	width:728px;
	height:90px;
	margin-top:1px;
	overflow:hidden;
	padding:0;
	}

#page {
	padding:0 25px;
	clear: both;
	margin: 0 auto;
	}

#contentleft {
	width: 615px;
	float:left;
	padding: 0;
	margin: 0;
	} 

#content {
	margin: 25px 0 0 0;
	padding: 0;
	width: 615px;
	overflow:hidden;
	}

#contentright {
	font-size: 9pt;
	width: 300px;	
	float:right;	
	padding: 0;	
	margin: 7px 0px 0px 0px;
	} 

#sidebar {
	width: 300px;	
	float:none;	
	display:block;
	overflow:hidden;
	}

#sidebar-bottom {
	width: 300px;
	clear:both;
	display: block;
	overflow:hidden;
	}

#sidebar-bottom-left {
	width:160px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#sidebar-bottom-right {
	width:120px;
	float:right;
	padding:0;
	margin:0;
	overflow:hidden;
	}

#footer {
	text-align:center;
	width:990px;
	clear: both;
	margin: 0 auto;
	font-size:8pt;
	padding: 10px 0;
	color:#ffffff
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	font-family:cambria,georgia,times,serif;
	line-height: 1.2em;
	letter-spacing:-0.5px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight:normal;
	color:#333333;
	}

h1 {
	font-size: 15pt;
	margin: 0;
	}

h2 {
	font-size: 15pt;
	}

h3 {
	font-size: 14pt;
	}

h4 {
	font-size: 12pt;
	letter-spacing:0;
	}

h5,h6,h7 {
	font-size: 10pt;
	letter-spacing:0;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}

h3#comments, h3#respond, h3#trackbacks  {
	margin: 0 0 10px;
	}

h3#postinfo, h3#comments, h3#respond, h3#trackbacks, #respond h3  {
	margin: 0 0 5px;
	}

h3#comments  {
	margin: 0 0 5px;
	}

h3.post-title, h2.post-title {
	margin: 0;
	padding: 6px 11px;
	background-color: #777;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#777));
	background-image: -webkit-linear-gradient(top, #bbb, #777);
	background-image:    -moz-linear-gradient(top, #bbb, #777);
	background-image:     -ms-linear-gradient(top, #bbb, #777);
	background-image:      -o-linear-gradient(top, #bbb, #777);
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-shadow: 1px 1px 0 #777;
	}

h1.post-title {
	margin:0;
	padding: 6px 11px;
	background-color: #777;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#777));
	background-image: -webkit-linear-gradient(top, #bbb, #777);
	background-image:    -moz-linear-gradient(top, #bbb, #777);
	background-image:     -ms-linear-gradient(top, #bbb, #777);
	background-image:      -o-linear-gradient(top, #bbb, #777);
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-shadow: 1px 1px 0 #777;
	}

h1.archive-title, h1.page-title {
	padding:0 0 15px;
        margin-top:0px;
	margin-bottom:15px;
	border-bottom: 1px solid #CFCFCF;
	}

h3.widgettitle {
	border-bottom: 1px dotted #ccc;
	font-size: 14pt;
	padding:0 0 5px 25px;
	margin: 0 0 10px;
	background:url(images/title-bullet.gif) 0 3px no-repeat;
	line-height:1em;
	}

ul.home-right li.title h2.feat-title,
ul.home-left li.title h2.feat-title,
ul.home-bottom li.title h2.feat-title {
	border-bottom: 1px dotted #ccc;
	font-size: 14pt;
	padding:0 0 5px 25px;
	margin: 0 0 15px;
	background:url(images/title-bullet.gif) 0 3px no-repeat;
	line-height:1em;
	}

h2.feature-title {
	font-size: 14pt;
	padding:0 0 0 25px;
	margin: 0 0 7px;
	background:url(images/title-bullet.gif) 0 3px no-repeat;
	line-height:1em;
	}

.sitemap h2 {
	font-size:12pt;
	letter-spacing:0;
	margin-bottom: 5px;
	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#119911;
	outline:none;
	}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

a.more-link, a.more-link:link, a.more-link:visited  {
	text-align: right;
	float: right;     
        font-weight: bold; 
        margin-bottom: 10px;
        color: #119911;
	}

a.more-link:hover, a.more-link:active  {
	text-align: right;
	float: right;     
        font-weight: bold; 
        margin-bottom: 10px;
        color: #000000;
	}

#footer a, #footer a:link, #footer a:visited {
	}

#footer a:hover, #footer a:active {
	}

.post-title a, .post-title a:link, .post-title a:visited {
	color:#FFF;
	text-decoration:none;
	}

.post-title a:hover, .post-title a:active {
	color:#FFF;
	}
	
/* -------------------[ Images ]------------------- */

.entry img {
	padding:4px;
	background:#fff;
	max-width:560px;
        }

img.alignright {
	float: right;
	clear: right;
	margin: 0 15px 10px 10px;
	background:#fff;
        }

img.alignleft {
	float: left;
	clear: left;
	margin: 5px 10px 15px 0;
	background:#fff;
        }

img.aligncenter, img.centered, img.center { 
	display: block; 
	margin: 0 auto 15px auto;  
	float: none; 
	clear: both;
	background:#fff;
        }

img.post-thum, img.thumbnail {
	float:right;
	margin: 0 0px 15px 15px;
	border:1px solid #CFCFCF;
	padding:2px;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

img.avatar, img.comment-grav {
	border:1px solid #CFCFCF;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.commentlist img.avatar, img.comment-grav {
	margin-bottom:15px;
	}

.singlepost .auth-bio img.avatar {
	border:1px solid #CFCFCF;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.siteid {
    background:none !important;
    vertical-align: -3px !important;
    padding: 0 6px 0 0 !important;
}

/* -------------------[ Caption Styles for WP 2.6+ ]------------------- */

.wp-caption {
	border: 1px solid #CFCFCF;
	text-align: center;
	background-color: #fff;
	padding-top:5px;
	margin: 0 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 8pt;
	padding: 5px;
	margin: 0;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

p {
	margin: 10px 15px 15px;
	}

ol {
	margin-left: 40px;
	padding: 0;
	}

ul {
	margin-left: 20px;
	padding: 0;
	}

.post ul, 
.post ol,
.page ul, 
.page ol {
	list-style-type: none;
	}

.post ul li,
.page ul li {
	list-style-type:none;
	padding: 0;
	margin: 0 0 2px;
	padding-left:14px;
	background:url(images/bullet.gif) 0 5px no-repeat;
	}

.post ul li li,
.page ul li li {
	padding-left:0;
	background:transparent;
	}

.post ol li,
.page ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
	}

.post ul ul,
.page ul ul {
	margin-left:0;
	}

form, select {
	margin:0;
	padding:0;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 20px 15px;
	color: #666;
	background:#eee;
	padding: 5px 10px 0px;
	border:1px solid #CFCFCF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.post, 
.page {
	margin: 0 0 25px;
	padding: 0;
	}

.singlepost .post,
.singlepost .page {
	margin: 0 0 15px;
	padding:  0;
	border-bottom:0;
	}

.entry {
	margin: 0;
	padding: 0;
	}

.addborder {
	border: 1px solid #CFCFCF;
	background: #FFFFFF;
	padding-bottom: 30px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	}

.addborderpost {
	border: 1px solid #CFCFCF;
	background: #FFFFFF;
	margin-bottom: 15px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	}

.postinfo {
	padding: 0;
	margin: 0;
	font-size:9pt;
	}

.singlepost .postinfo {
	margin: 0 0 10px;
	}

.entry .postinfo {
	margin: 0 0 5px;
	padding: 5px 10px;
	background: #ECECEC;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }

.navigation {
	margin: 0;
	padding: 10px 0 0;
	font-weight:bold;
	clear:both;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        float: none; 
        clear: both;
	}

.spacebanner {
	padding:0px 0px 0px 0px;
	margin:0 0 25px;
	}

.spacenuvi {
	padding:0px 0px 0px 15px;
	}

.banner468 {
	text-align:center;
	margin: 0 auto;
	float:none;
	display:block;
	width: 50%; 
	}

.banner468-post {
	text-align:center;
	margin: 0 auto 0px;
	padding:10px 0px;
	border:1px solid #CFCFCF;
	background:#eee;
	float:none;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

input:focus {
	outline: none;
	}

p#breadcrumbs {
	padding: 0 0 5px;
	font-size:8pt;
	margin: 0 0 15px;
	color:#666;
	border-bottom:1px dotted #ccc;
	}

table {
	margin-bottom:15px;
	}

p.tags { 
	margin-bottom:5px;
	background:url(images/tag.gif) 0 0 no-repeat;
	padding-left:23px;
	}

p.cats { 
	background:url(images/folder.gif) 0 0 no-repeat;
	padding-left:23px;
	}

/* ---------------[ Related Posts on Single Post Page ]--------------- */

#related {
	padding:15px;
	margin: 0;
	border:1px solid #CFCFCF;
	background:#eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#related .related-posts {
	font-weight:bold;
	width: 50%;
	float:right;
	}

#related .related-posts p {
	margin:0;
	}

#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
	margin:0 0 10px;
	font-size:12pt;
	letter-spacing:0;
	}

#related .related-posts ol {
	font-weight:normal;
	margin:0 0 0 20px;
	}

#related .related-posts li {
	margin-bottom: 2px;
	}

#related .subscribe {
	width: 100%;
	float:left;
	padding: 0;
	}

#related .subscribe p.intro {
	font-weight:bold;
	}

#related .subscribe p.feed {
	margin-bottom:10px;
	font-weight:bold;
	padding-left: 21px;
	background: url(images/FeedIcon-16.gif) 0px 50% no-repeat;
	}

#related .subscribe form {
	margin:0;
	padding:0;
	}

/* -------------------[ Author Bio Info ]------------------- */

.auth-bio {
	padding: 15px 15px 1px;
	margin: 0 0 25px;
	background:#FAFAFA;
	border:1px solid #CFCFCF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}


.auth-bio-post {
	padding: 0px;
	margin: 15px 0 0 0;
	background:#FAFAFA;
	border:1px solid #CFCFCF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.singlepost .auth-bio {

	}

.auth-bio img.avatar {
	padding:1px;
	background:#fff;
	border:1px solid #CFCFCF;
	float:right;
	margin:0 0 15px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.auth-bio p {
	}

/* -------------------[ Comments ]------------------- */

.allcomments {
	padding: 15px;
	background:#eee;
	border:1px solid #CFCFCF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0 ;
	}
	
.commentlist li {
	background: #fff;
	clear:both;
	margin: 15px 0 0;
	padding: 15px;
	border:1px solid #CFCFCF;
	list-style-type:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.commentlist li ul.children li {
	background: #eee;
	}

.commentlist li ul.children {
	margin: 0;
	padding: 0;
	}

.commentlist li.alt { }

.commentmetadata {
	display: block;
	margin-bottom:10px;
	font-size: 8pt;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	}

#commentform {
	padding: 0;
	margin: 0;
	}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	padding:10px;
	border:1px solid #CFCFCF;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#commentform input#submit {
	cursor:pointer;
	font-family:arial,helvetica,sans-serif;
	clear:both;
	background:#ddd;
	padding: 5px 10px;
	font-weight:bold;
	color:#000;
	border:0;
	margin:0;
	}

#commentform input#submit:hover {
	background:#000;
	color:#fff;
	}

#commentform textarea {
	width:80%;
	}

.thread-alt { }	

.thread-even { }

#respond { 
	margin: 15px 0 0;
	padding:15px;
	background:#eee;
	border:1px solid #CFCFCF;
	clear:both; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.commentlist #respond { 
	clear:both; 
	padding-top:15px; 
	}

.comments-navigation {
	display:block;
	margin: 0;
	padding:5px 0;
	font-weight:bold;
	}

.comments-navigation .alignleft {
	float:left;
	}

.comments-navigation .alignright {
	float:right;
	}

.comments-number {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0;
	padding:0 0 5px;
	}

.commentlist img.avatar, 
.commentlist img.comment-grav {
	padding:2px;
	background:#fff;
	border:1px solid #CFCFCF;
	float:right;
	margin:0 0 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.reply {
	padding: 0 0 5px;
	}

a.comment-reply-link, 
a.comment-reply-link:link, 
a.comment-reply-link:visited, 
.reply a, 
.reply a:link, 
.reply a:visited {
	clear:both;
	background:#ddd;
	padding: 5px 10px;
	font-weight:bold;
	font-size:8pt;
	text-transform:lowercase;
	color:#000;
	border:0;
	}

a.comment-reply-link:hover, 
a.comment-reply-link:active, 
.reply a:hover, 
.reply a:active {
	background:#000;
	color:#fff !important;
	border:1px solid #000;
	}

.comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ol {
	list-style-type:decimal;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
	}

.comment-body ol li {
	list-style-type:decimal;
	margin:0;
	padding:0;
	border:none;
	}

.cancel-comment-reply {
	padding: 5px 0 10px;
	}

/* -------------------[ Sidebar ]------------------- */

#contentright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#contentright ul ul {
	margin: 0;
	padding: 0;
	}

#contentright ul ul ul {
	margin: 0;
	padding: 0;
	}

#contentright ul ul ul ul {
	margin: 0;
	padding: 0;
	}

#contentright li {
	list-style-type: none;
	margin: 0 0 25px;
	padding:0;
	overflow:hidden;
	}

#contentright li li {
	list-style-type: none;
	margin: 0 0 7px;
	border-bottom:1px dotted #ccc;
	padding: 0 0 7px 12px;
	background:url(images/bullet.gif) 0 5px no-repeat;
	}

#contentright li li li {
	list-style-type: none;
	margin: 0;
	border-bottom:0;
	padding: 0;
	background:transparent;
	}

#contentright li li li li {
	padding-left: 15px;
	}

#contentright li#tag-cloud ul { }

#contentright li#tag-cloud ul.wp-tag-cloud {	padding: 9px; }

#contentright li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	background:transparent;
	background-image: none;
	line-height:2em;
	}

#contentright li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

/* ---------------[ Site Map Page ]--------------- */

.sitemap .post {
	border:0;
	margin:0;
	padding:0;
	}

.sitemap ul {
	list-style-type:none;
	margin-top: 0;
	margin-left: 0;
	}

.sitemap ul ul {
	margin-left: 0;
	}

.sitemap ul ul ul {
	margin-left: 15px;
	}

.sitemap img.post-thum, .sitemap img.thumbnail {
	float:right;
	margin: 0 0 0 5px;
	width:40px;
	height:40px;
	padding:1px;
	}

p.site-map {
	margin: 0;
	}

.sitemap-narrow {
	width:35%;
	float:right;
	border:1px solid #CFCFCF;
	background:#eee;
	padding: 15px 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.sitemap-wide {
	width:55%;
	float:left;
	}

.sitemap select {
	width:80%;
	margin: 0 0 15px;
	}

.sitemap-wide .post {
	border:0;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom:1px dotted #ccc;
	}

.sitemap-wide .entry {
	border:0;
	margin: 0;
	padding: 0;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav {
	width:100%;
	padding: 0;
	margin: 0 auto;
	font-size:9pt;
	z-index:99999;
	background:#333;
	border-bottom:1px solid #000;
	}

#topnav .limit {
	padding: 0;
	margin: 0 auto;
	width:1010px;
	z-index:999;
	position:relative;
	}

#topnav ul {
	width:800px;
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	color:#ccc;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	margin:0;
	}

#topnav ul a:hover, 
#topnav ul a:active  {
	color:#fff;
	}

#topnav li {
	height:25px;
	line-height:25px;
	float: left;
	padding: 0;
	margin:0;
	}

#topnav li ul {
	z-index:99999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 252px;
	margin: 0;
	padding:0;
	background:#333;
	border-top:1px solid #000;
	}

#topnav li li {
	margin-right:0;
	height:20px;
	line-height:20px;
	border:1px solid #000;
	border-top:0;
	}

#topnav ul li ul a {
	width:230px;
	}

#topnav li ul ul {
	margin: -31px 0 0 250px;
	}

#topnav li:hover ul ul, 
#topnav li:hover ul ul ul, 
#topnav li.sfhover ul ul, 
#topnav li.sfhover ul ul ul {
	z-index:99999;
	left: -999em;
	}

#topnav li:hover ul, 
#topnav li li:hover ul, 
#topnav li li li:hover ul, 
#topnav li.sfhover ul, 
#topnav li li.sfhover ul, 
#topnav li li li.sfhover ul {
	z-index:99999;
	left: auto;
	}

#topnav li:hover, 
#topnav li.sfhover {
	z-index:99999;
	width:auto;
	}

#topnav .sub-icons {
	position:absolute;
	height:20px;
	line-height:20px;
	top:3px;
	right:10px;
	padding:0;
	margin:0;
	z-index: 9999;
	}

#topnav .sub-icons a, #topnav .sub-icons a:link, #topnav .sub-icons a:visited {
	margin-left:5px;
	float:left;
	background:transparent;
	padding:0px;
	height:20px;
	display:block;
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}

#topnav .sub-icons a:hover, #topnav .sub-icons a:active {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}

/* -------------------[ Category Navigation ]------------------- */

#catnav-bottom {
	padding: 0;
	margin: 0 auto;
	width:1010px;
	height:15px;;
	background:url(images/catnav-bottom-trans.png) top left no-repeat;
	}

#catnav {
	padding: 3px 30px 0;
	margin: 0 auto;
	width:950px;
	font-size:8pt;
        letter-spacing:-1px;
	background:url(images/catnav-bg-trans.png) top left no-repeat;
	position:relative;
	z-index:10;
	}

#catnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear:both;
	}

#catnav ul a, 
#catnav ul a:link, 
#catnav ul a:visited {
	color:#888;
	display: block;
	text-decoration: none;
	padding: 0 20px 0 5px;
	margin:0;
	}

#catnav ul a:hover, 
#catnav ul a:active  {
	color:#000;
	}

#catnav li {
	height:40px;
	line-height:40px;
	float: left;
	padding: 0;
	margin:0px;
	}

#catnav li ul {
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 252px;
	margin: 0;
	padding:0;
	background:#eee;
	border-top:1px solid #D6D6D6;
	}

#catnav li li {
	height:28px;
	line-height:28px;
	margin-right:0;
	border:1px solid #D6D6D6;
	border-top:0;
	}

#catnav ul li ul a {
	width:230px;
	}

#catnav li ul ul {
	margin: -29px 0 0 250px;
	}

#catnav li:hover ul ul, 
#catnav li:hover ul ul ul, 
#catnav li.sfhover ul ul, 
#catnav li.sfhover ul ul ul {
	left: -999em;
	}

#catnav li:hover ul, 
#catnav li li:hover ul, 
#catnav li li li:hover ul, 
#catnav li.sfhover ul, 
#catnav li li.sfhover ul, 
#catnav li li li.sfhover ul {
	left: auto;
	}

#catnav li:hover, 
#catnav li.sfhover {
	width:auto;
	}

/* ---------------[ New 125x125 Banner Ads ]--------------- */

.banner125 {
	width:300px !important;
	margin:0 !important;
	padding:0 !important;
	}

.banner125 .adtop img {
	float:left !important;
	width:125px !important;
	height:125px !important;
	margin:0px 12px 12px 12px !important;
	padding:0 !important;
	}


.banner125 .adbottom img {
	float:left !important;
	width:125px !important;
	height:125px !important;
	margin:12px 12px 0px 12px !important;
	padding:0 !important;
	}

.banner125 .adsinglerow img {
	float:left !important;
	width:125px !important;
	height:125px !important;
	margin:0px 12px !important;
	padding:0 !important;
	}

.banner125 .toptophotleft img {
	float:left;
	width:100px;
	height:100px;
	margin:0px 25px 0px 25px;
	padding:0;
	}

.banner125 .toptophotright img {
	float:left;
	width:100px;
	height:100px;
	margin:0px 25px 0px 25px;
	padding:0;
	}

.banner125 .tophotleft img {
	float:left;
	width:100px;
	height:100px;
	margin:12px 25px 0px 25px;
	padding:0;
	}

.banner125 .tophotright img {
	float:left;
	width:100px;
	height:100px;
	margin:12px 25px 0px 25px;
	padding:0;
	}


/* ---------------[ New 300x250 Banner Ads ]--------------- */

.banner300 {
	width:300px;
	margin:0;
	padding:0;
	}

.banner300 img {
	float:left;
/*	width:300px;   */
/*	height:250px;   */
	margin:0px 0px 0px 0px;
	padding:0;
	}

/* ---------------[ 170x30 Banner Ads ]--------------- */

.banner170 {
	width:170px;
	margin:0px auto 0px auto;
	padding:0;
	}

.banner170 img {
	float:left;
	width:170px;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0;
	}

/* ---------------[ 160x600 Banner Ads ]--------------- */

.banner160 {
	width:160px;
	margin:0px auto 0px auto;
	padding:0;
	}

.banner160 img {
	float:left;
	width:160px;
	height:600px;
	margin:0px 0px 0px 0px;
	padding:0;
	}

/* ---------------[ 250x250 Banner ]--------------- */

.banner250 {
	width:250px;
	margin:0;
	padding:0;
	}

.banner250 img {
	width:250px;
	height:250px;
	margin:0px 25px 0px 25px;
	padding:0;
	}



/* -------------------[ Footer Widgets ]------------------- */

#footer-widgets {
	clear: both;
	margin: 0 auto;
	padding:0 40px;
	width:930px;
	background:transparent url(images/wrap-bg-trans.png) top center repeat-y;
	}

#footer-widgets-top {
	clear: both;
	margin: 0 auto;
	padding:0;
	width:1010px;
	background:transparent url(images/footer-top-trans.png) top left no-repeat;
	height:50px;
	}

#footer-widgets-bottom {
	clear: both;
	margin: 0 auto 0;
	padding:0;
	width:1010px;
	background:transparent url(images/wrap-bot-bg-trans.png) top left no-repeat;
	height:10px;
	}

#footer-widgets h3.widgettitle {

	}

#footer-widgets ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#footer-widgets ul ul {
	margin: 0;
	padding: 0;
	}

#footer-widgets ul ul ul {
	margin: 0 0 0 15px;
	padding: 0;
	}

#footer-widgets li {
	list-style-type: none;
	margin: 0 0 10px;
	padding:0;
	overflow:hidden;
	}

#footer-widgets li li {
	list-style-type: none;
	margin: 0 0 7px;
	border-bottom:1px dotted #ccc;
	padding: 0 0 7px 12px;
	background:url(images/bullet.gif) 0 5px no-repeat;
	}

#footer-widgets li li li {
	list-style-type: none;
	margin: 0;
	border-bottom:0;
	padding: 0;
	background:transparent;
	}

#footer-widgets li li li li {
	padding-left: 15px;
	}

#footer-widgets .textwidget {
	padding: 0;
	}

#footer-widgets li#tag-cloud ul { }

#footer-widgets li.widget_tag_cloud div { 
	padding:0px; 
	line-height:2em; 
	}

#footer-widgets li#tag-cloud ul.wp-tag-cloud { 
	padding:0; 
	line-height:2em; 
	}

#footer-widgets li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0;
	background:transparent;
	background-image: none;
	}

#footer-widgets li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

#footer-widgets li select {
	width:140px;
	margin: 0;
	border:2px solid #999;
	}

#footer-widgets ul.footer-widget1 {
	float:left;
	width:445px;
	margin: 0 20px 0 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget2 {
	float:left;
	width:445px;
	margin: 0 20px 0 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget3 {
	float:left;
	width:1px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget4 {
	float:right;
	width:1px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets a, #footer-widgets a:link, #footer-widgets a:visited {
	}

#footer-widgets a:hover, #footer-widgets a:active {
	}

#contentright .widget_flickrRSS img,
#footer-widgets .widget_flickrRSS img {
	margin: 0 5px 5px 0;
	background: #ccc;
	padding: 3px;
	width:75px;
	height:75px;
	}

/* -------------------[ Subscribe Box ]------------------- */

#contentright li.subscribebox {
	list-style-type: none;
	margin: 0 0 25px;
	border:0;
	padding: 0;
	background: transparent;
	}

#footer-widgets li.subscribebox {
	list-style-type: none;
	margin: 0 0 10px;
	border:0;
	padding: 0;
	background: transparent;
	}

li.subscribebox p {
	margin-bottom:0;
	}

li.subscribebox .intro {
	padding-right:75px;
	background: url(images/email-icon.gif) top right no-repeat;
	}

li.subscribebox form {
	padding-top:10px;
	}

p.email-form {
	margin:0 0 2px;
	width:220px;
	height:24px;
	background:url(images/emailbg.gif) top left no-repeat;
	clear:both;
	}

p.email-form  input#sub,
p.email-form  input#bot-sub {
	color:#999;
	height:20px;
	width:156px;
	margin:0;
	padding: 4px 0 0 4px;
	background:transparent;
	border:0;
	float:left;
	}

p.email-form input#subbutton,
p.email-form input#bot-subbutton {
	color:#999;
	height:24px;
	width:56px;
	background:transparent;
	border:0;
	cursor:pointer;
	margin:0
	padding:0;
	float:right;
	text-indent:-9999em;
	outline:none;
	display:block;
	}

/* -------------------[ Magazine Home Page Styles ]------------------- */

ul.home-left {
	width:48%;
	padding:0;
	float:left;
	margin:0 0 15px;
	list-style-type:none;
	}

ul.home-right {
	width:48%;
	padding:0;
	float:right;
	margin:0 0 15px;
	list-style-type:none;
	}

ul.home-bottom {
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul.home-left li, 
ul.home-right li, 
ul.home-bottom li {
	margin:0;
	padding:0;
	}

ul.home-right li.homepost, 
ul.home-left li.homepost, 
ul.home-bottom li.homepost {
	font-size:9pt;
	margin:0 0 15px;
	padding:0;
	list-style-type:none;
	border-bottom: 1px dotted #ccc;
	}

ul.home-right li.homepost .entry, 
ul.home-left li.homepost .entry, 
ul.home-bottom li.homepost .entry {
	padding: 0;
	}

li.homepost img.post-thum, 
li.homepost img.thumbnail {
	width:70px;
	height:70px;
	float:right;
	margin: 0 0 10px 10px;
	}

ul.home-bottom li.homepost img.post-thum, 
ul.home-bottom li.homepost img.thumbnail {
	width:100px;
	height:100px;
	margin-bottom:15px;
	}

ul.home-right li.title, 
ul.home-left li.title, 
ul.home-bottom li.title {
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
	}

ul.home-right li.title h2.feat-title .moreposts,
ul.home-left li.title h2.feat-title .moreposts,
ul.home-bottom li.title h2.feat-title .moreposts {
	letter-spacing:0px;
	font-size: 8pt;
	padding:0;
	margin: 0;
	font-weight:normal;
	color:#999;
	}

li.homepost h3 {
	padding:0;
	margin: 0;
	letter-spacing:0px;
	font-size:11pt;
	line-height:1.3em;
	}

li.homepost p.bottom {
	margin:0 0 15px;
	font-size:8pt;
	padding:10px 0 0;
	}

ul.home-bottom li.homepost p.bottom {
	margin:0;
	font-size:8pt;
	padding:0 0 15px;
	}

select.index2 {
	letter-spacing:0;
	margin:0;
	}

/* ---------[ Slideshow ]--------- */

#home-top {
	width:615px;
	margin:0 auto 5px;
	padding:0;
	position:relative;
	z-index:1;
	}

#home-top h2.feature-title {
	font-size: 14pt;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	}

#slideshow {
	width:600px;
	height:315px;
	margin: 0;
	padding:0;
	}

#slideshow ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}   

#slideshow2 {
	width:615px;
	margin: 25px 0 0 0;
	padding:0;
	}

#slideshow2 ul {
	width:615px;
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}           

#slideshow2 li {
	float: left;
	font-size:13px;
	text-align:center;
	list-style-type:none;
	margin:0 6px;
	width:141px;
	line-height:1.2em;
	}

#slideshow2 li a {
	display:block;
	}

#slideshow2 li a:hover {
	background:#CFCFCF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	}

#slideshow2 li img {
	border:1px solid #CFCFCF;
	padding:3px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	}

.slide-link {
	margin-top:5px;
	padding-bottom:2px;
	text-align:center;
	display:block;
	}

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	width:590px;
	height:280px;
	overflow: hidden;
	clear:both;
	background:#000;
	padding:4px;
	background:#fff;
	border:1px solid #d5d5d5;
	}

#slideshow .slides ul {
	float:left;
	overflow: hidden;
	width:590px;
	height:280px;
	}

#slideshow .slides li {
	display:none;
	left:-99999em;
	width:590px;
	height:280px;
	display:block;
	overflow: hidden;
	background:#000;
	position:relative;
	z-index:2;
	text-align:center;
	background:#000;
	}

.js #slideshow .slides li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:590px;
	height:280px;
	display:block;
	overflow: hidden;
	background:#000;
	position:relative;
	z-index:2;
	text-align:center;
	}

.js #slideshow .slides li .entry {
	width:570px;
	padding: 5px 10px;
	overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:3;
	color:#fff;
	text-align:left;
	}

#slideshow .slides li .entry p {
	margin: 0;
	}

#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
	font-size:14pt;
	line-height: 1.0em;
	margin:0;
	color:#fff !important;
	margin: 0;
	letter-spacing:0;
	}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
	float:right;
	clear:both;
	height:14px;
	margin:0;
	padding: 8px 0 3px 0;
	}

#slideshow .slides-nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	}

#slideshow .slides-nav li a {
	display:block;
	margin:0 0 0 3px;
	padding:0;
	list-style-type:none;
	height:14px;
	width:14px;
	background: url(images/feat-dot.gif) top left no-repeat;
	float:left;
	}

.js #slideshow .slides-nav li.on a,
.js #slideshow .slides-nav li a:hover,
.js #slideshow .slides-nav li a:active {
	background: url(images/feat-dot-on.gif) top left no-repeat !important;
	}

/* -------------------[ Side Tabs ]------------------- */

#contentright li.sidetabs ul.tabs,
#footer-widgets li.sidetabs ul.tabs {  
	list-style-type:none;
	margin: 0 0 10px;
	padding: 0;
	clear:both;
	border-bottom:1px solid #CFCFCF;
	}

#contentright li.sidetabs ul.tabs li,
#footer-widgets li.sidetabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
 
#contentright li.sidetabs ul.tabs li a, 
#contentright li.sidetabs ul.tabs li a:link, 
#contentright li.sidetabs ul.tabs li a:visited,
#footer-widgets li.sidetabs ul.tabs li a, 
#footer-widgets li.sidetabs ul.tabs li a:link, 
#footer-widgets li.sidetabs ul.tabs li a:visited  {
	float: left;
	display: block;
	padding: 5px 10px;
	background: transparent;
	}  

#contentright li.sidetabs ul.tabs li a:hover, 
#contentright li.sidetabs ul.tabs li a:active,
#footer-widgets li.sidetabs ul.tabs li a:hover, 
#footer-widgets li.sidetabs ul.tabs li a:active {
	color: #000;
	}

#contentright li.sidetabs ul.tabs li a.on,
#footer-widgets li.sidetabs ul.tabs li a.on {
	color: #000 !important;
	border-bottom:0;
	background:#eee !important;
	border:1px solid #CFCFCF !important;
	border-bottom:0 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#contentright li.sidetabs form,
#footer-widgets li.sidetabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

#contentright li.sidetabs select,
#footer-widgets li.sidetabs select {
	margin: 0;
	padding: 0;
	width:160px;
	}

/* --[ dag ]-- */

table.dag {
	border-width: 1px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.dag th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.dag td {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* ------------------
 styling for the tracker 
   ------------------   */


.entry #top-table img {
	border:0px;
	padding:0px;
	max-width:560px;
        background:none;
        }

.entry #rounded-corner img {
	border:0px;
	padding:0px;
	max-width:560px;
        background:none;
        }

.entry #rounded-corner2 img {
	border:0px;
	padding:0px;
	max-width:560px;
        background:none;
        }

#top-table
{       border-width: 0px;
        border-spacing: 0px;
        border-style: hidden;
        border-collapse: collapse;
}

#top-table th
{       border-width: 0px;
        padding: 0px;
        border-style: none;
        vertical-align: middle;
}

#top-table td
{       border-width: 0px;
        padding: 0px;
        border-style: none;
        vertical-align: middle;
}

#top-table img { 
        border: 0; 
}


#top-table a {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#top-table a:link {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#top-table a:visited {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#top-table a:hover {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#top-table a:active {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}



#rounded-corner img { 
        border: 0; 
}

#rounded-corner a {
	font-weight: normal;
	font-size: 13px;
	color: #446;
        text-decoration: none;
}

#rounded-corner a:link {
	font-weight: normal;
	font-size: 13px;
	color: #446;
        text-decoration: none;
}

#rounded-corner a:visited {
	font-weight: normal;
	font-size: 13px;
	color: #446;
        text-decoration: none;
}

#rounded-corner a:hover {
	font-weight: normal;
	font-size: 13px;
	color: #446;
        text-decoration: none;
}

#rounded-corner a:active {
	font-weight: normal;
	font-size: 13px;
	color: #446;
        text-decoration: none;
}

#rounded-corner img { 
        border: 0; 
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #777777 url('/wp-content/themes/padgadget10/images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #777777 url('/wp-content/themes/padgadget10/images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 2px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	background: #777777;
        text-align: center;
        vertical-align: middle;
}
#rounded-corner td
{
	padding: 2px;
	font-weight: normal;
	font-size: 13px;
	border-top: 1px solid #fff;
	color: #446;
        line-height: 15px;
        text-align: center;
        vertical-align: middle;
}

#rounded-corner .left
{
        text-align: left;
}


#rounded-corner .leftgreen
{
        text-align: left;
	color: #e64d01;
}


#rounded-corner .leftred
{
        text-align: left;
	color: #017a2a;
}

#rounded-corner .right
{
        text-align: right;
}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #777777;
        text-align: left;
	color: #fff;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #777777;
}
#rounded-corner tbody tr:hover td
{
	background: #bbbbbb;
}

#rounded-corner .odd
{
	background: #dddddd;
}

#rounded-corner .even
{
	background: #eeeeee;
}



#rounded-corner2 img { 
        border: 0; 
}

#rounded-corner2 a {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#rounded-corner2 a:link {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#rounded-corner2 a:visited {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#rounded-corner2 a:hover {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#rounded-corner2 a:active {
	font-weight: normal;
	font-size: 14px;
	color: #446;
        text-decoration: none;
}

#rounded-corner2 img { 
        border: 0; 
}


#rounded-corner2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner2 thead th.rounded-company
{
	background: #777777 url('/wp-content/themes/padgadget10/images/left.png') left -1px no-repeat;
}
#rounded-corner2 thead th.rounded-q4
{
	background: #777777 url('/wp-content/themes/padgadget10/images/right.png') right -1px no-repeat;
        width: 3px;
}
#rounded-corner2 th
{
	padding: 2px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	background: #777777;
        text-align: center;
        vertical-align: middle;
}
#rounded-corner2 td
{
	padding: 7px;
	border-top: 1px solid #fff;
	color: #446;
        line-height: 15px;
        text-align: left;
        vertical-align: top;
}

#rounded-corner2 .left
{
        text-align: left;
}


#rounded-corner2 .leftgreen
{
        text-align: left;
	color: #e64d01;
}


#rounded-corner2 .leftred
{
        text-align: left;
	color: #017a2a;
}

#rounded-corner2 .right
{
        text-align: right;
}

#rounded-corner2 tfoot td.rounded-foot-left
{
	background: #777777;
        text-align: left;
	color: #fff;
}
#rounded-corner2 tfoot td.rounded-foot-right
{
	background: #777777;
}

#rounded-corner2 .odd
{
	background: #dddddd;
}

#rounded-corner2 .even
{
	background: #eeeeee;
}

#rounded-corner2 .screens 
{
        text-align:center;
}

#rounded-corner2 .screens img
{
	border:1px solid #CFCFCF;
	padding:4px;
	background:#fff;
	max-width:150px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#rounded-corner2 .screensnomax
{
        text-align:center;
}

#rounded-corner2 .screensnomax img
{
	border:1px solid #CFCFCF;
	padding:4px;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}




/* ------------------
 styling for yarpp related 
   ------------------   */

#related-yarpp {
	padding:15px;
	margin: 0;
	}

ul.related-posts-yarpp {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.related-posts-yarpp li {
    background-image: url(images/blank.gif) !important;
    list-style-type: none !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    float: left;
    width: 100px  !important;
    font-size: 12px;
}

.related-posts-yarpp img {
    width: 100px;
    padding: 2px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.advert {
    text-align: center;
    font-style: italic; 
}

#recaptcha_area {
    margin-bottom:15px !important;
}







/* --------------[ User-Defined Adjustments ]-------------- */

body {
		background-color: #777777;
		font-family: arial,helvetica,sans-serif;
		}

h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	}

/* -------------------[ Site Title Adjustments ]------------------- */

#sitetitle h1, #sitetitle .title {
	font-size: 24px;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	}



#sitetitle {
	float:none;
	text-indent:-10000em;
	position:absolute;
	display:none;
	}


#head-content {
	background: transparent;
	background-image: url(http://www.padgadget.com/wp-content/themes/padgadget10/logo_sp2.png);
	background-position: 0 25px;
	background-repeat: no-repeat;
	}

#top-advert {
	width: 990px;
	text-align: right;
	color: white;
	font-style: italic;
	height: 15px;
	}



/* --------------[ Top Navigation Adjustments ]-------------- */

#topnav,
#topnav li ul {
	font-size: 13pt; 
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	 	
	}




/* --------------[ Cat Navigation Adjustments ]-------------- */

#catnav,
#catnav li ul {
	font-size: 14pt; 
	font-weight: normal;
	font-family: arial,helvetica,sans-serif; 	
	}



/* --------------[ Main Content Adjustments ]-------------- */

.maincontent {
	font-size: 11pt;
	}

.maincontent a, .maincontent a:link, .maincontent a:visited { 
		}

.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover { 
		}

/* --------------[ Sidebar-Right Adjustments ]-------------- */

#contentright {
	font-size: 10pt;
	}




/* --------------[ Footer Adjustments ]-------------- */

#footer {
		font-size:8pt;
		}

#footer a, #footer a:link, #footer a:visited { 
		}

#footer a:hover, #footer a:active { 
		}

/* --------------[ Post Title Link Color Adjustments ]-------------- */






ul.home-right .entry,
ul.home-left .entry {
	line-height:1.45em;
	height:145px;
	overflow:hidden;
	margin: 0;
	}



/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	padding: 0;
	margin: 0 0 0 60px;
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	color: #888888;
}
.searchform .searchfield {
	padding: 6px 6px 6px 8px;
	width: 150px;
	border: 1px solid #D4D4D4;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	text-shadow: 0 0 1px #FFFFFF;
	color: #666666;
	vertical-align: 2px;
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	vertical-align: 2px;
	padding: 0 0 0 1px;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background-color: #5f5f5f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background-image: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}