﻿#container{

text-align: center;
margin: auto;
margin-top: 20px;
width: 821px;

}

/* - - - - Columns / Photo - - - - -*/

#leftColumn{

margin-right: 28px;
width: 385px;
float: left;
}

#rightColumn {
float: right;
width: 408px;
}


#leftColumn h1, #rightColumn h3{
display: inline;
}


/* - - - - FEATURE - - - - -*/

#feature{
text-align: left;
margin-bottom: 20px;
cursor: pointer; cursor: hand;
}

#feature h2{
display: inline;
}


/* - - - - NAV - - - - -*/

#nav{
position: relative;
text-align: left;
left: -14px;
cursor: pointer; cursor: hand;
}

#nav h3{
margin: 0px;
padding-bottom: 2px;
}

/* - - - - CONTENT - - - - -*/

#news {
display: block;
overflow: auto;
height: 300px;
}

#directing, #bio, #other {
display: none;
}

#content{
font-size : 10px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: left;
margin-top: 30px;
padding-bottom: 50px;
width: 395px;
}

#directing{

}
.cTitle, .cSubTitle, .cEntry{
margin-bottom: 5px;
}

.cTitle{
font-weight: bold;
font-size : 12px;
background-color: #4592AA;
color: #FFFFFF;
padding-left: 10px;

}
.cSubTitle{
background-color: #666;
font-size : 12px;
font-weight: bold;
padding-left: 10px;
}
.cEntry{
background-color: #CCCCCC;
font-size : 10px;
padding-left: 10px;
cursor: pointer; cursor: hand;
}




/* - - - - NEWS - - - - -*/
.post{

}

.postDate{
font-weight: bold;
color: #AA0000;
font-size: 10px;
}

.postTitle{
font-weight: bold;
font-size: 12px;
padding-bottom: 5px;
}

.postBody{
padding-bottom: 20px;

}
