/* CSS Document - emmashepherd.com - standard text size */


body {
margin: 0px auto;
width: 800px;
}

/* Contains whole page in 800px width */
#pageHolder {
position: relative;
}

/* TITLES */
#title-image, #titleHeader {
float: left;
padding: 0px;
margin: 0px;
}

/* SIDE NAVIGATION */
#navigation{
float: left;
background-image: url(../images/side_menu.jpg);
background-repeat: no-repeat;
background-color: white;
color: black;
margin-top: 20px;
width: 24%;
height: 340px;
cursor: pointer;
}

#navigation ul {
margin-top: 55px;
font-size: 1.2em;
font-family: Georgia, sans-serif;
font-weight: normal;
}

#navigation li {
list-style-type: none;
padding-bottom: 4px;
}

#navigation ul li a {
text-decoration: none;
color: #616161;
background-color: white;
}

#navigation ul li a:hover {
color: #990000;
background-color: white;
}

/* MAIN CONTENT */
#content {
float: left;
margin: 20px 20px 20px 10px;
font-size: 1.05em;
width: 71%;
line-height: 1.2em;
}

img { 
border: 0px;
}

p, h1, h2, h3 {
font-family: Georgia, sans-serif;
}

h1 {
margin-top: 20px;
padding: 0px;
font-weight: normal;
font-size: 1.5em;
}

h2 {
padding-top: 12px;
font-weight: normal;
font-size: 1.2em;
color: rgb(51,102,153);
background-color: white;
}

h3 {
font-weight: normal;
font-size: 1.2em;
margin-top: 35px;
color: rgb(51,102,153);
background-color: white;
}

h4, h4 a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
margin: 30px 20px 10px 0px;
color: gray;
text-decoration: none;
background-color: white;
}

h4 a:hover {
color: red;
}

/*PORTFOLIO PAGE ELEMENTS*/
#portfolioChooseWrapper {
width: 400px;
}

.portfolioClickable {
float: left;
border: 1px solid gray;
margin: 0px 20px 30px 0px;
text-decoration: none;
}

.portfolioClickable:hover {
border: 1px solid black;
}

.portfolioImageSmall {
padding: 0px 0px 10px 0px;
}

.portfolioTag {
border-top: 1px solid gray;
padding: 5px 0px 5px 0px;
font: 10pt Arial, Helvetica, sans-serif;
color: black;
text-align: center;
}

.bold {
font-weight: bold;
}

/* CONTACT PAGE ELEMENTS */


.addressHolder {
}



.addressList {
padding: 0px;

margin: 0px 0px 20px 0px;
list-style-type: none;
font: 12pt Georgia, sans-serif;
}

/*LINKS PAGE ELEMENTS*/

#links {
float: left;
margin: 20px 20px 20px 10px;
font-size: 1em;
width: 71%;
line-height: 1.2em; 
}



#links p a {

text-decoration: none;
font-style: none;

color: rgb(140,40,40);

}



#links p a:hover {

color: rgb(166,123,55);

}



#links p a:visited {

color: rgb(100,100,100);

}



/* SITE MAP ELEMENTS */
/* Float the content */
#sitemapList {
float: left;
margin: 40px 0px 50px 0px;
}

.sitemapL2Indent {
padding-left: 40px;
color: rgb(51,102,153);
}

.sitemapL2Indent:visited {
color: rgb(51,0,102);
}


/* Change text color and remove underline */


#sitemapList p a {
text-decoration: none;
color: rgb(51,102,153);
}

#sitemapList p a:visited {
color: rgb(51,0,102);
}

.indent {
padding: 0px 0px 0px 20px;
}

/* FOOTER*/
#footer {

width: 100%;

padding: 0px 0px 0px 0px;

margin: 30px 0px 0px 0px;
float: left;
font-size: 0.7em;
font-family: Arial, sans-serif;
font-weight: bold;
}

/* Each footer container is floated to position correctly after other elements */
.footerLeft {
padding-left: 12px;
margin: 0px;
float: left;
/* Width defined to prevent IE bunching up the float into approx 100px wide*/
width: 55%;
list-style-type: none;
text-decoration: none;
color: rgb(102,153,204);
background-color: white;
}

.footerRight {

margin: 0px;

padding: 0px;
float: right;
list-style-type: none;
text-decoration: none;
}

/* Each list element within the footers are floated to make them horizontal instead of vertical */
.footerLeft li {
padding-right: 20px;
float: left;
}

.footerRight li {
padding: 0px 0px 0px 20px;

margin: 0px;
float: right;
}

.footerLeft li span a {
text-decoration: none;
color: rgb(204,102,102);
background-color: white;
}

.footerRight li a {
text-decoration: none;
color: black;
background-color: white;
}

/* W3C ICONS */
.W3C {

margin: 5px;
float: left;
}

.W3C a {
float: left;
margin: 20px 0px 0px 5px;
}

