/* Designed by François PLANQUE - http://fplanque.net/ */

@import url(http://blogmedia.thenewstribune.com/rsc/css/basic.css);	/* Import basic styles */
@import url(http://blogmedia.thenewstribune.com/rsc/css/img.css);	/* Import standard image styles */
@import url(http://blogmedia.thenewstribune.com/rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(http://blogmedia.thenewstribune.com/rsc/css/forms.css);	/* Import default form styles */
@import url(http://blogmedia.thenewstribune.com/rsc/css/comments.css);	/* Import default comment styles */

/* Designed by François PLANQUE - http://fplanque.net/ */




.small, .small a:link, .small a:visited, .small a:hover {font-size:10px}

h2 {
	color: #FFFFFF;
    letter-spacing: .5px;
	margin-left: 2ex;
	padding-left: 1ex;
	padding-bottom: 3px;
	background-image: url(img/post_gr.gif);
    font-size: 80%;
}


h3 {
	color: #2b3b4b;
	font-size: 100%;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #78a;
	font-size: 90%;
}



p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 80%;
	color: #999;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	background: #fff repeat-y 0 0;
	width: 950px;
	padding: 0;
}

div.pageHeader {
	padding: 1px;
	margin: 0 1px 1px 1px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	text-align: left;
	background: #ddd;
}

h1#pageTitle {
	color: #3b4b5b;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
   font: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.blogheader {
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	padding-bottom:10px;
}
.pageTitle {
	color: #3b4b5b;
	font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration: none;
}


.pageSubTitle {
	color: #2b3b4b;
	letter-spacing: .3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

ul#bloglist {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #9ae;
}



div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}




h5 {
	color: #3b4b5b;
    letter-spacing: 8px;
	font-size: 63%;
	padding-top: 1ex;
    padding-left: 12px;
    align: center;
		
		
}

/* Styles for main area (left) */
h5 {
	margin: 1ex;
    background: #fff repeat-y 50% 0;
    border-bottom: 1px solid #ccc;
}

.bDate {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999;
}

/* Styles for posts */

.bPost, .bPostpublished
{
	clear: both;
   border-bottom:1px dashed #dedede;
   margin-bottom:30px;
   padding-bottom:10px;
	
	
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: #333333;
	margin: 0ex 0ex 0ex 0ex;
}
.bTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;	
	padding-bottom:3px;
	padding-top:3px;
	width:670px;
}

.bText {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;
}

.bText a:link, .bText a:visited, .bText a:hover {
	text-decoration:underline;
}


.bCommentBorder {
	border: 1px;
	border-style:dotted; 
	border-color: #DDDDDD;
}
	
	
.bCommentDate {
	font-size: 12px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
}	
	
.bCommentTitle {
        font-size: 14px;
	color: #000000;	
	margin-top: 4px;
	margin-bottom: 4px;
}

.bCommentText {
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;
	letter-spacing:0px;
   font-size: 12px;
	color: #000000;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.bComment {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 11px;
	color: #3b4b5b;
	margin-top: 2ex;
	margin-bottom: 6px;
	padding: 10px;
	border: 1px dotted #cccccc;
}

a.bText {
        text-decoration:underline;
}
.bSmallPrint
{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	margin: 0px 0 0px 0;
	padding-bottom: 2ex;
}

input.bComment, 
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 96%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 0px solid #ccc;
	font-size: 12px;
	padding: 1px;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;

	margin: 0 0 2ex 1.5ex; 
	border: 0px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}



/* Styles for sidebar (right) */
.bSideBar {
	background-color: #fff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
}
.bSideItem {
	padding: 10px;
	margin-left:0px;
	font-size: 12px;
	background-color: #fff;
}

.bSideItemAD {
   margin: 2ex;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.bSideItemTitle {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #660000;
	text-transform: uppercase;
	margin-top: 1ex;
}
.bSideItem ul {
	padding-left: 15px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type:none;
	list-style:none;
}
.bSideItem ul ul{
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 75%;
}


input.submit,
input.reset {
	padding: .3ex;
	margin: 0ex;
}

input.submit:hover {
	color: #000;
	text-decoration: underline;
}



input.SearchField
{
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: .5ex;
	width: 156px;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #333;
	background-color: #ddd;
	width: 275px;
    font-size: 100%;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #333;
	width: 275px;
	font-size: 100%;
	border-collapse: separate; 
}
table.bCalendarTable tfoot td {
	background-color: #ddd;
	font-size: 100%;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
	width: 100%;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
	font-size: 100%;
}
th.bCalendarHeaderCell {
	color: #abc;
	font-size: 100%;
}
#bCalendarToday {
	background-color: #bce;
	font-size: 100%;
}

