/*
Theme Name: RF.com - Ethics
Theme URI: http://www.rfinteractive.com/
Description:
Version: 0.1
Author: Ruder Finn

*/

/* general tag styles */

html {
	height : 100%;
	min-height: 100%;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px 0 20px;
	margin: 0;
	text-align: center;
}

p, td, th, li, dt, dd, form, label {
	color: #333;
	font-size: 11px;
}

td, ul, ol, dl, dd, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
	margin: 0;
}

p {
	line-height: 125%;
	padding: 0 0 13px 0;
	border: 0;
	margin: 0;
}

h1 {
	color: #3882A9;
	font-size: 19px;
	padding: 0 0 13px 0;
	border: 0;
	font-weight: normal;
	margin: 0;
}

h2 {
	color: #90B403;
	font-size: 14px;
	padding: 0 0 13px 0;
	border: 0;
	margin: 2px 0 0 0;
}

h3, h4{
	color: #fff;
	padding: 3px 0 8px 0;
	font-size: 13px;
	border: 0;
	margin: 0;
}

h5 {
	color: #666;
	padding: 0 0 8px 0;
	font-size: 12px;
	border: 0;
	margin: 0;
}

h6 {
	color: #666;
	padding: 0 0 8px 0;
	font-size: 11px;
	border: 0;
	margin: 0;
}


input, select {
	font-size: 9px;
	color: #666;
}

a {
	color: #1A79B3;
}


a:hover {
	color: #1A79B3;
	text-decoration: underline;
}

label {
	color: #000;
	font-weight: bold;
	vertical-align: top;
	line-height: 150%;
}

p.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0 !important;
	margin: 0;
	height: 1px;
}

ul {
	list-style: none;
	margin: 0 0 10px 0;
	position: relative;
}

li {
	padding: 0 0 5px 0;
}

ol, ol li {
	margin: 0 0 10px 23px;
	padding-left: 0 !important;
	background: none !important;
}


/* tabular data cell styles */

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

td.lm {
	text-align: left;
	vertical-align: middle;
}

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

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;
}


/* hide */

.hide {
	display: none;
}


/* bold */

.boldit {
	font-weight: bold;
}


/* non-bold */

.normalize {
	font-weight: normal;
}


/* white */

.ko {
	color: #fff;
}


/* grey */

.grey {
	color: #ccc;
}


/* error message */

.error {
	color: #c00;
	display: none;
}

/* foated text */

.flush-right {
	float: right;
	padding: 0 5px 0 0;
	margin: 0;
}

.flush-right a  {
	vertical-align: middle;
	padding: 0 0 0 5px;
}

.flush-left {
	float: left;
}


/* floated images */

.img-flush-left {
	float: left;
	padding: 0 10px 5px 0;
	margin: 0;
}

.img-flush-right {
	float: right;
	padding: 0 0 5px 10px;
	margin: 0;
}

.img-flush-right-share {
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 100%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


/* post details */

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

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

#post img {
	border: 1px solid #DFDFDF !important;
}

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

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

.post-date {
	color: #999;
}

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

#post-comment label {
	color: #333;
	font-size: 11px;
}

#post-comment th {
	text-align: right;
	padding: 0 10px 6px 0;
	vertical-align: top;
	width: 80px;
}

#post-comment td {
	padding: 0 0 6px 0;
	 color: #666;
}

#post-comment span {
	 font-size: 10px;
	 font-weight: normal;
}

#post-comment td input, #post-comment td textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d0d0d0;
	padding: 2px;
	color: #333;
}

#post-comment td .checkbox {
	 vertical-align: middle;
	 border: none !important;
}

#post-comment td #comment-preview, #post-comment td #comment-post, #post-comment td #comment-cancel {
	background: #D3D3D3;
	color: #5E5E5E;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 10px;
}

/* content navigation */

.content-nav {
	margin: -15px 0 0 0 !important;
	text-align: right;
	padding: 0 3px 10px 0 !important;
}

.content-nav  a {
	color: #8F8F8F !important;
}

.content-nav img {
	vertical-align: middle;
}


/* footer */



/* other styles */

#content-blog .align-right {
	text-align: right;
	padding: 0 0 10px 0!important
}

.blurb {
	float: left;
	width: 400px;
}

#search-container td {
	vertical-align: middle;
}

.comment-title {
	padding: 0 0 2px 0 !important;
}

