/* Core elements */
body                    
{ padding: 20px; margin: 0px; font-family: "Helvetica Neue", Helvetica, Verdana, Arial, Sans-serif; font-weight: normal; font-size: 13px; color: #aaa; background-color: #000; background-image: url("../images/background.png");
text-align: center; /* IE 6 hack for centering all content */}
hr
{ border: 0; color: #444; background-color: #444; height: 1px; width: 100%; margin-top: 10px;
margin-bottom: 10px; text-align: left; }
img                 
{ border: 0px; }
a                       
{ outline: none; }
a:link, a:visited 
{ font-weight: bold; color: #0182e9; text-decoration: none; padding: 2px; }
a:hover
{ color: #d00000; text-decoration: underline; }
a:active
{ background-color: #0182e9; color: #fff; outline: none; }

/* Layout elements */
#container
{ width: 940px; background-color: #000; padding: 20px;
margin: 0px auto; text-align: left; /* IE 6 hack for centering all content */ }
#header
{ font-size: 30px; line-height: 30px; letter-spacing: -1px; color: #eee; font-family: Hoefler Text, Georgia, Times, serif; color: #0182e9; margin-bottom: 100px; }
#header img
{ margin-bottom: 60px; }
.title
{ font-size: 24px; font-weight: bold; color: #fff; }
.small
{ font-size: 11px; color: #909090; }
.subtitle
{ font-size: 20px; font-weight: bold; }
#latest
{ margin-top: 60px; font-size: 14px; line-height: 22px; }
.latest_project
{ margin-bottom: 100px; }
.latest_image
{ float: right; margin-left: 20px; }
.latest_image img
{ width: 400px; height: 400px; }
#portfolio
{ margin-top: 20px; font-size: 13px; line-height: 20px; }
.portfolio_project
{ width: 460px; float: left; margin-bottom: 20px; }
.portfolio_image
{ float: right; margin-left: 20px; }
.portfolio_image img
{ width: 200px; height: 200px; }
#about
{ margin-top: 40px; font-size: 14px; line-height: 22px; }
.about_column
{ width: 460px; float: left; margin-bottom: 20px; }
.about_member
{ margin-top: 20px; font-size: 13px; line-height: 20px; }
.about_image
{ float: left; margin-right: 10px; margin-bottom: 10px; }
.about_image img
{ width: 100px; height: 100px; }
#contact
{ margin-top: 40px; font-size: 14px; line-height: 22px; }
#footer
{ margin-top: 40px; font-size: 13px; line-height: 22px; color: #666; }