/* @group General */

body {
	background-color: #643238;
	font: 14px Helvetica, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	
}

select:focus {
	outline: none;
}

label {
	color: white;
	font-size: 85%;
}

/* @end */

/* @group Top Bar */

div.top {
	background-color: #371d21;
	height: 63px;
	position: relative;
	width: auto;
}

div.top a.logo {
	display: block;
	height: 37px;
	width: 115px;
	background-image: url(../images/snippie.gif);
	position: absolute;
	top: 13px;
	left: 18px;
	text-indent: -999px;
}

div.top ul {
	float: right;
	margin: 0 10px 0 0;
}

div.top li {
	float: left;
	margin: 0 0 0 25px;
	height: 63px;
	line-height: 63px;
}

div.top li a {
	color: #be5f6a;
	text-decoration: none;
}

div.top li:first-child a {
	color: white;
}


/* @end */

/* @group Paste Window */

form.snip {
	width: 70%;
	background-color: white;
	border: 8px solid #84c3e3;
	margin: 15px;
	padding: 5px 17px 5px 15px;
	text-align: right;
	position: relative;
}

form.snip strong {
	font-size: 90%;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}

form.snip select {
	position: absolute;
	right: 15px;
	top: 18px;
}

form.snip div {
	width: auto;
	position: relative;
	padding-right: 8px;
}

form.snip textarea {
	width: 100%;
	height: 300px;
	min-height: 300px;
	border: 1px solid #e1e1e1;
	font-family: "Panic Sans", Monaco, "Courier New", Courier, monospace;
	font-size: 85%;
	padding: 3px;
}

form.snip textarea:focus {
	outline:none;
	border-color: #a3cde3;
}

form.snip input {
	margin: 10px 0 15px;
}

/* @end */

/* @group Snip Window */

div.snip {
	width: 70%;
	background-color: white;
	border: 8px solid #84c3e3;
	margin: 15px;
	padding: 0;
	overflow: auto;
	font-size: 85%;
	float: left;
}

div.snip table {
	width: auto;
}

div.snip table td.line_numbers {
	text-align: right;
	padding: 5px 5px 5px 10px;
	background-color: #caedff;
}

div.snip table td.code {
	padding: none;
	width: 100%;
}

td.code {
	margin: 0;
	padding: 0;
}

td.code pre,
td.line_numbers {
	font-family: "Panic Sans", Monaco, "Courier New", Courier, monospace;
	font-size: 9pt;
	line-height: 1.3em;
}

td.code pre {
	padding: 5px 7px;
}

td.code ::selection {
	background-color: rgba(221, 240, 255, 0.20);
}

td.line_numbers {
	white-space: pre;
}

/* @end */

/* @group Footer */

div.footer {
	text-align: center;
	font-size: 85%;
	color: #b85c67;
	padding: 10px 0;
	clear: both;
}

div.footer a {
	color: #df6f7c;
	text-decoration: none;
}

/* @end */

/* @group Sidebar */

div.sidebar {
	float: left;
	width: 20%;
	margin-top: 17px;
}

div.sidebar a.download {
	color: #e77381;
	text-decoration: none;
	border-bottom: 2px solid #844149;
	padding-bottom: 2px;
}

div.sidebar a.download:hover {
	color: #e77381;
	text-decoration: none;
	border-bottom: 2px solid #84c3e3;
	padding-bottom: 2px;
}

div.sidebar input {
	width: 160px;
	padding: 2px;
	margin-top: 5px;
}

div.sidebar input:focus {
	outline: none;
}

/* @end */