.comment-title a {
	color: #666 !important;
}

.float-right {
	float: right;
	padding: 0 !important;
}

#monthly-archive {
	margin: 0 0 0 0;
	padding: 0;
}

#monthly-archive li.link-list {
	padding: 0 0 5px 10px;
}

#recent-posts {
	margin: 0 0 0 0;
	padding: 0;
}

#recent-posts li.link-list {
	padding: 0 0 5px 10px;
}

#subscribe {
	margin: 0 0 0 0;
	padding: 0;
}

#subscribe li.link-list {
	padding: 0 0 5px 10px;
}

#about li.link-list {
	padding: 0 0 5px 10px;
}

.save-links{
	padding-top: 10px !important;
}

.entry p.orange1 {
	padding: 0 0 5px 0;
}

.entry h2.blog a {
	font-size: 11px;
}

.entry h2.blog {
	padding: 0 0 5px 0 !important;
	margin: 0 !important;
}

.entry .date {
	padding: 0 0 5px 0;
}

li.link-list {
	background: url(images/blue-arrow.jpg) top left no-repeat !important;
}

li.link-list a {
	color: #1A79B3 !important;
}

#monthly-archive ul {
	margin: 0;
}

#monthly-archive li {
	line-height: 100%;
	padding: 0 0 5px 10px !important;
	background: url(images/blue-arrow.jpg) top left no-repeat;
}

#monthly-archive li a {
	color: #1A79B3 !important;
	font-weight: bold;
	font-size: 10px;
}

.blog-scroll {
	float: right;
	margin: 0 3px 0 0;
}

.blog-scroll-content {
	font-size: 10px;
	color: #AFAFAF;
	font-weight: bold;
	line-height: 135%;
}

.blog-scroll-content img {
	vertical-align: -0.1em;
}

.blog-scroll-content a {
	color: #006600;
	text-decoration: none;
}

.blog-scroll-content a:hover {
	color: #006600;
	text-decoration: underline;
}

#comments h2.blog-comments {
	color: #333 !important;
	font-size: 15px !important;
	padding: 0 0 10px 0;
}

#comments .date-author {
	color: #FD8600;
}

#comments .date-author a {
	color: #FD8600;
}

#post-comment .btn {
	border-right: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	border-left: 1px solid #cccccc !important;
	border-top: 1px solid #cccccc !important;
	padding: 2px 6px;
	color: #5E5E5E;
	font-weight: bold;
	background: #D3D3D3;
	font-size: 10px;
}

.error-msg p{
	color: #f00 !important;
}

/* dotted line */

.dotted-line {
	background: url(images/grey_dot.jpg) left top repeat-x;
	margin: 3px 0 15px 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

div.dotted-line {
	background: url(images/grey_dot.jpg) left top repeat-x;
	margin: 0 !important;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.dotted-vertical {
	background: url(images/dot_vert.gif) left top repeat-y;
	padding: 0 !important;
}

#main-container-corporate {
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 815px;
}

#content {
	padding: 0;
	margin: 0;
	width: 815px;
	background: #fff;
}

#content-container-2cols-l {
	margin: 20px 0 0 20px;
	border-bottom: 20px solid #fff;
}

.content-block {
	padding: 0 15px 0 26px;
	margin: 0;
	width: 600px;
	float: left;
	z-index: 0;
	position: relative;
}

/* callouts */

.callout {
	padding: 6px 0 0 11px;
	margin: 0 0 0 0;
	width: 156px;
	float: left;
}

.callout .dotted-line {
	margin: 7px 0 7px 0;
}


.callout .image {
	margin:  0 0 2px -2px;
}

.callout p {
	padding: 0 0 10px 0;
}

.callout p img {
	vertical-align: middle;
}

.callout p.callout-link {
	padding: 0 0 4px 0;
}

.callout-indent {
	padding: 0 5px 10px 8px;
	vertical-align: bottom;
}

.callout-indent a  {
	padding: 0 5px 0 4px;
	float: left;
	display: block;
}

.callout-indent span  {
	float: left;
}

#header {
	border-bottom: 1px solid #E4E4E4; 
	margin: 8px 0 20px 25px;
}

#header img {
	margin: 0 0 5px -63px;
}

#content-container-2cols {
	background: url(images/dot_vert_cols.gif) left top repeat-y;
}
