/* Author: Hardian Muljadi, hm@hmuljadi.com */
/* CSS for hmuljadi.com, Hardian's personal portfolio website */

/* Sitewide styles */
body {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
  /*background: url('../images/site_background.jpg') repeat-x;*/
  color: #333333;
}

p {  
  font-size: 13px;
  margin-bottom: 15px;
  color: #333333;
  line-height: 150%;
}

a {
  color: #0066FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  font-family: Garamond, Georgia, serif;
  margin-bottom: 15px;
  color: #000;  
}

h1 { font-size: 33px; }
h2 { font-size: 25px; }
h3 { font-size: 17px; }
h4 { font-size: 13px; }

ul, ol {
  margin-bottom: 20px;
}

ul li, ol li {
  margin-left: 30px;
  margin-bottom: 10px;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

/* SITE STRUCTURE */
#main_container {  
  margin: 0 auto;     
  text-align: center;
}

/* Graphics to appear at the top and bottom of screen */
#top_scroll {  
  z-index: 1;
  display: block;
  position: fixed;  
  top: 0px;    
}

* html #top_scroll {
  position: absolute;   
}

#bottom_scroll {  
  z-index: 1;
  display: block;
  position: fixed;  
  bottom: 0px;
  right: 0px;
}

* html #bottom_scroll {
  position: absolute;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight); 
}

#top_scroll.background1 {
  background: url('../images/scroll_top.png') 0px 0px;
  height: 181px;
  width: 149px;
}

#bottom_scroll.background1 {
  background: url('../images/scroll_bottom.jpg') no-repeat;
  height: 360px;
  width: 380px;
}

/* Main content container */
#site_content {
  width: 960px;  
  background-color: transparent;    
  position: relative;
  z-index: 2;  
  padding-top: 20px;
  margin: 0 auto;
  text-align: left;
  border-top: 4px solid #333;
}


/* LAYOUT */

/* HEADER */
#header {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;    
}

#logo {
  margin-left: 20px;  
  width: 82px;
  float: left;
  position: relative;
}

#logo.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 82px;
  height: 50px;  
}

#switcher {
  float: right;
  padding-right: 20px;
}

#navigation a, #logo a {
  outline: none;
}

#navigation {  
  float: right;    
  margin-top: -24px;
}

#navigation ul li {
  list-style: none;  
  float: left;
  margin: 0px;      
}

/* Navigation item styles */
#navigation ul li a {
  font-size: 14px;
  text-decoration: none;
  padding: 10px 15px 30px;
  display: block;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: #333333;
  border-top: 4px solid #333333;  
}

#navigation ul li#home a:hover,
#navigation ul li#home.current a {
  border-top: 4px solid #3366CC;
  color: #3366CC; 
}

#navigation ul li#portfolio a:hover,
#navigation ul li#portfolio.current a {
  border-top: 4px solid #E47400;
  color: #E47400; 
}

#navigation ul li#blog a:hover,
#navigation ul li#blog.current a {
  border-top: 4px solid #35B81C;
  color: #35B81C; 
}

#navigation ul li#contact a:hover,
#navigation ul li#contact.current a {
  border-top: 4px solid #DA377A;
  color: #DA377A; 
}

#tagline {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 15px;
}

#tagline.blog {
  margin-top: -9px;
}

/* CONTENT AREA */
#content, #main_content, #sidebar {
  float: left;  
  position: relative;
}

#content {
  width: 100%;
}

#main_content, #sidebar {
  margin-top: 20px;
}

#main_content { width: 66%; }
#main_content.wireframe { width: 100%; }
#sidebar { width: 33%; }

div#qualifications { margin-top: 45px; margin-bottom: 45px; }

div#qualifications ul {
  float: left;
  width: 33%;
}

div#qualifications ul li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 15px;
}

div#qualifications ul li.category {
  font-family: Garamond, serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #AAA;
}

div#handshake {
  text-align: center;
  margin-top: 20px;
  font-family: "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}

div#handshake h1 {  
  font-size: 40px;
  font-family: "Franklin Gothic Medium", Helvetica, Arial, sans-serif;  
}

div#handshake h1.has-tag { margin-bottom: 0px; }
div#handshake span#small.tag { font-size: 12px; color: #999; }

div#handshake #small { font-size: 20px; color: #ABABAB; }
div#handshake h1 span { color: #ABABAB; }
div#handshake h1 span.highlight { color: #E37000; font-size: 53px; }

div#handshake span#rss {
  position: absolute;
  right: 0px;
  top: 50px;
}

ul#social { margin-bottom: 50px; width: 200px; }
ul#social li { list-style: none; margin-bottom: 25px; margin-left: 0px; }
ul#social li img { margin-bottom: -12px; }
ul#social li a { text-decoration: none; display: block; }
ul#social li a:hover { color: #003366; }

ul#current-books span {
  font-style: italic;
  color: #999;
}

