/*

 * Created on Jan 11, 2010

 *

 * Copyright 2010 Julia Smith, All rights reserved.

 */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font: 15px/ 1.5 helvetica neue, verdana, san-serif;
	background: #fff;
}

h1 {
	color: #808080;
	padding: 10px;
}

#page-wrap {
	width: 1000px;
	height: 750px;
	background-color: #fff;
	border-style: dotted;
	border-color: #fff;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url('http://www.react2010.com/images/bg-logo-only.png');
	background-repeat: no-repeat;
}

#admin-page-wrap {
	width: 1000px;
	height: 750px;
	background-color: #fff;
	border-style: dotted;
	border-color: #fff;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url('http://www.react2010.com/images/bg-logo-only.png');
	background-repeat: no-repeat;
}

#reactor_tip {
	color: #474747;
	text-shadow: 0px 0px;
	width: auto;
	margin: 0px;
	background-color: #fff;
	padding: 5px 15px 5px 15px;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #c0c0c0;
	-webkit-box-shadow: 0 0 3px #c0c0c0;
	display: none;
	padding: 25px;
	color: white;
	z-index: 99999;
}

/* left: 287 + offset */
.tag_cloud {
	color: #474747;
	text-shadow: 0px 0px;
	position: absolute;
	top: 40px;
	left: 542px;
	height: 17px;
	margin: 0px;
	font-size: 75%;
	background-color: #c0c0c0;
	background-image: url('http://www.react2010.com/images/loginBG.png');
	padding: 5px 15px 5px 15px;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #c0c0c0;
	-webkit-box-shadow: 0 0 3px #c0c0c0;
	width: 423px;
}

/* for adding a new tag */
.tag_add_a_tag {
	margin-top: 10px;
	border-style: none;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* opera, CSS3 */
	background-color: darkGray;
	position: absolute;
	top: 0px;
	right: 145px;
	border-color: black;
	padding: 5px;
}

a.filter {
	visibility: hidden;
	align: center;
	padding: 0px;
}

/* lists the posts a post will be filed under */
.contrib_tags {
	-moz-border-radius-topleft: 7px; /* firefox */
	-moz-border-radius-topright: 7px; /* firefox */
	-webkit-border-top-left-radius: 7px; /* safari */
	-webkit-border-top-right-radius: 7px; /* safari */
	-khtml-border-radius-topleft: 7px; /* safari?*/
	-khtml-border-radius-topright: 7px; /* safari?*/
	border-radius-top: 7px; /* opera, CSS3 */
	-moz-border-radius-bottomleft: 7px; /* firefox */
	-moz-border-radius-bottomright: 7px; /* firefox */
	-webkit-border-bottom-left-radius: 7px; /* safari */
	-webkit-border-bottom-right-radius: 7px; /* safari */
	-khtml-border-radius-bottomleft: 7px; /* safari?*/
	-khtml-border-radius-bottomright: 7px; /* safari?*/
	border-radius-bottom: 7px; /* opera, CSS3 */
	border-style: solid;
	border-width: 1px;
	border-color: dimGray;
	float: right;
	color: orange;
	padding: 5px;
	margin: 1px;
}

/* positioned by engine.js */
.detail {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 900px;
	height: 670px;
	max-height: 750px;
	padding: 0px;
	bottom: 0%;
	color: #fff;
	font-size: 80%;
	background-color: #eee;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px 5px #c0c0c0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
}

.detail_header {
	height: 45px;
	padding: 0px;
	color: #fff;
	background-color: #c0c0c0;
	margin-bottom: 20px;
}

/* currently a stub for any interaction specific stuff*/
.interact {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 900px;
	height: 670px;
	padding: 0px;
	margin: 0px;
	bottom: 0%;
	color: #fff;
	font-size: 80%;
	background-color: #eee;
	border-style: solid;
	border-color: #a9a9a9;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 50px 5px #444;
	-webkit-box-shadow: 0 0 50px #444;
}

