/*   
Theme Name: Kirby
Theme URI: http://themeshaper.com/kirby/
Description: A real nifty theme for WordPress.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Version: 0.3.2
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats
.
The 'Kirby' Theme for WordPress is copyright Ian Stewart http://themeshaper.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Reset default browser styles */
@import url('reset.css');

/* Choose the basic layout */
@import url('layouts/2c-r.css');


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#branding,
#access .menu,
#main,
#colophon {
	margin: 0 auto;
	width: 940px;
}

/* Slight Modifications for the Feature Page Template Structure */
.page-template-feature-page-php #content {
	margin: 0 20px;
}
.page-template-feature-page-php #primary,
.page-template-feature-page-php #secondary {
	float: left;
	margin-bottom: 24px;
	width: 440px;
}
.page-template-feature-page-php #secondary {
	margin-left: 20px;
	margin-right: 20px;
}
.page-template-feature-page-php #secondary {
	margin-right: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #fff;	
}
body, input, textarea {
	color: #666;
	font: 12px Georgia, serif;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 2.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
pre, code, kbd, tt, var {
	font: 11px Monaco, monospace;
}
pre {
	background: #000;
	color: #ccc;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a:link,
a:visited {
    color:#0066CC;
}
a:active,
a:hover {
    color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background-color: #ccc; /* fallback color */
        background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7e7e7));
	padding: 48px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font: 36px/42px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow:1px 1px #CCCCCC;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	overflow: auto;
}
#access .menu {
	background: #000;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
        overflow: hidden;
}
#access .menu ul {
	list-style: none;
	margin: 0 0 0 10px;
}
#access .menu ul ul {
	display: none;
}
#access .menu li {
	display: inline;
}
#access .menu a {
	color: #fff;
	display: block;
	float: left;
	line-height: 12px;
	padding: 12px 10px;
	text-decoration: none;
}
#access .menu a:active,
#access .menu a:hover {
    color: #000;
    border-top: 1px solid #000;
    margin-bottom: -1px;
    background-color: #ccc; /* fallback color */
    background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#ffffff));
}

#access .menu .current_page_item a {
	color: #000;
        background-color: #ccc; /* fallback color */
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#ffffff));
	border-top: 1px solid #000;
   	 margin-bottom: -1px;

}


/* =Content
-------------------------------------------------------------- */

#main {
        overflow: hidden;
	padding: 24px 0 0 0;
}
.page-template-feature-page-php #main {
	background: #fff;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 16px;
	line-height: 24px;	
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content code,
#content kbd,
#content tt,
#content var {
	font-size: 13px;
	line-height: 21px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #000;
}
.hentry {
	margin: 0 0 48px 0;
	position: relative;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font: 16px Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
.entry-title,
.entry-meta {
	clear: left;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: 68px;
}
.entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
}
.entry-title a:link, .entry-title a:visited {
    color:#000;
    text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr {
	border: none;
}
.entry-meta abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-avatar {
	position: absolute;
	top: 0;
	right: 0;
}
.home .sticky .entry-avatar {
	top: 24px;
	right: 24px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-summary p {
	
}
.entry-content h1,
.entry-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 24px 0;
}
.entry-content h1 {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 24px;
}
.entry-content h3 {
	font-style: italic;
	margin: 0 0 12px 0;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 1px 24px 1px;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.entry-content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.entry-content tr.odd td {
	background: #F2F7FC;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content a:visited {
    color:#743399;
}
.page-link {
	color: #000;
    font-weight:bold;
    margin:0 0 22px 0;
    word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color:#444;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
    margin: 0 0 24px 0;
	overflow: hidden;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -116px 0 0;
	padding: 11px;
	height: 72px;
}
#entry-author-info #author-description {
	float: right;
	margin: 0 0 0 116px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
}
.entry-utility {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
}


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 614px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 24px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:-24px 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font:  12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	overflow: auto;	
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
#comments h3 {
	color: #000;
	font-weight: bold;
}
h3#comments {
	padding: 18px 0 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li.pingback {
	padding: 0;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}
