p,
h1,
h2,
h3,
h4,
ul,
li,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
div {
    margin: 0 0 25px 0;
}

li,
p {
    margin: 0 0 15px 0;
    font-size: 0.7em;
}

body {
    font-family: 'lucida grande', 'arial', 'trebuchet ms', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.125em;
    color: #000;
    background: #FFF url(../images/backgrounds/body-bg.gif) center top repeat-x;
}

/* Default tyle and layouts
############################################################################# */

/* Layout
----------------------------------------------------------------------------- */

/* Columns */

.two-col .col1,
.two-col .col2,
.three-col .col1,
.three-col .col2,
.three-col .col3 {
    float: left;
    margin: 0;
}

/* Two columns */

.two-col .col1 {
    width: 525px;
}

.two-col .col2 {
    width: 250px;
    margin-left: 25px;
}

/* Three Columns */

.three-col .col1,
.three-col .col2,
.three-col .col3 {
    width: 250px;
}

.three-col .col2 { margin: 0 25px; }

/* Section */

.section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: url(../images/backgrounds/section-bg-1.gif) left bottom repeat-x;
}

.section.second-section {
    background-image: url(../images/backgrounds/section-bg-2.gif);
}

.section.third-section {
    background-image: url(../images/backgrounds/section-bg-3.gif);
}

/* Style
----------------------------------------------------------------------------- */

/* Image anchors */

#content .image-anchor {
    padding: 3px;
    line-height: normal;
    background: #EEE;
    border: 1px solid #CCC;
    float: left;
}

#content .image-anchor.hover,
#content .image-anchor:hover {
    background: #CCC;
    border-color: #999;
}

/* Standard anchors */

a { color: #999; }
a:hover { color: #666; }

/* Default headings */

h1 {
    font-family: georgia;
    font-size: 2.6em;
    color: #111;
    line-height: 100%;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-style: italic;
}

h2 {
    margin-bottom: 15px;
    color: #444;
    font-weight: bold;
    font-size: 0.9em;
    font-family: georgia;
}

h2 span.extra {
    color: #BBB;
    font-family: 'lucida grande', verdana, sans-serif;
    font-size: 0.76em;
}

h3 {
    font-size: 1.0em;
    color: #111;
    margin-bottom: 25px;
}

/* Header
############################################################################# */

#header {
    line-height: 100%;
    margin: 40px 0 40px 80px;
    width: 800px;
}

#header #logo {
    text-indent: -1000px;
    display: block;
    width: 250px;
    height: 65px;
    outline: none;
    background: url(m.gif) 0px center no-repeat;
}

#header #logo.back.salmon {
    background-position: -133px center;
}

#header #mark {
    display: block;
    position: absolute;
    right: 0;
    top: 45px;
    height: 65px;
    width: 65px;
    z-index: 1;
}

/* Content
############################################################################# */

#content {
    margin: 0 0 0 80px;
    width: 800px;
}

/* Headings */

h1.section-heading {
    position: relative;
}

h1.section-heading a,
h1.section-heading span {
    font-style: normal;
    font-size: 0.3em;
    font-family: "lucida grande", verdana, sans-serif;
    position: absolute;
    right: 0;
    bottom: 40px;
    float: right;
    line-height: normal;
    padding: 5px 8px;
    text-decoration: none;
}

h1.section-heading a {
    background: #FF4F4F;
    background: #7FB17E; /* Green */
    background: #ff4f4f; /* Red */
    background: #f13d3d; /* New red */
    color: #FFF;
}

h1.section-heading a:hover {
    background: #d24444;
}

h1.section-heading span {
    background: #EEE;
    color: #CCC;
    font-weight: normal;
    font-style: italic;
}


/* Footer
############################################################################# */

#footer {
    margin: 0 0 40px 80px;
    color: #999;
    padding: 20px 0;
    position: relative;
    background: url(../images/backgrounds/a-distrop-creation.gif) 618px center no-repeat;
}

#footer p {
    margin: 0;
}

/* Frontpage
############################################################################# */

/* Cool tagline thing
----------------------------------------------------------------------------- */

#cool-tagline-thing {
    margin-bottom: 40px;
}

h1#extra-cool {
    font-style: normal;
    font-size: 3.2em;
    font-weight: normal;
    margin-bottom: 0.2em;
    color: #111;
}

#cool-tagline-thing strong {
    color: #888;
}

#cool-tagline-thing p {
    padding-right: 40px;
    margin: 0;
}

#cool-tagline-thing #not-quite-as-cool-but-still-cool {
    font-size: 1.0em;
    color: #999;
    line-height: 140%;
    margin: 0;
}

/* About
----------------------------------------------------------------------------- */

/* Services */

#about ul#services {
    margin: 0 0 0 20px;
}

#about ul#services li {
    margin-bottom: 8px;
    color: #555;
}
#about ul#services li strong {
    color: #333;
}

#sell-our-soul {
    margin-bottom: 15px;
    font-weight: bold;
}

/* Latest news */