#react2010form_post_form {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 80%;
	background-color: #eee;
}

/* revise entry */
.editor_revise {
	display: inline;
	width: auto;
	color: white;
	float: left;
	font-weight: bold;
	background-color: #7c7c7c;
	padding: 10px 25px 16px 25px;
}

.action_revise {
	cursor: pointer;
	text-decoration: underline;
}

/* new (reply and new header) */
.editor_mode {
	display: inline;
	width: auto;
	color: white;
	float: left;
	font-weight: bold;
	background-color: #7c7c7c;
	padding: 10px 25px 16px 25px;
}

/* view filtering */
#filter {
	display: inline;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	text-decoration: underline;
	color: blue;
}

#close_detail {
	cursor: pointer;
	width: 100px;
	height: 20px;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	border-color: ;
	float: right;
	color: white;
	font-weight: bold;
	background-color: #7c7c7c;
	padding: 10px 0 16px 0;
	margin-left: 0px;
	border-style: solid;
}

#close_editor {
	cursor: pointer;
	width: 100px;
	height: 20px;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	border-color: ;
	float: right;
	color: white;
	font-weight: bold;
	background-color: #7c7c7c;
	padding: 10px 0 16px 0;
	margin-left: 0px;
	border-style: solid;
}

.editor_paste_url {
	background: transparent;
	margin: 0px;
	width: 800px;
	height: 450px;
}

#editor_show_media {
	color: tomato;
	border-style: none;
	background-color: #eee;
	padding: 0px;
	width: 810px;
	height: 455px;
	position: absolute;
	top: 65px;
	left: 45px;
	margin: 0px;
}

#editor_show_media img {
	align: center;
	vertical-align: middle;
}

#publish {
	display: inline;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

#test_media {
	display: inline;
	width: auto;
	color: white;
	position: absolute;
	top: 525px;
	right: 0px;
	font-weight: bold;
	font-size: 110%;
	background-color: #7c7c7c;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	text-decoration: underline;
	background-color: #7c7c7c;
}

#test_done {
	display: inline;
	width: auto;
	color: white;
	position: absolute;
	top: 525px;
	right: 0px;
	font-weight: bold;
	font-size: 110%;
	background-color: #7c7c7c;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	text-decoration: underline;
}

