

/* ==================================== */
/*
		Custom style sheet for
		www.ScottWeichert.com
		(c) 2008 Scott Weichert
		all rights reserved

*/
/* ==================================== */			
			


/* ============ defaults =============*/

* { margin: 0; padding: 0; }

body {
	font: 62.5% Verdana, 'Lucida Grande', Arial, Helvetica, Geneva, san-serif;
	background: #665;
	color: #808072;
	text-align: center; /* just for ie - stupid browser */
	}
	
a:link, a:visited { 
	color: #555544; 
	text-decoration: underline; 
	outline: none; 
	}
a:hover, a:active, a:focus { 
	text-decoration: none; 
	outline: none; color: #f2f2ce; 
	}
ul { list-style: none; }
img { border: none; }



/* ============ container ============== */

#page {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	}
	
#mailpage, #legalpage {
	width: 450px;
	margin: 0 auto;
	text-align: left;
	}
	
h1#main { margin: 0 auto; }
h1#main a { 
	display: block;
	width: 189px;
	height: 99px;
	margin: 60px auto 20px auto;
	background: url(_core/img/logo.jpg) no-repeat center top;
	}
h1#main span { display: none; }


/* =========== HOME PAGE ================ */

/* info tab */
#info {
	clear: both;
	display: block;
	height: 51px;
	text-align: right;
	background: url(_core/img/topgrad.jpg) no-repeat center top; 
	}
#info a {
	display: block;
	width: 143px;
	height: 51px;
	float: right;
	position: relative;
	top: -26px;
	right: 48px;
	background: url(_core/img/info.jpg) no-repeat right top;
	}
#info a:hover, #info a:active {
	background-position: right bottom;
	}
#info a span { display: none; }


/* showtime */
#data {
	background: url(_core/img/bottomgrad.jpg) no-repeat center bottom;
	}

#wrap { clear: both;}

#left { 
	float: left;
	position: relative;
	top: 140px;
	left: 30px;
	display: block;
	width: 20px;
	}
a#moveleft,
a#moveleft:focus { 
	float: left;
	display: block;
	width: 20px;
	height: 70px;
	background: url(_core/img/left.jpg) no-repeat -40px 0;
	}
a#moveleft:hover { background-position: -20px 0; }
a#moveleft:active, a#moveleft.off { background-position: 0 0; }

#right { 
	float: right;
	position: relative;
	top: 140px;
	right: 30px;
	text-align: right;
	}
a#moveright,
a#moveright:focus { 
	float: right;
	display: block;
	width: 20px;
	height: 70px;
	background: url(_core/img/right.jpg) no-repeat 0 0;
	} 
a#moveright:hover { background-position: -20px 0; }
a#moveright:active, a#moveright.off { background-position: -40px 0; }
	
#right a span, #left a span { display: none; }

#port { 
	width: 420px; 
	overflow: hidden; 
	padding: 10px 0 60px 0; 
	margin: 0 auto; 
	position: relative;
	}
#port ul { list-style: none; width: 2080px; }
#port ul li { 
	display: block; 
	width: 86px; 
	height: 106px; 
	float: left;
	margin: 5px 10px; 
	}
li.web { background: url(_core/img/_web.jpg) no-repeat center top; }
li.print { background: url(_core/img/_print.jpg) no-repeat center top; }
li.logo { background: url(_core/img/_logo.jpg) no-repeat center top; }
li.vector { background: url(_core/img/_vector.jpg) no-repeat center top; }
li.raster { background: url(_core/img/_raster.jpg) no-repeat center top; }
li.photo { background: url(_core/img/_retouch.jpg) no-repeat center top; }
#port ul li a {
	display: block;
	float: left;
	width: 67px;
	height: 67px;
	background: transparent;
	font-size: 1.0em;
	margin: 8px;
	font-style:italic;
	text-decoration: none; 
	color: #999;
	font-weight: normal;
	}
#port ul li img {
	display: block; 
	width: 67px; 
	height: 67px; 
	overflow: hidden; 
	border: 1px #ddd solid; 
	}
	
	
	
	

/* ========= INFORMATION ========= */

#infostuff { 
	width: 420px;
	margin: 0 auto; 
	color: #f2f2ce; 
	padding: 0 0 21px 0; 
	background: url(_core/img/topgrad.jpg) no-repeat center bottom;
	}
h1#infohead {
	display: block;
	width: 373px;
	height: 137px;
	margin: 0 auto;
	background: url(_core/img/design.jpg) no-repeat 0 0;
	}
h1#infohead span { display: none; }
.box { clear: both; float: none; }
#bx_affil {}
#bx_soft {}
#bx_equip { display: none; } /* who the hell cares? */
#bx_web {}
#bx_clients {}


h5 { 
	color: #f2f2ce; 
	font-weight: bold; 
	clear: both; 
	}
h5.affil, 
h5.soft, 
h5.webdev, 
h5.clients, 
h5.avail, 
h5.equip,
h5.contact,
h5.legal {
	display: block;
	width: 346px;
	height: 32px; 
	padding: 30px 0 0 0;
	}
