/***************************/
/* RESET MARGINS & PADDING */
/***************************/

/*html, body, div, span,
p, blockquote, pre, code,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}*/

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;
}

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

img {
  border: 0;
	margin: 0;
	padding: 0;
}

/**************/
/* TYPOGRAPHY */
/**************/

html {
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
}

body {
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
	line-height: 1.47em;
}

/********/
/* MISC */
/********/

hr {
  height: 1px;
  border: 1px solid #ccc;
	margin-bottom: 2em;
}

input, select, th, td {
	font-size: 1em;
}

:focus {
	outline: 0;
}

:link, :visited {
	text-decoration: none;
}

ul, ol {
}

a img,:link img,:visited img { 
	border: none;
}

/************/
/* HEADINGS */
/************/

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.625em;
	font-weight: normal;
}

h3 {
	font-size: 1.579em;
	font-weight: normal;
}

h4 {
	font-size: 1.42em;
}

/*****************/
/* DEFAULT LINKS */
/*****************/

a {
	color: #000;
}

a, 
a:link, 
a:visited, 
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block; 
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

.cleardiv {
  clear: both;
}

/**********/
/* TABLES */
/**********/

table {
	border-collapse: collapse;
	border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

td {
	vertical-align: top;
}

/********/
/* MENU */
/********/

#menu {
	padding-top: 2em;
}
  
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: block;
	float: left;
  font-size: 1.4em;
	margin-left: 1.5em;
}

#menu li.active {
	text-decoration: underline;
}

#menu a {
  color: #000000;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

/**********/
/* LAYOUT */
/**********/

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

#content {
	margin: 2em 0;
	padding: 0;
	width: 100%;
}

#preface {
	margin: 0 0 4em 0;
}

#footer {
	margin: 3.2em 0 6em 0;
	padding: 2em 0;
	width: 100%;
}

/**********/
/* FOOTER */
/**********/

#footer {
	font-size: 1.2em;  
  color: #525252;
	border-top: 1px solid #eeeeee;
}

#footer h3 {
	margin: 0 0 0.2em;
	text-transform: uppercase;
}

#footer a {
	color: #525252;
}

/************/
/* HOMEPAGE */
/************/

#navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#navigation img {
	float: left;
}

.column {
}

#column-first {
	width: 300px;
}

#column-last {
	width: 631px;
}

.column h1 {
	letter-spacing: 0px;
}

.news_entry {
	margin-bottom: 2em;
}

.column h4 {
	margin: 0 0 0.65em 0;
  color: #000;
	font-weight: bold;
}

.column p {
	color: #5c5c5c;
	font-size: 1.46em;
	line-height: 1.68em;
}

.column a {
  color: #4f81bd;
}

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

#mission {
	margin-bottom: 2em;
	border: 2px solid #ebebeb;
	-moz-border-radius-topleft: 6px;
/*  -moz-border-radius-topright: 6px;*/
  -moz-border-radius-bottomleft: 6px;
/*  -moz-border-radius-bottomright: 5px;*/
  -webkit-border-top-left-radius: 6px;
/*  -webkit-border-top-right-radius: 6px; */
  -webkit-border-bottom-left-radius: 6px;
/*  -webkit-border-bottom-right-radius: 5px; */
}

#mission p {
	color: #000;
	font-size: 1.6em;
	font-weight: 200;
}

/* SLIDESHOW */
div.slideshow img
{
	display: none;
}

div.slideshow img.first
{
	display: block;
}

/*************/
/* PORTFOLIO */
/*************/

.portfolio {
	width: 415px;
	margin-bottom: 4em;
}

.portfolio ul {
	margin: 1em 0;
}

.portfolio ul li {
	list-style-position: outside;
	list-style-type: none;
	background: transparent url(../images/bullet.png) 0 0.56em no-repeat;
	padding-left: 1.2em;
}

.portfolio li, 
.portfolio p {
	color: #5c5c5c;
	font-size: 1.46em;
	line-height: 1.6em;
}

.portfolio a {
	color: #4f81bd;
}

.portfolio h4 {
	margin: 1em 0 0.65em 0;
	text-transform: uppercase;
}

.portfolio img {
	border-top: 2px solid #e2e2e2;
	border-left: 2px solid #e2e2e2;
	border-bottom: 3px solid #ccc;
	border-right: 3px solid #ccc;
	-moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px; 
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 5px; 
}

/************/
/* SERVICES */
/************/

#services {
	width: 460px;
}

#services ul li {
	list-style-position: inside;
	list-style-type: none;
	height: 125px;
}

#services ul li p {
	padding-left: 90px;
	color: #5c5c5c;
	font-size: 1.46em;
	line-height: 1.6em;
}

#services ul li h4 {
	margin: 0 0 0.4em 0;
	padding-left: 90px;
	text-transform: uppercase;
}

#services ul li#design {
	background: transparent url(../images/design_icon.jpg) top left no-repeat;
}

#services ul li#development {
	background: transparent url(../images/development_icon.jpg) top left no-repeat;
}

#services ul li#seo {
	background: transparent url(../images/seo_icon.jpg) top left no-repeat;
}

#services ul li#ecommerce {
	background: transparent url(../images/ecommerce_icon.jpg) top left no-repeat;
}

#services ul li#identity {
	background: transparent url(../images/identity_icon.jpg) top left no-repeat;
}

#services ul li#analytics {
	background: transparent url(../images/analytics_icon.jpg) top left no-repeat;
}

#services ul li#cms {
	background: transparent url(../images/drupal_icon.png) top left no-repeat;
}

#services ul li#server {
	background: transparent url(../images/server_icon.png) top left no-repeat;
}

/***********/
/* CAREERS */
/***********/

#careers {
	margin: 1em 0;
}

#careers h4 {
	margin: 1em 0 0.4em 0;
	text-transform: uppercase;
}

#careers h1 {
	margin: 0.6em 0 1em 0;
}

#careers ul {
}

#careers ul li {
	list-style-position: inside;
	list-style-type: none;
	background: transparent url(../images/bullet.png) 0 0.56em no-repeat;
	padding-left: 1.2em;
}

#careers li, 
#careers p {
	color: #5c5c5c;
	font-size: 1.46em;
	line-height: 1.6em;
}

#careers a {
	color: #4f81bd;
}

.job-description {
	display: none;
}

/***********/
/* CONTACT */
/***********/

#map-info h4 {
	text-transform: uppercase;
}

#map-info span {
	font-size: 1.26em;
	line-height: 1.6em;
}

#map-info span.address {
	color: #5c5c5c;
}

#map-info a {
	color: #4f81bd;
}

