/*
Theme Name: Alpaca Search
Theme URI: http://alpaca-search.com/
Description: Search Engine for Alpaca information Only
Version: 1.0 
Author: Dennis Parker
Author URI: http://fancyfiber.com/
            http://alpaca-search.com/
*/

BODY {
  text-align: center;
  background: #ffffff;
  color: #000000;
  margin: 0px;

}

#main { 
/*	width:100%;  */
	width:1011px;
	text-align:center;
}

#head {
	text-align:left;
	border-bottom:#0000CC thick solid;
	height:97px;
	width:1010px;
}

#navbar {
	padding-left:10px;
	text-align:left;
	border-top:#0000CC thick solid;
	border-bottom:#00FFFF thick solid;
	background:#00FFFF;
	width:1000px;
}
a.navtext {
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	text-decoration:none;
	color:#0000FF;
}

a.link {
	color:#000000;
}

a.visited {
	color:#000000;
}

a.sitelink {
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
/* container for the 3 columns */
.outer-container {
  width: 1010px;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #ffffff;  /* violet color will show behind the right column */
  color: #000000;
  padding:0;
  border-top: 1px solid #999;
/*  border-bottom: 1px solid #999; */
}
/* container for just the left and center columns */
.inner-container {
  width: 765px;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
  background-color: #ffffff;  /* yellow color will show behind the left column */
  color: #000000;             /*   delete these colors to get same color as right column */
  margin: 0;               /* keep flush with adjacent containers */
}

.sidebar {
  width: 245px;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  font-size: 90%;
}
.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}
/* left column */
.nav {
  width: 155px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding-top:3px;
  font-size: 90%;
}
/* center column */
.content {
  width: 600px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #ffffff;  /* light blue color will show behind the center column */
  color: #000;
  border-color: #ffffff;      /* W3C CSS validation service get an erroneous */
  border-style: solid;     /*   parse error on border-right shorthand, */
  border-width: 0 1px;     /*   but not on individual properties */
}

.contentnew {
  width: 600px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #ffffff;  /* light blue color will show behind the center column */
  color: #000;
  border-color: #ffffff;      /* W3C CSS validation service get an erroneous */
  border-style: solid;     /*   parse error on border-right shorthand, */
  border-width: 0 1px;     /*   but not on individual properties */
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
}

.blogcontent {
  width: 600px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #ffffff;  /* light blue color will show behind the center column */
  color: #000;
  border-color: #ffffff;      /* W3C CSS validation service get an erroneous */
  border-style: solid;     /*   parse error on border-right shorthand, */
  border-width: 0 1px;     /*   but not on individual properties */
  text-align:left;
}

.copyright {
	width:1000px;
	padding-left:10px;
	border-top:#0099FF solid thick;
	border-bottom:#0099FF solid thick;
	background:#0099FF;
}
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */


@media print {
.nav {
	display: none;
}
.content {
	float: left;
	text-align:center;
}
.contentnew {
	float: left;
}

} /* end print only rules */

.instructions {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	width:340px;
	text-align:center;
}

.information {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	width:540px;
	text-align:left
}

.lookupform {
	padding-left:20px;
	text-align:left;
}

.siteresults {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	
}

.linkhelp {
	float:right;
	text-align:right;
}

