/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #EFF2F3;
	color: #555;
	margin: 0;
	padding: 0;
	line-height: 135%;
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
	font-size: 13px;
}

form {
	padding: 0;
	width: 99%;
}

p {
  margin: 0pt;
  padding: 0pt;
}

h1, h2, h3, h4 {
	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
}

h1 {
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

a {
	text-decoration: none;
	color: #2C68A6;
}

a:hover {
	text-decoration: underline;
}

#topbar {
	text-align: right;
	background: url(../images/topbar_bg.png) repeat-x scroll 0pt 100%;
	height: 30px;
}

#topbar span {
	background: url(../images/topbar_tab.png) repeat-x scroll 0pt 100%;
	height: 30px;
	float: right;
	color: #fff;
	padding-right: 20px;
	padding-left: 40px;
}

.wrapper {
	position: relative;
}

textarea {
	border: 1px solid #D7D7D7;
	width: 100%;
	height: 400px;
}

#show_paste {
	border: 1px solid #D7D7D7;
	width: 99%;
}

#mainbody {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	position: relative;
	margin-left: 211px;
}

#footer {
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

#paste_header {
	font-weight: bold;
	font-size: 14px;
}

#paste_header a {
	font-weight: bold;
	font-size: 12px;
}

/* Sidebox styles */

.sidebox {
	overflow: hidden;
}

.sidebox h3 {
	margin: 0pt;
	border-right: 1px solid #D7D7D7;
	font-weight: bold;
	text-align: center;
}

#menu {
	float:left;
	width: 200px;
	position: relative;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	margin-left: 10px;
	background-color: #F5F5F5;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #D7D7D7;
}

#menu ul a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#menu ul li.active {
	text-decoration: none;
	color: #000;
	background: #fff;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-right: 0pt;
}

#menu ul span {
	display: block;
}

#menu ul li span small {
	margin-top: -5px;
	display: block;
	text-align: right;
	padding-right: 3px;
}

#menu ul a {
	display: block;
	line-height: 24px;
	height: 24px;
	color: #777;
	padding-left: 10px;
	font-weight: bold;
}
