/* green2: #3b6460; */

* {margin:0; padding:0;}

html {
	overflow-y: scroll;
}
 
body {
 background-image: url('http://www.glasscomp.com/images/bg.png');
 background-repeat: repeat-x;
 /*font-family: 'Myriad Pro', Helvetica, 'Trebuchet MS', Arial, sans-serif;*/
 font-family: "Lucida Grande","Lucida Sans",Tahoma,sans-serif;
 font-size: 12pt;
 color: #ffffff;
 text-shadow: #14191d 1px 1px;
 /* background-color:#224248; */
 background-color: #c1d3c9;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 5px;
}

#clear {
	padding: 3px;
	clear: both;
	float: right;
}

.tagline {
	vertical-align: bottom;
}

#header {
	
}

#content {
	background: #ffffff;
	color: #333333;
	text-shadow: none;
	padding: 20px;
}

#sidebar {
	background: #ffffff;
	color: #333333;
	text-shadow: none;
	padding: 10px;
}

#content h1 {
	font-size: 2.5em;
}

#content h3 {
	margin-top: 10px;
	color: #224248;
	font-weight: bold;
}

#content h4 {
	color: #224248;
	font-weight: bold;
}

#content h5 {
	margin-bottom: 3px;
}

#content a, a:visited {
	text-decoration: none;
	color: rgb(50,150,200);
}

#content a:hover {
	color: rgb(50,150,200);
}

.note {
	font-size: 0.8em;
}

ol#faq
{
	list-style: none;
}

ol#faq li {
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content .letter {
	margin-left: 100px;
	margin-right: 100px;
}

/*--------------------------
	NAV
--------------------------*/
#nav{
	font-size: 10pt;
	list-style:none;
	font-weight:bold;
}
#nav li{
	float:left;
	margin-right: 3px;
	position:relative;
	display:block;
	color: #c1a47d;
}

#nav li img {
	padding: 3px;
}

#nav li a{
	display:block;
	color: #c1a47d;
	text-decoration:none;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Text shadow to lift it a little */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	padding: 5px;
}

#nav li a:hover{
	text-decoration: underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
}
#nav ul li{
	border-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	background: #224248;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
}
#nav li:hover a{ /* Set styles for top level when dropdown is hovered */
	text-decoration:underline;
}
#nav li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
/*------------------------*/



/*--------------------------
	FOOTNAV
--------------------------*/
#footnav{
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	list-style:none;
	text-shadow: none;
	font-size: 9pt;
	color: #224248;
	font-weight: bold;
}

#footnav a, a:visited, a:hover {
	text-decoration: none;
	color: #224248;
}
/*------------------------*/

#signup_header {
	width: 100%;
	margin: 0 auto;
	padding: 8px;
	background: #263f3b;
	background: rgba(0, 0, 0, 0.2);
	font-size: 18pt;
	font-weight: bold;
}

#signup_header a, a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

#signup_header p {
	width: 960px;
	margin: 0 auto;
}

#signup_list {
	font-size: 12pt;
}

#signup_list table {
	margin: 0 auto;
}

#signup_list table thead {
	background: #263f3b;
	background: rgba(0, 0, 0, 0.1);
}

#signup_list table thead th {
	padding: 5px;
}

#signup_list td.id {
	text-align: right;
}

#signup_list td {
	padding: 4px;
}

#signup_list tr.a {
}

#signup_list tr.b {
	background-color: #263f3b;
}

/*
.error {
	font-family: 'Myriad Pro', Helvetica, 'Trebuchet MS', Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	color: #df2222;
	margin: 10px;
	padding: 10px;
	text-align: center;
	background: #263f3b;
	background: rgba(0, 0, 0, 0.2);
}
*/

