/*
**
** Copyright (2006) PrimalGrasp LLC
**
*/

body {
  margin: 0;
  padding: 0;
  background: white;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  min-width: 760px;
  text-align: center;
}

img { 
 border: 0; 
}

.hidden { display: none; }

.clear {
  clear: both;
}

a {
  color: #3256B6;
  text-decoration:none;
}

a:visited {
  color: #5e32b6;
}

a:hover, a:visited:hover {
  color: white;
  background: #d63333;
}


h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
}

h2 {
  color: #777;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: normal;
  border-top: 1px solid #b9d2f7;
}





/*
**
** Layout 
**
*/

#header {
  background: #bc0000;  
  color: white;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 112px;
  padding-top: 1px;
}

#header a, #header a:visited, #header a:hover {
  color: white;
  text-decoration: none;
  background: transparent;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
}

#page {
  text-align: left;
  margin-top: 10px;
  float: left;
  background: #fff url(imgs/separator.png) repeat-y;
}

#main {
  float: left;
  width: 480px;
  padding: 13px 15px 10px 0;
}

#sidebar {
  float: right;
  width: 225px;
  padding: 13px 10px 10px 15px;
}

#footer {
  clear: both;
  color: #777;
  text-align: center;
  font-size: 90%;
  padding-top: 80px;
  padding-bottom: 0;
  width: 100%;
  background: #fff url(imgs/separator.png) repeat-y;
}

#footer p{
  border-top: 1px solid #b9d2f7;
  padding: 10px 0 10px 0;
  margin: 0;
  background: #fff;
}

#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}

#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}


#wrapper h1 {
  margin-top: 0;
}

#wrapper p {
  line-height: 160%;
}

#sidebar h3 {
  font-size: 160%;
}

#sidebar p {
  line-height: 140%;
}

#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}

#sidebar li {
  margin-bottom: .25em;
}

#legal {
  display:none;
  font-size:73%;
} 






/*
**
** Navigation
**
*/

#nav-wrapper {
  background: #393a3a url('/imgs/nav_bg_narrow.png') repeat-x;
  border-top: 5px solid #169de1;
  border-bottom: 10px solid #bc0000;
}


#nav {
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  height: 33px;
  font-family: Arial, Helvetica, sans-serif;
/*  font-weight:bold;
  font-size: 17px;*/
  font-size:120%;
  line-height: 33px;
  list-style:none;
}

#nav li{
  float:left;
  margin:0;
}

#nav li a {
  display:block;
  float:left;
  color: #fff;
  width:auto;
  margin: 0;
  border-right: 1px solid #555;
  height: 33px;
  padding: 0 10px 0 10px;
  text-decoration: none;
  text-transform: capitalize;
}

a#first_nav {
 border-left: 1px solid #555;
}

#nav li a:hover {
  border-right: 1px solid #800000;
  padding: 0 10px 0 10px;
  background: #e11616 url('/imgs/nav_red_bg.png') repeat-x left bottom;
  text-shadow: black 0 0 3px;
}

#nav li.selected a  {
  background: #169de1 url('/imgs/nav_blue_bg.png') repeat-x top center;
  border-right: 1px solid #004f6c;
  padding: 0 10px 0 10px;
  font-weight:bold;
} 





/*
**
** About us
**
*/

#about .name { 
  font-size: 135%;
  font-weight: bold;
  font-style: normal;
  color: #888;
}

#about #main {
  margin-top: 10px;
}

#about #main p { 
  margin: 0 0 20px 10px;
}

#about #main .col1 { 
  float:left;
  margin: 0 15px 0 10px;
  margin-right: 15px;
} 

#about #picture_box {
  background: #ccc url("/imgs/about/picture_box_top_bg.png") 0px 0px no-repeat;
  width: 108px;
  margin: 0 auto;
}
#about #picture_box p{
  padding: 6px 6px 0 6px;
  margin: 0;
}
#about #picture_box p.last {
  padding: 0 6px 6px 6px;
  background: #ccc url("/imgs/about/picture_box_bottom_bg.png") 0px 30px no-repeat;
}

#about #picture_box a:hover, #about #picture_box a:visited:hover {
  background: transparent;
}

#about #imageData #numberDisplay {
 display:none;
}

#about #legal {
  display:inline;
}
 






/*
**
** Portofolio
**
*/

#portofolio h3 a {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
} 

#portofolio #main h3 {
  margin-bottom: .5em;
}

#portofolio h3 a:hover {
  color: #d63333;
  background: white;
} 

#portofolio h3 a {
  border-bottom: 1px solid #b9d2f7;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}

.separator{
  border-bottom: 1px solid #b9d2f7;
  margin-bottom: 40px;
}

#project-nav {
  list-style: square;
/*  border-right: 1px solid #b9d2f7;*/
}



 






/*
**
** Highlighted box 
**
*/

.highlighted_box {
  width:416px;
  padding:0;
  margin:0;
  background: #bc3030 url("/imgs/red_box.png") top left no-repeat;
}

.highlighted_box ul {
  color: white;
  background: url("/imgs/red_box_bottom.png") bottom left no-repeat;
  padding: 0 2em 2em 2.6em;
} 

.highlighted_box h3, .highlighted_box p {
  padding: 5px 5px 0 10px;
  color: white;
}

.highlighted_box h3{
  text-shadow: black 0 0 3px;
}
 
