* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}

body {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 76%; 
}

p, li, h1 , h2, h3, h4, h5, th, td, div, table {
  font-size: 1em;
}

img, table {
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

img,
div,
a {
  behavior: url(js/iepngfix.htc);
}

td, th {
  vertical-align: top;
  text-align: left;
}

h1 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.8em;
  color: #000;
  font-weight: normal;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.6em;
  margin-bottom: 5px;
  font-weight:normal;
}

p {
  margin: 0 0 10px 0;
}

a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

#iefix {
  text-align: center;
}

.clear {
  clear: both;	
}

.container {
  background: #FFF url(images/container_shadow.gif) top left repeat-y;
  width: 800px;
  min-height: 100px;
  padding: 0 13px;
  margin: 20px auto 0 auto;
}

#iefix .container {
  width: 826px;
  height: 500px;
}

.header {
  background: url(images/banner.gif) top left no-repeat;
  width: 800px;
  height: 100px;
  border-top: 1px dotted #C8BEBE;
  border-bottom: 10px solid #C8BEBE;
} 

#iefix .header {
  height: 110px;
}

.header a {
  display: block; 
  width: 800px;
  height: 100px;
}

.header a span {
  display: none;
}

.content {
  width: 800px;
}

#iefix .content {
  text-align: left;
}

.column_left {
  background: url(images/background_left_column.gif) top left repeat-x;
  width: 260px;	
  min-height: 180px;
  float: left;
  padding: 10px;
}

#iefix .column_left {
  height: 200px;
}

.left_column_module {
  width: 260px;
  min-height: 50px;
  margin: 0 0 15px 0;
  float: left;
}

#iefix .left_column_module {
  height: 50px;
}

.left_column_module p {
  margin: 0;
}

.left_column_module a span {
  display: none;
}

.left_column_module_content {
  width: 150px;
  min-height: 50px;
  margin: 0 0 0 100px;
  padding: 5px 0 0 0;
}

a.thumbnail {
  display: block;
  float: left;
}

.about a.thumbnail {
  background: url(images/snapshot_about.png) top left no-repeat;
  width: 75px;
  height: 85px;
}

.contact a.thumbnail {
  background: url(images/hire_me.png) top left no-repeat;
  width: 95px;
  height: 85px;
}

.photography a.thumbnail {
  background: url(images/snapshot_photography.png) top left no-repeat;
  width: 90px;
  height: 95px;
}

.blog a.thumbnail {
  background: url(images/logo_blogger.png) top left no-repeat;
  width: 85px;
  height: 85px;
}

.twitter a.thumbnail {
  background: url(images/logo_twitter.gif) top left no-repeat;
  width: 90px;
  height: 55px;
}

a.square {
  width: 10px;
  height: 10px;
  display: block;
  float: right;
}

a.square:hover {
  width: 8px;
  height: 8px;
}

#iefix a.square:hover {
  width: 10px;
  height: 10px;
}

.about a.square {
  background: #F06;
}

.about a.square:hover {
  background: none;
  border: 1px solid #F06;
}

.contact a.square {
  background: #FC0;
}

.contact a.square:hover {
  background: none;
  border: 1px solid #FC0;
}

.photography a.square {
  background: #666;
}

.photography a.square:hover {
  background: none;
  border: 1px solid #666;
}

.blog a.square {
  background: #F60;
}

.blog a.square:hover {
  background: none;
  border: 1px solid #F60;
}

.twitter a.square {
  background: #0CF;
}

.twitter a.square:hover {
  background: none;
  border: 1px solid #0CF;
}

h3 a {
  text-decoration: none;
  font-weight: normal;
}

.about h3 a {
  color: #F06;
}

.about h3 a:hover {
  background: #F06;
  color: #FFF;
}

.contact h3 a {
  color: #FC0;
}

.contact h3 a:hover {
  background: #FC0;
  color: #FFF;
}

.photography h3 a {
  color: #666;
}

.photography h3 a:hover {
  background: #666;
  color: #FFF;
}

.blog h3 a {
  color: #F60;
}

.blog h3 a:hover {
  background: #F60;
  color: #FFF;
}

.twitter h3 a {
  color: #0CF;
}

.twitter h3 a:hover {
  background: #0CF;
  color: #FFF;
}

.column_right {
  width: 480px;
  min-height: 100px;
  margin: 0 0 0 280px;
  padding: 20px;
}

#iefix .column_right {
  height: 100px;
  float: left;
  margin: 0;
}

.preview {
  width: 480px;
  min-height: 100px;
  margin: 0 0 20px 0;
  float: left;
}

#iefix .preview {
  height: 100px;
}

.preview img {
  float: left;
  border: 1px solid #CCC;
}

.description {
  width: 230px;
  margin: 0 0 0 250px;
}

a.view_all_projects,
a.get_in_touch {
  float: right;
  padding: 8px 0 0 0;
}

.project_category {
  color: #F06;
  font-size: 0.9em;
}

.project_category span {
  color: #1E2873;
}

a.button_more_info,
a.button_live_site {
  text-decoration: none;
  padding: 0 0 0 12px;
  float: right;
  font-size: 0.8em;
  margin-top: 10px;
}

a.button_live_site.portfolio_page {
  margin: 0 0 10px 0;
}

a.button_more_info {
  background: url(images/square_dark.gif) center left no-repeat;
  margin-left: 10px;
}

a.button_live_site {
  background: url(images/square_light.gif) center left no-repeat;
}

a.button_more_info:hover {
  background: url(images/square_dark_hover.gif) center left no-repeat;
}

a.button_live_site:hover {
  background: url(images/square_light_hover.gif) center left no-repeat;
}

.project {
  width: 480px;
  min-height: 200px;
  padding: 20px 0;  
  border-bottom: 1px dotted #CCC;
}

.project p {
  margin: 0;
}

.project img {
  border: 1px solid #CCC;
  margin: 0 0 10px 0;
}

.project .project_category {
  float: right;
}

.project.last {
  border: none;
}

a.email_contact {
  background: url(images/email_contact.gif) top left no-repeat;
  width: 325px;
  height: 40px;
  display: block;
  border: none;
}

a.email_contact span {
  display: none;
}

.footer {
  width: 800px;
  color: #768A93;
  font-size: 0.9em;
  border-top: 1px solid #C2CBCF;
  border-bottom: 1px dotted #C2CBCF;
  margin: 0px auto 15px auto;	
  padding: 5px 0;
  text-align: center;
}

.footer a {
  color: #768A93;
}
	

