﻿/* CSS Document */
.spacer{
	clear:both; 
	line-height:0;
}
/*---------------------------------- profile ---------------------------------*/
#profileAvatar
{
	float:left;
	width:200px;
	height:200px;
	padding:25px 0 0 20px;
}
/*---------------------------------- end profile ---------------------------------*/

/*---------------------------------- marker view/edit -------------------------*/
#hypeLeft
{
	width:130px;
	float:left;
}
#markerLeft
{
	width:450px;
	position:relative;
	float:left;
	padding:0 15px;
}
#markerRight
{
	width:320px;
	position:relative;
	float:right;
}
#markerHype
{
	width:100%;
}
.editLink
{
	font-size:11px;
	font-weight:normal;
}
h1.show
{
	padding-left:0px;
	margin-bottom:2px;
	text-transform:none;	
}
h2.show span
{
	font-size:0.5em;	
}
/*---------------------------------- end marker view/edit ---------------------*/

/*---------------------------------- comments ------------------------------*/
#comments
{
	border-top:solid 1px #fff;
	padding:0px 0px 15px 0px;
	margin:0px;
	width:420px;
}
#comments .commentText
{
	border-bottom:solid 1px #fff;
	padding:0px 0px 10px 0;
}
#comments .commentText span
{
	color:#777;
}
/*---------------------------------- end comments -------------------------*/


/*---------------------------stream item------------------------------------*/
#stream-head
{
	width:97%;
	color:#009F00;
	text-align:right;
	font-weight:normal;
	text-decoration:normal;
}
ol#stream 
{
	list-style:none;
	font-size:1.0em;
	width:90%;
}
ol#stream li
{
	padding-left:.5em;
	position:relative;
	margin: 10px 0 0 0;
}

ol#stream .stream-image
{
	display:block;
	width:60px;
	height:100%;
	position:absolute;
	left:0;
	margin:0 10px 0 0;
	overflow:hidden;
	z-index:10; 
	text-align:center;
}
ol#stream .stream-summary
{
	display:block;
	min-height:40px;
	overflow:hidden;
	margin-left:66px;
	text-align:left;
	padding-bottom:10px;
	border-bottom: solid 1px #fff;

}
ol#stream .stream-summary .stream-title
{
	overflow:hidden;
}
ol#stream .stream-summary .stream-text
{
	font-size:1em;
	color: #333333;
	display:block;
}
ol#stream .stream-summary .stream-text .expires
{
	font-size:0.75em;
	color: #444;
	font-weight:bold;
}
ol#stream .stream-foot
{
	padding-top:5px;
	display:block;
}

ol#stream .stream-location
{
	right:100px;
	display:block;
	float:right;
	font-size:0.875em;
	font-style:italic;
}
ol#stream .stream-location a
{
	color: #004EC1;
}
ol#stream .stream-cat
{
    left:100px;
    display:block;
    float:left;
    font-size:0.75em;
    font-style:italic;
    color: #444;
    font-weight:bold;
}
ol#stream .stream-location .stream-distance
{
	font-style:italic;
	padding-left:7px;
	font-size:0.8em;
}
ol#stream .stream-hype
{
	float: right;
	font-size: 1.1em;
	color: #009F00;
	font-weight: bold;
	padding: 1px 2px 0px 2px;
	/*border-bottom: 1px dotted #009f00;*/
	line-height:1.0em;
}

/*--------------------------end stream item------------------------------------*/

/*---------------------------map markers--------------------*/
.navWindow 
{
	width:300px;	
}

.navWindowImg
{
	width: 60px;
	position:relative;
	left: 5px;
	top: 5px;
	float:left;
	height:100%;
}

.navWindowText 
{
	position:relative;
	left: 10px;
	top: 5px;
	float:left;
	width:230px;
	/*height:39px;*/
	color: #333333;
}
/*--------------------------end map markers--------------------*/

/*-------------------------------------------extra classes--------------------*/
.result
{
	font-size:1.5em;
	font-weight:bold;
	text-transform:lowercase;
	color:#008000;	
}
/*this one is used on the OffPlanet page*/
.resultText
{
	font-size:0.9em;
	color:#0066FF;
}
/*These 3 are from MVC and handle displaying of errors*/
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.bigFont 
{
	font-size:1.25em;
}	
.bigInput
{
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size:1.35em;
	/*height:25px;*/
	padding:2px 1px;
}
.bigTextArea
{
	font-family: Verdana, Geneva, Sans-Serif; 
	font-size:1.35em;
}
.largeFont
{
	font-size:2.0em;	
}
.hugeFont
{
	font-size:3.0em;	
}
.pp100 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:1.0em;
	color:#333;
	margin-bottom:10px;
}
.pp115 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:1.15em;
	color:#222;
	margin-bottom:10px;
}
.pp115Indent 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:1.0em;
	color:#222;
	margin-bottom:10px;
	margin-left:15px;
}
.pp125 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:1.25em;
	color:#222;
	margin-bottom:15px;
}
/* make textbox dimensions consistent in all browsers */
/*Helps jQuery UI with the button format padding*/
.ui-button  
{
	outline: 0; 
	margin:0; 
	padding: .4em 1em .4em; 
	text-decoration:none;  
	!important; cursor:pointer; 
	position: relative; 
	text-align: center; 
}
/*Helps jQuery UI with the dialog layout*/
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }

