img {
    border: 0px;
}
body {
	background-image: url(http://notjulie.com/imgs/b1.png);
	background-repeat: repeat-x;
	background-color: #2f2f2f;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

em {
    font-size: 16px;
    font-style:normal;
    color: #8F8F8F;
}
h2 {
    font-size: 18px;
    font-weight: lighter;
    margin-top: -5px;
    margin-bottom: 5px;
}
h3 {
    color: #FFF; 
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 5px;
}
h4 {
    color: #FFF; 
    font-weight: lighter;
    margin-bottom: -10px;
}

div {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

a {
    border: 0px;
    text-decoration: none;
    color: #6ca9e2;
}

a:visited {
	text-decoration: none;
	color: #3098FF;
}

#main-container table {
    font-size: 14px;
    margin-bottom: 30px;
}

#main-container td {
    padding-right: 10px;
}

.date {
    font-style: italic;
    font-size: 14px;
}
.top-nav-btn {
    width: auto;
    height: 32px;
    float: left;
    margin: 5px 15px;
}


.top-nav-btn img {
    border: 0px;
}

div.hardware {
    background-image: url("/projects/hardware.png");   
}

div.web {
    background-image: url("/projects/web.png");
}

div.mobile {
    background-image: url("/projects/mobile.png");   
}

img.btn-sel  {
}



#top-panel {
    height: 75px;
    margin-bottom: 10px;
}

#top-nav-con {
    width: auto;
    float: right;
    margin-top: 10px;
}

/*
 * Home Page Related
*/

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#banner-blurb {
    margin-left: 20px;
    width: 250px;
    float: left;
}

#center-panel {
    margin-top: 30px;
    height: 300px;
    width: 850px;
}

#center-panel div{
    height: 250px;
    width: 600px;
    position: absolute;
}

div.threecol{
	float: left;
	height: 250px;
	width: 320px;
	margin-left: auto;
	margin-right: 10px;
	padding-right: 10px;
}

div.twocol {
	width: 500px;
}


#bottom-nav-cont{
    width: 490px;
    height: 100px;
}

/*
 * Twitter
 */
#twitter_div ul{
   margin-left: 0px;
   padding-left: 40px;
   list-style-image: url("/imgs/twitter-bird.png");
    
}
#twitter_div li{
   margin-bottom: 5px;
    
}
/*
 *
 */
#content-panel {
  height: 205px;	
  padding-top: 15px;

}
#twitter_div h1,#content-panel h1{
    color: white;
    font-size: 16px;
    margin-top: 0px;
}

/*
 * Title divs
 */
div.title-img {
    float: left;
    height: 60px;
    margin-top: 10px;
   margin-bottom: 15px;
    width: 1000px;    
}
#top-research {
    background-image: url(imgs/nj_top.png);  
}

#top-fun{
    background-image: url(imgs/nj_top.png);  
}

#top-home {
	width: 1000px;
	background-image: url(imgs/nj_top.png);
	background-repeat: repeat-x;
}

#top-projects{
    background-image: url(imgs/nj_top.png);   
}

/*
 *********Footer*************
*/
#footer {
    text-align: center;
    font-size: 9px;
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
}


/*
 ********Banner**********
*/
#banner-panel{
    margin-bottom: 20px;
    border-bottom: 0px;
    height: 205px;
}

#banner-panel-home{
    margin-top: 50px;
    border-bottom: 0px;
    height: 247px;
}

div.banner {
    border-radius: 15px;
    height: 205px;
    width: 705px;
    float: left;   
}

#banner-research {
    background-image: url("/imgs/bnr_research.jpg");
}

#banner-projects {
    background-image: url("/imgs/bnr_projects.jpg");
}
#banner-home {
	background-image: url("/imgs/bnr_home_green_2.jpg");
	height: 247px;
	width: 670px;
}

#banner-fun {
    background-image: url("/imgs/bnr_fun.jpg");
}

/*
 * Research/Project Items
 */
.item-img {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    text-align: center;
    border-radius: 10px;
 }

.item-img img {
    border: 1px solid white;
    margin-top: auto;
    margin-bottom: auto;
    border: 0px;
    border-radius: 10px;
}
.item {
    height: 120px;
}
.newsitem{
	width: 705px !important;
	float: left;
}

.detailed-banner {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.item p{
    margin-top: 5px;
}
.item h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.item h2 a {
   color: white;
}

.item-content {
    width: 880px !important;
}

.item-content em {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

#show-select {
    margin-bottom: 10px;
}
