/* Main CSS Document */

/* RESET -------------------------------------------------------------------- */
/* html5doctor.com Reset Stylesheet - v1.4 2009-07-27 Author: Richard Clark - http://richclarkdesign.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body { line-height:1; }

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/* TYPE --------------------------------------------------------------------- */
body { 
  font-size: 87.5%; /* Base font size: 14px */
  font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.429;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 {font-size: 1.714em} /* 24px */
h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em} /* 14px */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: .8em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/* Anchors */
a img {border: 0px; text-decoration: none;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }

/* Paragraphs */
p {margin-bottom: 1.143em;}  /* 16PX */
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Text elements */
blockquote  { margin: 1.5em; font-style: italic; font-weight: bold; text-align: center; padding: 0 50px 0 310px; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 1.5em 1.5em 0; font-style: normal; font-weight: bold; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists */

/* Header */
#banner li { font-weight: bold; }

/* Content */
#callToAction li { font-weight:bold; }

/* Footer */
#footerInfo li { font-weight: bold; font-size: .8em; } /* 11px */

/* COLOR -------------------------------------------------------------------- */
body         { background: #3B2600; }
.bodyContent { border: 3px solid /*#9D7E47*/ #5a4d94; color: #3b2600; }

/* Headings */

/* Anchors */

/* Header */
#banner {
  background: #9D7327 url('../images/rwdName.png') no-repeat top left;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
#banner nav a {
  padding: 5px 13px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#banner nav a { background: #3b2600; }
#banner nav a:link, #banner nav a:visited { color: #9d7e47; }
#banner nav a:hover, #banner nav a:active { color: #f8f8f8; }
#welcome li.welcome a, #designers li.designers a, #whyCustom li.whyCustom a, #awards li.awards a, #about li.about a, #articles li.articles a, #contact li.contact a { color: #f8f8f8; }

/* Content */
#contentContainer, #portfolio { background: #f8f8f8; }
#slideshow { border-bottom: 3px solid #5a4d94; }
#contentContainer nav li { background: #3b2600; }
#contentContainer nav li a { color: #9d7e47; }
#contentContainer nav li a:hover { color: #f8f8f8; }
#content { background: #f8f8f8; }

#callToAction li {
  border: 4px solid #5a4d94;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

/* Footer */
#footerInfo { border-top: 0; }
#footerInfo {
  background: #9D7327;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}
#footerInfo nav a:link, #footerInfo nav a:visited { color: #3b2600; }
#footerInfo nav a:hover, #bafooterInfonner nav a:active, #footerInfo nav a:hover { color: #f8f8f8; }

/* LAYOUT ------------------------------------------------------------------- */
/* Body */
body { margin: 20px 0; text-align: left; }

.bodyContent {
  clear: both;
  width: 950px;
  margin: 0 auto;
  position: relative;
}

/* Header */
#banner { position: relative; height: 145px; }
#logo { display: block; height: 100px; width: 500px; }
#banner nav#headerSub { position: absolute; top: 28px; right: 15px; }
#banner nav#headerPrimary { position: absolute; bottom: 10px; right: 15px; }
#banner nav#headerPrimary ul { width: 100%; }
#banner nav ul li { display: inline; padding: 0 0 0 15px; }

/* Content */
#content { padding: 20px; /*width: 600px;*/ overflow:hidden; }
h2:last-child { padding-top: 50px; }
p:last-child { width: 650px; }
#content div { clear: both; padding: 0 0 20px 0; overflow:hidden; }
#content img { width: 280px; }
#content img.left { float:left; padding: 0 20px 0 0; }
#content img.right { float:right; padding: 0 0 0 20px; }

#callToAction {
  position: absolute; 
  bottom: 0;
  right: 0;
  padding: 20px;
}
#callToAction li {
  margin: 5px 0 0 0;
  padding: 5px;
  text-align: center;
  width: 200px;
}

/* Footer */
#footerInfo { height: 23px; }
#footerInfo nav a {
  padding: 1px 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#footerInfo nav a { background: #3b2600; }
#footerInfo nav a:link, #footerInfo nav a:visited { color: #9d7e47; }
#footerInfo nav a:hover, #footerInfo nav a:active, #footerInfo nav a:hover { color: #f8f8f8; }
#footerInfo nav ul { text-align: center; }
#footerInfo nav ul li { display: inline; padding: 0 7px 0 7px; }

/* SPECIAL ELEMENTS, SECTIONS, ETC ------------------------------------------ */
/* Elements ---------------------------------- */
#banner nav li.articles, #footerInfo nav li a[href="articles.html"] { display: none; }

/* Contact form ------------------------------- */
input, textarea, a { outline: none; }

#formWrap div {
  padding: 0;
/*  background: #f8f8f8;*/
 	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#formWrap address { float: left; }
#formWrap address img { margin: 35px; }
#formWrap form {
  background: #9d7327;
  border: 3px solid #5a4d94;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  padding: 20px 20px 20px 20px;
  width: 480px;
  float: left;
}
#formWrap label {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 3px 0;
}
#formWrap label.error {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 3px;
	color: #c11b17;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

#formWrap .inputContact { background: #ccc;	margin-bottom: 10px; position: relative; }
#formWrap input {
	width: 99%;
	border: none;
	background: none;
	padding: 5px;
	font-size: 1.3em;
}
#formWrap input:focus, #formWrap textarea:focus {
  background: #f8f8f8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 98%;
}
#formWrap input:hover, #formWrap textarea:hover {
  background: #f8f8f8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 98%;
}

