/*
Theme Name: plugins-jquery-com
Template: jquery
*/

a {
	color: #0769ad;
}

#content .entry-summary {
	clear: both;
}

#content .entry-summary .button {
	float: right;
}

#sidebar .popular-tags a,
#sidebar .recent-updates a {
	display: inline-block;
}

#sidebar .recent-updates li {
	padding-bottom: 8px;
}

.entry-meta {
	text-align: right;
}

/*----------[ Notifications ]-----------------------------------------------*/

.notify {
	background: #ffa;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	margin-bottom: 1em;
}

.notify p {
	margin: 0;
}

/*----------[ Home page ]---------------------------------------------------*/

#banner-secondary .searchform {
	position: relative;
	width: 60%;
	margin: 60px auto 0;
	font-size: 22px;
	padding: 0;
}

#banner-secondary .searchform input {
	width: 100%;
	line-height: 1.5em;
	background: none;
	color: #fff;
	background-color: #666;
	border: 1px solid #ccc;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	border-radius: 2em;
	padding: 11px 0 11px 40px;
}

#banner-secondary .searchform input:focus {
	border-color: rgba(122, 206, 244, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 206, 244, 0.6);
}

/*
 * 1. :-moz-placeholder has been deprecated in favor of ::-moz-placeholder.
 * 2. Using :placeholder for completeness.
 */
#banner-secondary .searchform input::-webkit-input-placeholder {
	color: #aaa;
}
#banner-secondary .searchform input:-moz-placeholder { /* 1 */
	color: #aaa;
}
#banner-secondary .searchform input::-moz-placeholder {
	color: #aaa;
}
#banner-secondary .searchform input:-ms-input-placeholder {
	color: #aaa;
}
#banner-secondary .searchform input:placeholder { /* 2 */
	color: #aaa;
}

#banner-secondary .searchform .icon-search {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
	border: none;
	background-color: transparent;
	color: #fff;
	opacity: 0.33;
}

/*----------[ Individual plugin pages ]-------------------------------------*/

.jquery-plugin table {
	border-radius: 8px;
	margin: 0;
}

/*----------[ Github Activity ]-------------------------------------*/
.github-activity .info-block {
	display: inline-block;
	margin: 0 10px 1em 0;
	border-radius: 4px;
	text-align: center;
	min-width: 80px;
}

.github-activity .info-block .number {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: black url('images/dark-grey-tile.png');
	padding: 2px 10px;
	color: white;
	font: bold 3em/1em "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.github-activity .info-block .caption {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 4px 10px;
	background-color: #8ccffa;
	color: white;
	text-transform: uppercase;
	font: bold 11px "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.entry-meta.github-activity .info-block {
	margin: 10px 0 0 10px;
}
.entry-meta.github-activity .info-block .number {
	font-size: 1.25em;
}

.entry-meta.github-activity .info-block .caption {
	font-size: 1em;
}


/*----------[ Individual plugin page general sidebar styles ]---------------*/

.jquery-plugin #sidebar li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jquery-plugin #sidebar .author-info li {
	background: none;
	font-size: 18px;
}

.jquery-plugin #sidebar .maintainer-info li {
	background: none;
	font-size: 16px;
}

.jquery-plugin #sidebar .avatar {
	margin-right: 10px;
}

.jquery-plugin #sidebar .avatar-80 {
	border-radius: 8px;
}

.jquery-plugin #sidebar .avatar-48 {
	border-radius: 4px;
}

.jquery-plugin #sidebar [class^="icon-"],
.jquery-plugin #sidebar [class*=" icon-"] {
	margin-right: 7px;
}

/*----------[ Individual plugin page sidebar toolbox ]----------------------*/

.jquery-plugin .toolbox {
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background-color: black;
	margin-bottom: 1em;
}

.jquery-plugin .toolbox > .inner {
	border: 1px solid #666;
	border-radius: 8px;
	background-color: #202020;
	color: white;
}

.jquery-plugin .toolbox header {
	padding: 10px 15px;
}

.jquery-plugin .toolbox header p {
	margin: 0;
}

.jquery-plugin .toolbox header .caption {
	color: #999;
	font: bold 14px "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.jquery-plugin .toolbox header .version-info {
	float: left;
	width: 55%;
}

.jquery-plugin .toolbox header .release-info {
	float: right;
	width: 45%;
}

.jquery-plugin .toolbox header .release-info {
	text-align: right;
}

