/* ----------------------------------------------------------- */
/* -- Reynoldson Control ------------------------------------- */
/* ----------------------------------------------------------- */
/* Thanks to:                                                  */
/*   http://www.openwebdesign.org/userinfo.phtml?user-IDesignz */
/*-------------------------------------------------------------*/

* { margin: 0; padding: 0; } /* global reset */
a img { border: none; }


/* The CSS that's required to position the footer */

body {
	text-align: center;
	background: #f4f4f4 url(/images/bg_body.gif) top center repeat-y;
	}

html,
body {
	height: 100%;
	}

#wrap {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 860px;
	text-align: left;
	overflow: hidden;
	}

* html #wrap { height: 100%; min-height: 100%; }


/* ---------------------------------------------------------------
Main header
--------------------------------------------------------------- */

#head {
	height: 110px;
	width: 860px;
	background: url(/images/bg_header.jpg) 0 0 no-repeat;
	overflow: hidden;
	}

#head #logo {
	float: left;
	width: 687px;
	padding: 18px 0 0 0;
	}

#head h1 {
	font: 1em/1.5em Arial, sans-serif;
	color: #e85835;
	margin: 9px 0 0 0;
	}

#head #tertiarynav {
	float: right;
	width: 168px;
	}

#head #tertiarynav ul {
	width: 145px;
	height: 39px;
	background: url(/images/bg_tertiarynav.jpg) 0 0 no-repeat;
	list-style: none;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #fff;
	}

#head #tertiarynav ul li a {
	display: block;
	width: 135px;
	padding: 2px 5px;
	border-top: 1px solid #fff;
	font: 0.7em/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
	}

#head #tertiarynav ul li a:hover {
	background: #fff;
	color: #000;
	}
	
#head form {
	margin: 10px 0 0 0;
	}

#head form input {
	width: 142px;
	}

	
/* ---------------------------------------------------------------
Main navigation
--------------------------------------------------------------- */

body.default #nav ul li.n1 a,
body.home #nav ul li.n1 a,
body.services #nav ul li.n2 a,
body.blog #nav ul li.n3 a,
body.archive_posts #nav ul li.n3 a,
body.contact #nav ul li.n4 a,
body.about #nav ul li.n5 a,
body.products #nav ul li.n6 a {
	border-top: 5px #F19177 solid;
	}

body.default #nav li.n1 a,
body.home #nav li.n1 a,
body.services #nav li.n2 a,
body.blog #nav li.n3 a,
body.archive_posts #nav li.n3 a,
body.contact #nav li.n4 a,
body.about #nav li.n5 a,
body.portfolio #nav li.n6 a {
  color:#1a194f;
}

#nav {
	margin: 15px 0 26px 0;
 	width: 860px;
	overflow: hidden;
	}

#nav ul { list-style: none; }

#nav ul li {
	display: inline;
	}

#nav ul li a {
	display: block;
	float: left;
	width: 135px;
	border-top: 5px #7a949e solid;
	margin: 0 0 0 5px;
	text-decoration: none;
	font: bold 0.9em/1.6em Arial, Helvetica, sans-serif;
	color: #777;
	}

#nav li.n1 a,
#nav li.n1 a {
	margin-left: 0;
	}

#nav ul li a span {
	text-decoration: underline;
	}

#nav ul li a:active, a:visited {
	color: #777;
	}

#nav ul li a:hover {
	color: #1a194f;
	border-top: 5px #1a194f solid;
	}

	
/* ---------------------------------------------------------------
Side Column
--------------------------------------------------------------- */

#sidebar-1 {
	float: left;
	width: 168px;
	}

#sidebar-1 h4 {
	font: 0.7em/1.4em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #7a949e;
	}

#sidebar-1 ul {
	list-style: none;
	margin: 0.3em 0 1.2em 0;
	width: 150px;
	}

#sidebar-1 ul li {
	border-bottom: 1px dotted #999;
	}

#sidebar-1 ul li a {
	font: 0.7em/1.7em Verdana, sans-serif;
	color: #444;
	text-decoration: none;
	}

#sidebar-1 ul li a.menuOn,
#sidebar-1 ul li a.activesub {
	color: #e85835;
	}

#sidebar-1 ul li a:active, a:visited {
	color: #444;
	}

#sidebar-1 ul li a:hover {
	color:#1a194f;
	}

#sidebar-1 ul.feeds li {
	border: none;
	margin: 0 0 0.2em 0;
	}

#sidebar-1 ul.feeds li a {
	display: block;
	width: 80px;
	height: 15px;
	text-indent: -999em;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#sidebar-1 ul.feeds li a.rss { background-image: url(/images/btnRss.png); }
#sidebar-1 ul.feeds li a.atom { background-image: url(/images/btnAtom.png); }



/* ---------------------------------------------------------------
Main Content
--------------------------------------------------------------- */

#content_no_sidebar {
  margin-top: 20px;
  margin-left: 10px;
  width: 100%;
  float: left;
	}

#content {
	float: right;
	width: 687px;
        margin-bottom: 52px;
	}

/* --- general font definitions --- */

