/* @override http://www.realtimed.com/tl_files/realtimed_template/css/realtimed.css */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

body {
	background: #5e5e5e url(../img/bg_page.gif) 0 0 repeat-x;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}

a img {
	border: 0;
}

/* @group Header */

#hdr {
	margin-top: 24px;
	height: 60px;
	position: relative;
}

#hdr h1 a {
	position: absolute;
	background: url(../img/realtimed_logo.gif) 0 0 no-repeat;
	width: 160px;
	padding-top: 43px;
	overflow: hidden;
	height: 0;
	bottom: 15px;
	left: 5px;
}

/* @end */

/* @group Layout */

#page {
	text-align: left;
	width: 832px;
	margin: 0 auto;
	overflow: visible;
	position: relative;

}

#content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.bar {
	background: url(../img/bg_tab.gif) 0 0 repeat-x;
	padding: 8px 36px;
	color: #f6f6f6;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.primary {
	
	overflow: hidden;
	background: #cecece url(../img/bg_white.gif) 0 0 repeat-x;
	padding: 24px 36px;
	border-bottom: 1px solid #aaa;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #333;
	position: relative;
}

.primary a {

}

#home .primary {
	height: 251px;
	padding-top: 40px; 
}

#sub .primary {
	height: 351px;
	padding-top: 40px; 
}


.tertiary {
	position: relative;
	color: #ccc;
	overflow: hidden;
	background-color: #1e1e1e;
	padding: 24px 36px;
		-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* @end */

/* @group LeftColumn */
#leftcolumn {
 	float: left;
 	display: block;
 	width: 350px;
	overflow: hidden; 	
}
/* @end */

/* @group Right Column */
#rightcolumn {
	float: right;
	display:  block;
	width: 350px;
	overflow: hidden;
	text-align: right;	
	
}
/* @end */

/* @group Nav */

#nav {
	position: absolute;
	bottom: 8px;
	right: 0; 
	height: 36px;
	width: 312px;
	font-size: 16px;
	overflow: hidden;
	float: left;	
}

#nav li {
	list-style-type: none;
}

#nav .invisible {
	visibility:hidden;
}

/*  line break for menu */ 
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	display: block;
	float: left;
	margin-left: 15px;
}
li.active{
	color: #1AA9E5;
}
/* End line break for menu */ 


#nav a {
	position: relative;
	top: 0;
	left: 0;

	padding-top: 36px;
	height: 0;

}
#nav a:hover {
	cursor: pointer;
}
/* @end */
/* @group Typography */

p, ul, ol {
	margin-bottom: .5em;
}
ul, ol {
	margin-left: 1.5em;
}
em {
	font-style: normal;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #fff;
}

#content div.primary a {
	color: #1491c6;
}

.tertiary a {
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin-bottom: 12px;
	font-size: 19px;
}
h2 {
	font-size: 14px;
	margin: 2em 0 .6em;
}

h2 .date {
	color: #888;
	font-weight: normal;
}

h2 a:hover {
	text-decoration: none;
}

.primary h2 a {
	color: #000;
}

.tertiary h2 a {
	color: #fff;
}

p a {
	border-bottom: 1px dotted #999;
}
.intro {
	font-size: 18px;
	line-height: 24px;
	margin-top: 24px;
}
/* @end */

/* @group Links */

a.fwd, .primary .gsfn_question a {
	padding-right: 18px;
}
.primary .fwd, .primary .gsfn_question a {
	background: url(../img/arrow_off.gif) right center no-repeat;
}

.primary a.fwd:hover, .primary .gsfn_question a:hover {
	background-image: url(../img/arrow_on.gif);
}

.tertiary .fwd {
	background: url(../img/arrow_dk_off.gif) right center no-repeat;
}

.tertiary a.fwd:hover {
	background-image: url(../img/arrow_dk_on.gif);
}

/* @end */



.floatright {
	float: right;
	margin: 0 0 20px 20px;
}

.bar h2 {
	margin: 0;
}

/* @group Home */

#preview-tote, #preview-outpost {
	bottom: 0;
	
	position: absolute;
	padding-top: 355px;
	height: 0;
	overflow: hidden;
	display: block;
	width: 186px;
}

#preview-tote {
	background: url(../img/realtimed.jpg) 0 0 no-repeat;
	right: 52px;
}

#preview-outpost {
	background: url(../img/realtimed.jpg) 0 0 no-repeat;
	right: 238px;
}

/* @end */

/* @group Tweet */

#tweet {
	margin-left: 96px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	background: url(../img/bg_tweet.gif) 8px bottom no-repeat;
	padding-bottom: 6px;
	color: #ddd;
}

#tweet .status {
	padding: 8px 16px;
	float: left;
	background-color: #373737;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	max-width: 360px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#tweet a {
	color: #ddd;
}

#tweet a:hover {
	color: #fff;
}

/* @end */

/* @group Support */

#getsatisfaction {
	position: absolute;
	bottom: 24px;
	right: 36px;
}

#support input {
	font-size: 18px;
}

#gsfn_search_query {
	width: 360px;
	font-size: 18px;
	margin-right: 6px;
}

.gsfn_topic_list {
	margin: 12px 0;
}

.gsfn_suggestion {
	font-weight: bold;
	list-style-type: none;
}

.gsfn_question {
	margin-left: 18px;
	list-style-type: circle;
}

.gsfn_submit {
	padding-top: 12px;
	list-style-type: none;
}

.time {
	padding-left: 6px;
}

/* @end */

/* @group Footer */


#ftr {
	margin: 0 auto;
	width: 822px;
	text-align: left;
	padding: 12px 0 32px;
	font-size: 12px;
	line-height: 18px;
	color: #ccc;
}
#ftr a {
	color: #fff;
}

/* @end */

/* @group Comments */

.comments {
	padding: 0;
}
.comment, #comment_form {
	position: relative;
	min-height: 100px;
	padding: 18px 36px 18px 192px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #161616;

}
.posted img {
	margin-bottom: 4px;
}
.posted {
	position: absolute;
	left: 36px;
	top: 24px;
	font-size: 11px;
	line-height: 14px;
}

.author {
	border-top-color: #111;
	background-color: #000;
}

.submit {
	font-size: 16px;
	margin-right: 4px;
}

/* @end */

/* @group ContactForm */

.formbody {
	width: 340px;
	margin-top: 25px;

}

.formbody input, textarea{
	padding: 5px;
	width: 333px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

p.error {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	color: #1AA9E5;
	border-style: dashed;
	border-width: 1px;
}


.formbody textarea {
	height: 90px;
}

.formbody input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	margin-right: 15px;
	font-size: 1.0em;
	padding-left: 4px;
}

/* @end */