/* Image replacement */
h1.image_replace#hi {
  background:url('../images/hi.jpg') no-repeat scroll 50% 0 transparent;
  width: 100%;
  height: 100px;    
}

h1.image_replace#hi span {
  display: none;
}

/* Resetting text styles for main_content*/
#main_content .blurb {
  padding-right: 20px;
}

#main_content img.self-portrait {
  float: left;
  margin: 0px 10px 10px 0px;
}

#main_content hr {
  /*background: url('../images/separator_content.jpg') no-repeat;
  width: 390px;
  height: 3px;*/
  text-align: left;
  border: 2px solid #333333;
  width: 95%;
  margin-top: 40px;
  margin-bottom: 40px;
}

#sidebar hr {
  /*background: url('../images/separator_sidebar.jpg') no-repeat;
  width: 203px;
  height: 4px;*/
  text-align: center;
  border: 2px solid #333333;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Portfolio */
div#main_content.portfolio { width: 100%; } /* Dedicate 100% for my awesome portfolio */

.row {
  min-height: 230px;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.portfolio-piece {
  float: left;
  width: 45%;    
  margin-right: 48px;    
}

.portfolio-piece .screenshot {
  float: left;
  width: 200px;
  margin-right: 25px;
}

.portfolio-piece .screenshot a.hide { display: none; }

.portfolio-piece .background {
  float: left;
  width: 200px;
}

.portfolio-piece .background a { text-decoration: none; }

.portfolio-piece .background p span,
.portfolio-piece .story p span {
  color: #E47400; 
  font-weight: bold;
}
.portfolio-piece .background p.role {
  margin-bottom: 3px;
  font-style: italic;
  color: #666;
}
.portfolio-piece .background p.portfolio-link { margin-bottom: 0px; }

.portfolio-piece h3 {
  font-size: 17px;
  color: #3366CC;
  cursor: pointer;  
  clear: both;
  width: 200px;
  text-align: center;  
}

.portfolio-piece .story {
  width: 100%;
  clear: both;
  display: none;  
}

.portfolio-piece .story strong {
  background-color: #E9F14C;
  font-weight: normal;
  padding: 0px 2px;
}

.portfolio-piece img {
  border: 5px solid #CCCCCC;
  padding: 3px;
}

.portfolio-piece img:hover {
  border: 5px solid #999;
}

p.show-all {
  text-align: right;
  font-size: 11px;  
} 

/* Form styles */
form ol li {
  margin-bottom: 15px;
  list-style: none;
  margin-left: 0px;  
}

label {
  font-weight: bold;
  font-size: 13px;  
}

label span {
  font-weight: normal;
  font-size: 11px;
  font-style: italic;
  color: #666;  
}

label.error {
  font-weight: normal;
  color: #DA377A;
  font-style: italic;
}

input, textarea {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  width: 100%;
  border: 1px solid #CCCCCC;
  margin-top: 7px;
  padding: 5px 0px 5px 7px;
}

input.button {
  /*background: url('../images/send_button.jpg') no-repeat 0px 0px;
  width: 75px;
  height: 31px;
  border: 0px;*/  
  cursor: pointer;
  border: 1px solid #999;
  padding: 7px 10px;
  width: 100px;
  font-size: 13px;
  background-color: #FFFFFF;
  color: #222222;
  
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

input.button:hover {
  /*background: url('../images/send_button.jpg') no-repeat 0px -31px;*/
  background-color: #EFEFEF;
}

textarea:focus,
input:focus {
  border: 1px solid #3366CC;
  background-color: #FFFFFF !important;
}

/* COMMENT FORM */
#contact_form #message p {
  margin-top: 20px;
  text-align: center;
}

#contact_form ol li textarea,
#contact_form ol li {  
  width: 580px;
}

/* BLOG */
.blog h1 {
  font-weight: normal;
  margin-bottom: 20px;  
}

.blog h1 a { color: #333; }

.blog h2 {
  font-size: 19px;
}

.blog .storycontent img {
  clear: both;
  display: block;
  margin-bottom: 10px;  
}

.blog .storycontent img.aligncenter {
  text-align: center;
}

h2#postcomment {
  margin-top: 25px;
  padding-top: 10px;
  margin-bottom: 0px;  
}

p.cite {
  font-size: 10px;  
}

p.cite.name {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 13px;
}

p.cite.date {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #787878;
}

#menu a, .blog a { text-decoration: none; }
#menu a:hover, .blog a:hover { text-decoration: underline; }

#main_content.blog hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog h1.storytitle {
  font-size: 40px;
  margin-bottom: 5px;  
}

.blog h3.storytitle {
  font-size: 35px;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.blog .storycontent p {
  line-height: 150%;
}

.blog .meta {  
  color: #999;
  margin-bottom: 20px;
  font-size: 11px;
}

.blog .fblikebutton_button {
  margin-top: 20px;
  margin-bottom: 20px;  
}

.blog .addthis_toolbox {
  margin-bottom: 20px;
}

.blog .addtoany_share_save_container {
  margin-top: 0px;  
}

#menu #topic {
  margin-top: 15px;
  margin-bottom: 20px;
  zoom: 1;
}

