/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: sc.css
* Version: 2009-04-03 YYYY-MM-DD
* Website: http://skylinecreative.net/
* Description: Website of Skyline Creative, a small web design firm based in Australia

== STRUCTURE: ==============================
* Page width: 915 px
* Number of columns: 2
============================================

== INDEX: ===================================
_main    : Main stuff & reset
_wrap    : Wrapper, logo and the like
_content : Main page content
_menu    : Left menu
_footer  : Footer
_links   : <a href>
============================================

*/

/* _main
==========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  background: #9c4f36;
  color: #222;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

html {
  font-size: 100.01%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

fieldset {
  padding: .5em;
}

select option {
  padding: 0 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

.invisible {
  display: none;
}

a img {
  border: none;
}

/* _wrap
==========================================*/

#logo {
  width: 266px;
  height: 202px;
  margin: 0 auto;
  background: transparent url('../images/sc_logo.png') no-repeat;
}

#wrap {
  width: 100%;
  height: 889px;
  background: transparent url('../images/sc_bg.png') repeat-x;
}

#wrap2 {
  width: 915px;
  height: 864px;
  margin: 0 auto;
  background: transparent url('../images/sc_bg3.jpg') no-repeat;
}

#wrap3 {
  width: 486px;
  margin: 0 auto;
  padding-left: 100px;
}

/* _content
==========================================*/

#content {
  float: right;
  width: 340px;
  height: 493px;
  background: transparent url('../images/sc_bgmain.jpg') no-repeat;
  padding: 20px 5px 0 17px;
  color: #665742;
  line-height: 145%;
  text-align: justify;
}

h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Georgia, serif;
  font-weight: bold;
  color: #a13207;
  margin: 9px 0 0 0;
  text-align: center;
  background: transparent url('../images/h1.png') no-repeat bottom center;
  height: 65px;
}

h2 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Georgia, serif;
  font-weight: bold;
  color: #a13207;
  text-align: center;
}

h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Georgia, serif;
  font-weight: bold;
  color: #555;
  font-style: italic;
}

img.h1 {
  margin: -5px 0 0 7px;
}

a img.pic.fix {
  margin-bottom: -5px;
}

img.pic {
  border: 1px solid #c3c3c3;
  outline: 1px solid #fdfdfc;
  margin: 0;
}

img.pic:hover {
  outline: 2px solid white;
  border: 1px solid #9b8e88;
}

#content p {
  margin: 3px 0 6px 0;
}

#content p.showcase {
  text-align: center;
  background: url('../images/modal-bg.jpg') -2000px -2000px no-repeat;
}

#content p.showcase img {
  margin: 5px 1px;
  width: 56px;
  height: 140px;
}

#content p.back,
#content p.small {
  font-size: 0.8em;
}

div.hr {
  clear: both;
  height: 1px;
  overflow: hidden;
  width: 98%;
  background-color: #dfdad0;
  border: 0;
  border-top: 1px solid white;
  margin: 5px 0 6px 2px;
}

div.hr.full {
  width: 98%;
  margin: 5px 0 6px 0;
}

div.small.right {
  width: 43%;
}

div.small.left {
  width: 55%;
}

#content ul {
  list-style-type: disc;
  list-style-position: outside;
  font-weight: normal;
  margin: 3px 0 0 14px;
}

#content ul li {
  line-height: 145%;
}

#content div#services-list {
  width: 52%;
  *width: 54%;  
}

#content div#technology-list {
  width: 45%;
  *width: 46%;
}

#content ul.services {
  font-weight: normal;
  margin-left: 10px;
  *margin-left: 15px;
}

#content ul.services a {
  font-weight: normal;
}

.index-contact a {
  font-weight: normal !important;
}

.about-bio p {
  text-align: justify;
}

.about-bio p.biobox {
  margin: 0 13px !important;
  padding: 3px 5px;
  border-left: 2px solid #665742;
  text-align: left;
}

.about-bio .biobox em {
  float: left;
  width: 45px;
}

.contact-info li {
  list-style-type: none;
}

.contact-info li {
  margin-left: 7px;
}

.contact-info em {
  float: left;
  width: 55px;
}

img.icon {
  vertical-align: middle;
  margin: 0 7px 0 0;
}

p.contact-address {
  padding-left: 23px;
}

p.contact-address img.icon {
  margin-left: -23px;
}

/* _menu
==========================================*/

#rightmenu {
  float: right;
  font-family: Trebuchet MS, Palatino Linotype, Georgia, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #962a00;
}

#rightmenu #top {
  width: 35px;
  height: 50px;
  background: transparent url('../images/sc_bgmain2.jpg') no-repeat;
}

#rightmenu #bottom {
  width: 39px;
  height: 250px;
  background: transparent url('../images/sc_bgmain3.jpg') no-repeat;
}

#rightmenu #welcome,
#rightmenu #welcome-s {
  width: 115px;
  height: 24px;
  text-indent: 23px;
  padding-top: 8px;
  background: transparent url('../images/sc_menu1.jpg') no-repeat;
}

#rightmenu #welcome-s {
  background: transparent url('../images/sc_menu1s.jpg') no-repeat;
}

