/*------------------------- HTML elements ------------------------------------*/
html,body {
	margin:0;
	padding:0;
}
body {
	padding-top: 59px;
	font-size:13px;
	font-family: Tahoma, Arial;
}

body, textarea, input, select {
	color: #363531
}

label {
	cursor: pointer;
}

a {	
	text-decoration: none;
}

textarea {
	font-family: "Monaco", monospace;
	font-size:13px;
}

input,textarea {
	padding: 3px;
}

div#header {
	height: 60px;
	width:100%;
	position: absolute;
	top:0;
	left: 0;
	vertical-align: middle;
}

div#spacer {
	background: url('/images/ifxr/spacer.gif') no-repeat center center transparent;
}

div#footer
{
	position: relative;
	top: 50px;
	width: 100%;
	text-align: center;
}

div#footer a
{
	color: #EFECCA;
}

div#footer a:hover
{
	color: #002F2F;
}

h1#masthead {
	margin:0;
	padding:0;
	display:block;
	text-indent:-100000em;
	background:url(/images/logo.png) top left no-repeat transparent;
	z-index:100;
	position:absolute;
	height:75px;
	width:584px;
	left:50%;
	margin-left:-292px;
	top:4px;
	cursor: pointer;	
}
div#content {
	border-style: solid;
	border-width: 1px 4px 4px 1px;
	/*min-height:	200px;*/
	width: 75%;
	position:absolute;
	left:50%;
	margin-left:-45%;
	margin-top:45px;
}
div#content_body {
	padding:20px;
}

div#side {
	float:				right;
	width:				15%;
	margin-left:			30px;
	margin-top:			43px;
}

div#side a , div#statistics a{
	color: #EBECCA;
}

div#statistics a:hover{
	color: #002F2F;
}

textarea {
	border:	1px solid #AAAAAA;
}

form {
	margin:				0;
}

div#paste_header, div#paste_by, div#paste_syntax{
	margin-bottom:		10px;
}
div#paste_header div, div#paste_by div{
	font-weight:		bold;
}
ul#other_versions {
	padding-left:		0;
	margin-top:		0;
}
ul#other_versions li {
	cursor:				pointer;
	list-style-type: 	none; 
	text-align:			left; 
	width: 				100px;
	margin:				2px;
	padding-left:23px;
}
ul#other_versions li#current_revision {
	background:url(/images/sprite.gif) no-repeat 0px -198px transparent !important;
}
/*---------------------------------- menu ------------------------------------*/
ul.menu {
	position:absolute;
	top:-40px;
	right:0px;
	list-style:none;
	float:right;
	margin-right:0;
	margin-top:10px;
}
ul.menu li {
	float:left;
	padding-right:10px;
}
ul.menu a {
	text-decoration:none;
	padding-bottom:3px;
}

/*----------------------------- Compose page ---------------------------------*/
textarea#paste_content{
	width: 100%;
	height: 300px;
	overflow: auto;
	color:#363531;
}

div#paste_container {
	position:relative;
}

div#paste_syntax_container {
	position:absolute;
	right:0px;
	padding-right:10px;
	width:129px;
	z-index:400;
}

div#paste_content_container {
	clear:both;
	padding-top:10px;
}

div#paste_footer {
	padding-top:8px;
}

div#paste_button {
	float:right;
}


/*--------------- Compose page: options --------------------------------------*/
div#paste_option_expires {
	margin-left:30px;
	background:url(/images/sprite.gif) no-repeat 0px -58px transparent;
	padding-left:23px;
	height:20px;
	width:200px;
	float:left;
}
div.selected-clock {
	background:url(/images/sprite.gif) no-repeat 0px -38px transparent !important;
}
/* the hide selected toggler */
div#hide_paste_con .selected {
	background:url(/images/sprite.gif) no-repeat 0px -21px transparent;
}
div#hide_paste_con {
	float:left;
	margin-top:5px;
	margin-left:5px;
}

label#l_hide_paste {
	background:url(/images/sprite.gif) no-repeat 0px 0px transparent;
	padding-left:20px;
}

label#l_tweet
{
	background:url('/images/tweet.png') no-repeat 1px 0px transparent;
	padding-left: 23px;
}

label#l_tweet:hover
{
	background-image: url('/images/tweet-on.png');
}

div#d_tweet
{
	margin-bottom: 4px;
}

div#paste_options {
	float:left;
}

div#paste_info {
	position:relative;
	top:30px;	
}
div#user_info {
	position:relative;
	top:-30px;
	width: 200px;
}

input#paste_subject, input#paste_nickname {
	border:	1px solid #AAAAAA;
	font-size: 10pt;
	width: 95%;
	
	
}

/*-------------------------- Paste page --------------------------------------*/
div#paste_body {
	overflow: auto;
	width: 100%;
}
label#l_edit_link{
	background:url(/images/sprite.gif) no-repeat 1px -180px transparent; 
	padding-left: 23px;
}
label#l_edit_link:hover{
	background:url(/images/sprite.gif) no-repeat 1px -161px transparent;
}
label#l_report_link{
	background:url(/images/sprite.gif) no-repeat 1px -216px transparent;
	padding-left: 23px;
}
label#l_report_link:hover{
	background:url(/images/sprite.gif) no-repeat 1px -236px transparent;
}
div#d_raw, div#d_download, div#edit_paste {
	margin: 5px 5px 5px 0;
}
div#edit_paste {
	margin-bottom: 10px;
}
label#l_raw_link{
	background:url(/images/sprite.gif) no-repeat 0px -142px transparent; 
	padding-left: 23px;
}
label#l_raw_link:hover{
	background:url(/images/sprite.gif) no-repeat 0px -122px transparent;
}
label#l_download_link{
	background:url(/images/sprite.gif) no-repeat 0px -102px transparent; 
	padding-left: 23px;
}
label#l_download_link:hover{
	background:url(/images/sprite.gif) no-repeat 0px -82px transparent;
}

/*-------------------------- General: form -----------------------------------*/
div.form-row {
	padding-bottom:15px;
}
div.form-row label input {
	display:block;
}
div.form-row label {
	color:#6F6F6F;
}

/*---------------------------- Recent pastes ---------------------------------*/
div.paste-entry {
	position:relative;
}
div.paste-timestamp {
	position:absolute;
	top:30px;
	right:10px;
	color:#999;
}

div.paste-content {
	background-color:#EEEEEE;
	border:1px solid #CCC;
	margin-top:10px;
	padding:4px;
	font-family:monospace;
	font-size:1em;
	overflow: auto;
}
div.view-more a {
	color: #356BBF;
	display:inline;
	padding-bottom:1px;
	border-bottom:1px solid white;
}

div.view-more {
	margin-bottom:20px;	
}

div.view-more a:hover {
	border-bottom:1px solid #356BBF;
}
div.paste-entry-clickable {
	cursor:pointer;
}
table.highlighttable, table.highlighttable div {
	width: 100%;
}
table.highlighttable td.linenos {
	width:15px;
}
div#google-adsense {
	margin-top: 30px;
}
div#buttons img {
	display: block;
	margin: 4px;
	margin-left: 0;
	border: none;
}
div#statistics{
	float:left;position: absolute; left:0; top: -37px;
}
div#paste-search, div#search-head{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin-top:10px;
	padding:4px;
	font-family:Tahoma,Arial;
	font-size:13px;
}
input#search-query{
	border:1px solid #AAAAAA;
	font-size:10pt;
	width:400px;
}
div#search-head{
	margin-bottom:10px;
}
div#search-button, div#search-query{
	display:inline;
}
div#no-results{
	margin: 4px;
}
div#edit_note{
	color: red;
}
