/*  
Theme Name: Shack7Press - Blueprint Theme
Theme URI: http://www.fireandknowledge.org/
Description: A simple Wordpress theme based on the <a href="http://code.google.com/p/blueprintcss/">Blueprint CSS Framework</a>.
Version: 1.0
Author: Joshua Sowin
Author URI: http://www.fireandknowledge.org/

Credits:

Based on the Blueprint CSS Framework:
http://code.google.com/p/blueprintcss/

Uses Fam Fam Fam Silk Icons: 
http://www.famfamfam.com/lab/icons/silk/

*/

/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 
  
   * Layout
   
-------------------------------------------------------------- */

body {
  /*text-align: center;*/
  font: normal 12px/18px "Lucida Grande",Helvetica,Verdana,Arial,sans-serif;
  color: #909090;
}

h1, p {
  color: #909090;
}
h2, h3, h4 {
  color: #606060;
}
h1 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
h1.front {
  text-transform: none;
}
h2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
h2 span,
h3 span {
  text-transform: none;
}
p {
  font-size: 12px;
  line-height: 18px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:active, 
a:focus { 
  outline-style: none; 
  -moz-outline-style:none; 
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

/* ----- pages ----- */

#container {
  position: relative;
  /*margin: 30px auto;*/
  text-align: left;
  /*background: #FFF url(images/bg_illu1.gif) right top no-repeat;*/
  width: 1134px;
  height: 1191px;
  /*background: #DDDDDD;*/
}

div.page_index {
  background: url(images/sw_index.jpg) left top no-repeat;
}
div.page_home {
  background: url(images/sw_home.jpg) left top no-repeat;
}
div.page_contact {
  background: url(images/sw_contact.jpg) left top no-repeat;
}
div.page_clientlist {
  background: url(images/sw_clientlist.jpg) left top no-repeat;
}

a.lnk {
  display: block;
  position: absolute;
}
a.lnk span {
  display: none;
}

/* ----- home links ----- */

a.lnk_workrecent {
  left: 430px; top: 215px;
  width:160px; height:115px;
  background: url(images/sw_lnk_recent-work.jpg) left top no-repeat;
}
a.lnk_workrecent:hover {
  background: url(images/sw_lnk_recent-work_over.jpg) left top no-repeat;
}
a.lnk_work1 {
  left: 726px; top: 357px;
  width:55px; height:55px;
  background: url(images/sw_lnk_work1.jpg) left top no-repeat;
}
a.lnk_work1:hover {
  background: url(images/sw_lnk_work1_over.jpg) left top no-repeat;
}
a.lnk_work2 {
  left: 781px; top: 357px;
  width:55px; height:55px;
  background: url(images/sw_lnk_work2.jpg) left top no-repeat;
}
a.lnk_work2:hover {
  background: url(images/sw_lnk_work2_over.jpg) left top no-repeat;
}
a.lnk_contact {
  left: 550px; top: 430px;
  width:110px; height:35px;
  background: url(images/sw_lnk_contact.jpg) left top no-repeat;
}
a.lnk_contact:hover {
  background: url(images/sw_lnk_contact_over.jpg) left top no-repeat;
}
a.lnk_clientlist {
  left: 630px; top: 160px;
  width:120px; height:25px;
  background: url(images/sw_lnk_clientlist.jpg) left top no-repeat;
}
a.lnk_clientlist:hover {
  background: url(images/sw_lnk_clientlist_over.jpg) left top no-repeat;
}

/* ----- index links ----- */

.page_index a.lnk_home {
  left: 690px; top: 630px;
  width:180px; height:140px;
  background: url(images/sw_index_title.png) left top no-repeat;
}

/* ----- contact links ----- */

#contact_text {
  position: absolute;
  left: 540px; top: 222px;
  width:205px; height:255px;
}
.page_contact a.lnk_home {
  left: 100px; top: 675px;
  width:280px; height:50px;
  background: url(images/sw_contact_back.jpg) left top no-repeat;
}
a.lnk_email {
  /*left: 540px; top: 222px;*/
  width:205px; height:255px;
  background: url(images/sw_contact_link.jpg) left top no-repeat;
}
a.lnk_email:hover {
  background: url(images/sw_contact_link_over.jpg) left top no-repeat;
}

/* ----- clientlist links ----- */

.page_clientlist a.lnk_home {
  left: 100px; top: 675px;
  width:280px; height:50px;
  background: url(images/sw_clientlist_back.jpg) left top no-repeat;
}
#clientlist {
  position: absolute;
  left: 600px;
  top: 160px;
  color: #404040;
  font-family: "Times New Roman",Times,serif ;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}