/* placement of the veil determines which elements are

manipulable or not during a detail or post display

*/
.veil {
	filter: alpha(opacity =
		                                                         
		  50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: black;
	position: absolute;
	left: 0px;
	top: 80px;
	width: 900px;
	height: 670px;
	max-height: 750px;
	padding: 0px;
	bottom: 0%;
	color: #fff;
	font-size: 80%;
	background-color: #eee;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px 5px #c0c0c0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
}

.arena {
	background: transparent;
	position: absolute;
	top: 50px;
	left: 0px;
	min-width: 950px;
	min-height: 610px;
	border-style: none;
	border-color: #eee;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px;
	padding: px;
}

.reactor {
	text-align: center;
	border-style: none;
	border-width: 2px;
	border-color: dimGray;
	padding: 2px 4px;
	position: absolute;
	min-width: 150px;
	max-width: 150px;
	min-height: 150x;
	max-height: 150x;
	top: 300px;
	left: 400px;
}

.reactor_bg {
	overflow: hidden;
	display: run-in;
	position: absolute;
	cursor: move;
	background-image: url('http://www.react2010.com/images/reactorSprite.png');
	background-position: 0 0px;
	left: 0px;
	top: -70px;
	width: 150px;
	height: 120px;
	min-width: 150px;
	min-height: 180px;
}

.reactor_drop {
	background-image: url('http://www.react2010.com/images/reactorSprite.png');
	background-position: 0 -180px;
}

div.reactor :hover {
	background-image: url('http://www.react2010.com/images/reactorSprite.png');
	background-position: 0 0px;
}

.reactor_post {
	position: absolute;
	top: -35px;
	left: 100px;
}

.clusterBody {
	cursor: move;
	color: gray;
	text-align: center;
	border-style: none;
	border-width: 2px;
	border-color: dimGray;
	padding: 2px 4px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* a cluster term can be cluster-term or fan-term  */
.undefinedTerm {
	background-color: red;
	color: coral;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: dimGray;
	padding: 2px 4px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.clusterTerm {
	cursor: move;
	text-shadow:  #ccc 4px 4px 2px;
	height: 1em;
	filter: Shadow(Color =    #ccc, Direction =   135, Strength =   5);
	color: steelBlue;
	padding: 0px;
	padding-bottom: 10px;
	border-style: none;
	border-width: 1px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-style: none;
}

.explorationTerm {
	cursor: move;
	text-shadow:  #ccc 4px 4px 2px;
	height: 1em;
	filter: Shadow(Color =    #ccc, Direction =   135, Strength =   5);
	color: gold;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	border-style: none;
	border-width: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.fanTerm {
	cursor: move;
	text-align: center;
	text-shadow: #ccc 4px 4px 2px;
	height: 1em;
	filter: Shadow(Color =    #ccc, Direction =   135, Strength =   5);
	color: #888888;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	border-style: none;
	border-width: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.canDrop {
	cursor: move;
	border-color: lightSteelBlue;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: dotted;
	border-width: 1px;
}

#user_search {
	display: inline;
	width: 100px;
	color: black;
	border-color: #888;
	border-style: dotted;
	border-width: 1px;
	font-style: italic;
	font-size: 75%;
}

#tooltip {
	color: #474747;
	text-shadow: 0px 0px;
	width: auto;
	margin: 0px;
	background-color: #c0c0c0;
	padding: 5px 15px 5px 15px;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #c0c0c0;
	-webkit-box-shadow: 0 0 3px #c0c0c0;
	display: none;
	padding: 25px;
	color: white;
	z-index: 99999;
}

.tooltip {
	color: #474747;
	text-shadow: 0px 0px;
	width: 600;
	margin: 0px;
	font-size: 75%;
	background-color: #c0c0c0;
	padding: 5px 15px 5px 15px;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #c0c0c0;
	-webkit-box-shadow: 0 0 3px #c0c0c0;
	display: none;
	padding: 25px;
	color: white;
	z-index: 99999;
}

#tooltip h3,#tooltip div {
	margin: 0;
}

#header {
	width: auto;
	position: relative;
	background: #fff;
	padding-left: 15px;
	padding-top: 10px;
}

#greet {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-left: 15px;
	display: inline;
}

#login {
	color: steelBlue;
	text-decoration: none;
	margin-right: 10px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo img {
	border: 0;
	cursor: pointer;
	margin: 0 8px;
}

/*

  this css consolidates login specific styles in order to make them easier to

  clean up.

 */
#loginbar {
	color: #474747;
	text-shadow: 0px 0px;
	position: absolute;
	top: 10px;
	left: 287px;
	width: auto;
	height: 17px;
	margin: 0px;
	font-size: 75%;
	background-color: #c0c0c0;
	background-image: url('http://www.react2010.com/images/loginBG.png');
	padding: 5px 15px 5px 15px;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #c0c0c0;
	-webkit-box-shadow: 0 0 3px #c0c0c0;
	width: 678px;
}

#loginbar a {
	color: #336699;
	text-decoration: none;
	margin-right: 10px;
}

#welcome {
	display: inline;
	width: 250px;
}

#contribute {
	position: absolute;
	right: 100px;
}

#login_op {
	display: inline;
	position: absolute;
	top: 5px;
	right: 2px;
}

#current_search {
	position: absolute;
	display: inline;
	top: 5px;
	left: 255px;
	width: 300px;
}

#footer {
	padding-top: 15px;
	width: 960px;
	background: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0 auto 10px;
}

#footer p {
	font-size: 9px;
	letter-spacing: 1px;
	padding: 5px;
	margin-left: 5px;
	color: #444;
}

#footer a {
	color: #336699;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #4682B4;
}
