/** 
 * Common blog styling. Themes should concern themselves primarily with 
 *   - color 
 *   - font-face 
 *   - images 
 *   - margins and padding 
 * 
 * All other style rules should be here. 
 */ 

/** 
 * HTML Entities
 */ 
a { 
    text-decoration: none;    
}
a:hover { 
    text-decoration: underline; 
}
body { 
    font-size: 12px; 
    line-height: 18px; 
    margin: 0; 
    padding: 0;
    text-align: center;   /* Used to center the site in IE */ 
}
form { 
    margin: 0;
    padding: 0; 
}
hr { 
    clear: both;
    height: 0px; 
    margin: 7px 0;
    padding: 0;    
}
img { 
    border: 0; 
}
p { 
    margin: 0 0 10px 0; 
} 
table { 
    border-collapse: collapse;
}
th { 
    padding: 5px; 
}
td { 
    font-size: 10pt; 
    padding: 5px; 
}
/** 
 * Form styles 
 */ 
.form_entry {
	clear: both;
	margin: 5px 12px;
	padding-bottom: 10px;
	text-transform: lowercase;
}
.form_entry .field_name {
	float: left;
	font-weight: bold;
}
.form_entry .field_description{
	clear: both;
	font-weight: normal;
	font-size: 9px;
	width: 75px;
	float: left;
}
.form_entry .form_input {
	margin-left: 75px;
}
.form_entry select {
	text-transform: capitalize;
}
.DojoRichTextEditor { 
    background-color: #FFFFFF; 
    color: Black;
    border: 1px solid gray; 
    float: left; 
    width: 520px; 
}
.DojoRichTextEditor .toolbarContainer img { 
    float: none;
}
.DojoRichTextEditor ul { 
    list-style-type: disc;
    margin: auto;   
}
.imagepickercontainer { 
    background-color: #FFFFFF; 
    color: Black;
}
/** 
 * Global styles 
 */ 
.links { 
    float: right; 
}
.selected { 
    font-weight: bold; 
}
/** 
 * Main layout elements 
 */ 
#header_container {
    background: url('/images/blog/bg_masthead.gif');
	margin: 0px auto;
    text-align: center;  /* Used to center the header in IE */ 
	width: 100%;
}
#header { 
    font-family: Verdana, Helvetica, Arial, san-serif;
    font-size: 10px;
	margin: 0px auto;
	padding-top: 15px;
	position: relative;
	text-align: left;
	width: 750px;
}
#header .links{
	float: right;
	text-align: left;
	width: 230px;
}
#content { 
	margin: 0px auto;
	position: relative;
	text-align: left;
} 
#mainblock_container { 

}
#sideblock_container { 
    color: #555555;
    font-size: 10px;
}
#footer {
    clear: both;
    font-size: 11px;
    height: 40px; 
	margin: 0px auto;
    margin-top: 5px; 
    text-align: left;
	width: 726px;
}
/** 
 * Header styles 
 */ 
#header a {
	color: #333333;
    font-weight: bold;
}
#header .logo { 
    margin: 5px 12px;
}
#header .search {
	float: left;
	margin-top: 5px;
}
#header .search input {
	vertical-align: middle;
}
#header .links { 
    margin: 5px 12px;
    text-align: right;
    text-transform: lowercase;
    vertical-align: text-bottom;
}
#header img{
	margin-top: 3px;
}
/** 
 * Site Banner styles 
 */ 
h1 {
    background-repeat: no-repeat;
    margin: 0; 
    padding: 0; 
}
h1 a { 
    display: block;
    height: 100px; 
    margin-left: 12px;
    padding-top: 22px;
}
h1 a:hover { 
    text-decoration: none; 
}
h1 > a {
    height: 78px;
}
h1 a span { 
   font-size: 23px; 
   font-weight: bold;
   line-height: 30px;
}
h1 img {
	display: block;
	width: 742px;
}
h1 > img {
	width: 746px;
}
/** 
 * Subnav styles 
 */ 
#navigation_sub { 
    float: left; 
    font-size: 7.5pt;
    font-weight: bold; 
    margin: 0 0 30px 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#navigation_sub ul { 
	list-style: none;
    padding: 0px 8px;
    vertical-align: top;
}
#navigation_sub li{
	display: inline;
    float: left; 
    padding: 5px 8px;
    text-transform: uppercase;
    vertical-align: top;
}
/** 
 * Block styles 
 */ 
.block h2 { 
    font-size: 12pt;
    margin: 4px 0 0 0;
    padding: 5px 12px; 
}
.block h2 .links a { 
    font-size: 11px; 
    font-weight: normal; 
}
#mainblock_container .block { 
	overflow: hidden;
}
#sideblock_container .block { 
    float: right;
} 
#sideblock_container .block h2 { 
    font-size: 14px; 
    min-height: 15px;  
    margin: 0; 
    padding: 6px 12px; 
}
#sideblock_container .block h2 .links img { 
    vertical-align: text-top;
}
#sideblock_container .block .content {
    margin: 2px 2px;
    padding: 0px 5px 5px 5px;
}
/** 
 * Item styles 
 */ 