#formWrap .messageContact { background: #ccc; margin-bottom: 10px; position: relative; }
#formWrap textarea {
	width: 99%;
	height: 200px;
	display: block;
	border: none;
	background: none;
	padding: 5px;
	font-size: 1.4em;
	overflow: auto;
}
#formWrap input.active, #formWrap textarea.active { background: #eee; }
#formWrap div#submitButton { text-align: center; }
#formWrap input.submitButton, #formWrap a.submitButton {
	position: relative;
	background: #ccc;
	width:200px;
	border: 2px solid #5a4d94;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#formWrap a.submitButton { font-size: 1.4em; padding: 10px; }
#formWrap input.submitButton:hover, #formWrap a.submitButton:hover { background: #eee; }

/* Slideshow ---------------------------------- */
/** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:300px;
    width:950px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

/* Portfolio ---------------------------------- */
#awards #contentContainer { border-bottom: 0px; }
#portfolio { border-top: 0px; }

#portfolio ul.category {
  width:870px;
  height:415px;/*auto;*/
  position:relative;
  z-index:10;
  margin: 0 auto 30px auto;
}
#portfolio ul.category li {
  display:block;
  width:145px;
  height:31px;
  float:left;
  background:#9d7327;
}
#portfolio ul.category li a.group {
 display:block;
  width:144px;
  height:31px;
  text-align:center;
  line-height:31px;
  color:#f8f8f8;
  border:1px solid #f8f8f8;
  border-width:0 1px 0 0;
  background:#9d7327;
  font-weight:bold;
}
#portfolio ul.category li.active a.group {background:#5a4d94;}

#portfolio ul.category li a ul, 
#portfolio ul.category li ul {display:none;}

#portfolio ul.category li a:hover,
#portfolio ul.category li:hover a {color:#f8f8f8; background:#3b2600;}

#portfolio ul.category li.active ul,
#portfolio ul.category li a:hover ul, 
#portfolio ul.category li:hover ul {
  display:block;
  position:absolute;
  left:0;
  top:31px;
  height:365px;
  background:#9d7327;
  width:365px;
  padding:20px 480px 20px 20px;
}
#portfolio ul.category li.active ul {border:2px solid #5a4d94; z-index:1;}

#portfolio ul.category li a:hover ul, 
#portfolio ul.category li:hover ul {border:2px solid #3b2600; z-index:100;}

#portfolio ul.category li ul li {
  display:inline;
  width:87px;
  height:87px;
  float:left;
  border:1px solid #f8f8f8;
  margin:1px;
}

#portfolio ul.category li ul li a {
  display:block;
  width:85px;
  height:85px;
  cursor:default;
  float:left;
  border:1px solid #3b2600;
}

#portfolio ul.category li ul li a img.thumb {
  display:block;
  width:75px;
  height:75px;
  border:5px solid #f8f8f8;
}

#portfolio ul.category li ul li a span {display:none;}

#portfolio ul.category li a ul li a:hover, 
#portfolio ul.category li ul li a:hover {white-space:normal;}
#portfolio ul.category li a ul li a span,
#portfolio ul.category li ul li a span {
  display:none;
  width:275px;
  background:#9D7327;
  text-align:center;
}
#portfolio ul.category li a ul li a:hover span,
#portfolio ul.category li ul li a:hover span {display:block; position:absolute; left:425px; top:20px; z-index:10; height:45px; width:400px;}

#portfolio ul.category li a ul li a:hover span img,
#portfolio ul.category li ul li a:hover span img {border: 2px solid #3b2600;}

#portfolio ul.category li a ul li a:active span,
#portfolio ul.category li ul li a:active span {display:block; position:absolute; left:425px; top:20px; z-index:10; height:45px;}
#portfolio ul.category li a ul li a:active span img,
#portfolio ul.category li ul li a:active span img {border: 2px solid #3b2600;}

/* Web Tools ---------------------------------- */
/* TYPE --------------------------------------------------------------------- */
#webtoolArea { font-size: 24px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
#webtools .webtoolIcons li { list-style: none; }
#webtools .webtoolIcons a  { text-decoration: none; }
#webtools .webtoolIcons a:hover { color: #00ADEB; text-decoration: underline; }
/* COLOR -------------------------------------------------------------------- */
#webtoolArea {
  background: #f8f8f8 url('../images/cloudTippersWebTools.gif') no-repeat bottom right;
  border: 4px solid #008DB0;
  -moz-border-radius: 20px; /* FF1+ */
  -webkit-border-radius: 20px; /* Saf3+, Chrome */
  border-radius: 20px; /* Opera 10.5, IE 9 */
}
#webtools .webtoolIcons a { color: #636467; }
/* LAYOUT ------------------------------------------------------------------- */
#webtoolArea {
  padding-bottom: 100px; 
  overflow: hidden;
  position: relative;
}
#webtools .webtoolIcons {
  float: left;
  width: 250px;
  margin: 0;
  padding: 20px 0 0 30px;
  overflow: hidden;
}
#webtools .webtoolIcons li  { height: 64px; margin: 0; padding 0; }
#webtools .webtoolIcons a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: 0;
}
#webtools .webtoolIcons img { 
 	margin:0;
	border:0;
	outline:0;
  vertical-align: middle;
  padding: 0 .5em 0 0;
  height: 64px;
  width: 64px;
}
#logoArea {
  width: 200px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -20000px;
}