/* ################################################### */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*              hey guys                               */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/* ################################################### */

#coda25-plugins main
{
	padding: 35px 0px;
	margin: 0 auto;
	max-width: 560px;
}

@media screen and (min-width: 824px) { #coda25-plugins main { max-width: 854px; } }

#coda25-plugins header p a
{
	text-decoration: underline;
	font-family: 'Chrono Medium Italic';
}

#coda25-plugins .tabSection,
#coda25-plugins .tabSearchResults
{
	margin-top: 15px;
}

#coda25-plugins article
{
	width: 100%;
	padding: 0px;
	border-bottom: 2px solid #a4acb3;	
}

#coda25-plugins article .container
{
	display: table;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 15px center;
}

#coda25-plugins article.mode .container, article.theme .container
{
	background-image: none !important;
}

#coda25-plugins article:last-child
{
	border-bottom: 0px;
}

#coda25-plugins article.plugin div.info
{

}

/* Name and Description */
#coda25-plugins article div.info
{
	display: table-cell;
	margin-bottom: 10px;
	padding: 10px 10px 10px 0px;
	vertical-align: middle;
}

#coda25-plugins article div.screenshot
{
	display: table-cell;
	width: 100px;
	min-height: 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.1);
	background-size: 100px 100px;
}

/* Theme Preview */

.themePreview
{
	display: table-cell;
	vertical-align: top;
	width: 120px;
	padding-right: 15px;
}
.themePreview iframe
{
	width: 120px;
	border: 0px;
	height: 101px;
	margin-top: 15px;
	border-radius: 2px;
	-webkit-transition: all .1s ease;
}
.themePreview iframe:hover
{
	position: relative;
	-webkit-transform: scale(2.5);
}

/* Status button */
#coda25-plugins article div.action
{
	display: none;
}

@media screen and (min-width: 540px)
{
	/* Status button */
	#coda25-plugins article div.action
	{
		display: table-cell;
		text-align: right;
		padding: 10px 0px 0 15px;
	}
}

#coda25-plugins article h1
{
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
	font-family: 'Chrono Medium';
	color: #3b5875;
}
#coda25-plugins article h1 span /* Author */
{
	font-family: 'Chrono Regular';
	color: #959ea6;
}

#coda25-plugins article h2
{
	font-size: inherit;
	line-height: 28px;
}

#coda25-plugins article h3
{
	font-size: 16px;	
	line-height: 28px;
	color: #959ea6;
}

#coda25-plugins article div.action input[type="button"]
{
	position: relative;
	top: 10px;
	padding: 8px 36px;
	vertical-align: -5px;
	border-radius: 4px;
	font-size: 22px;
	text-align: center;
	color: white;
	border: 0px;
	background: #27c11f;
}

#coda25-plugins article div.action input[type="button"]:active,
#coda25-plugins article div.action input[type="button"]:hover
{
	color: #a5fd32;
	cursor: pointer;
}

#coda25-plugins section#toolbar
{
	display: table;
	width: 100%;
}

#coda25-plugins section#toolbar ul
{
	display: table-row;
}

#coda25-plugins section#toolbar li.tab
{
	list-style: none;
	display: block;
}
#coda25-plugins section#toolbar a
{
	display: block;
	width: content;
	padding: 6px 0 5px 0px;
	margin: 0 auto;
	text-align: center;
}

#coda25-plugins section#toolbar li:hover
{
	color: #5c96c8;
	font-family: 'Chrono Regular', sans-serif;	
}

#coda25-plugins section#toolbar li.selected
{
	background: #1f95c1;
	color: white;
	font-family: 'Chrono Medium', sans-serif;
	border-radius: 4px;
}

#coda25-plugins section#toolbar li.selected a
{
	border-right-color: #5c96c8;
}

#coda25-plugins section#toolbar a span
{
	display: inline-block;
}

#coda25-plugins #tabSearch
{
	text-align: right;
}

#coda25-plugins #searchBox
{
	-khtml-appearance: none;
	width: 100%;
	height: 42px;
	margin: 10px 0px;
	padding-left: 10px;
	background: transparent;
	border: 2px solid #a4acb3;
	border-radius: 4px;
	font: 16px/47px 'Chrono Regular', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 524px) { #coda25-plugins #searchBox { margin: 0; } }

#coda25-plugins #searchBox::-webkit-input-placeholder
{
	color: #a4acb3;
}

#coda25-plugins .tabSection
{
	display: none;
}

#coda25-plugins #searchResults
{
	display: none;
}

/* ! Retina Support */

@media (-webkit-min-device-pixel-ratio:2) {


}

@media screen and (min-width: 540px)
{
	
	#coda25-plugins section#toolbar li.tab
	{
		list-style: none;
		display: table-cell;
		width: 20%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#coda25-plugins #searchBox
	{
		width: 120px;
	}

	#coda25-plugins #tabSearch
	{
		padding-left: 20px;
	}

/* } */