.item { 
	clear: both;
    padding: 0 0 3px 0;
}
.item h3 { 
    font-size: 16px; 
    line-height: 22px;
    margin: 0;
    padding: 5px 12px 5px 12px;
}
.item .content { 
    font-size: 12px;
	line-height: 19px;
	margin: 0 12px;
}
#sideblock_container .item .content { 
    font-size: 11px;
	line-height: 9pt;
}
.item .content a { 
    font-weight: bold; 
}
.item .footer { 
    font-size: 11px; 
    line-height: 12px; 
	margin: 0 12px 0 12px;
}
#sideblock_container .footer a {
	font-size: 11px;
}
.item .footer .username { 
    text-transform: none; 
}
.item .byline {
    float: left; 
	font-size: 11px;
    text-transform: lowercase;
}
.item .tags { 
    float: left; 
	font-size: 11px;
    line-height: 12px;
    margin-bottom: 25px; 
    text-transform: lowercase;
    width: 80%;
}
/** 
 * Tagcloud styles 
 */
.tagcloud { 
    text-align: justify;
    text-justify: distribute; 
    text-transform: lowercase; 
}
#sideblock_container .tagcloud { 
    line-height: normal;
}
.tagcloud a.selected { 
    font-weight: bold;
}
.tagcloud .level5 {
    font-size: 24px;
}
.tagcloud .level4 {
    font-size: 18px;
}
.tagcloud .level3 {
    font-size: 14px;
}
.tagcloud .level2 {
    font-size: 12px;
}
.tagcloud .level1 {
    font-size: 9px;
}
/** 
 * Photo Album styles 
 */ 
.photo{
	float: left;
	clear: none;
	width: 30%;
}
.photo img{
    max-width: 200px;                                   /* Mozilla */ 
    width: expression(this.width > 200 ? 200 : true);   /* IE */ 
}
.album .photo img{
    max-width: 120px;                                   /* Mozilla */ 
    width: expression(this.width > 120 ? 120 : true);   /* IE */ 
}
.photo .footer {
	border: none;
}
.photo .footer .title {
	font-weight: bold;
	margin-bottom: 2px;
}
.photo .footer .links {
	clear: both;
	float: none;
	text-transform: uppercase;
	font-size: 9.5px;	
}
.photo .footer .tags {
	font-size: 9.5px;
}
#sideblock_container .album img {
	margin: 0 3px 3px 0;
	vertical-align: text-top;
	text-align: left;
}
/** 
 * Navigation styles 
 */ 
.navigation_sub { 
    border: 1px solid #FFFFFF; 
    font-weight: bold; 
    font-size: 7.5pt;
    padding: 5px 8px 5px 8px;
    background-color: #EDEDED;
    margin: 0;
}
.navigation_sub a.selected{ 
    border: 1px solid #FFFFFF; 
    font-weight: bold; 
    font-size: 7.5pt;
    padding: 5px 8px 5px 8px;
    background-color: #E8ECF0;
    margin: 0;
    color: #666666;
}
/** 
 * Blog styles 
 */ 
#content .blog img { 
    max-width: 716px;                                   /* Mozilla, Safari */ 
    width: expression(this.width > 716 ? 716 : true);   /* IE */ 
}
#mainblock_container .blog img { 
    max-width: 466px;
    width: expression(this.width > 466 ? 466 : true);
}
#mainblock_container .blog .content img { 
    float: left; 
    margin-right: 5px; 
}
.blog h3 .links a { 
    font-size: 11px;
    font-weight: normal; 
    
}
.blog .fullpost { 
    display: none;
}
/** 
 * Calendar styles 
 */ 
.days .item h3{
	font-size: 11px;
}
.days .item h3 .weekday { 
    float: left; 
    width: 80px;
}
.days .item h3 .date { 
    float: left; 
}
.event .time { 
    float: left; 
	margin: 0px 12px 0px 12px;
	width: 70px;
}
.event .details { 
    float: left;
    width: 250px; 
}
.event .links { 
    width: 70px; 
}
table.calendar_nav th {
	border: 0;
	color: #666666;
	font-size: 11px;
	text-transform: lowercase;
}
table.calendar_nav td { 
    border: 0;
	border-top: 1px solid #CCCCCC;
    font-size: 8pt; 
    line-height: 10px;
    text-align: center;
    vertical-align: middle; 
    width: 21px; 
}
table.calendar_nav td .greyed {
	color: #AAAAAA;
}
/** 
 * Comment styles 
 */ 
.comment { /* Needed to offset the lack of margins on the <ul> element */ 
    padding: 0 12px 10px 12px;
}
.comment ul { 
     list-style-type: none; 
     margin: 0;
     padding: 0; 
 }
.comment ul ul li { 
	margin-left: 20px;
}
#content .origitem img { 
    max-width: 716px;                                   /* Mozilla */ 
    width: expression(this.width > 716 ? 716 : true);   /* IE */ 
}
/** 
 * Linkset styles 
 */ 
.linkset .content a { 
    display: block; 
    margin-bottom: 5px; 
}
/**
 * Recent Items styles
 **/
.recentitems a { 
    display: block; 
    margin-bottom: 5px; 
}
/** 
 * Image replacements 
 */ 
.btn_subscribe { 
	background: url('/images/blog/btn_bookmark.gif');
    height: 18px; 
    width: 113px; 
    vertical-align: middle;
}