/* ----- menubar ----- */

#icon_logo {
  position: absolute;
  left: 80px;
  top: 70px;
}
#menu {
  position: absolute;
  left: 190px;
  top: 173px;
}
#menu ul { 
  display: block;
  margin: 0;
  width: 100%;
  /*font: normal 11px/14px Verdana,"Lucida Grande","Bitstream Vera Sans",Arial,Helvetica,Sans-Serif;*/ 
}
#menu ul li { 
  display: inline;
  float: left;
  margin: 0;
  list-style-type: none;
}
#menu ul li a { 
  display: block;
  height: 20px;
  /*text-indent: 4000px;*/
}
  
#menu ul li a span {
  display: none;
}
#menu ul li a.mnu_workrecent {
  background: url(images/mnu_recentwork.png) left top no-repeat;
  width:192px; height:20px;
}
#menu ul li a.mnu_workrecent:hover {
  background: url(images/mnu_recentwork_over.png) left top no-repeat;
}
#menu ul li a.mnu_workrecent_active {
  background: url(images/mnu_recentwork_over.png) left top no-repeat;
}
#menu ul li a.mnu_work1 {
  background: url(images/mnu_work1.png) left top no-repeat;
  width:65px; height:20px;
}
#menu ul li a.mnu_work1:hover {
  background: url(images/mnu_work1_over.png) left top no-repeat;
}
#menu ul li a.mnu_work1_active {
  background: url(images/mnu_work1_over.png) left top no-repeat;
}
#menu ul li a.mnu_work2 {
  background: url(images/mnu_work2.png) left top no-repeat;
  width:66px; height:20px;
}
#menu ul li a.mnu_work2:hover {
  background: url(images/mnu_work2_over.png) left top no-repeat;
}
#menu ul li a.mnu_work2_active {
  background: url(images/mnu_work2_over.png) left top no-repeat;
}
#menu ul li a.mnu_contact {
  background: url(images/mnu_contact.png) left top no-repeat;
  width:78px; height:20px;
}
#menu ul li a.mnu_contact:hover {
  background: url(images/mnu_contact_over.png) left top no-repeat;
}
#menu ul li a.mnu_contact_active {
  background: url(images/mnu_contact_over.png) left top no-repeat;
}
#menu ul li a.mnu_clientlist {
  background: url(images/mnu_clientlist.png) left top no-repeat;
  width:101px; height:20px;
}
#menu ul li a.mnu_clientlist:hover {
  background: url(images/mnu_clientlist_over.png) left top no-repeat;
}
#menu ul li a.mnu_clientlist_active {
  background: url(images/mnu_clientlist_over.png) left top no-repeat;
}
#menu ul li a.mnu_home {
  background: url(images/mnu_home.png) left top no-repeat;
  width:51px; height:20px;
}
#menu ul li a.mnu_home:hover {
  background: url(images/mnu_home_over.png) left top no-repeat;
}
#menu ul li a.mnu_home_active {
  background: url(images/mnu_home_over.png) left top no-repeat;
}

/* ----- content ----- */
/*
#content {
  position: absolute;
  left: 318px;
  top: 142px;
  width: 577px;
  height: 375px;
}
*/
#caption {
  padding: 10px 15px;
}
#caption p {
  color: #606060;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 5px;
}


#sidebar {
  position: absolute;
  left: 190px;
  top: 230px;
  width: 260px;
  /*background: #DDDDDD;*/
}
div.thumb {
  float: left;
  width: 71px;
  height: 71px;
  /*padding: 1px;*/
  margin-right: 9px;
  margin-bottom: 9px;
}
div.thumb a img {
  display: block;
  padding: 1px;
  border: 0;
}
div.thumb a img {
  border: 1px solid #FFFFFF;
}
div.thumb a.thumb_visited img {
  border: 1px solid #A0A0A0;
}
div.thumb a:hover img {
  border: 1px solid #A0A0A0;
}
#text_de {
  clear: both;
  padding-top: 25px;
  padding-bottom: 15px;
}
#text_de p {
  color: #404040;
  font-family: "Times New Roman",Times,serif ;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
}
#text_en {
  clear: both;
  padding-top: 15px;
}
#text_en p {
  color: #909090;
  font-family: "Times New Roman",Times,serif ;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
}
#prev_next {
  text-align: right;
  padding-right: 30px;
}

#gross {
  position: absolute;
  left: 470px;
  top: 220px;
  width: 660px;
  height: 660px;
  /*background: #DDDDDD;*/
}




