/* CSS Document */
@import url(initial.css);
@import url(hacks.css);

/* Color: #646491 */

body {
/* background: url('drawing.png') no-repeat; */
background: #ccc;
}

a {
color: #778899; 
text-decoration: none;
}

a:hover {
color: #646491;
}

a:visited {
color: #646491;
}

/*-----------
Container
-----------*/
#container {
background: #fff url('../images/blue_2.png') 650px 0px repeat-y;
margin: 0 auto;
/* margin-left: 60px; */
width: 750px;
border-top: 1px solid #999;
border-left: 2px ridge #333;
border-right: 2px ridge #777;
border-bottom: 1px solid #333;

min-height: 600px;
}


/*-----------
Logo
-----------*/
#logo {
padding-top:  111px;
padding-top:  83px;
margin-left: -56px;

}

#logo hr {
display: none;
width: 565px;
color #778899;
}

#logo h1 { 
color: #778899;
/* font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif; */
font-size: 3.6em;
letter-spacing: .6px;

margin: 0;
padding: 0;
padding-left: 151px;
padding-left: 191px;

line-height: .8em;
border-bottom: 2px solid #778899;
/* border-bottom: 1px solid #000; */
}


/*-----------
Menu
-----------*/
#menu {
float: left;
margin-top: 137px;
margin-left: 30px;

font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: .8em;
line-height: 1.5em;
color: #333;
}

#menu li {
list-style-type: none;
padding-bottom: 1em;
}


/*-----------
Content
-----------*/
#content {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

font-size: .8em;
line-height: 1.6em;
color: #333;

margin-top: 48px;
margin-left: 100px;
margin-left: 140px;
width: 410px;
border: 1px solid #778899;

padding: 30px;
padding-right: 35px;
margin-bottom: 30px;

min-height: 400px;
}

#content h2 {
font-family: "Palatino Linotype", Palatino, serif;
color: #666;
font-weight: normal;
letter-spacing: 2px;
font-style: italic;

padding-bottom: 10px;
}

#content p {
}

/*--------
Projects
--------*/

table#project_listing {
}

td.project img {
width: 100px;
height: 73px;
margin: 12px;

background: #fff;
}

a img {
border: 1px solid #778899;
}

.project a {
text-decoration: none;
padding: 0;
}

/*--------
Footer
--------*/

#footer {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: .7em;
line-height: 1.6em;
text-align: center;
color: #666;

border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