.login_box {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #263f3b;
	background: #263f3b;
	background: rgba(0, 0, 0, 0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.form {
	/*text-align: center;*/
}

.form .text {
	font-family: 'Myriad Pro', Helvetica, 'Trebuchet MS', Arial, sans-serif;
	border: 1px solid #263f3b;
	background-color: #3b6460;
	font-size: 14pt;
	color: #ffffff;
	text-shadow: #14191d 1px 1px;
	padding: 2px;
	text-align: center;
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

button.cupid-green {
  background: #3b6460;
  background: -moz-linear-gradient(top, #3b6460 0%, #263f3b 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b6460), to(#263f3b));
  border: 1px solid #263f3b;
  border-bottom: 1px solid #3b6460;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #263f3b;
  -webkit-box-shadow: inset 0 1px 0 0 #263f3b;
  box-shadow: inset 0 1px 0 0 #263f3b;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px;
}

button.cupid-green:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

button.cupid-green:active {
  border: 1px solid #3b6460;
  border-bottom: 1px solid #263f3b;
  -moz-box-shadow: inset 0 0 8px 4px #548c29;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29;
  box-shadow: inset 0 0 8px 4px #548c29;
}

.summary {
	font-size: 0.9em;
}

.view {
	padding: 2px;
	font-size: 0.8em;
}

.announcement {
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.announcement .subject {
	font-size: 1.1em;
	font-weight: bold;
	/*line-height: 20px;*/
}

.announcement .body {
	font-size: 0.8em;
	display: block;
	padding: 20px;
	/*background: #f0f0f0;*/
}

.announcement .byline {
	float: right;
	margin-top: -20px;
	font-size: 0.8em;
	font-style: italic;
	/*text-align: right;*/
}

table.boards td {
	font-size: 0.9em;
}

table.boards .description {
	font-size: 0.9em;
	font-style: italic;
	clear: left;
}

table.boards img {
	vertical-align: middle;
}

table.posts td {
	vertical-align: top;
	font-size: 0.9em;
}

table.posts .userinfo {
	font-size: 0.8em;
	border-right: 1px solid #548c29;
	height: 100%;
}

table.posts .body {
	padding-left: 5px;
}

table.posts .timestamp {
	font-size: 0.9em;
	width: 100%;
	font-style: italic;
	text-align: right;
	border-top: 1px dotted #548c29;
	margin-top: 20px;
}

table.posts .edited_by {
	font-size: 0.8em;
	width: 100%;
	text-align: left;
	font-style: italic;
	margin-top: 7px;
}

table.posts .editbutton {
	width: 100%;
	font-size: 0.9em;
	text-align: right;
	float: right;
}

button {
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #548c29;
	padding: 2px 5px 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button_newpost {
	margin: 5px auto 7px auto;
	text-align: right;
}

input {
	font-weight: bold;
	border: 1px solid #548c29;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#weather {
	text-align: center;
	font-size: 0.9em;
}

#weather .current {
	padding: 3px;
	border-bottom: 1px dashed #cfcfcf;
}

#weather .forecast {
	padding: 3px;
	border-bottom: 1px dashed #cfcfcf;
}

.view table tr.tr0 td {
	background-color: #fff;
	line-height: 0.9em;
}

.view table tr.tr1 td {
	background-color: #f0f0f0;
	line-height: 0.9em;
}

.testimonial-left {
	width: 70%;
	float: left;
	background-color: #f0f0f0;
	margin: 30px;
	padding: 10px;
}

.testimonial-right {
	display: block;
	width: 70%;
	float: right;
	background-color: #f0f0f0;
	margin: 30px;
	padding: 10px;
}

.awesome, .awesome:visited {
	background: #222 url('http://www.glasscomp.com/images/alert-overlay.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover {
	background-color: #111;
}

.awesome:active	{ top: 1px; }

.small.awesome, .small.awesome:visited {
	font-size: 11px;
	padding: ;
}

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.awesome, .large.awesome:visited {
	font-size: 24px;
	padding: 8px 14px 9px;
}
.gc.awesome, .gc.awesome.visited			{ background-color: #124148; }
.gc.awesome:hover							{ background-color: #224248; }
.gclight.awesome, .gclight.awesome.visited	{ background-color: #90bdc5;}
.gclight.awesome:hover						{ background-color: #5b9eaa;}
.red.awesome, .red.awesome.visited			{ background-color: #ff0000; }
.red.awesome:hover							{ background-color: #c00c00; }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }

.edi td {
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 0.8em;
}

.edi th {
	font-size: 0.9em;
}

.edi input {
	font-size: 0.8em;
}

.edi select {
	font-size: 0.8em;
}
