/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	background-image: none !important;
	padding: 0;
	margin: 0 0 10px 0 !important;
	text-align: center;
	font-size: 11px;
}

#content-blog p, td, li, form, label {
	font-size: 11px;
}

#content-blog td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

#content-blog img {
	padding: 0;
	border: 0;
}

#content-blog p {
	line-height: 120%;
	padding: 0 15px 10px 0;
	color: #333;
	font-weight: normal;
	border: 0;
	margin: 0;
}

#content-blog p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  padding: 0;
} 

#content-blog h1, h2, h3, h4 {
    font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	padding: 4px 0 4px 0;
	margin: 10px 0 10px 0;
}

#content-blog h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

#content-blog a {
	text-decoration: none;
}

#content-blog a:hover {
	text-decoration: underline;
}


/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* main containers */ 

#content-blog {
	text-align: left; 
	margin: 0 auto;
	width: 806px;
}

/* content containers */

#content-landing {
	background: #FAF6E6 url(/rfi-blogs/i/content_landing_bg.jpg) left top no-repeat;
	padding: 56px 23px 0 17px;
	margin: 0 0 10px 0;
	min-height: 452px;
	height: 452px;
}

.content-container {
	background: #FFF url(/rfi-blogs/i/content_container_bg.jpg) left top no-repeat;
	padding: 0;
	min-height: 452px;
	height: 452px;
}

#content-l {
	float: left;
	width: 616px;
	padding: 22px 10px 22px 12px;
}

#content-r {
	float: left;
	width: 137px;
	padding: 23px 3px 23px 19px;
	background: url(/rfi-blogs/i/callout_bg.jpg) left top no-repeat;
	min-height: 273px;
	height: 273px;
}

/* landing page */

#landing h2 {
	font-size: 11px;
	font-weight: bold;
	background: url(/rfi-blogs/i/grey_dot.gif) left top repeat-x;
	border: none;
	margin: 0;
	padding: 4px 0 4px 2px;
}

.landing-l {
	width: 170px;
}

.landing-r {
	width: 170px;
	padding: 0 0 0 429px !important;
}

.landing-l p, .landing-r p {
	padding: 0 0 10px 2px !important;
}

.landing-l h2, .landing-l a, .landing-l h2 a {
	color: #FF9900 !important;
}

.landing-l h2 a:hover {
	text-decoration: none !important;
}

.landing-r h2, .landing-r a {
	color: #669900;
}

.landing-r h2 a:hover {
	text-decoration: none !important;
}

.landing-l .more {
	background: url(/rfi-blogs/i/orange_arrow.gif) right top no-repeat;
	padding: 0 5px 0 0;
	color: #FF9900 !important;
}

.landing-r .more {
	background: url(/rfi-blogs/i/green_arrow.gif) right top no-repeat;
	padding: 0 5px 0 0;
}

#landing .title-post {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 4px 2px !important;
}

#landing .title-post a {
	color: #333 !important;
	background: none !important;
}

#landing .post {
	background: url(/rfi-blogs/i/grey_dot.gif) left top repeat-x;
	padding: 13px 0 3px 0;
}

#landing .top-line {
	background: url(/rfi-blogs/i/grey_dot.gif) left top repeat-x;
	padding: 13px 0 3px 0;
}

/* search box */

#search  {
	margin: 0 0 23px 0
}

#search input {
	background: #F5F5F5;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #F5F5F5 !important;
	margin: 6px 0 0 0;
	vertical-align: middle;
	color: #999;
}

/* right navigation */

#rnav a {
	margin: 0 0 6px 0;
	display: block;
	float: left;
	clear: left;
}

/* floated images */

.img-float-left {
	float: left;
	margin: 0 15px 5px 0;
}

.img-grey-border {
	border: 1px solid #DFDFDF !important;
}

/* left & right brain styles */

#left .title, #right .title {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

#left a, #left .date, #left h2 {
	color: #FF9900;
}

#right a, #right .date, #right h2 {
	color: #669900;
}

/* post details */

#post .date, #post .info {
	padding: 0 0 0 0;
}

#post {
	margin: 0 0 10px 0;
}

.info {
	font-size: 10px;
	color: #000 !important;
}

.info a {
	text-decoration: underline !important;
}

.post-date {
	color: #999;
}

/* footer */

#content-blog #footer {
	background: url(/rfi-blogs/i/footer_dot.gif) left top repeat-x;
	text-align: right;
	padding: 7px 0 20px 0 !important;
	margin: 0 6px 0 0;
	width: 800px;
}

/* other styles */

.dotted-line {
	background: url(/rfi-blogs/i/grey_dot.gif) left top repeat-x;
	margin: 8px 0 0 0 !important;
}

.align-right {
	text-align: right;
}

.subscribe {
	color: #666666 !important;
	font-size: 10px !important;
	margin-top: 15px !important;
}

.subscribe img {
	vertical-align: middle !important;
}

.landing-r .subscribe {
	margin-left: 2px !important;
}

#main-container {
	background: none !important;
	width: 806px !important;
}




