/************************
Adam McKerlie
fortyonesix.com

Copyright 2010
************************/

/* 
    Common Elements
*/
*{ margin:0; padding:0; }
html, body {
    background: #fff;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link    {
    text-decoration:  none;
    color: #76be18;

} 
a:visited {
    text-decoration:  none;
    color: #76be18;
} 

input, textarea {
    border:1px solid #CDCDCD;
    color:#282828;
    font:12px Verdana,Arial,Helvetica,sans-serif;
    margin:5px 0 0;
}

p {
    margin: 0 0 15px 0;
}
ol,ul { margin: 5px 20px 20px 20px; }
li { padding: 5px; }

blockquote { border-left: 1px solid #76be18; margin: 5px 5px 5px 30px; padding-left: 10px; }

.required { color: red;}
.errorlist { 
    margin: 0; 
    padding-left: 25px;     
    width: 64%;
    background: #ffcece url('../images/cancel.png') no-repeat 2% 50%;
    list-style-type: none; 
    border: 1px solid #df8f8f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.successlist {
    margin: 0;
    padding-left: 25px;
    background: #d5ffce url('../images/accepted.png') no-repeat 2% 50%;
    list-style-type: none;
    border: 1px solid #9adf8f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
h3 { font-size:1.6em; color:#333; margin: 0 0 0 0; padding: 0 0 10px 0; }
h5 { font-size:1.3em; color:#333; margin: 0 0 0 0; padding: 0 0 10px 0; }
/* 
    Front Page
*/
#head {
    position: absolute;
    margin:0px 0 0 0;
    top:50%;
    left: 50%;
    margin-left: -150px;
}

#head h3 {
    font-size:2em;
    display: inline;
}

#head h3 a {
    font-family: "Helvetica";
    text-decoration: none;
    font-weight: bold;
    color: #999;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.3)));
}

#we {
    color: #ff6500;
}

#twe:hover {
    color: #ff6500;
}

#create {
    color: #009dff;
}
#tcreate:hover {
    color: #009dff;
}

#stuff {
    color: #dd5aff;
}

#tstuff:hover {
    color: #dd5aff;
}

#write {
    color: #ff2400;
}

#twrite:hover {
    color: #ff2400;
}

#content
{
    width:940px;
    margin:0 auto;
}


/*
    Navigation
*/
#menu{
    position:fixed;
    left:0;
    top:120px;
    width:40px;
    height:155px;
    border-left:0px;
    background-color:#000;
    color: #fff;
    z-index:9999;
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-bottom-radius: 5px;
}

#menu ul { margin: 0; padding: 0; }
#menu li{
    margin: 5px 0 0 5px;
    padding: 0px;
    height: 25px;
}

#menu a img{
    margin: 0;
    padding: 0;
    border: 0;
    
}

#menu .home {
    display:block;
    height:24px;
    width:24px;
    background-image: url('../images/Home.png');
}

#menu .about {
    display:block;
    height:24px;
    width:24px;
    background-image: url('../images/About.png');
}


#menu .services {
    display:block;
    height:24px;
    width:24px;
    background-image: url('../images/Services.png');
}


#menu .portfolio {
    display:block;
    height:24px;
    width:24px;
    background-image: url('../images/Portfolio.png');
}

#menu .blog {
    display:block;
    height:24px;
    width:24px;
    background-image: url('../images/Writing.png');
}

.menu-hover {
    padding: 3px 0 3px 10px;
    width: 100px;
    height: 20px;
    background-color:#000;
    color: #fff;
    z-index:9999;
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-bottom-radius: 5px;
    display:none;
}

#home-hover {
    position:absolute;
    left:40px;
    top:7px;
}

#about-hover {
    position:absolute;
    left:40px;
    top:37px;
} 

#services-hover {
    position:absolute;
    left:40px;
    top:67px;
} 

#portfolio-hover {
    position:absolute;
    left:40px;
    top:97px;
}

#blog-hover {
    position:absolute;
    left:40px;
    top:127px;
}

/* 
    Clearfix
*/ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* 
    Portfolio
*/

#content .portfolio-head {
    height: 120px;
}

.column
{
    float:left;
    margin: 0 20px 0 0;
    padding: 0 10px 0 0;
    line-height: 18pt; 

}
.last {
    margin: 0 0 0 0;
}
.column300
{
    width:295px;
}
.column600
{
    width:600px;
}

.project {
    display: inline-block;
    margin-bottom: 30px;
}   

img.border-thick
{
    padding:1px;
    border:4px solid #ededed;
}
p.tags a
{
    background:#eee;
    padding:4px 6px;
    border-left:2px solid #ddd;
    font-size: 12px;
}

hr
{
    color:#fff;
    background-color:#fff;
    border:1px dotted #ccc;
    border-style:none none dotted; 
}

/*
    About
*/

#content .about-us {
    border-right:1px dotted #ccc;
}


#contact { }
#contact p { margin: 10px 0 2px 0; }
#contact span { color: red; }
#id_name {background:url(../images/ico_user.gif) no-repeat 2% 50%; padding:6px 0px 6px 25px; width: 80%;}
#id_email {background:url(../images/ico_mail.gif) no-repeat 2% 50%; padding:6px 0px 6px 25px; width: 80%;}
#id_url { background:url(../images/ico_home.gif) no-repeat 2% 50%; padding:6px 0px 6px 25px; width: 80%; }
#id_body { padding: 6px; }
#id_comment { padding: 6px; }


#comment_form input { width: 60%}
#comment_form textarea { width: 62% }
#comment_form .submit-post { width: 20% } 
/*
    Blog
*/
#blog img { border: none; }
.post {padding-bottom: 5px; border-bottom:1px dotted #ccc;}
div.post + div.post {padding-top:20px;}
.pagination { margin-left: auto; margin-right: auto; }


.comment { margin: 10px 0; padding: 10px; border: 1px solid #CCC; background: #EEE;}

/*
    Services
*/
.service { width: 400px; float: left; margin: 10px 30px 25px 25px;} 
.service img {float:left; padding: 5px 15px 2px 5px;}

/*
    Footer
*/
#footer {
    display:inline;
    text-align:center;
}

#footer .sub a {
    padding:5px 5px 0 5px;
    font-size:75%;
}

#footer ul { list-style-type: none; }
