/*Fururistic Software Solutions*/


/* Sets all Defaults to 0 */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}

body {
	color: #e4ecd9;
	font: 14px/20px Verdana, Helvetica, sans-serif;
	background-image: url(/theme/stheme/images/body_bkg_repeat.jpg);
}

#container {
	width: 920px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -60px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
/*	border-left:1px dashed #000000;
	border-right:1px dashed #000000;
	background:url(/theme/stheme/images/con_bg.png);*/
	background:url(/img/bg.png) repeat-y;
}


#container-onecol{
	width: 920px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -60px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
/*	border-left:1px dashed #000000;
	border-right:1px dashed #000000;
	background:url(/theme/stheme/images/con_bg.png);*/
	background:url(/img/bg_one.png) repeat-y;
}

map{
	display:none;
}

#home {
	background: #0c4b52 url(/theme/stheme/images/body_bkg_home.jpg) repeat-x;
}

#header_home {
	padding-top: 15px;
	margin-bottom: 60px;
}

.clear {
	clear: both;
}

#header_home h1 {
	margin-bottom: 0px;
}

#secondary {
	background: transparent url(/theme/stheme/images/body_bkg.jpg) repeat-x;
}

#header_secondary {
	background-color:#594C2C;
	border-bottom:1px solid #594C2C;
	float:left;
	padding-top:0;
	width:920px;
}

.logo {
	float: left;
	/*background-color:#79794F;*/
}

.logo h1 {
	margin-bottom: 0px;
}

.Qloginfrm {
	color:#65653E;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin-top:-8px;
	padding-top:0;
}

#topbanner{
	background-color:#CCCC99;
	border-top:1px solid #79794F;
	clear:both;
	text-align:center;
	width:920px;
}
/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	float: left;
	text-transform: lowercase;
	color: #CFCFCF;
	font: italic bold 16px/28px Georgia, "Times New Roman", Times, serif;
	background-color:#CCCC99;
	width:910px;
	margin-bottom:0px;
	padding-left:10px;
	background: url(/theme/stheme/images/menubg.png) repeat-x 0 center;
}

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

#nav li {
	display: inline;
	float:left;
}

#nav li a {
	/*color: #aec68e;*/
	color: #CFCFCF;
	text-decoration: none;
	padding: 7px 15px;
}

#nav li a:hover {
	/*background-color: #aec68e;*/
	color: #FCFCFC;
	background: url(/theme/stheme/images/menuitembg.png) repeat-x 0 center;
}

#nav li a.current {
	background: url(/theme/stheme/images/star.png) no-repeat 0 center;
	color:yellow;
}

#nav li a:hover.current {
	background-color: transparent;
	color:yellow;
}

/* Search Field ////////////////////////////////////////////////////////// */

div#searchbox {
	float: right;
	display: inline;
	margin-top: 5px;
	margin-bottom: 20px;
}

div#searchbox input#search {
	color: #0a434a;
	background: url(/theme/stheme/images/searchbox_bkg.gif) no-repeat left top;
	border: 0;
	width: 175px; /* width of text-display area */
	padding: 3px 10px 3px 23px;
	font-size: 11px;
	height: 20px;
}

div#searchbox input#search[type="search"] {
	width: 200px;
}

* html div#searchbox input#search {
	background-attachment: fixed;
}

/* Home Page ////////////////////////////////////////////////////////// */

#home_left {
	width: 575px;
	float: left;
	display: inline;
	background: url(/theme/stheme/images/home_divider.gif) no-repeat scroll right 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 40px;
}

#home_welcome {
	float: left;
	width: 585px;
}

#home_welcome p {
	line-height: 1.7em;
	margin-bottom: 0px;
}

#home_tagline {
	float: left;
	width: 575px;
	height: 66px;
	z-index: 1;
	position: relative;
}

#home_tagline h1 {
	margin-bottom: 0px;
}

#home_portfolio {
	float: left;
	width: 120px;
	margin-top: -70px;	
	margin-right: 10px;
}

#home_paragraph {
	float: right;
	width: 445px;
}

#home_highlight {
	float: left;
	width: 585px;
	margin-top: 20px;
}

