/**************************************************/
/*         Linux Robotics Framework styles        */
/*     Written by Tim Murphy on April 1, 2008     */
/* Last modified by Tim Murphy on August 20, 2008 */
/**************************************************/

/*****************/
/* global styles */
/*****************/

html {
	height: 100%;
}

body {
	font:			helvetica, arial;
	color:			#eee;
	text-align:		center;
	height:			100%;
	background:		#000 url(../images/back_grad.gif) repeat-y top center;
	_margin-top:		-10px;
	_padding-top:		20px;
}

a {
	color:			#f00;
}

a:hover {
	color:			#666;
}

body h1 {
	text-align:		center;
}

body h2 {
	color:			#f00;
	text-align:		center;
}

body h3 {
	font-variant:		small-caps;
	font-size:		1.2em;
	margin-bottom:		0px;
}

div#container {
	width:			800px;
	_width:			799px;
	margin:			0 auto;
	text-align:		left;
	background:		transparent url(../images/bg_top.jpg) no-repeat top center;
	margin-bottom:		20px;
	min-height:		100%;
	_height:		100%; /* IE6 hack */
	margin-top:		-10px;
	padding:		0 0;
}

.goodMessage {
	color:			#0f0;
}

/*************/
/* left menu */
/*************/

div#content_left {
	float:			left;
	margin-left:		30px;
	_margin-left:		15px;
	width:			200px;
	text-align:		center;
}

div#content_left div#home_link {
	height:			265px;
	cursor:			pointer;
}

img.nias_logo {
	width:			100px;
	height:			100px;
	border:			0;
}

div#sponsors {
	text-align:		center;
}

div#sponsors h3 {
	font-size:		1.1em;
}

/****************/
/* main content */
/****************/

div.content {
	float:			left;
	margin-top:		60px;
	margin-left:		40px;
	_margin-left:		32px;
	width:			500px;
	_width:			495px;
	color:			#eee;
}

div.content div#bottom {
	float:			left;
	height:			0px;
	width:			100%;
	margin-left:		-10px;
}

div.content div#top {
	height:			20px;
	width:			100%;
	margin-left:		-10px;
	padding-bottom:		20px;
}

div#footer {
	float:			left;
	clear:			both;
	color:			#666;
	margin-top:		10px;
	width:			100%;
	height:			2em;
	font-size:		0.9em;
	text-align:		center;
}

/************/
/* top menu */
/************/

div#top_menu {
	margin-top:		10px;
	width:			485px;
	height:			1.6em;
	background-color:	transparent;
	border-top:		1px #f00 solid;
	border-bottom:		1px #f00 solid;
}

div#top_menu div {
	float:			left;
	width:			25%;
	height:			100%;
	text-align:		center;
	line-height:		1.6em;
	color:			#eee;
}

div#top_menu div a {
	display:		block;
	text-decoration:	none;
	font-size:		1.4em;
	color:			#fff;
	
}

div#top_menu div a:hover {
	background-color:	#f00;
	color:			#000;
}

/*************/
/* News page */
/*************/

div.news hr {
	text-align:		center;
	height:			0px;
	width:			50%;
	color:			#000;
	border:			0;
	border-bottom:		1px #eee dashed;
}

div.news div.news_details {
	font-size:		0.7em;
	color:			#666;
	margin-top:		0px;
}

/***************/
/* form styles */
/***************/

form {
	padding:		15px 15px;
	border:			0px #666 solid;
}

input {
	/*width:			200px;*/
}

input.submit {
	margin-top:		10px;
	width:			100px;
}

input.text_long {
	width:			100%;
}

.textarea {
	width:			100%;
	height:			8em;
}

/***************/
/* admin pages */
/***************/

a.delete {
	padding:		1px 3px;
}

a.delete:hover {
	background-color:	#f00;
	color:			#eee;
}

a.edit {
	padding:		1px 3px;
}

a.edit:hover {
	background-color:	#0f0;
	color:			#000;
}

a.new {
	padding:		1px 3px;
}

a.new:hover {
	background-color:	#00f;
	color:			#000;
}