h5.affil { background: url(_core/img/h5_affil.gif) no-repeat left bottom; }
h5.soft { background: url(_core/img/h5_soft.gif) no-repeat left bottom; }
h5.webdev { background: url(_core/img/h5_web.gif) no-repeat left bottom; }
h5.clients { background: url(_core/img/h5_clients.gif) no-repeat left bottom; }
h5.equip { background: url(_core/img/h5_equip.gif) no-repeat left bottom; }
h5.contact { background: url(_core/img/h5_sendmail.gif) no-repeat left bottom; }
h5.legal { background: url(_core/img/h5_legal.gif) no-repeat left bottom; }
h5.affil span, 
h5.soft span, 
h5.webdev span, 
h5.clients span, 
h5.avail span, 
h5.equip span,
h5.contact span,
h5.legal span { display: none; } 

.ace, .napp {  
	display: block; 
	font-size: 1.1em; 
	color: #bfbf91; 
	text-align: center; 
	}
.ace { float: left; padding: 0 0 0 40px; }
.napp { float: right; padding: 0 40px 0 0; }
.iavap .iavap_m span { font-size: 1.8em; color: #f2f2ce; }
.iavap { color: #bfbf91; clear: both; text-align: center; }
.iavap_m { 
	display: block; 
	width: 90px; 
	height: 32px; 
	margin: 0 auto; 
	text-align: center; 
	}
.iavap_m strong { color: #f2f2ce; font-size: 1.6em;  }

ul.know { padding: 0 0 0 30px; list-style: none; margin: 0 auto 1.6em auto; }
ul.know li { 
	text-indent: 13px; 
	font-size: 1.2em; 
	line-height: 150%; 
	display: block; 
	float: left; 
	padding: 0 15px 0 0; 
	background: url(_core/img/bull_redchk.gif) no-repeat 0 2px; 
	}
ul.know strong { color: #666; }
#infostuff p { 
	font-size: 1.2em; 
	line-height: 150%; 
	margin: 0 auto 2.0em auto; 
	text-align: left; 
	padding: 0 0 0 30px; 
	}

#close { 
	position: relative; 
	z-index: 50; 
	display: block; 
	width: 133px; 
	height: 27px;   
	margin: 0 auto; 
	overflow: hidden; 
	background: url(_core/img/close.jpg) no-repeat center top;
	}
#close:hover, #close:active, #close:focus { background-position: center bottom; }
#close span { display: none; }




/* ======= SEND MAIL ============= */


#mailstuff { 
	clear: both;
	width: 400px;
	color: #f2f2ce;
	margin: 0 auto;
	}
	
h1#contact {
	color: #a3b7cb;
	font: normal 2.0em Georgia, Times, 'Times New Roman', sans-serif;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 0 0 0;
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 35px;
	background: url(_core/img/_sendmail.gif) no-repeat 0 0;
	}
h1#contact span { display: none; }

form { clear: both; width: 300px; margin: 0 auto; padding: 0 0 20px 0; }
fieldset { border: none; margin: 0.5em auto; }
legend { font-size: 1.1em; }
input.txtin, 
textarea.txtin, 
select.txtin { 
	border: 1px #f2f2ce solid; 
	font-size: 1.6em; 
	padding: 3px; 
	width: 290px;
	margin: 3px 0 0 0;
	}
input.txtin:hover, 
textarea.txtin:hover, 
select.txtin:hover,
input.txtin:focus, 
textarea.txtin:focus, 
select.txtin:focus { background: #f2f2ce; }
textarea.txtin { height: 70px; }
#send_form { 
	float: right; 
	margin: 5px 3px 0 0; 
	display: block; 
	width: 47px;
	height: 18px; 
	text-align: right; 
	background: url(_core/img/btn_send.gif) no-repeat center top;
	}
#send_form:hover, 
#send_form:active,
#send_form:focus { background-position: center bottom; }
#send_form span { display: none; }
.req { float: left; color: #bfbf94; }

/* form errors */
#f_error { width: 300px; font-size: 1.2em; clear: both; margin: 0 auto; color: #f00;}
ul.err { list-style: none; }
.err li { background: url(_core/img/err.gif) no-repeat 0 5px; padding: 2px 0 2px 15px; }

#thanks { 
	width: 300px; 
	font-size: 1.2em; 
	clear: both; 
	padding: 0 0 20px 0; 
	margin: 0 auto; 
	text-align: center;
	}
h4.thanks {
	display: block;
	clear: both;
	width: 210px;
	height: 38px;
	margin: 20px auto;
	background: url(_core/img/_thanks.gif) no-repeat 0 0; 
	}
h4.thanks span { display: none; }



/* ================== legal ============ */


#legalstuff {
	width: 380px;
	margin: 0 auto;
	color: #f2f2ce;
	font-size: 1.2em;
	line-height: 150%;
	}
ol { margin: 20px; }
ol li { padding: 5px 0; }

.legalfoot { clear: both; height: 100px; }


/* mail to link */
#mail {
	clear: both;
	display: block;
	height: 55px;
	text-align: center;
	}
#mail a {
	display: block;
	width: 73px;
	height: 55px;
	margin: 0 auto;
	background: url(_core/img/mail.jpg) no-repeat center top;
	}
#mail a:hover, #mail a:active {
	background-position: center bottom;
	}
#mail a span { display: none; }
#mail p { display: none; color: #555544; padding: 0 0 10px 0; }


#copy {
	display: block;
	width: 168px;
	margin: 20px auto;
	text-align: center;
	}
#copy a { text-decoration: none; }



/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 20px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 10px;
  line-height: 10px;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0 4px 8px;
  color: #fff;
  font: normal 10px 'Lucida Grande', Tahoma, sans-serif;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #000;
}

#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_body_inner img {  }
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}
