/*
Designer: Antonia Burroughs
Version: 1.0
Default Style Sheet: css/portfolio.css
*/


* {margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-size: 75%;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
background-color:#5a3b29;
color: #000000;
}

a {
color: #b16d2b;
text-decoration:none;
}

a:hover {
color: #7ba9a9;
text-decoration: none;
}

/* Container */

#container{
width:100%;
margin:0 auto;
background: url(../images/img01_body.jpg) top repeat-x #f0ece1;
}


/* Header */

#header {
width:100%;
height: 180px;
background:url(../images/img02_header.jpg) no-repeat;
background-color:#f0ece1;
background-position:center center;
}

.hide{display:none;}		

/* Navigation */

#buttons {
width:100%
margin: 0 auto;
height:40px;
background-color: #5a3b29;
font-family:'Century Gothic', Verdana, Arial, Sans-Serif;
font-size: 18px;
font-style:lighter;
}

#nav_buttons{
text-align:center;
line-height: 1.1em;
padding:8px;
}

#nav_buttons a {
color: #ffffff;
font-style:lighter;
text-decoration: none;
padding:15px;	
}

#nav_buttons a:active {
font-style:lighter;
color: #ffffff;
text-decoration: none;
padding:15px;	
}


/* Wrapper */

#wrapper{
width:900px;
margin: 0 auto;
background: url(../images/roots_bg.jpg) no-repeat;
}

/* Content */

#content {
width: 550px;
margin: 0 auto;
padding: 10px;
}

#content p {
line-height:2em;
color: #000000;
font-size: 12px;
margin:0px 5px 0px 5px;
padding:0 0 8px 0;
}


/* Typography*/

h4 {
margin:0 0 10px 0;
padding:10px 0 10px 5px;
background:url(../images/img05_home.jpg) top left no-repeat; 
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight:bold;
color:#5a3b29;
}

h3{
color:#b06c29;
}

h3 strong{
color:#5a3b29;
}


/* Projects */

.img_content{
float:left;
margin-right:0px;
background-color:#ececec;
border:1px solid #5a3b29;
clear:both;
}

.projects{
/*width:470px;*/
float:left;
background-color:transparent;
margin-top:5px;
}

.projects_content{
width:430px;
float:right;
}

.projects a:link{
color:#7ba9a9;
font-weight:bold;
font-size:10px;
}

.projects a:visited{
color:#7ba9a9;
font-weight:bold;
 font-size:9px;
}

.projects a:hover{
color:#c5bd99;
font-weight:bold;
 font-size:9px;
}

.projects a:active{
color:#333333; 
font-weight:bold;
 font-size:9px;
}	

.projects a img { border: 4px solid #5a3b29 }
.projects  a:hover img { border: 4px solid #b16d2b; }	
html>body .projects a { background-color: transparent; }

/* Image gallery */

.gallery {
width: 99%;
margin: 16px 0 34px 0;
}

.photo {
float: left;
display: inline;
width: 166px;
height: 165px;
position: relative;
margin-right: 14px;
}

.photo a img {
margin: 0 auto 1px auto;
border: 4px solid #5a3b29;
}

.photo a:hover img {
border: 4px solid #b16d2b;
}

.photo p {
margin: 2px 0 0 2px;
color:#5a3b29;
font-weight: bold;
float: left;
padding: 3px 5px;
}

.photo p, .photo p a, .photo p a:visited {
color:#5a3b29;
text-decoration: none;
font-weight: normal;
}


/*Skills Set Unorder List */

ul {
margin: 0px 0px 1px 0px; 
padding: 0; 
font-size: 1em; 
list-style: none; 
}

li {
list-style-type:disc;
color:#b16d2b;
line-height: 1.3em; 
padding: 2px; 
margin: 0 0 0 .3em; 
}

.col1 {margin-left: 1.2em;}
.col2 {margin-left: 22em; clear:both;}
.coltopper {margin-top: -6.5em;}



/* Footer */

#footer{
width:100%;
background-color:#5a3b29;
clear:both;
}

#footer p{
color:#ffffff;
text-align:center;
font-size:10px;
font-weight: normal;
padding:20px;
}


/* Contact Form */
 
input,textarea {
/*margin:2px 0 2px 0;*/
font-family:'Century Gothic', Arial, Helvetica, sans-serif; 
color:#b06c29; 
background-color:#ffffff;
border:1px solid #5a3b29;
}

label { 
font-family:'Century Gothic', Arial, Helvetica, sans-serif; 
color:#b06c29; 
font-weight:bold;
}

select{
font-family:'Century Gothic', Arial, Helvetica, sans-serif; 
color:#333; 
font-weight:bold;
}

.button {
margin:0;
background-color:#b06c29; 
width:55px;
height:25px;
color:#fff;
font-weight:normal;
}
/*input[type=submit] {color:#000;} Attribute Selector*/