#home_highlight h2,
#home_blogposts h2 {
	background: url(/theme/stheme/images/h2star.gif) no-repeat left 3px;
	padding-left: 22px;
	margin-bottom: 5px;
}

.spacer {
	height: 10px;
}

.home_quote {
	float: left;
	display: inline;
	width: 174px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.home_quote a img {
	border: 3px solid #6c989d;
	padding: 3px;
}

.home_quote a:hover img {
	border: 3px solid #e4ecd9;
}

.home_quote a:hover {
	color: #e4ecd9;

/* irrelevant definition to overcome IE bug */
}

.home_quote h3 {
	color: #edc959;
	font: bold 1.2em/1.1em Verdana, Helvetica, sans-serif;
	margin-top: .8em;
	margin-bottom: .2em;
}

.home_quote h3 a {
	color: #edc959;
	text-decoration: none;
}

.home_quote h3 a:hover {
	text-decoration: underline;
	color: #edc959;
}

.home_quote p {
	color: #6c989d;
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: .5em;
}

.home_quote blockquote {
	font: italic 1.1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#home_right {
	float: right;
	width: 290px;
	text-align: center;
	margin-bottom: 30px;
}

#home_blogposts {
	float: left;
	width: 275px;
	margin-left: 15px;
	text-align: left;

}

#home_blogposts h4 {
	color: #edc959;
	font-size: .9em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#home_blogposts h4 a {
	color: #edc959;
	text-decoration: none;
	font-weight: bold;
}

#home_blogposts h4 a:hover {
	text-decoration: underline;
}

#home_blogposts p {
	color: #6c989d;
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 1.2em;
}

/* Global Image Classes ////////////////////////////////////////////////////////// */

div.separator {
	margin-top: 21px;
	margin-bottom: 21px;
	height: 34px;
	float: left;
	width: 290px;
}

div.separator_secondary {
	margin-top: 21px;
	margin-bottom: 21px;
	height: 34px;
	float: left;
	width: 250px;
	text-align: center;
}

/* Typography ////////////////////////////////////////////////////////// */

p {
	color: #e4ecd9;
	font: 1em/1.5em Verdana, Helvetica, sans-serif;
	margin-bottom: 1.7em;
}

p a {
	color: #edc959;
	text-decoration: underline;
}

p a:hover {
	color: #d27972;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

strong, b {
	color: #3F3F2B;
	font-weight: bold;
}

acronym {
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
}

pre, p.pre {
	font: 1em "Courier New", Courier, mono;
	margin-bottom: 1.7em;
	color: #aec68e;
	background-color: #0e5760;
	padding: 1em;
	white-space: pre;
}

code {
	font: 1em "Courier New", Courier, mono;
	color: #aec68e;
}

hr {
	margin-bottom: 20px;
	height: 1px;
	color: #0e5760;
	background-color: #0e5760;
	border: none;
}

h1 {
	color: #edc959;
	font: bold 24px/30px "Lucida Grande", Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom:10px;
}

h1 a {
	color: #edc959;
	text-decoration: none;
}

h1 a:hover {
	color: #cb8676;
}

h2 {
	color: #aec68e;
	text-transform: uppercase;
	letter-spacing: -1px;
	font: bold 21px/21px "Lucida Grande", Helvetica, sans-serif;
}

h3 {
	font: italic bold 1.3em/1em Georgia, "Times New Roman", Times, serif;
	color: #cb8676;
	margin-bottom: 1em;
}

h5 {
	color: #6c989d;
	text-transform: uppercase;
	letter-spacing: -1px;
	font: bold 15px/16px "Lucida Grande", Helvetica, sans-serif;
	border-bottom: 1px solid #6c989d;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.archive_list_love {
	margin-top: 20px;
}

.archive_list_love p {
	background: url(/theme/stheme/images/arrowicon2.gif) no-repeat 0 4px;
	padding-left: 18px;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: 10px;
}

/* Secondary Page ////////////////////////////////////////////////////////// */

#sec_left {
	/* background:#D6C3A3;*/
	background:url("/theme/stheme/images/content-bg.png") repeat scroll 0 0 #D6C3A3;
	color:#3F3F33;
	display:inline;
	float:left;
	margin-bottom:40px;
	/*margin-top:31px;*/
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	width:609px;
}

