/*
Theme Name: 1 Albert Tan
Theme URI: http://www.flatarc.com
Description: A beginning theme for any design professional that wants to post their portfolios online, and not much else.  Images play in a slideshow.
Version: 1.0
Author: Craig Jolly
Author URI: http://www.flatarc.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
     margin: 0px;
     padding: 0px;
     }

h1{
   font-family: Georgia, Sans-serif;
   font-size: 30px;
   font-weight: normal;
   padding: 15px 0 0 0;
   color: #ffffff;
   text-decoration: none;
   }

body{
     margin: 0px;
     font-family: Arial, Helvetica, Georgia, Sans-serif;
     font-size: 12px;
     text-align: center;
     vertical-align: top;
     background: #7d6e56 url('images/bg_header.png') repeat-x left top;
     color: #ffffff;
     }

a:link, a:visited{
                  text-decoration: none;
                  color: #ffffff;
                  }

a:hover{
        text-decoration: underline;
        color: #dc5526;
        }

p{
  padding: 10px 0 0 0;
  }

#wrapper{
         margin: 0 auto 0 auto;
         width: 950px;
         text-align: left;
         }

#headwrapper{
      display: block;
      width: 950px;
      height: 80px;
      background: url('images/bg_logo.png') left top;
      }

#header{
        float: left;
        width: 950px;
        }
        
#menuwrapper{
         margin: 0 auto 0 auto;
         width: 950px;
         text-align: left;
         }

#description{
      float: left;
      width: 350px;
      padding: 5px 0 5px 0;
      color: #d7d7d7;
      }

#menu{
      float: right;
      width: 600px;
      }

#menu ol{
      list-style: none;
      margin: 0;
      padding: 5px 0 0 0;
      }

#menu ol li{
      float: right;
      padding: 0 5px 0 5px;
      }

#menu ol li a{
      display: block;
      padding: 1px 10px 1px 10px;
      border-right: 1px solid #767678;
      border-left: 1px solid #767678;
      text-decoration: none;
      color: #d7d7d7;
      }

#menu ol li a:hover{
        text-decoration: underline;
        color: #dc5526;
        }


#container{
           padding: 20px 0 0 25px;
           width: 925px;
           min-height: 470px;
           }

#container a:link{
                  text-decoration: underline;
                  }

#container a:visited{
                  text-decoration: underline;
                  }

.post{
      background: #524938;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border: 1px solid #99907f;
      padding: 10px;
      }

.post p{
      padding: 0;
      }

.post h2{
         font-family: Georgia, Sans-serif;
         font-size: 20px;
         }

.entry{
       line-height: 18px;
       font-size: 13px;
       margin: 10px 0 20px 0;
       }

.entry h4{
       font-size: 10px;
       font-weight: normal;
       padding: 15px 0 15px 0;
       text-align: bottom;
       color: #b8a380
       }

.entry h5{
       font-size: 14px;
       font-weight: bold;
       padding: 25px 0 0 0;
       border-bottom: 1px solid #d7d7d7;
       }

.navigation{
            padding: 0 0 20px 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            }

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #99907f;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #99907f;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footerwrapper{
        clear: both;
        width: 100%;
        background-image: url('images/bg_footer.png');
        background-repeat:repeat-x;
        }

#footer{
        clear: both;
        margin: 0 auto 0 auto;
        text-align: right;
        width: 950px;
        height: 200px;
        padding: 10px 0 10px 0;
        }

#footer p{
        padding: 0 5px 0 0;
        line-height: 18px;
        color: #d7d7d7;
        }

#footer-right{
        float: right;
        text-align: right;
        width: 450px;
        }

#footer-left{
        float: left;
        text-align: left;
        width: 450px;
        }
        

