body {
	background: #dadada url(../images/bg.png);
	color: #643d0c;
	font-family: Lato, 'Helvetica Neue';
	-webkit-font-smoothing: antialiased;
	background-color: #dadada;
}

.container {
  width: 70%;
}

p {
	font-size: 1.2em;
	color: #915e1e;
	line-height: 22px;
	margin-bottom: 18px;
}
p strong{
}

a {
	color: #b17809;
  color: #677e00;
	padding: 1px 1px 1px 5px;
	background: #f2f2f2;
	border-bottom: #a3a3a3 solid 1px;
	-webkit-transition: opacity 0.3s;
	-moz-transition:    opacity 0.3s;
	-ms-transition:     opacity 0.3s;
	-o-transition:      opacity 0.3s;
	-transition:      opacity 0.3s;
	text-decoration: none;
	cursor: pointer;
	color: #c08105;
}

a:hover {
	background: #fafafa;
	color: #2aa9c6;
	text-decoration: none;
}

a:active {
	background: #000;
	text-decoration: none;
	cursor: pointer;
	color: #2AA9C6;
}

h1 {
	font-size: 95px;
	line-height: 1.2;
	padding-top: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	-webkit-text-stroke: 4px;
}
header {

}
header h1{
	margin: 0 auto 0 auto;
	width: 602px;
	height: 61px;
	text-indent: -999999px;
	background: url(../images/logo.png);
	outline: none;
	background-repeat: no-repeat;
	display: block;
	-webkit-transition: opacity 0.3s;
	-moz-transition:    opacity 0.3s;
	-ms-transition:     opacity 0.3s;
	-o-transition:      opacity 0.3s;
	 transition:         opacity 0.3s;
};
header h1:hover{
	 opacity: 0.5;
}

input[type='search']:focus {
	border-color: #855414;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),
				0 0 8px rgba(176, 109, 29, .6);
}

hr {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed white;
}

code {
	color: #DD8D03;
}

dd {
	margin-bottom: 8px;
}

.row {
	margin-top: 30px;
	margin-bottom: 30px;
}

.header .span5 {
	text-align: center;
}

.header a {
	margin-top: 5px;
	margin-right: 5px;
}

.main p {
	text-align: center;
}

#plugins-latest h4 {
	margin-left: 130px;
}

.install {
	margin-top: 25px;
}

.install code {
	font-size: 16px;
	margin-left: 5px;
	white-space: pre;
}

.table caption {
	margin-bottom: 15px;
}

.table th {
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.table th:hover {
	text-decoration: underline;
}

.table td:first-child {
	font-size: 16px;
}

.table th[data-sort='modified'],
.table td.modified {
	white-space: pre;
}

.credit {
	text-align: center;
	margin-top: 60px;
}

.credit img {
	margin-right: 3px;
	border-radius: 25px;
}


@media (max-width: 480px) {
	h1 {
		font-size: 70px;
		padding: 0;
	}

	h2 {
		font-size: 13px;
		line-height: 1.2;
	}

	input[type='search'] {
		font-size: 16px;
	}

	.header {
		margin-top: 10px;
	}

	.header a {
		padding: 8px;
	}

	.logo {
		width: 150px;
	}

	.table {
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
	}

	.table th:first-child,
	.table td:first-child {
		padding-left: 10px;
	}

	.table th[data-sort='modified'],
	.table td.modified {
		display: none;
	}
}

@media (max-width: 767px) {
	.intro .span7 {
		margin-top: 40px;
	}

	#plugins-latest h4 {
		margin: 0;
	}

	.table th[data-sort='author'],
	.table td.author {
		display: none;
	}
}
::-moz-selection {
	background-color: #2AA9C6;
	color: #fff;
}
::selection {
	background-color: #2AA9C6;
	color: #fff;
}

.spark ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.spark ul li, button {
    margin-right: 10px;
}
.spark li, button {
    background-image: -moz-linear-gradient(center top , #FAFAFA 0px, #DCDCDC 100%);
    border-color: #ACACAC;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 2.95em;
    line-height: 2.8em;
    margin-right: 10px;
    outline: 0 none;
    padding: 0 0.91em;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    text-shadow: 1px 1px white;
    -moz-box-shadow: 1px 1px white;
    -webkit-box-shadow: 1px 1px white;
    box-shadow: 1px 1px white;
}
.spark li:hover, button:hover {
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top , #FAFAFA 0px, #DCDCDC 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
}
.spark li:active, button:active {
    background-image: -moz-linear-gradient(center top , #C8C8C8 0px, #E6E6E6 100%);
    border-color: #888888 #AAAAAA #CCCCCC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #FFFFFF;
}
.spark li a:link, a:visited, button:link, button:visited {
    border:none;
    color: #92b300;
    font-size: 18px;
    text-decoration: bold;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    background: transparent;
}
.spark li a:hover, button:hover {
    color: #677e00;
}
.spark li a:active, button:active {
    color: #c72a5b;
}
.buttonz {
}
.buttonz:hover {
    cursor: pointer;
}
.buttonz a {
  border-radius: 9px;
  padding: 5px 9px 5px 9px;
  margin: 0 0.3em;
  font-size: 18px;
}
footer {
  width: 1px;
  height: 5em;
}