.commentlist .even {
}
.reply {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.commentlist li.bypostauthor {
}
.commentlist li.bypostauthor .avatar {
}
.commentlist .children li.bypostauthor {
}
.nocomments {
	display: none;
}

/* Comments form */
#respond {
    overflow: hidden;
    position: relative;
}
.children #respond {
	margin: 0 48px 0 0;
}
#respond h3 {
	margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position:absolute;
    top: 18px;
    right: 0;
}
#cancel-comment-reply-link a {
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-section input {
    margin:0 0 9px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags {
	color:#888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;	
}
#form-allowed-tags p {
    margin:0;    
}
#form-allowed-tags span {
}
#form-allowed-tags code {
	font-size: 11px;
}
.form-submit {
    text-align:right;
	margin: 0 0 24px 0;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
    color:#0066CC;
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
    color: #FF4B33;
	text-decoration: underline;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 24px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.1em;
	padding: 0;
}
#main .widget-area ul ul ul {
	margin-left: 2.5em;
}
#primary {
}
.page-template-feature-page-php #primary {
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {	
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #e7e7e7;
	border-top:  4px solid #e7e7e7;
}
#colophon {
	border-top:  4px solid #000;
	margin-top: -4px;
	padding: 18px 0 72px 0;
	overflow: hidden;
}
#site-info {
}
#site-generator {
	position: relative;
}
#site-generator a {
	background: url(images/generator-logo.gif) no-repeat center top;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 68px;
	text-indent: -9000px;
	width: 98px;
	height: 22px;
}
#site-generator a:active, #site-generator a:hover {
	background-position: center bottom;
}



/* Davey Stuff */

