/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*----------- Plugin pages----------------------------------------------------------
/* Download styles */
.download {
	float: right;
	width: 220px;
	text-align: center;
	border: #eed 3px double;
	padding-top: 25px;
}

.download img {
	border: 0;
}

.download .download-count {
	color: #45c045;
}

img.screenshot {
	max-width: 600px;
}

/* Paypal Buy now buttons */
.buy {
	float: right;
}

.buy img {
	background: none;
}

/*----------- Plugin pages----------------------------------------------------------

/** Plugin specific styles **/
a.retweet:link, a.retweet:visited,
a.retweet:active, a.retweet:hover {
	border-bottom: none;
}

.breadcrumbs {
	font-size: 75%;
	color: #999;
	margin: 0;
}

.breadcrumbs a {
	color: #999;
}

/* Hide the image generated by cookie-comments Plugin*/
#footer img {
	background: none;
	border: none;
	padding: none;
}

/* Hide wp stats similey */
#wpstats {
	display: none;
}

/* WordPress.com Popular post Plugin */
.wppp_list {
	padding-left: 10px;
}

.wppp_list li {
	list-style-image: url("../wp/wp-content/themes/bright-light/images/arrow.gif");
}

/* WP Github commits Plugin*/
.github-commits {
	padding-left: 10px;
}

.github-commits li {
	list-style-image: url("../wp/wp-content/themes/bright-light/images/arrow.gif");
}

/* Posts By Tag Plugin */
#sidebar .posts-by-tag-list {
	padding-left: 10px;
}

#sidebar .posts-by-tag-list li {
	list-style-image: url("../wp/wp-content/themes/bright-light/images/arrow.gif");
}

/*WP Readme file styles*/
table.mceToolbar td a.mceButton, table.mceToolbar td a.mceButton:visited {
	border: 1px solid #F0F0EE;
}

/* WP Syntax Plugin styles */
.wp_syntax {
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid silver;
	margin: 0 0 1.5em;
	overflow: auto;
}

.wp_syntax {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15:0);
	width: 100%;
}

.wp_syntax table {
	border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
	vertical-align: top;
	padding: 2px 4px;
}

.wp_syntax .line_numbers {
	text-align: right;
	background-color: #def;
	color: gray;
	overflow: visible;
}

.wp_syntax pre {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
	font-size: 12px;
	line-height: 1.333;
	white-space: pre;
}