a {
	outline: none;
	color: #681A68;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #681A68;
}
#myCpWindow {
	width: 100%;
	height: 300px;
}
.code {
	border:1px solid gray;
	padding-left:32px;
	padding-top:13px;
	background: white url(/js/codepress/images/line-numbers.png) repeat-y scroll 0pt 3px;
}
.code pre {
	padding: 1px 0px 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 16px;
	font-family: monospace;
	overflow-x: auto;
}
#tabs {
	border-bottom: 1px solid gray;
	background-color: white;
}
#tabs li {
	display: inline;
}
#tabs li a {
	border-top: 2px solid rgb(135,138,192);
	padding: 2px 3px 0px;
	color: black;
	text-decoration: none;
	margin-right: 10px;
}
#tabs li a:hover {
	background-color: #E6E6F2;
}
#header h1 {
	margin: 0px;
}
h1 a {
	background: url(/images/pastoid_h1.png) scroll no-repeat;
	width: 315px;
	height: 78px;
	text-indent: -2000px;
	display:block;
	float: left;
}
body {
	margin:0px;
	font-family: Helvetica, Arial;
	background-color: white;
}

#controlcolumn {
	width: 290px;
	float: left;
	margin-left: -100%;
	font-size: 0.6em;
	padding-left: 20px;
}

#controlcolumn h2 {
	height: 30px;
	width: 300px;
	text-indent: -2000px;
	margin-left: -20px;
}

#controlcolumn ul {
}

#controlcolumn li {
    list-style: none;
    margin-bottom: 3px;
    padding: 2px;
}
li a {

}

#loginform label {
	display: block;
}

#recentpastes {
	background: url(/images/h2_recentpastes.png) scroll no-repeat;
}

#recentlinks {
	background: url(/images/h2_recentlinks.png) scroll no-repeat;
}

#login {
	background: url(/images/h2_login.png) scroll no-repeat;
}

#profile {
	background: url(/images/h2_profile.png) scroll no-repeat;
}

#yourpastes {
	background: url(/images/h2_yourpastes.png) scroll no-repeat;
}

#aboutpastoid {
	background: url(/images/h2_aboutpastoid.png) scroll no-repeat;
}

#bookmarklet {
	background: url(/images/h2_bookmarklet.png) scroll no-repeat;
}

a#thebookmarklet {
	display: block;
	margin-top: 10px;
	border: 2px dashed #681A68;
	background-color: #cccccc;
	padding: 5px;
	width: 100px;
	text-align: center;
}

a#thebookmarklet:hover {
	background-color: #dddddd;
}


#cwrap {
	float: left;
	width: 100%;
}
#pastecolumn {
	margin: 0px 10px 0px 310px;
}

.add_remove {
	text-align: right;
	margin-top: 20px;
	border-top: 1px solid #dddddd;
}
/*
button {
	background: white url(/images/button.png) scroll repeat-x;
	border: 0px;
	padding: 5px 0px 0px;
	border-bottom: 1px solid #CBA77C;
}

button:hover {
	background: #F4EBE1 url(/images/button.png) scroll repeat-x;
}
*/

#pastecolumn h1 {
	font-size: 2em;
	font-weight: bold;
}

#pastecolumn h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	margin: 0.75em 0px 0px;
	clear: left;
}

h2.editable,
h1.editable {
	cursor: pointer;
}

h2.editable label,
h1.editable label {
	font-weight: normal;
	font-size: 10px;
	color: #681A68;
	/* text-decoration: underline; */
	margin-left: 20px;
	cursor: pointer;
}

h2.editable input,
h1.editable input {
	border: medium none ;
	background-color: #efefef;
	font-size:1.0em;
	margin-bottom: 5px;
	display: none;
}
h1.editable input {
	margin-bottom: 0px;
}

#pastecolumn h2 a.raw {
	font-weight: normal;
	font-size: 10px;
	color: #681A68;
	text-decoration: underline;
	margin-left: 20px;
}

.editable.hovered {
	background-color: #FFFFCE;
}

.editable input {
	width: 100%;
}

.addurl {
	float: left;
	width: 100%;
}

.addurl div {
	margin-right: 100px;
}

.addurl div input {
	width: 100%;
}

.addurlbutton {
	float: left;
	width: 100px;
	margin-left: -100px;
}

.pastepart {
	margin-top: 20px;
}

.pastepart hr {
	visibility: hidden;
	clear: both;
}

.langpicker {
	float: right;
	width: 305px;
}

.langpicker select {
	width: 200px;
}

.langpicker button {
	width: 100px;
}

.toclip {
	margin: -5px 0px 0px;
}

.toclip a {
	font-weight: normal;
	font-size: 10px;
	color: rgb(135,138,192);
	text-decoration: underline;
	margin-left: 20px;
}

#footer {
	clear: both;
	padding-top:50px;
}
#footer div {
	font-size: 8px;
	border-top: 1px solid #aaaaaa;
	padding: 2px 10px;
}
#footer a {
	color: #aaaaaa;
}

#spam {
	background-color: #333333;
	border: 2px solid #878AC0;
	color: white;
	font-size: 17px;
	margin: 0px 0px 20px;
	padding: 10px;
	text-align: center;
}

.spam {
	clear: both;
}

input#openid_url {
	background: url('/images/openid.gif') no-repeat; padding-left: 20px;
}

#login_message {
	width: 220px;
	font-weight: bold;
	border: 2px solid #878AC0;
	padding: 5px;
}
ol {
	margin:5px 0px 5px 25px;
}

#split {
	float: right;
	width:10px;
	height:146px;
	margin-right:5px;
	text-indent: -3000px;
	background-image: url('/images/toggle.gif');
	background-color: #ddd;
	background-repeat: no-repeat;
}

#split:hover {
	background-color: #681A68;
}

#hits {
	clear: left;
	font-size: 13px;
	margin: 20px 0px;
}

#hits th {
	font-weight: bold;
	padding: 5px;
}

#hits td {
	padding: 2px 5px;
}

#hits .odd {
	background-color: #eee;
}