#sec_left a{
	/*background:none repeat scroll 0 0 #BEBF77;*/
	color:#000000;
	padding:4px;
	text-decoration:underline;
}

#sec_left p{
	color:#3F3F2B;
	font:0.9em/20px "Lucida Grande",Verdana,Helvetica,sans-serif;
	text-align:justify;
}

#sec_left img{
	padding:10px;
}

#sec_left h1{
	padding:10px;
	color:#3F3F2B;
}

#sec_left h3{
	color:#3F3F2B;
}

#sec_left h2{
	color:#3F3F2B;
}


#sec_right {
	float: right;
	width: 257px; /* 250px*/
	margin-bottom: 40px;
	/* margin-top: 30px;*/
}

.sec_nav {
	width: 250px;
	background: #54452E url(/theme/stheme/images/secnav_bkg.png) repeat-y;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

.sec_nav h2 {
	color: #cccc99;
	padding-left: 20px;
	padding-right: 20px;
}

.sec_nav h3 {
	font: italic bold 1.3em/1em Georgia, "Times New Roman", Times, serif;
	color: #f5f5ca;
	margin-top: .7em;
	margin-bottom: .3em;
	padding-left: 20px;
	padding-right: 20px;
}

.sec_nav ul {
	list-style-type: none;
	display: block;
}

.sec_nav li {
	font: .9em/1.2em "Lucida Grande", Verdana, Helvetica, sans-serif;
	width: 250px;
}

.sec_nav li a {
	color: #e4ecd9;
	text-decoration: none;
	padding-top: .4em;
	padding-bottom: .4em;
	display: block;
	padding-left: 35px;
	padding-right: 20px;
	background: url(/theme/stheme/images/arrowicon.gif) no-repeat 20px .6em;
	width: 195px;
	outline:none;
}

.sec_nav li a:hover {
	background-color: #3F331F;
	outline:none;
}

.sec_nav li a.archives {
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
	color: #cb8676;
	background-image: url(/theme/stheme/images/archive_star.gif);
}

.sec_nav li.li_indent {
	color: #e4ecd9;
	text-decoration: none;
	padding-top: .4em;
	padding-bottom: .4em;
	display: block;
	padding-left: 35px;
	padding-right: 20px;
	background: url(/theme/stheme/images/arrowicon.gif) no-repeat 20px .6em;
	width: 195px;
}


/* Blog ////////////////////////////////////////////////////////// */

h3.category {
	font: italic bold 2em/1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.3em;
	color: #ffffff;
}

p.timestamp,
span.timestamp {
	font: .8em Georgia, "Times New Roman", Times, serif;
	color: #6c989d;
}

span.timestamp {
	font-size: .6em;
}

blockquote p {
	background: #043f47 url(/theme/stheme/images/blockquote_bkg.jpg) no-repeat;
	color: #aec68e;
	font: italic bold 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	padding: 20px 15px 20px 45px;
	margin-bottom: 1.3em;
}

blockquote.bq2 {
	background: #043f47 url(/theme/stheme/images/contact_bkg.jpg) no-repeat;
	padding: 20px 20px 1px;
	margin-bottom: 1.3em;
}

blockquote.bq2 p {
	font: normal normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #aec68e;
	padding: 0px;
	background: none;
}

img.full {
	border: 3px solid #6c989d;
	padding: 3px;
}

img.left {
	border: 3px solid #6c989d;
	padding: 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	border: 3px solid #6c989d;
	padding: 3px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.posted {
	background: #0a434a url(/theme/stheme/images/posted_icon.gif) no-repeat .8em .8em;
	font: .8em/1.3em Georgia, "Times New Roman", Times, serif;
	padding: 1em 1em 1em 3.6em;
	color: #6c989d;
	margin-bottom: 2.5em;
	clear: both;
}

.posted a {
	color: #aec68e;
	text-decoration: none;
}

 .paginate {
	float: left;
	width: 580px;
	border-top: 1px dotted #6c989d;
	text-align: right;
	padding-top: 15px;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
}
	
.paginate b {
    border: 1px solid #003842;
    padding: 1px 4px;
    background-color: #043f47;
    color: #edc959;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
}
	
.paginate a {
	font-size: .9em;
	color: #6c989d;
	padding: 0 2px;
	text-decoration: none;
}  

.paginate a:hover {
	text-decoration: underline;
	
}

input.std_input_trackback {
	margin-bottom: 40px;
	width: 99%;
	border: 1px solid #6c989d;
	color: #0a434a;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}

.subscribe_div {
	margin-bottom: 15px;
}




/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 160px;
	clear: both;
}

#footer {
	background:url("/theme/stheme/images/footer_bkg.jpg") repeat-x scroll 0 top #594C2C;
	height:464px;
	min-width:960px;
	padding-top:26px;
	position:relative;
	width:100%;
}

#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	position: relative;
}

