@CHARSET "UTF-8";

body { color: #000000; }
a { color: #000000; text-decoration: underline; }
a:visited { color: #000000; }
a:hover { color: #444444; text-decoration: underline; }


/* Header */
#head {
  margin: 0px;
  padding: 15px;
  background: #eeeeee;
  border-bottom: 1px solid;
  font-size: 30px;
  font-weight: bold;
  font-family: 'georgia', 'bitstream vera serif', serif; 
}


/* Nav */
#nav {
  margin: 0px;
  padding: 10px 15px;
  background: #dddddd;
  border-bottom: 1px solid;
  font-size: 15px;
  font-weight: bold;
  font-family: 'georgia', 'bitstream vera serif', serif; 	
}


/* Menu */
#menu {
  font-size: 20px;
}
#menu td {
	padding: 5px;
  font-weight: bold;
  font-family: 'georgia', 'bitstream vera serif', serif;
}

.menu-icon {
	text-align: right;
	padding-right: 10px;
}
.menu-link {
	text-align: left;
	padding-left: 10px;
}


/* Content */
#content {
  margin: 20px 20px;
  font-size: 20px;
  font-family: 'georgia', 'bitstream vera serif', serif;
}


/* Projects */
#projects {
  font-size: 16px;
  font-weight: bold;
  font-family: 'georgia', 'bitstream vera serif', serif;
}
#projects table {
  width: 100%;
}
#projects td {
  border: 1px solid;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
}


/* Published */
#published {
  font-size: 16px;
  font-weight: bold;
  font-family: 'georgia', 'bitstream vera serif', serif;
}
#published table {
  width: 100%;
}
#published td { 
  border: 1px solid;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
}

#pub-left {
  text-align: left;
  width: 50px;
}
#pub-right {
  text-align: right;
  width: 50px;
}
#pub-index {
  font-size: 18px;
  text-align: center;
}


/* Timeline */
.www-timeline table {
	width: 100%;
}
div#timelinecontainer {
    width: 100%;
    height: 150px;
    border: black 1px;

}
div#timeline {
    width: 100%;
    height: 100%;
    font-size: 12px;
    background: #cccccc;
}
div#mapcontainer {
    width: 100%;
    height: 400px;
}
div#map {
    width: 100%;
    height: 100%;
    background: #eeeeee;
}

/* iPhone */
.www-iphone {
	font-size: 10px;
  font-weight: normal;
  font-family: "monaco","lucida console","andale mono","bitstream vera sans mono","consolas",monospace;
}
.www-iphone td {
	padding: 10px;
}
.www-iphone ul {
	list-style-type: disc;
	list-style-position: inside;
}

.screenshot td {
	padding: 2px;
  vertical-align: middle;
}
#screenLeft {
	float: left;
}
#screenRight {
  float: right;
}
#screenTitle {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}