.commentlist .children li {background-color: #fff;}

img.avatar {border: 1px solid #000;}
img.flf {border:1px solid #ccc; margin-right: 5px;}
.commentlist .children li.comment-author-knocker {
background:none repeat scroll 0 0 #F2F7FC;
border:1px solid #CCCCCC;
margin-bottom:10px;
padding-right:10px;

}
.commentlist li.bypostauthor .avatar {
left: 4px
}
#access {background: #000;}
.lifestream_date {font-size: 18px;text-decoration: underline;}
#main .widget-area ul ul {margin-left: 0;}

#primary, #secondary  {
background-color:#EEEEEE;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
font-size:14px;
padding:8px;
}

#primary {border-top: 1px solid #ccc;}
#secondary {border-bottom: 1px solid #ccc;}
a:hover {color: #009900;}
.widget-area a:active, .widget-area a:hover {color: #009900;}

.entry-content img {border: 1px solid #ccc;}
.wp_codebox pre {color: #000044; }


#main .widget-area ul {
margin-left:0;
padding:0;
}

span.result, span.selections {
background:none repeat scroll 0 0 #FFFFEE;
border:1px solid #CCCCCC;
font-size:90%;
font-weight:bold;
padding:5px;
}

span.selections {background:none repeat scroll 0 0 #EEFFEE;}


.wiggy {margin-left: 30px; }
.bird {float: right; margin-top: -40px;margin-bottom: 10ps;}
img.cheese {border: 1px solid #ccc;}

div.simplepie li {border-bottom: 1px solid #ccc; margin-bottom: 5px;}
div.simplepie li a {text-decoration: none;}
div.simplepie li a:hover {text-decoration: underline;}
div#fb {margin-left: 35px;} 

li.widget-container ul li {border-bottom: 1px solid #ccc; margin-bottom: 5px;}

h3.widget-title {margin-bottom: 8px;}
#site-info {margin-top: 10px;}
#footer-widget-area {border-bottom: 4px solid #000;}
.entry-utility {margin-top: 5px;}
li.widget_twitter ul li {border-bottom: 0;}
/* li.widget_twitter ul li span.entry-meta {display:none;}*/
p.twit_date {margin-bottom: 6px; border-bottom: 1px solid #ccc;padding-bottom: 6px}
div.piclenselink {display: none;}
div.ngg-galleryoverview p {margin-bottom: 0px !important;}
div.ngg-galleryoverview {line-height: 5px;}
ul.xoxo h3.entry-title {font-size: 14px;}
div.ngg-albumtitle a {font-size: 0.8em;}
span.breadcrumb {font-size: 0.8em;text-decoration: none;}
#main {min-height: 400px;}
.wp_codebox {margin: 0 0 1.5em !important;}
.entry-content h3 {font-weight: bold;}
.ngg-post-me {
background-color:#FFFFFF;
padding:4px;
margin-right: 5px !important;
}

.ngg-navigation {padding: 15px !important;}
html > body .ngg-album {
float:left;
margin-right:15px;
width:220px;
background-color: #eee;
font-family: helvetica, sans-serif;
}
html > body .ngg-album a {text-decoration: none;}
html > body .ngg-album a:hover {text-decoration: underline;}


div.ngg-albumtitle {text-align: center;}
div.ngg-albumcontent div.ngg-description {text-align: center;}
div.ngg-albumcontent div.ngg-thumbnail {text-align: center; float: none;}
table.lifestream {float: left;}

body.page-id-528 #content h2 {
font-size: 21px; 
font-weight: bold;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
margin-right:68px;
}
span.conread {font-size: 80%; font-weight: bold;}

div#post-4813 {background-color:#F2F7FC;
border-top:3px solid #000000;
padding:5px;}

div#post-4813 img.avatar  {margin: 5px 5px 0 0;display: none;}

div#post-4813 p:nth-child(2) {display: none;}

p.daveg {background-color:#F2F7FC;
padding:5px;
border: 1px solid #ccc;
font-size: 90%;
font-style: italic;
}

.ngg-left {
float:left;
margin:0 10px 5px 0 !important;
}

.ngg-right {
float:right;
margin:0 0 5px 10px !important;
}

#twitterSearch div.tweet, #twitterUserTimeline div.tweet {
  border-radius: 15px;
  margin: 10px 0;
  min-height: 70px;
  clear: both;
}

#twitterSearch div.tweet img, #twitterUserTimeline div.tweet img {
  border: 3px solid #ccc;
  float: left;
  margin: 5px 15px 22px 5px;
  padding: 1px;
}

#twitterSearch div.tweet p.text, #twitterUserTimeline div.tweet p.text {
  padding: 0;
}

#twitterSearch div.tweet span.username a, #twitterUserTimeline div.tweet span.username a {
  color: #000;
  font-weight: bold;
}

#twitterSearch div.tweet span.time, #twitterUserTimeline div.tweet span.time {
  font-size: small;
  margin-top: 20px;
}
ul.tweeters {margin: 0 0 18px 0;}
ul.tweeters li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  
}
ul.tweeters img {border: 3px solid #ccc;padding: 1px;}



.rollover_img {
width: 150px;
height: 150px;
border:3px solid #ccc;
padding: 1px;
float:left;
margin:0 10px 10px 0;
}

.rollover_img a, .rollover_img a:visited {
color: #fff;
width: 150px;
height: 150px;
display: block;
text-decoration: none;
font-weight: bold;
}

.rollover_img a:hover {
background:#000;
opacity:.80;
filter:alpha(opacity=80);
}
.rollover_img a span {
display: none;
width: 140px;
padding:5px;
}

.rollover_img a:hover span {
display: block;
text-align: center;
}
.rollover_txt {
width: 150px;
text-align: center;
background: #ffffee;
border:1px solid #ccc;
padding: 1px;
float:left;
border: 3px solid #ccc;
margin:0 10px 10px 0;
font-style: Helvetica;
font-size: 90%;
}
.rollover_txt a {
text-decoration: none;
display: block;
width: 100%;
}
.rollover_txt a:hover {
text-decoration: underline;

}


div#davetwitter {
background-image: url(http://static.caramboo.com/wp-content/uploads/2010/07/dappers.jpg);
background-position: center center;
background-repeat:no-repeat;

}
div#andyburnham {
background-image: url(http://static.caramboo.com/wp-content/uploads/2010/07/andyb.jpg);
background-position: center center;
background-repeat:no-repeat;

}
div#leaders {
background-image: url(http://static.caramboo.com/wp-content/uploads/2010/07/labour.jpg);
background-position: center center;
background-repeat:no-repeat;

}
div#leedslabour {
background-image: url(http://static.caramboo.com/wp-content/uploads/2010/07/townhall.jpg);
background-position: center center;
background-repeat:no-repeat;

}
div#favetweets {
background-image: url(http://static.caramboo.com/wp-content/uploads/2010/07/dawg.jpg);
background-position: center center;
background-repeat:no-repeat;

}
p.mmtweet {border-top: 1px solid #ccc;padding-top: 10px;}

li.qpli h5.entry-title {
border-bottom:1px solid #CCCCCC;
font-family:Georgia,serif;
font-size:100%;
font-weight:normal;
margin-bottom:5px;
margin-right:0;
width:100%;
}

.widget-area ul ul {
list-style: none;
}
li.widget-container ul li.qpli {
border-bottom:0;
}


