/* Overall width */

#container {

    width: 900px;

}

 

/* Height of photo bar */

#title {

    height: 390px;

}

 

/* Title bar with the photo */

#title {

    background-image:url('http://www.airjockeys.com/msdn%20blog/sanjuans.jpg');

    color: #fff;

    background-position: bottom;

}

 

/* Color of links */

a:visited,

a:active,

a:link,

.post h2 a:hover { 

    color: #0C9FF8;

}

 

/* Main back color items */

body,

#contentwrapper,

.post h2,

#sidebar-a h3 {

    background-color: #324B61;

}

 

/* Nav bar underneath title should be same as links */

#nav {

   background-color: #0C9FF8;

}

 

/* This is the background color of the actual post */

#content,

#sidebar-a {

    background-color: #ffffff;

    margin-top: 0px;

}

 

/* Color of links when hovering */

 

a:hover,

#header a:hover {

    color: #999999;

}

 

/* Sames as the post backcolor for main color */

#header a:visited,

#header a:active,

#header a:link,

.post h2 a:visited,

.post h2 a:active,

.post h2 a:link { 

    color: #fff;

}

 

 

/* Inverted colors for post header and sidebar header */

.post h2,

#sidebar-a h3 {

    color: #ffffff;

    font-size: 1.2em;

    padding: 10px;

}

 

/* Remove the underline from links */

#search a:active,

#search a:visited,

#search a:link,

#search a:hover,

#sidebar-a a:active,

#sidebar-a a:visited,

#sidebar-a a:link,

#sidebar-a a:hover {

    text-decoration : none;       

}

 

/* Since the post title is inverted, I don't want a border at the bottom */

.postfoot {

    border-bottom-style: none;

    padding: 0px;

}

 

/* News Box */

#news {

    margin: 0px;

    padding: 0px;

    border: none;

}

 

/* New News div id for me to ensure that news is padded correctly */

#newsitem {

   padding: 10px;

}

 

/* make sure them isn't showing any corner images, etc */

#nav {

    background-image:url();

}

 

#contentwrapper {

    background-image:url();

}

 

#contentfooter {

    background-image:url();

}