.jquery-plugin .toolbox header .version-number,
.jquery-plugin .toolbox header .date {
	font-family: "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.jquery-plugin .toolbox header .version-number {
	font-size: 1.8em;
	line-height: 1em;
	letter-spacing: -2px;
}

.jquery-plugin .toolbox header .date {
	line-height: 1.8em;
}

.jquery-plugin .toolbox .body {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 12px 15px 5px;
	background: url('images/dark-grey-tile.png');
}

.jquery-plugin .toolbox a.download {
	display: block;
	margin-bottom: 1.2em;
	border-radius: 5px;
	border: 1px solid black;
	color: white;
	text-shadow: 0 -1px #bc7531, 0 1px #dca977;
	text-decoration: none;
	font: bold 1.4em/1.6em "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.jquery-plugin .toolbox a.download .inner-wrapper {
	display: block;
	border-radius: 5px;
	border: 1px solid #e1b68c;
	background: #d18f4f;
	padding: 0 5px 0 32px;
}

.jquery-plugin .toolbox a.download:hover .inner-wrapper {
	background-color: #cc8540;
}

.jquery-plugin .toolbox a.download .inner-wrapper [class^="icon-"],
.jquery-plugin .toolbox a.download .inner-wrapper [class*=" icon-"] {
	margin-left: -25px;
	margin-right: 5px;
	color: #81502e;
	text-shadow: 0 1px #dca977;
	text-align: center;
	top: 3px;
	position: relative;
}

.jquery-plugin .toolbox [class^="icon-"], .jquery-plugin .toolbox [class*=" icon-"] {
	margin-left: -25px;
	width: 25px;
	color: #8ccffa;
	text-decoration: none;
	text-shadow: 0 -1px black;
}

.jquery-plugin .toolbox [class^="icon-"]:before, .jquery-plugin .toolbox [class*=" icon-"]:before {
	width: 25px;
	text-align: center;
	font-size: 1.2em;
}

.jquery-plugin .toolbox a.other-link {
	display: block;
	margin-bottom: 0.8em;
	background: no-repeat 8px center;
	color: white;
	text-decoration: none;
	font: 18px "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 32px;
}

.jquery-plugin .toolbox a.other-link:hover {
	text-decoration: underline;
}

/*----------[ Individual plugin page tags ]---------------------------------*/

.jquery-plugin #content .tags ul {
	margin: 0;
}

.jquery-plugin #content .tags li {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	padding: 0;
	background: none;
}

.jquery-plugin li a.tag[class^="icon-"]:before,
.jquery-plugin li a.tag[class*=" icon-"]:before {
	width: 20px;
	text-align: left;
	color: #8ccffa;
}

.jquery-plugin #content li a.tag {
	display: block;
	width: auto;
	padding: 2px 7px 2px 7px;
	margin-bottom: 10px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #305e91;
	color: white;
}

.jquery-plugin li a.tag:hover {
	background-color: #333;
}

/*----------[ Individual plugin page versions table ]-----------------------*/

.jquery-plugin .versions table {
	border-collapse: separate;
	border-spacing: 0;
	border-style: none;
	width: 100%;
}

.jquery-plugin #content .versions table {
	margin: 1em 0;
}

.jquery-plugin .versions table th,
.jquery-plugin .versions table td {
	border: 1px solid #ccc;
	border-top-style: none;
	padding: 8px 14px;
}

.jquery-plugin .versions table tbody tr:nth-child(even) td {
	background-color: #f2f2f2;
}

.jquery-plugin .versions table tbody tr:last-of-type td.version {
	border-bottom-left-radius: 8px;
}

.jquery-plugin .versions table tbody tr:last-of-type td.release-date {
	border-bottom-right-radius: 8px;
}

.jquery-plugin .versions table thead tr {
	border-radius: 8px 8px 0 0;
	background: black url('images/dark-grey-tile.png');
}

.jquery-plugin .versions table thead th.version-head {
	border-top-left-radius: 8px;
}

.jquery-plugin .versions table thead th.release-date-head {
	border-top-right-radius: 8px;
}

.jquery-plugin .versions table .version {
	border-right-style: none;
	font: bold 18px "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.jquery-plugin .versions table .release-date {
	border-left-style: none;
	width: 20%;
}

.jquery-plugin .versions table thead th {
	border-style: none;
	color: white;
	text-align: left;
	text-transform: uppercase;
	font: bold 12px "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---------[ Validator Output ]-----------*/

.validator-output {
	margin-bottom: 1.5em;
	padding: 1em;
	font-size: 0.8em;
}
.validator-output div {
	margin-top: 0.2em;
}
