/*
Theme Name: TeleFlow
Author: Vern Baker
Author URI: http://engenic.com
*/

body {
	background: #FFFDDD url('images/background.gif') center top;
	color: #006;
	font: 75%/145% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #00A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #930;
}

#wrap {
	width: 750px;
	background: url('images/wrap.gif') repeat-y center top;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
}


/* TOP */

#top {
	height: 90px;
	background: #FDFCAE url('images/top-head.jpg') no-repeat;
	color: #AD4700;
	overflow: hidden;
}

#top h1 {
	color: #FFF;
	/*font: 325% Impact, sans-serif;*/
	font: bold 325% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 10px 0 0;
	text-indent: 275px;
	text-transform: lowercase;
}

#top p {
	font: bold 120% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	margin: 0;
 color: #FFF;
	text-indent: 275px;
}

#top a {
	color: #FFF;
}

#top a:hover {
	color: #EEF;
}

#top-half {
	height: 90px;
	background: url('images/top-half.jpg') no-repeat;
	border-bottom: 5px solid #EEE;
}

#top-half ul {
	height: 25px;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#top-half li {
	float: right;
	font: 90%/normal "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px 7px 0;
	text-transform: uppercase;
}

#top-half li a {
	background: #E5F2FF url('images/nav-off.gif') right top no-repeat;
	color: #A43E00;
	padding-right: 12px;
}

#top-half li a:hover {
	background: #E5F2FF url('images/nav-on.gif') right top no-repeat;
	color: #00C;
	padding-right: 12px;
}

#top-half form {
	clear: both;
	margin: 0;
	padding: 15px 10px 0 485px;
}

#top-half fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#top-half label {
	display: block;
	color: #006;
	font: bold 110%/normal "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
}

#top-half input {
	/*background: #2D53A4;*/
 background: #FFF;
	border-top: 1px solid #00338F;
	border-left: 1px solid #00338F;
	border-right: 1px solid #00338F;
	border-bottom: 1px solid #00338F;
	font: bold 100%/normal "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	/* color: #FFF; */
 color: #006;
	margin: 1px 0;
	padding: 0px 0px 0px;
}

#top-half #s {
	width: 214px;
	font: 100%/normal "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	padding: 1px;
}

/* CONTENTS */

#contents {
	width: 518px;
	float: right;
	padding: 15px 15px 15px 0;
}

#contents h1, #contents h2{
	background: #B8C5FE;
	border-top: 1px solid #00338F;
	border-left: 1px solid #00338F;
	border-right: 1px solid #00338F;
	border-bottom: 1px solid #00338F;
	color: #006;
	font: bold 120% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 5px;
	/* text-transform: uppercase;*/
}
#contents a:hover {
	text-decoration: underline;
}
#contents h1 a,  #contents .small a, #sidebar h1 a, #sidebar h2 a {
	color: #B9491F;
}
#contents h1 a:hover, #contents h2 a:hover, #contents .small a:hover, #sidebar h1 a:hover, #sidebar h2 a:hover {
	text-decoration: underline;
}

#contents p {
	font: 120% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	padding: 0 5px;
}

#contents .small {
	background: #DDD;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	color: #33B;
	font: 100% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	margin: 0;
	/*padding: 2px 5px 3px;*/
 padding: 1px 2px 1px;
}

#contents img {
	background: #F9FCEC;
	border: 1px solid #D9DFEF;
	display: inline;
	margin: 4px;
	padding: 4px;
}

#contents .wp-smiley {
	background: #F2F8FF;
	border: 0;
	margin: 0;
	padding: 0;
}

/* SIDEBAR */
#sidebar h1, #sidebar h2 {
	background: #DDD;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #028;
	font: bold 110% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 5px;
	text-transform: uppercase;
}

#sidebar {
	width: 180px;
	float: left;
	font: 95%/130% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	padding: 0px 8px 0px;
}

#sidebar ul {
	margin: 0 5px 15px;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2 {
	margin: 0 0 2px;
	text-align: right;
}

#sidebar ul li a {
	color: #B94C1F;
	font-weight: bold;
}

#sidebar ul li a:hover {
	color: #B9491F;
	text-decoration: underline;
 /* Does a fun - kind of like a click thing
	position: relative;
	top: 1px;
	left: 1px; */
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
}

#sidebar li li {
	padding: 1px 2px 0 4px;
}

#sidebar li li li {
	padding: 1px 2px 0 16px;
}

/* Navigation */
#navigation
{
	background: #FFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	height: 63px;
}

#navigation a:link.loggedin, 
#navigation a:active.loggedin, 
#navigation a:visited.loggedin 
{
	color: #000000;
}

.navigationActionCell 
{
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: 12px; 
  width:50px;
}



/* FOOTER */
#footer {
	height: 40px;
	background: #FDFCAE url('images/footer.jpg') no-repeat;
	border-top: 5px solid #EEE;
	clear: both;
	color: #028;
	font: 95%/140% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	padding: 10px 10px 0 15px;
}

#footer a:hover {
	text-decoration: underline;
}


/* COMMENTS */

.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments li {
	background: #F7FBFF;
	border: 1px solid #D9DFEF;
	margin: 10px 0;
	padding: 4px;
}

.comments li li {
	border: none;
	padding: 0;
}


/* FORMS */

#contents form {
	padding: 4px;
}

#contents form fieldset {
	border: 0;
	margin: 0;
}

#contents form fieldset label {
	width: 20%;
	float: left;
	font-weight: bold;
}

#contents form fieldset input, #contents form fieldset select, #contents form fieldset textarea {
	width: 75%;
	background: #F9FCEC;
	border: 1px solid #D9DFEF;
	float: right;
	font: 100% "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	margin: 2px;
}

#contents form fieldset textarea {
	height: 250px;
}

#contents form fieldset br {
	clear: both;
}

#contents form fieldset .button {
	width: 32%;
	font-weight: bold;
	text-transform: uppercase;
}


/* CONSTANTS */

hr {
	clear: both;
	visibility: hidden;
}

blockquote {
	background: #F9FCEC;
	border: 4px dotted #D9DFEF;
	padding: 0 8px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	float: right;
}
