/*-- Begin css.css, the default Style Sheet for RealJosh.Com --*/

/*--- css reserved word modifiers ---*/
BODY {
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff
}
	
p,h1,h2,h3,pre {
	/* top, right, bottom, left */
	margin: 0.1em 0.1em 0.5em 0.7em;
	line-height: 1em;
	padding-top: 0px;
}
		
h1 {
  font-size:14pt;
}
h2 {
  font-size:13pt;
}
h3 {
	font-size:12pt;
	margin-left: 0.4em;
	margin-top: 0.7em;
	margin-bottom: 0.1em;
}
		
A {  
  color: #e56701; 
  text-decoration: none;
  font-weight:bold;
}

/*-- Notice the function modifier here -*/
A:hover {
  text-decoration: underline;
}

A:link {
	text-decoration: underline
	color: #ccddff
}
A:visited {
	text-decoration: underline
	color: #d9d0ff
}
A:active {
	text-decoration: underline
	color: #ffffff
}

/*--- use # on classes that specify a unique identifier within non span/div tags -*/
#content_header {
	text-align: center;
	vertical-align: bottom;
	font-size: 18pt;
	margin: 0;
	padding: 0;
}

/*--- use # on classes that specify a unique identifier within non span/div tags -*/
#ranquote {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*--- use # on classes that specify a unique identifier within non span/div tags -*/
#net_clock {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

/*--- use # on classes that specify a unique identifier within non span/div tags -*/
#contentleft {
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
}

/*--- use # on classes that specify a unique identifier within non span/div tags -*/
#contentright {
	width: 1%;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	vertical-align: top;
	font-size:10px;
}
	
#contentright HR {
	padding: 0;
	margin: 0;
}

/*-- Notice this class is only valid for tables --*/
#calendar {
	margin-left: 8px;
}

#logentrylistitem {
	
}

#searchitem {
	
}


/*-- Class specifiers have a dot on front here, but not in the html use -*/

.contentcenter {
	border: 3px double black;
	margin-top: 3px;
	font-size: 10px;
}

.raised {
  position: relative;
  top: -12px;
  left: 12px;
  padding: 4px;
  background: #fff;
}

.content {
	font-size: 14px;
}

.path {
}
	
.button {
  border: 1px solid #000;
}

.text {
  border: 1px solid #000;
  color: #000;
}




