

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}



/* Basics
----------------------------------------------*/
body {font-size: 62.5%}

#container {font-size: 1.2em; color: #3c3c3c;}

body, p, div, td, h1, h2, h3, h4, li {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; /* "Lucida Grande", Geneva */
  line-height: 1.5;
  color: #555;
  }

td {text-align: left;}  /* For occasional IE6 bug */ 

p {margin: 0 0 1em;}
  
img {
  display: block;
  border: 0; 
  }

img.inline {display: inline;}

form, input {
  margin: 0;
  padding: 0;
  }

input {font-size: .9em;}

blockquote {margin: 0 20px 1em;}

a {text-decoration: none;}
a:link {color: #428aa9;}
a:visited {color: #428aa9;} 
a:hover {color: #000; text-decoration: underline;} 
a:active {color: #952219;}


/* Layout stuff
----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #e4e4de;  
/*   background: #e7e8e8 url(/img/bg.gif) repeat-y center top; */
  }

#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  border: 0;
  }

#container2 {
  margin: 25px 0;
  float: left;
  width: 960px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
/*
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
*/
  }

#header {
  padding: 45px 30px 20px;
  width: 900px;
  float: left;
  background: #444;
/*
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
*/
  }

#logo_tag {
  width: 600px;
  float: left;
  }

#header img#logo {
  padding: 0 0 5px;
  }

#header em {
  color: #fff;
  font-size: 1em;
  font-family: Georgia;
  }

#col_wrap {
  padding: 20px 0;
  float: left;
  width: 960px;
  }

#content {
  padding: 0 0 30px 30px;
  float: left; 
  min-height: 200px; /* If changed, do same to "ie6.css" */
  width: 600px;
  }

#intro {
  padding-bottom: 1px;
  font-size: 1.2em;
  }


#sidebar {
  padding: 30px 30px 10px 0;
  float: right; 
  min-height: 200px; /* If changed, do same to "ie6.css" */
  width: 270px;
  }

.box {
  margin: .5em 0 2em;
  padding: 15px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #e4e4de;

  background-color: #e4e4de;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid;
  border-color: #b3b3ae #ebebe6 #edede9  #bebeb9;
  }

.box h3 {
  margin-top: 0;
  }

#login {
  margin: 2em 0;
  padding: 16px 0 8px;
  float: right; 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  }

#login h2 {
  margin: 0 0 1em;
  }

#login form label {
  display: block;
  }

#login input {
  margin-bottom: 1em;
  }

#login div {
  display: block;
  float: left;
  width: 240px;
  }

#footer {
  margin-left: 30px;
  padding: 10px 0 20px;
  float: left;
  width: 890px;
  color: #999;
  font-size: .9em;
  border-top: 2px solid #444;
  }



/* Header styles
----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0;
  padding: 0;
  font-weight: bold; 
  font-family: Georgia, helvetica, arial, sans-serif;
  }

h1 {
  margin: 1em 0 .25em;
  font-size: 1.6em;
  font-weight: normal;
  color: #333; 
  }

/*
h1 em {
  font-family: Georgia;
  font-size: .7em;
  }
*/

h2 {
  margin-top: 1.5em;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: normal;
  color: #333;
/*   border-bottom: 2px solid #333; */
  }

h2.title {
  margin-top: 0;
  font-size: 1.6em;
  }

h2 a:link, h2 a:visited {
  color: #333;
  }

h2 a:hover {
  color: #428aa9;
  }

h2 a:active {
  color: #952219;
  }

h3 {
  font-size: 1.2em;
  color: #333;
  }

h4 {
  font-size: 1em;
  color: #333;
  }




/* List stuff
----------------------------------------------*/
ol {
  padding: 0 0 0 2.8em;
  }

ol li {
  list-style-type: decimal;
  }

ul {
  padding: 0;
  margin: 0 0 1em;
  list-style-type: none;
  }

#content ol, 
#sidebar_b ol {
  margin-top: 0;
  margin-bottom: 1em;
  }

ul li, 
ol li ul li {
  padding: 0 0 0 2.8em;
  background: url(/img/li.gif) no-repeat 1.8em .5em; 
  }

#sidebar ul li {
  padding: 0 0 0 1.2em;
  background: url(/img/li.gif) no-repeat .2em .5em; 
  }

dl {
  margin: 0;
  padding: 0;
  }

dt {
  margin: 1em 0 0;
  padding: 0;
  }
  
dd {
  margin: 0;
  padding: 0;
  font-style: italic;
  }

#recent_work dt {
  font-size: 1.2em;
  }


#recent_work dd {
  color: #999;
  font-size: .9em;
  }

.note {
  font-size: .75em;
  }

#clients_list {
  margin: 1em 0;
  }



/* Misc styles
----------------------------------------------*/

.backtotop {
  margin: 2em 0 2em;
  padding: 1em 0;
  text-align: right;
  font-size: .8em;
  background: url(/img/hr_dashed.gif) repeat-x left top;
  }

.toc {
  margin: 1em 0 3em;
  padding-bottom: 1em;
  background: url(/img/hr_dashed.gif) repeat-x left bottom;
  }

img.screenshot {
  margin: 0 0 1em 10px;
  float: right;
  border: 1px solid #666;
  }
  
.code {
  font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
  color: #448a43;
  font-size: 1.1em;
  }

input[type="text"],
input[type="password"], 
textarea 
  {
  margin: 1px 0;
  padding: 3px 8px;
  font-size: 1em;
  width: 140px;
  background-color: #e4e4de;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid;
  border-color: #b3b3ae #ebebe6 #edede9  #bebeb9;
  }

input[type="text"]:focus,
input[type="password"]:focus, 
textarea:focus 
  {
  outline: 0;
  background-color: #fff;
  }

input.blur, 
textarea.blur {
  color: #999;
  }


hr, .hide {
	display: none;
	}

a img {
	border: none;
	}

.group:after { /* self-clear floats; not supported by IE 6 or 7  */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* use the best possible ampersand */
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1;
	}

span.by {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1;
	}