#content #recent-blog-entries ul {
    list-style: none;
    margin-bottom: 25px;
}

#content #recent-blog-entries ul li {
    margin-bottom: 17px;
}

#content #recent-blog-entries a {
    color: #999;
    text-decoration: none;
    padding: 4px 0;
}

#recent-blog-entries a .pub-date {
    color: #999;
    float: left;
    text-align: center;
    background: #EEE;
    padding: 1px 0;
    width: 40px;
}

#recent-blog-entries a .title {
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    margin-left: 5px;
}

#content #recent-blog-entries a:hover {
    color: #333;
}

#content #recent-blog-entries .more {
    text-align: right;
    margin-bottom: 0;
}

#content #recent-blog-entries .more a {
    background: #EEE;
    color: #666;
    float: right;
    padding: 2px 6px;
}

#recent-blog-entries a:hover .pub-date,
#content #recent-blog-entries .more a:hover {
    color: #FFF;
    background: #FF4F4F;
}

/* Projects / Work
----------------------------------------------------------------------------- */

#work {
    padding-bottom: 25px;
}

#project-list {
    margin: 0;
}

#work .project {
    margin-bottom: 25px;
    width: 250px;
    float: left;
    position: relative;
}

.project-preview {
    margin: 0;
}

.project-preview a {
    display: block;
    line-height: normal;
}

.project a:hover {
    color: #FF4F4F;
}

.project-preview a img {
    width: 242px;
    height: 132px;
}

#work .project-navigation h3 {
    font-size: 0.8em;
    margin: 0;
    position: relative;
}

#work .project-navigation h3 span {
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #FF4F4F;
}

.project-navigation {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    margin: 0;
    background: #000;
    color: #666;
    padding: 5px 7px;
    opacity: 0.9;
}

.project-navigation p {
    margin: 0;
}

.project-navigation a {
    text-decoration: none;
    border-bottom: 1px solid #222;
    padding: 3px 0 1px 0;
    line-height: 100%;
    color: #999;
    float: left;
}

.project-navigation h3 a {
    border-bottom: none;
    color: #FFF;
    float: none;
}

.project-navigation .project-site,
.project-navigation .no-project-site {
    float: right;
}

.project-navigation .no-project-site {
    font-style: italic;
}

/* Journal / News / Blog / Whatever
############################################################################# */

/* Entry List
----------------------------------------------------------------------------- */

/* Headings */

.entries-by-month-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 0.76em;
    color: #333;
    font-family: 'lucida grande', verdana, sans-serif;
}

.entries-by-month-heading .year {
    color: #BBB;
}

.entries-by-month {
    list-style: none;
}

/* List */

.entries-by-month a {
    text-decoration: none;
}

.entries-by-month li {
    background: #F4F4F4;
    line-height: 100%;
    position: relative;
}

.entries-by-month .date {
    float: left;
    padding: 20px 0;
    font-size: 25px;
    color: #BBB;
    background: #E3E3E3;
    text-align: center;
    width: 60px;
}

.entries-by-month .title,
.entries-by-month .comments {
    font-size: 15px;
    padding: 20px 0;
}

.entries-by-month .title {
    display: block;
    margin-left: 80px;
}

.entries-by-month .entry-anchor:hover .date,
.entries-by-month .entry-anchor.hover .date {
    background: #FF4F4F;
    color: #FFF;
}

.entries-by-month a.entry-anchor:hover .title,
.entries-by-month a.entry-anchor.hover .title {
    color: #777;
}

/* Entry detail 
----------------------------------------------------------------------------- */

.entry {
    margin: 0;
}

/* Headings */

.bodyclass-entry-detail h1 {
    padding-right: 180px;
}

.entry .body h2 {
    margin-bottom: 20px;
}

/* Body and meta */

#after-heading {
    position: relative;
    margin: 0 0 30px 0;
}

.entry .body {
    width: 525px;
    margin: 0;
}

#content .entry .body p {
    font-size: 0.76em;
    color: #666;
    margin-bottom: 20px;
}

#content .entry .body p.lead {
    font-size: 0.8em;
    font-weight: bold;
    color: #444;
}


.entry .meta {
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
}

#content .entry .meta p {
    margin: 0 0 10px 0;
    color: #BBB;
}

#content .entry .meta .categories,
#content .entry .meta .categories a {
    color: #D6D6D6;
}

/* Prev and Next */

.prev-next {
    position: relative;
    margin: 0;
}

.prev-next .next {
    position: absolute;
    right: 0;
}

.prev-next a,
.prev-next span {
    font-style: italic;
    color: #CCC;
}


/* Comments
----------------------------------------------------------------------------- */

/* Form */

#comment-form {
    margin-left: 275px;
    font-size: 0.7em;
}

#comment-form h3 {
    font-size: 1.0em;
    background: #FFF url(../images/backgrounds/comment-heading-bg.gif) right center no-repeat;
    border-bottom: 1px solid #EEE;
    padding: 6px 0;
    color: #666;
}

#comment-form p {
    font-size: 1.0em;
    color: #AAA;
    margin-bottom: 10px;
}