#rightmenu #about,
#rightmenu #about-s {
  width: 122px;
  height: 24px;
  text-indent: 35px;
  padding-top: 10px;
  background: transparent url('../images/sc_menu2.jpg') no-repeat;
}

#rightmenu #about-s {
  background: transparent url('../images/sc_menu2s.jpg') no-repeat;
}

#rightmenu #services,
#rightmenu #services-s {
  width: 112px;
  height: 27px;
  text-indent: 23px;
  padding-top: 8px;
  background: transparent url('../images/sc_menu3.jpg') no-repeat;
}

#rightmenu #services-s {
  background: transparent url('../images/sc_menu3s.jpg') no-repeat;
}

#rightmenu #products,
#rightmenu #products-s {
  width: 123px;
  height: 24px;
  text-indent: 30px;
  padding-top: 14px;
  background: transparent url('../images/sc_menu4.jpg') no-repeat;
}

#rightmenu #products-s {
  background: transparent url('../images/sc_menu4s.jpg') no-repeat;
}

#rightmenu #showcase,
#rightmenu #showcase-s {
  width: 123px;
  height: 27px;
  text-indent: 23px;
  padding-top: 10px;
  background: transparent url('../images/sc_menu5.jpg') no-repeat;
}

#rightmenu #showcase-s {
  background: transparent url('../images/sc_menu5s.jpg') no-repeat;
}

#rightmenu #contact,
#rightmenu #contact-s {
  width: 121px;
  height: 26px;
  text-indent: 33px;
  padding-top: 11px;
  background: transparent url('../images/sc_menu6.jpg') no-repeat;
}

#rightmenu #contact-s {
  background: transparent url('../images/sc_menu6s.jpg') no-repeat;
}

/* _footer
==========================================*/

#footer {
  clear: right;
  text-align: center;
  width: 402px;
  height: 87px;
  padding: 22px 0 0 0;
  font-size: 11px;
  color: #917e66;
  background: transparent url('../images/sc_footer.jpg') no-repeat;
  line-height: 150%;
}


/* _links
==========================================*/

a:link,
a:visited {
  color: #962a00;
  font-weight: bold;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
  color: #5b721e;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #665742;
}

/*
a[accesskey]:after { 
  content: "[" attr(accesskey) "]";
}
*/

#rightmenu a:link,
#rightmenu a:visited {
  text-decoration: none;
  color: #a08e73;
}

#rightmenu a:hover,
#rightmenu a:active {
  text-decoration: underline;
  color: #5b721e;
}

#footer a:link,
#footer a:visited {
  color: #a85432;
}

#content .bio a:link,
#content .bio a:visited {
  display: block;
  margin: 0 12px;
  float: left;
  border: 0;
  text-decoration: none;
}

#content .bio img {
  width: 56px;
  height: 140px;
}

/* _showcase
==========================================*/

#scGallery-modal {
  background: url('../images/modal-bg.jpg') top center no-repeat;
  width: 800px;
  height: 530px;
  border: 1px solid white;
  text-align: center;
  line-height: 0;
  margin: 50px auto;
  cursor: move;
  z-index: 100;
  _border: 0;
}

#scGallery-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-image: url('../images/overlay.png');
}

#scGallery-modal-close {
  position: absolute;
  z-index: 99;
  top: -5px;
  right: -90px;
}

#scGallery-modal-close img {
  border: 0;
  outline: 0;
}

#scGallery-modal-imagewrapper {
  padding: 20px 10px 10px 10px;
  _padding: 15px 10px 10px 18px;
}

#scGallery-modal-imagewrapper img {
  border: 1px solid #997c73;
  outline: 1px solid white;
}

#scGallery-modal-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 475px;
  width: 100%;
  z-index: 10;
}
  
#scGallery-modal-imagewrapper>#scGallery-modal-nav { 
  left: 0;
}

#scGallery-modal-nav a {
  outline: none;
}

#scGallery-modal-nav-prev, #scGallery-modal-nav-next {
  width: 49%;
  height: 475px;
  background: transparent url(../images/x.gif) no-repeat;
  display: block;
}

#scGallery-modal-nav-prev { 
  left: 0; 
  float: left;
}

#scGallery-modal-nav-next { 
  right: 0; 
  float: right;
}

#scGallery-modal-nav-prev:hover, #scGallery-modal-nav-prev:visited:hover { 
  background: url('../images/prev.png') 7% 51% no-repeat; 
}

#scGallery-modal-nav-next:hover, #scGallery-modal-nav-next:visited:hover { 
  background: url('../images/next.png') 94% 51% no-repeat;
}

#scGallery-modal-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font: 11px Verdana, Helvetica, sans-serif;
  padding: 8px 10px 0 10px;
  _padding-top: 2px;
  margin: 0 auto;
  line-height: 140%;
  width: 100%;
  text-align: center;
}

#scGallery-modal-text-cp { 
  font-weight: bold;
}

#scGallery-modal-text-cu { 
  display: block; 
  clear: left; 
  padding-bottom: 1.0em;
}

#scGallery-modal-loading {
  position: absolute;
  top: 258px;
  left: 365px;
  line-height: 0;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
} 