* {
  margin: 0;
  padding: 0;
}
/* General Tags */

body {
    background:url(Images/background.gif) repeat-y top center #fff; 
    color:#303030;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 84%;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1.4em;
}

a {
  color: #2a5a9a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
p, ul, ol, dl {
  margin: 0 0 30px;
}
/* Headers */
h1 {
  margin: 10px 0 0;
  color: #888888;
  font-size: 3em;
  line-height: 1.1em;
  letter-spacing: -1px;
}
h1 a {
  color: #2a5a9a;
  text-transform: none;
}
h2 {
  border-bottom: 2px solid #eeeeee;
  margin: 0 0 10px;
  font-size: 1.8em;
  color: #333333;
  padding-left: 32px;
}
h3 {
  border-bottom: 2px solid #eeeeee;
  margin: 0 0 10px;
  font-size: 1.8em;
  clear: left;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.4em;
}
/* Main container */
#wrap {
    margin: 20px auto;
    padding:0 20px;
    color:#303030; 
    width:970px;
}
#header {
  margin: 0 0 20px;
  padding: 20px 0 30px 180px;
  background: #ffffff url(Images/logo.jpg) no-repeat scroll left top;
}

/* Main Content */
#content {
  text-align: left;
  width: 75%;
  float: right;
  padding-right: 1%;
}
/* Sidebar */
#sidebar {
  border-right: 2px solid #cccccc;
  width: 22%;
  padding-right: 1%;
}
#sidebar img {
  margin: 0 0 30px;
}
#sidebar ul {
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding: 10px 0 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: 1.3em;
}
#sidebar li {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 10px;
  padding: 0 0 10px 30px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 1em;
  color: #888888;
}
#sidebar li a {
  font-size: 1.2em;
}
#sidebar h2 {
  font-size: 1.4em;
  line-height: 1.8em;
}
/* Footer */
#footer {
    border-top:2px solid #cccccc; 
    clear:both; 
    color:#aaaaaa; 
    font-size:0.9em; 
    line-height:1.6em; 
    margin:0 auto; 
    padding:8px 0; 
    text-align:right;
}
#footer p {
    margin:0; 
    padding:0;
}
#footer a {
    color:#888888;
}

/* Additional classes */
.box {background:#4088b8; border:1px solid #c8c8c8; color:#fff; font-size:0.9em; line-height:1.4em; padding:10px 10px 10px 13px;}
.box a {color:#f0f0f0;}
.slogan {
  margin: 0 0 20px;
  color: #888888;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -1px;
}
.readmore {
  margin: 0 20px 30px 0;
  text-align: right;
}
.timestamp {
  border-right: 2px solid #eeeeee;
  margin: 0 10px 10px 0;
  padding: 10px 10px 10px 0;
  display: block;
  font-weight: 700;
  color: #888888;
  text-align: right;
  width: 140px;
  float: left;
}
.timestamp a {
  font-weight: normal;
}
.clear {
  clear: both;
  visibility: hidden;
  height: 20px;
}
.left {
  width: 45%;
  float: left;
  padding-bottom: 20px;
}
.right {
  width: 50%;
  float: right;
  padding-bottom: 20px;
}
.icon-home {
  background: #ffffff url(Images/icons/user_24x24.png) no-repeat scroll left top;
}
.icon-comment {
  background: #ffffff url(Images/icons/comment_24x24.png) no-repeat scroll left top;
}
.icon-research {
  background: #ffffff url(Images/icons/line_graph_24x24.png) no-repeat scroll left top;
}
.icon-pubs {
  background: #ffffff url(Images/icons/document_24x24.png) no-repeat scroll left top;
}
.icon-practice {
  background: #ffffff url(Images/icons/sound_24x24.png) no-repeat scroll left top;
}
.icon-blog {
  background: #ffffff url(Images/icons/edit_24x24.png) no-repeat scroll left center;
}

.photo {
    background:#fff;
    border:1px solid #bababa;
    margin:6px 18px 2px 5px;
    padding:2px;
}