.footercolumn {
	width: 250px;
	float: left;
	display: inline;
}

.footercolumn p {
	margin-left: 7px;
	margin-right: 15px;
	margin-bottom: 30px;
	color: #fff;
	font-size: .9em;
}

.footercolumn2 {
	width: 190px;
	margin-left: 30px;
	display: inline;
}

.footercolumn h5.recentblog {
	background: url(/theme/stheme/images/footer_recentblog.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn h5.recentweb {
	background: url(/theme/stheme/images/footer_recentweb.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn h5.recentprint {
	background: url(/theme/stheme/images/footer_recentprint.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn ul {
	list-style-type: none;
	float: left;
	font-size: .9em;
	line-height: 1.2em;
}

.footercolumn li a {
	color: #efdeaa;
	text-decoration: none;
	background: url(/theme/stheme/images/arrowicon.gif) no-repeat 0 2px;
	padding-left: 18px;
	padding-bottom: 15px;
	display: block;
	width: 170px;
}

.footercolumn li a:hover {
	text-decoration: underline;
	color: #ffffff;
}



.search_black_overlay {
	background-color:black;
	height:5000px;
	left:0;
	opacity:0.4;
	padding-left:50%;
	position:absolute;
	top:0;
	width:100%;
	z-index:10301;
}
.black_overlay {
	background-color:black;
	display:none;
	height:100%;
	left:0;
	opacity:0.4;
	position:absolute;
	top:0;
	width:100%;
	z-index:10301;
}

/* Table Style */
table.sample,table.sample td {
	font: 100% Arial, Helvetica, sans-serif;
}

table.sample {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

table.sample th,table.sample td {
	text-align: left;
	padding: .5em;
	border: 1px solid #fff;
	white-space: nowrap;
}

table.sample th a {
	color: white;
}

table.sample th {
	background: #79794F;/* url(tr_back.gif) repeat-x;*/
	color: #fff;
}

table.sample td {
	background: #CCCC99;
	color:#000000;
}

table.sample tr.even td {
	background: #e5f1f4;
}

table.sample tr.odd td {
	background: #f8fbfc;
}

table.sample th.over,table.sample tr.even th.over,table.sample tr.odd th.over
	{
	background: #4a98af;
}

table.sample th.down,table.sample tr.even th.down,table.sample tr.odd th.down
	{
	background: #bce774;
}

table.sample th.selected,table.sample tr.even th.selected,table.sample tr.odd th.selected
	{
	
}

table.sample td.over,table.sample tr.even td.over,table.sample tr.odd td.over
	{
	background: #ecfbd4;
}

table.sample td.down,table.sample tr.even td.down,table.sample tr.odd td.down
	{
	background: #bce774;
	color: #000;
}

table.sample td.selected,table.sample tr.even td.selected,table.sample tr.odd td.selected
	{
	background: #bce774;
	color: #555;
}

/* use this if you want to apply different styleing to empty table cells*/
table.sample td.empty,table.sample tr.odd td.empty,table.sample tr.even td.empty
	{
	background: #fff;
}

/* End of Table Style */

/* Table Style */
table.samplesp,table.samplesp td {
	font: 100% Arial, Helvetica, sans-serif;
}

table.samplesp {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

table.samplesp th,table.samplesp td {
	text-align: left;
	padding: .5em;
	border: 1px solid #fff;
	white-space: nowrap;
}



table.samplesp th a {
	color: white;
}

table.samplesp th {
	background: #79794F;/* url(tr_back.gif) repeat-x;*/
	color: #fff;
}

table.samplesp th strong {
	background: #79794F;/* url(tr_back.gif) repeat-x;*/
	color: #fff;
}

table.samplesp td {
	background: #CCCC99;
	color:#3F3F2B;
}

table.samplesp tr.even td {
	background: #e5f1f4;
}

table.samplesp tr.odd td {
	background: #f8fbfc;
}

table.samplesp th.over,table.samplesp tr.even th.over,table.samplesp tr.odd th.over
	{
	background: #4a98af;
}

table.samplesp th.down,table.samplesp tr.even th.down,table.samplesp tr.odd th.down
	{
	background: #bce774;
}

table.samplesp th.selected,table.samplesp tr.even th.selected,table.samplesp tr.odd th.selected
	{
	
}

table.samplesp td.over,table.samplesp tr.even td.over,table.samplesp tr.odd td.over
	{
	background: #ecfbd4;
}

table.samplesp td.down,table.samplesp tr.even td.down,table.samplesp tr.odd td.down
	{
	background: #bce774;
	color: #000;
}

table.samplesp td.selected,table.samplesp tr.even td.selected,table.samplesp tr.odd td.selected
	{
	background: #bce774;
	color: #555;
}

/* use this if you want to apply different styleing to empty table cells*/
table.samplesp td.empty,table.samplesp tr.odd td.empty,table.samplesp tr.even td.empty
	{
	background: #fff;
}

/* End of Table Style */



dl {
border: 0px double #ccc;
padding: 0.5em;
}
dl dt {
float: left;
clear: left;
width: 239px;
text-align: right;
font-weight: bold;
color:#CB8676;
}
dl dt:after {
content: ":";
}
dl dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;
}


#gallery div.img
  {
 	border:1px solid #CCCCCC;
	float:left;
	height:132px;
	margin:2px;
	padding:4px;
	text-align:center;
	width:175px;
  }
#gallery div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
#gallery div.img a:hover img
  {
  border:1px solid #0000ff;
  }
#gallery div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
  
  
  
#upload{
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#3366cc;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
#upload .darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
ul#files li img{ max-width:180px; max-height:150px; }
#upload .success{ background:#99f099; border:1px solid #339933; }
#upload .error{ background:#f0c6c3; border:1px solid #cc6622; }

#mp3upload{
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#3366cc;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
#mp3upload .darkbg{
	background:#ddd !important;
}
#mp3status{
	font-family:Arial; padding:5px;
}
#mp3upload .success{ background:#99f099; border:1px solid #339933; }
#mp3upload .error{ background:#f0c6c3; border:1px solid #cc6622; }


#events_listing{
	background-color:#D6C3A3;
	border:1px solid #AF8862;
	clear:both;
	color:black;
	padding:15px;
	font:12px/20px Verdana,Helvetica,sans-serif;
}

#events_listing h1{
	color:#3F3F2B;
}


#events_listing a{
	/* background:none repeat scroll 0 0 #BEBF77; */
	color:#000000;
	padding:4px;
	text-decoration:underline;
	font:0.9em/20px "Lucida Grande",Verdana,Helvetica,sans-serif;
	text-align:justify;
}

#events_listing .atm{
	/*background:none repeat scroll 0 0 #BEBF77;*/
}

#events_listing th, #events_listing td{
	color:#3F3F23;
}

#events_listing  strong, b {
	color:#3F3F23;
	font-weight:bold;
}
#events_listing  h3{
	background:none repeat scroll 0 0 #7E6246;
	color:#EFEFEF;
	font:italic bold 1.3em/1em Georgia,"Times New Roman",Times,serif;
	margin-bottom:1em;
	padding:8px;
}

.utilitylinks strong,.utilitylinks b{
	color:#cccc99;
}

ul{
	padding-left:30px;
}