#menu #topic li {
  background: url('../images/topic.jpg') no-repeat 0% 100%;
  list-style: none;
  margin-left: 0px;
}

#menu #topic li a {
  font-size: 16px;
  display: block;
  padding: 10px 0px 10px 40px;
  color: #333333;  
}

#menu #topic li a:hover {
  color: #0066FF;
  text-decoration: none;  
}

#ad {
  border: 1px solid #CDCDCD;
  padding: 2px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 5px;
}

#ad p {
  font-size: 10px;
  color: #999999;
  text-align: center;
}

p.credit {
  text-align: center;
  color: #999999;
  font-size: 10px;
}

p.credit a {
  color: #999999;
  font-size: 10px;
}

#menu #topic li#all a { background: url('../images/icons/all.jpg') no-repeat 3% 40%; }
#menu #topic li#usability a { background: url('../images/icons/usability.jpg') no-repeat 3% 40%; }
#menu #topic li#ux a { background: url('../images/icons/user_experience.jpg') no-repeat 3% 40%; }
#menu #topic li#website_building a { background: url('../images/icons/website_building.jpg') no-repeat 3% 40%; }
#menu #topic li#web_business a { background: url('../images/icons/business.jpg') no-repeat 3% 40%; }
#menu #topic li#inspiration a { background: url('../images/icons/inspiration.jpg') no-repeat 3% 40%; }
#menu #topic li#industry a { background: url('../images/icons/industry.jpg') no-repeat 3% 40%; }

input.button#search {
  /*background: url('../images/search_button.jpg') no-repeat 0px 0px;
  margin-left: 0px;
  margin-top: 0px;*/
}

form#commentform input.button.post {
  /*background: url('../images/post_button.jpg') no-repeat 0px 0px;  
  width: 130px;
  height: 28px;*/
  
  width: 140px;
}

form#commentform input.button.post:hover {
  /*background: url('../images/post_button.jpg') no-repeat 0px -29px;*/
  background-color: #EFEFEF;
}

.storycontent img { max-width: 500px; }

input#s {
  width: 180px;
}

#login {
  float: left;
  width: 100%;
  text-align: right;
} 

#login ul {
  margin-bottom: 0px;
}

#login li {
  width: auto;
  list-style: none;
  padding-right: 20px;
  display: inline;
  margin-left: 0px;
}

.post {  
  padding-right: 30px; 
  margin-bottom: 50px; 
}

div#search {  
  margin-bottom: 20px;
}

#category_definition h2 {
  margin-bottom: 5px;
}

#category_definition p {
  font-size: 11px;
  color: #777777;
  padding: 5px 30px 0px;
  line-height: 170%;
  font-style: italic;
}

img#wpstats {
  display: none;
}

/* COMMENTS */
h2#comments {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #999999;
  width: 95%;
}

form#commentform {
  margin-top: 0px;
}

form#commentform input,
textarea#comment {
  width: 500px;
}

form#commentform label { display: block; }

ol#commentlist {
  margin-top: 10px;
}

li.comment {
  width: 95%;
  float: left;
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  margin-left: 0px;
  background: url('../images/comment_bg.jpg') repeat-x;
}

li.comment img {
  float: left;
  margin: 5px 10px 10px 0px;
  border: 1px solid #CDCDCD;
  padding: 2px;
}

li.comment .avatar_container {
  float: left;
  width: 42px;
  margin-right: 7px;
}

li.comment .comment_text_container {
  float: left;
  width: 455px;
}

#main_content li.comment p {
  margin-left: 0px;
}

/* Twitter */
.tweet {
  /*margin: 15px auto 0;
  width: 490px;
  border-top: 1px solid #DEDEDE;
  padding: 10px;*/
  padding: 0px 20px;
  color: #666666;
  font-style: italic;
  font-size: 14px;     
}

.tweet ul {
  margin: 0px;  
  padding: 0px;
}

.tweet ul li {
  list-style: none;
  margin: 0px;  
  padding: 0px;
}

.tweet_avatar {
  float: left;
  width: 46px;
  margin-right: 10px;
}

blockquote {
  font-size: 14px;
  line-height: 150%;
}

blockquote span {
  font-size: 30px;
  font-family: 'Times New Roman', serif;
}

.tweet .tweet_time { 
  text-align: right;
  margin-top: 10px; 
}
.tweet .tweet_time a {
  color: #999999;
  font-size: 10px;
  text-decoration: none;
}
.tweet .tweet_time a:hover { text-decoration: underline; }

/* FOOTER */
#footer {
  border-top: 1px solid #999999;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  position: relative;
  width: 100%;
  padding-top: 10px;  
}

#footer a {
  color: #666;
}

#footer p#follow,
#footer p#copyright {
  float: left;
  position: relative;
  font-size: 11px;
  color: #999;
}

#footer p#copyright {
  float: right;
  padding-right: 5px;
}

.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
}