#comment-form label {
    font-style: italic;
    float: left;
    width: 110px;
    font-style: italic;
}

#comment-form p.required label {
    font-weight: bold;    
    color: #888;
    font-style: normal;
}

/* Errors */

#comment-form textarea.error,
#comment-form input.error {
    border-color: #777;
}

#comment-form p.errors {
    color: #F43400;
    margin: -10px 0 10px 110px;
    list-style: none;
}

/* Common */

#comment-form input {
    width: 200px;
}

#comment-form input,
#comment-form textarea {
    background: #FFF;
    border: 1px solid #EEE;
    border-top-color: #BBB;
    border-left-color: #BBB;
    padding: 3px;
}

/* Body */

#comment-form textarea {
    font-family: "lucida grande", verdana, sans-serif;
    font-size: 1.0em;
    width: 407px;
}

/* Submit */

#comment-form .submit {
    text-align: right;
}

#comment-form .submit input {
    border: none;
    background: #666;
    color: #FFF;
    font-weight: bold;
    width: auto;
    padding: 4px 6px;
    float: right;
}

#comment-form .submit input:hover {
    background: #FF4F4F;
}

/* Comment Lists */

.comments-title h2 {
    margin-left: 275px;
    font-size: 1.2em;
}

.comments-title {
    margin-bottom: 40px;
}

#comments {
    margin-bottom: 30px;
}

.comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../images/misc/comment-line.gif) center bottom no-repeat;
}

.comment div.body {
    margin: 0 0 0 275px;
}

.comment div.body p {
    font-size: 0.76em;
    color: #777;
    margin-bottom: 10px;
}

.comment div.meta {
    float: left;
    width: 250px;
    text-align: right;
    margin: 0 0 10px 0;
}

#content #comments .comment div.meta p {
    color: #999;
    font-size: 0.7em;
}

.comment .meta a {
    color: #FF4F4F;
}

.comment .meta p {
    margin: 0;
}

#content #comments .comment .meta p.date {
    color: #CCC;
}

/* Projects and stuff
############################################################################# */

/* Project Detail
----------------------------------------------------------------------------- */

/* Headings */

#project-detail h1 {
    padding-right: 180px;
}

#project-detail h2 {
    font-family: "lucida grande", verdana, sans-serif;
    font-size: 0.76em;
}

/* Detail */

#project-detail .screenshot {
    width: 242px;
    border: 4px solid #DDD;
    display: block;
}

#project-detail .screenshot.captionless {
    margin: 0 0 5px 0;
}

#project-detail .caption {
    padding: 2px 4px;
    margin: 0 0 5px 0;
    color: #999;
    font-style: italic;
}

/* Project lists
############################################################################# */

#project-navigation .category-group {
    margin-bottom: 0;
}

#project-navigation .category-group .image-anchor {
    width: 47px;
    height: 47px;
    margin-bottom: 10px;
}

#project-navigation .category-group .image-anchor.second {
    margin-left: 10px;
    margin-right: 10px;
}

#project-navigation .category-group .image-anchor.third {
    margin-right: 10px;
}

#project-navigation .category-group .image-anchor.current {
    border-color: #888;
    background: #CCC;
} 

#project-navigation .image-anchor img {
    width: 47px;
    height: 47px;
}

#project-navigation h3 {
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 5px;
	color: #999;
}


/* Misc
############################################################################# */

/* Cleafix
----------------------------------------------------------------------------- */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

#wrapper{
margin:0 auto;
text-align:left;
background:#333; 
border:2px solid #3E3E3E;
line-height:20px;
padding:20px;
width:700px;
}
div#contact { 
position:fixed;
top:200px;
right:0; 
 }
.contimage{
filter: alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
h1{
color:#fff;
margin:0 0 30px 0;
font-size:36px;
font-family:"Times New Roman", Times, serif;
font-style:italic;
}
 /*  Contact Form Styling */
 #contactform #error ul{
 padding-left:0px;
 line-height:20px;
 }
 #contactform #error span{
 color:green;
 padding:5px 0 5px 0;
 position:absolute;
 top:60px;
 right:10px;
 width:150px;
 }
 #contactform #error ul li{
  color:#BF0B0B;
  font-weight:normal;
  }
 h2#contacth2{
 font-size:18px;
 color:#000;
 margin:0 0 10px 0;
 font-weight:normal;
 padding-bottom:10px;
 border-bottom:1px dotted #ccc;
 }
 #contactform fieldset{
 border:none;
 }
 #contactform #formleft{
 float:left;
 }
 #contactform #error{
 float:right;
 }
 #contactform .button{
 background:#eded;
 color:#666;
 border:1px solid #ccc;
 padding:5px 20px 5px 20px;
 outline:none;
 }
 #contactform{
 color:#666;
 }
.clear{clear:both;}
.download{
display:block;
padding:20px 0 20px 0;
background:#222;
text-align:center;
border:1px solid #000;
color:#fd398f;
font-size:18px;
}
.download:hover{
background:#000;
}