#content h3 {
	font: 1.7em "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #e85835;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	border-bottom: 1px dotted #999;
	}

#content h3 a {
	color: #e85835;
	text-decoration: none;
	}

#content h3 a:hover {
	text-decoration: underline;
	}

#content h4 {
	color: #303030;
	}

#content h5 {
	margin-bottom: 0px;
	width: 100%;
	text-align: left;
	border-bottom: 1px #336699 dotted;
	color: #1a194f;
	font-weight: normal;
	}

#content p,
#content li,
#content dl,
#content label,
#content td {
	font: 0.75em/1.6em Verdana, "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	}

#content ul li ul li,
#content ol li ol li {
	font-size: 100%;  /* reset font size for nested lists */
	}

#content p,
#content ul,
#content ol,
#content dl,
#content table,
#content form {
	margin-bottom: 0.7em;
	}

#content ul,
#content ol {
	margin-left: 2em;
	}

#content p.contentTitle {
	background: #eee;
	padding: 0.3em 0.9em;
	margin-bottom: 1.2em;
	}

#content blockquote {
  background: url(//images/blockquote.gif) no-repeat;
  margin: 0 30px;
  padding: 0 25px;
}

#content blockquote p {
  font: 12px Georgia, serif;
  line-height: 150%;
  text-align: justify;
}

#content pre {
  text-align: left;
  background-color: #d0d0d0;
  color: #110;
  padding: 0px;
  font-size: 1.1em;
  overflow: auto;
  margin: 4px 0px;
  width: 95%;
}

#content .readMore {
  display: block;
  text-align: right;
}


/* ---------------------------------------------------------------
Main header
--------------------------------------------------------------- */

#foot {
	position: relative;
	margin: -52px auto 0 auto;
	width: 860px;
	}

#foot p {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	background: #eee;
	color: #666;
height: 30px;
	font: 0.7em/30px Verdana, "Lucida Grande", Tahoma, sans-serif;
	}

#foot a {
	color: #777;
	}

#foot a:hover {
  color: #38b2ff;
	}

/* --------------------------------------------------- */
/* --[accessibility] --------------------------------- */
/* --------------------------------------------------- */
#accessibility {
  position: absolute;
  top: -10000px;
}


/*-------------------------------------------------------------*/
/* Styles for the archive table.    */
/*-------------------------------------------------------------*/

#archive {
  border-top: 1px solid #ddc;
  cursor: default;
  font: 11px Tahoma, Arial, sans-serif;
  margin: 0 auto 5px;
  width: 90%;
  border-collapse: collapse;
}

#archive td {
  border-top: 1px solid #ddc;
  padding: 5px 10px;
  text-align: left;
}

#archive td a {
  cursor: pointer;
}

#archive th a {
  color: #887;
}

#archive th a:hover {
  color: #443;
  text-decoration: underline;
}

#archive th {
  background: #eed url(//images/th.jpg) repeat-x bottom left;
  border-top: 1px solid #fff;
  color: #998;
  font: bold 12px Arial, sans-serif;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-align: left;
  text-transform: uppercase;
}

#archive th span {
  display: none;
}

#archive tr:hover {
  background: #ffc;
}

/*-------------------------------------------------------------*/
/* Styles for the flickr photos.    */
/*-------------------------------------------------------------*/
#flickr {
  font: 9px Tahoma, sans-serif;
  margin: 0 15px 0 25px;
}

#flickr a {
  display: block;
  float: left;
  padding: 0 1px 5px 4px;
  position: relative;
  height: 64px;
  width: 64px;
}

#flickr a:hover {
  font-size: 100%;
  z-index: 1;
}

#flickr img {
  border: 1px solid #ddc;
  padding: 1px;
  height: 60px;
  width: 60px;
}

#flickr a:hover img {
  background: #fff;
  border-color: #000;

  position: absolute;
  width: 75px;
  height: 75px;
  top: -7px;
  left: -4px;
}

/*-------------------------------------------------------------*/
/* Styles for forms.    */
/*-------------------------------------------------------------*/
div.dabblePageText h3 {
  width: 100%;
  text-align: left;
  border-bottom: 1px #336699 dotted;
  color: #1a194f;
  font-weight: normal;
}

/*-------------------------------------------------------------*/
/* Styles for comments.    */
/*-------------------------------------------------------------*/
#txpCommentInputForm {
  background-color:white;
  border:1px dotted #999999;
  font-size:1em;
  margin-top:10px;
  padding:10px;
}

.comment		{ border: 1px solid #eee; padding: 10px; margin: 5px 0; background-color: #ffffff; }
.odd  			{ background-color: #f0f0f0; }
.even			{  }
.author		 	{ border: 1px dotted #333; }
.comment h5 	{ margin-bottom: 0.1em; }
.comment:hover 	{ border: 1px solid #333; }
.author:hover	{ background-color: #e6e6fa; }
.comment-time 	{ width: 90%; text-align: right; font-size: smaller; color: orange; }
.author-string	{ font-variant: small-caps; font-weight: 100; }
.comment-no 	{ font-size: 1.5em; color: #999; }