/* CSS Document */

/* Navigation */

.nav {
/* border: 1px solid #CC0000; */
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-weight:bold;
width:15%;
float:right;
}

a:link, a:visited {
font-weight : normal; 
text-decoration : underline;
color:#03097c;
background: transparent; 
}

a:hover {
font-weight : normal; 
text-decoration : underline;
color: #076ffd;
background: transparent; 
}

a:active {
font-weight : normal; 
text-decoration : underline;
color: #66FFFF;
background: transparent;  
}

a.showing:link, a.showing:visited {
font-weight : normal; 
text-decoration : underline;
color: #03097c;
background: transparent; 
}

a.showing:hover {
font-weight : normal; 
text-decoration : underline;
color: #076ffd;
background: transparent; 
}

/* Layout */

.dogDaysArea {
margin-bottom: 100px;
margin-left: 20px;
}

#myName {
/* border: 1px solid #CC0000; */
color:#000000;
font-size:18px;
font-weight:bold;
}

#tagline {
font-size:10px;
color:#FFFFFF;
background-color:#999999;
padding:5px;
position:absolute;
top:-5px;
left:500px;
}


body {
background-image:url(img/backgroundstripe5.jpg);
}

#container {
/* border: 2px solid #FF0000; */
width: 760px;
\width: 780px;
w\idth: 760px;
margin: 10px;
padding: 10px;
margin-left: auto;
margin-right: auto;
background-color:#dff5ed;
position:relative
}

#updates {
/* border: 1px solid #CC0000; */
position: relative; 
white-space:normal;
margin-top:10px;
width:auto
}

#bio {
/* border: 1px solid #CC0000; */
position: relative; 
white-space:normal;
margin-top:10px;
width:auto
}

#cv {
/* border: 1px solid #CC0000; */
position: relative; 
white-space:normal;
margin-top:10px;
width:auto
}

#project {
/* border: 1px solid #CC0000; */
position: relative; 
white-space:normal;
margin-top:10px;
width:auto
}

#projectImage {
width:420px;
height:280;
border: 2px solid #000000;
margin-top:10px;
margin-bottom:0px;
margin-left:50px;
float:left;
}

.infobackground {
clear:both;
float:left;
margin-left:50px;
}

#projectImageIcons {
margin-left:10px;
float:left;
}

#imgNav {
clear:both;
float:left;
margin-left:50px;
}

#projectInfo {
clear:both
}


.anUpdate {
/* border: 1px solid #CC0000; */
clear:both;
min-height:50px;
margin-top: 10px;
margin-bottom:5px;
border:thin
}

.updateInfo {
float: left;
width: 600px;
margin-bottom:10px;
margin-left:5px;
}

#foot {
/* border: 1px solid #CC0000; */
clear:both;
}

.iconBox {
float:left;
margin-right:5px;
width:50px;
height:50px;
background-color:#999999;
}

/* Text */

div {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

h1 {
font-size:20px;
color:#000000;
}

h2 {
font-size:14px;
color:#000000;
clear:both;
}

.updateTitle {
font-weight:bold;
}

li {
margin-bottom:2px;
}

li.margin {
margin-bottom:10px;
}

.breadcrumb {
margin-top:5px;
margin-bottom:5px;
}

.nav {
padding:5px;
background-color:#e0f2d7;
}