@charset "UTF-8";

/** NEWS STYLES **/
#news-box { height: 50%; }
#news-post {
	height: 100%;
	overflow: auto;
	padding: 0 .5em;
}
.post { margin-bottom: 2em;	}
.post-date {
	font-size: .8em;
	color: #999999;
}
.post-title {
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
}
.post-excerpt { font-size: .9em; }
.post-excerpt p a img { display: none; }

/** WIKI STYLES **/

#wiki-projects { height: 16em; }
#wiki-projects img { border: none; }
#wiki-projects table {
	cell-spacing: 0;
	border-spacing: 0;
}
#wiki-projects td { padding: 0; }
.wiki-projects-text {
	text-align: center;
	font-size: .9em;	
	padding-bottom: .3em;
}

/** MAILBAG STYLES **/

#mailbag-letter {
	height: 25em;
	height: 40em;
	overflow: auto;
	padding: 0 .5em;
}
#mailbag-letter .post {
	margin-bottom: 1em;	
}
#mailbag-previous {
	height: 8em;
}

/** SOCIAL NETWORK STYLES **/

#social-content { height: 32em; }
#social-forum {
	height: 13em;
	overflow: auto;
	padding: 0 .5em;
}
#social-activity {
	height: 9em;
	overflow: auto;
	padding: 0 .5em;
}
#social-photos-widget {
	text-align: center;	
	height: 13.2em;
}
.forum-item {
	font-size: .9em;	
	line-height: 1.2em;
	padding-bottom: .5em;
}
.activity-item {
	font-size: .9em;	
	line-height: 1.2em;
	padding-bottom: .5em;
}


/** COL FOOTER STYLES **/
.col-footer {
	padding: .3em 0;
	text-align: center;	
	font-weight: bold;
	font-size: .9em;
	color: #666;
}
.col-footer a:link {
	text-align: center;	
	font-weight: bold;	
	color: #666;
}
.col-footer a:visited {
	text-align: center;	
	font-weight: bold;	
	color: #666;
}

/** LAYOUT STYLES **/

#left-col {
	float: left; 
	width: 25em;
	padding: 0; 
}
#left-col .col-content { margin-right: .5em;	}
#right-col {
	float: right; 
	width: 25em;
	padding: 0;
	position: relative;
}
#right-col .col-content {
	margin-left: .5em;
	position: relative;
}
#middle-col {
 	margin: 0 25em 0 25em;
}
#middle-col .col-content {
	margin: 0 .25em 0 .25em;	
}
.col-content {
	height: 48em;
	text-align: justify;
	background-color: #FFFFFF;
}

/** overrides from base.css **/	
.box-header { padding-left: 1em; }
.box-content { padding: 1em; }
