/* Layout ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

/*html {
	height: 100%;
}*/

/*body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	min-height: 100%;
	min-width: 860px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 140px 0px;
	text-align: center;
}

* html #container {
	height: 100%;
}*/

.style_content {
	position: relative;
	margin: 0px auto;
	text-align: left;
}

br.clear {
	clear: both;
}


/* Header Layout */

#header {
	margin: 0px;
	padding: 0px;
}

#header .style_content {
	width: 860px;
	height: 145px;
	position: relative;
	display: block;
}

#search_box {
	display: inline;
	margin: 0px 40px 0px;
	padding: 20px 0px 0px;
	float: right;
}

#input_search {
	width: 150px;
}

#title {
	margin: 0px 40px 0px;
	padding: 25px 0px 0px;
}

#tagline {
	margin: 0px 40px;
}

#menu {
	display: block;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	height: 45px;
	position: absolute;
	bottom: -1px;
}

html>body #menu {
	bottom: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	height: 45px;
	line-height: 30px;
}


/* Content Layout */

#content {
	margin: 0px;
	padding: 0px;
}

#content .style_content {
	width: 780px;
	width: 950px;
	padding: 20px 0px 0px 0px;
}

#loop_articles {
	width: 440px;
	width: 570px;
	margin-right: 40px;
	float: left;
}

#loop_page {
	width: 610px;
	float: left;
}

#loop_single {
	width: 440px;
	width: 610px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#loop_comments {
	width: 440px;
	width: 610px;
	float: left;
}

#form_comments {
	width: 320px;
	margin: 0px 0px 30px 20px;
	float: right;
	padding: 0px;
}

#information {
	width: 320px;
	margin: 0px 0px 30px 20px;
	float: left;
	padding: 0px;
	clear: right;
}

#post_meta {
	width: 320px;
	padding: 0px;
	margin: 0px 0px 30px 20px;
	float: left;
	display: inline;
}

#search {
	width: 320px;
	margin: 0px 0px 30px 20px;
	padding: 0px;
	float: right;
}

#author {
	width: 320px;
	margin: 0px 0px 30px 20px;
	padding: 0px;
	float: right;
}

#widgets {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: right;
}

.widgets_home, .widgets_single {
	width: 320px;
}

#archive_links {
	width: 320px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: right;
	clear: right;
}

#archive_links .archive_group {
	padding: 0px;
	float: left;
	width: 150px;
	clear: none;
}

#archive_links .even {
	margin: 0px;
	float: right;
}

#archive_links .odd {
	margin: 0px 20px 0px 0px;
}

#loop_articles h2, #loop_comments h2 {
	margin: 0px 0px 20px 0px;
}

.navigation ul {
	display: block;
	margin: 0px 0px 30px;
	padding: 0px;
}

.navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 49%;
}

.navigation li.next {
	text-align: right;
	float: right;
}

#form_search {
	margin: 0px 0px 20px;
}

#input_form_search {
	width: 150px;
}


/* Post and Comment Layout */

.post {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
}

.post .content {
	position: relative;
}

#post_meta .metadata {
	width: 135px;
	padding: 0px;
	margin:  0px;
}

#post_meta .odd {
	float: left;
	clear: left;
}

#post_meta .even {
	float: right;
}

.metalinks {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: block;
	clear: both;
}

.metalinks li {
	float: left; 
	margin-right: 10px; 
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

#input_comment {
	width: 100%;
}

#comment_area .comment {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#comment_area .metadata {
	display: block;
	margin: 0px 0px 15px 0px;
}

#comment_area .metadata dt {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#comment_area .metadata dd {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#comment_area .metadata dt.comment_number {
	display: none;
}

#comment_area .metadata dd.comment_number {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	font-size: 200%;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

#comment_area .gravatar {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


/* Footer Layout */

#footer {
	position: relative;
	margin-top: -140px;
	text-align: center;
	height: 140px;
}

#footer .style_content {
	width: 860px;
	padding: 40px 0px 0px;
}

#newsletter_signup {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 8px 40px 0px 0px;
	float: right;
}

#input_email_address {
	width: 150px;
	vertical-align: middle;
}


#button_email_address {
	vertical-align: middle;
}

#footer_title {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 40px;
}

#copyright_notice p {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 60px;
}

#logos {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 20px 40px 0px 0px;
	float: right;
	vertical-align: middle;
}

#logos img {
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* Typography ------------------------------------------------------ */

p, center, blockquote, quote, pre {
	margin: 0px 0px 20px;
}

.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {
	font-size: 95%;
}

blockquote, quote {
	margin: 30px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px;
}

h1 {
	font-size: 250%;
	line-height: 100%;
}

h2 {
	font-size: 170%;
	line-height: 100%;
	margin: 0px 0px 5px;
}

.lead h3.title, #loop_single h3.title, #loop_page h3.title {
	font-size: 200%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
	line-height: 100%;
}

h4 {
	font-size: 130%;
	line-height: 100%;
}

h5 {
	font-size: 110%;
	line-height: 100%;
}

h6 {
	font-size: 100%;
	line-height: 100%;
}

ul, ol, dl {
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
}

li, dd {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 5px;;
}

ul li {
	list-style-type: square;
}

dt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

#tagline {
	font-size: 120%;
}


/* Graphical Bullets ----------------------------------------------- */

ul .icon, dl .icon, ul.icon li {	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

ul .date, dl .date, ul.icon li {
	background-image: url(../images/icon_date.gif);
}

ul .tag, dl .tag, ul.tag li {
	background-image: url(../images/icon_tag.gif);
}

ul .category, dl .category, ul.category li {
	background-image: url(../images/icon_category.gif);
}

ul .information, dl .information, ul.information li {
	background-image: url(../images/icon_lightbulb.gif);
}

ul .jump, dl .jump, ul.jump li {
	background-image: url(../images/icon_page.gif);
}

ul .comment, dl .comment, ul.comment li {
	background-image: url(../images/icon_comment.gif);
}

ul .feed, dl .feed, ul.feed li {
	background-image: url(../images/icon_feed.gif);
}

ul .entry, dl .entry, ul.entry li {
	background-image: url(../images/icon_entry.gif);
}

ul .author, dl .author, ul.author li {
	background-image: url(../images/icon_entry.gif);
}

ul .delicious, dl .delicious, ul.delicious li {
	background-image: url(../images/icons/delicious.gif);
}

ul .technorati, dl .technorati, ul.technorati li {
	background-image: url(../images/icons/technorati.gif);
}

ul .digg, dl .digg, ul.digg li {
	background-image: url(../images/icons/digman.gif);
}

ul .stumble, dl .stumble, ul.stumble li {
    background-image: url(../images/icons/stumble.gif);
}

.navigation ul.links li {
list-style-type: none;
background: none;
}

#loop_articles .summary {
	padding-left: 25px;
	background-image: url(../images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#loop_articles .new {
	background-image: url(../images/icon_new.gif);
	background-position: left top;
}

.feedburnerFlareBlock {
	margin: 0px;
	padding: 0px;
	display: list-item;
	background-image: url(../images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;

}

/* Widget Styling -------------------------------------------------- */

#container .widget {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#widgets_home_a {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#widgets_home_b {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
}

#widgets_single_a {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#widgets_single_b {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

#widgets_page {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content .advert {
	text-align: center;
	margin: 0px 0px 30px;
	padding: 0px 10px;
}

.widget_archives li, .sb-months li {
	background-image: url(../images/icon_date.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}


.widget_categories li, .sb-categories li {
	background-image: url(../images/icon_category.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_meta li, .sb-meta li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.sb-navigation li {
	display: inline;
	clear: both;
}

.widget_pages li, .sb-navigation li li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_recent_entries li, .sb-latest li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_rss li {
	background-image: url(../images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.gluedideas_TLA_widgetDisplay li {
	background-image: url(../images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

#recentcomments li, .sb-comments li {	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	background-image: url(../images/icon_comment.gif);
}

.sb-links li {
	display: inline;
	clear: both;
}

.sb-links li li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}






















* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 75%;
	background: #f2f2f2 url(/images/page_bg.gif) top left repeat-x;
	color: #666;
	line-height: 1.2em;
	text-align: center;
	vertical-align: top;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #768f22;
}

a img {
	border: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #5a646e;
	line-height: 1.2em;
	margin-bottom: 5px;
}

h1 {

}

h2 {
	color: #666666;
	font-size: 1.0em;
}

p {
	padding: 0 0 10px 0;
}

ul {
	padding: 5px 0 5px 0;
	list-style: none;
}

ul li {
	padding: 0px 0 5px 17px;
	background: url(/images/bullet_blue_arrow.gif) 0 2px no-repeat;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	padding: 0 0 5px 0;
}

fieldset {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

blockquote {
	padding: 20px 10px 20px 20px;
}

input[type="text"] {
	border: 1px solid #929594;
}

sub {
	font-size: 0.6em;
}





/* 508 */

#skipNavigation {
	position: absolute;
	height: 0;
	overflow: hidden;
}





/* LAYOUT */
/* see http://www.stuffandnonsense.co.uk/archives/whats_in_a_name_pt2.html */


#container {
	width: 959px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#branding {
	width: 959px;
	height: 145px;
	background: url(/images/logo_page_header.gif) no-repeat top left;
	padding-bottom: 22px;
	position: relative;
}

#navigation {
	position: absolute;
	top: 111px;
	left: 303px;	
}

#content {
	clear: both;
	float: left;
	width: 720px;
	width: 950px;
}

#contentFull {
	clear: both;
}

#sidebar {
	float: left;
	width: 230px;
	margin-left: 9px;
	float: right;
	background: url(/images/sidebar_top_cap.gif) no-repeat top left;
}

#siteinfo {
	background-color: #006593;
	clear: both;
}









/* MAIN NAVIGATION */

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li {
    float: left;
	display: block;
    margin: 0 2px 0 0;
    padding: 0;
	background: url(/images/nav_right.gif) no-repeat right top;
	height: 34px;
}

#navigation a:link,
#navigation a:active,
#navigation a:visited,
#navigation a:hover {
	display: block;
	background: url(/images/nav_left.gif) no-repeat left top;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 33px;
	height: 34px;
	float: left;
	font-size: 12px;
}

#navigation a:hover {
	color: #000;
}

#navigation #selected {
    background: #fff url(/images/nav_right_on.gif) no-repeat right top;
}

#navigation #selected a:link,
#navigation #selected a:active,
#navigation #selected a:visited,
#navigation #selected a:hover {
    background: url(/images/nav_left_on.gif) no-repeat left top;
	color: #1c304d;
}










/* SEARCH & NEWSLETTER */

#branding #searchNav {
	color: #1C304D;
	text-align: right;
	margin-right: 84px;
	padding-top: 15px;
}

#logoLinkDiv {
	width: 250px;
	height: 90px;
	position: absolute;
	top: 50px;
	left: 15px;
}

#logoLink {
	cursor: hand;	
}

#searchNav,
#searchNav a:link,
#searchNav a:active,
#searchNav a:visited,
#searchNav a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#searchNav a:hover {
	text-decoration: underline;
}

#searchTOP {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 530px;
}

#searchTOP .searchText {
	float: left;
	color: #fff;
	width: 300px;
	font-size: 12px;
	line-height: 14px;
}

#searchTOP .searchField {
	float: left;
	width: 230px;
}

.searchLabel {
	display: none;
}

.searchBar {
	font-size: 0.9em;
	width: 181px;
	padding: 2px;
	margin-top: 8px;
	float: left;
}

#searchTOP .button {
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}








/* BREADCRUMB */

#breadCrumb {
	font-size: 0.8em;
	color: #336699;
	padding-bottom: 10px;
}

#breadCrumb a:link,
#breadCrumb a:active,
#breadCrumb a:visited,
#breadCrumb a:hover {


}

#breadCrumb a:hover {

}








/* SIDEBAR */

#sidebar #sidebarContent {
	margin: 20px 7px 0px 6px;
	padding: 0 15px 10px 15px;
	background: #eceedb url(/images/sidebar_bottom_cap.gif) no-repeat bottom left;
	font-size: 0.9em;
	zoom: 1;
}

#sidebar h1 {
	color: #767353;
}

#sidebar .sidebarContentItem {
	background: url(/images/dotted_line_green.gif) repeat-x top left;
	padding-top: 10px;
	margin-top: 10px;
}

#sidebar input.bar {
	width: 120px;
	height: 15px;
	float: left;
	margin-top: 2px;
}

#sidebar .button {
	float: left;
	margin-left: 5px;
}

#sidebar .share {
	margin: 0 0 3px 0;
}

#sidebar .share img {
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 4px;
	float: left;
}







/* STYLING */

.nobg {
	background: none;
}

.right {
	float: right;
}


.contentBlock {
	padding: 12px;
	background-color: #e1e3d0;
	margin-top: 10px;
	zoom: 1;
}

.contentBlockBorder {
	border: 1px solid #e1e3d1;
	margin-bottom: 14px;
}

.contentBlockHorizontalGradient {
	border: 4px solid #fff;
	background: #fff url(/images/gradient_horiz.gif) repeat-x top left;
	padding: 10px;
	zoom: 1;
}

.contentBlockVerticalGradient {
	border: 4px solid #fff;
	background: #fff url(/images/gradient_vert.gif) repeat-y top left;
	padding: 10px;
	zoom: 1;
}

.roundedContentBlockTopLeft {
	background: url(/images/corner_top_left.gif) top left no-repeat;
	height: 7px;
	line-height: 7px;
	padding-left: 7px;
	zoom: 1;
}

.roundedContentBlockTopRight {
	background: url(/images/corner_top_right.gif) top right no-repeat;
	height: 7px;
	line-height: 7px;
	zoom: 1;
}

.roundedContentBlockBottomLeft {
	background: url(/images/corner_bottom_left.gif) top left no-repeat;
	height: 7px;
	line-height: 7px;
	padding-left: 7px;
	zoom: 1;
}

.roundedContentBlockBottomRight {
	background: url(/images/corner_bottom_right.gif) top right no-repeat;
	height: 7px;
	line-height: 7px;
	zoom: 1;
}

.roundedContentBlock {
	background-color: #d1dca8;

}

.roundedContentBlock table {
	margin: 0 auto;
}

.roundedContentBlock table.shape td {
	text-align: center;
	padding: 0 10px 2px 10px;
	font-size: 10px;	
}

.roundedContentBlock table.color td {
	text-align: center;
	padding: 0;
	font-size: 10px;	
}

.roundedContentBlock table.sizes td {
	text-align: left;
	font-size: 10px;
}

.iconExplained h2 {
	margin-bottom: 5px;
	margin-left: 7px;
	margin-top: 10px;
}

.roundedContentContainer {
	padding-bottom: 10px;
}

.iconExplainedLeft {
	float: left;
	width: 425px;
}

.iconExplainedRight {
	float: left;
}

.iconExplainedBad img,
.iconExplainedGood img {
	float: left;
	margin: 0 10px 0 0;
}

.iconExplainedBad,
.iconExplainedGood {
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

.iconExplainedBad p,
.iconExplainedGood p {
	margin-left: 67px;
}

.homeLearnMore {
	font-size: 0.9em;
	padding: 5px 10px;
}

.learnMore {
	font-family: "Times New Roman", Times, serif;
	color: #416282;
	font-weight: bold;
	font-size: 1.3em;
}

.title a {
	text-decoration: none;
}

.noborder:link,
.noborder:active,
.noborder:visited,
.noborder:hover {
	text-decoration: none;
}

.noborder:hover {
	text-decoration: underline;
}

.buttonBlue {
	background: url(/images/button_blue.gif) bottom right no-repeat;
	height: 22px;
	line-height: 20px;
	width: 128px;
	text-align: center;
}

.buttonRight { float:right }

.sortDesc {
	float: right;
	text-align: left;
	font-size: 10px;
	margin-right: 10px;
	}

.buttonBlue a:link,
.buttonBlue a:active,
.buttonBlue a:visited,
.buttonBlue a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

.buttonBlue a:hover {
	color: #999;
}

.buttonWhite {
	background: url(/images/button_white.gif) bottom right no-repeat;
	height: 19px;
	line-height: 18px;
	width: 118px;
	text-align: center;
}

.buttonWhite a:link,
.buttonWhite a:active,
.buttonWhite a:visited,
.buttonWhite a:hover {
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
}

.buttonWhite a:hover {
	color: #000;
}

#powerDescriptionIcon {
	width: 174px;
	background: url(/images/power_icon_bg.gif) no-repeat top left;
	text-align: center;
	padding-top: 22px;
	float: left;
	margin-top: 10px;
	margin-right: 45px;
}

#powerDescriptionIcon img {
	margin-bottom: 20px;
}

#powerDescriptionIcon div {
	text-align: left;
	color: #336699;
	font-size: 0.8em;
	padding: 0 0 0 10px;
}

table#powerDescription {
	margin: 10px 0 0 0;
}

table#powerDescription th {
	vertical-align: top;
	color: #336699;
	padding: 0 40px 10px 0;
}

table#powerDescription th.title {
	text-align: center;
	padding: 0 0 10px 0;
}

table#powerDescription td {
	vertical-align: top;
	padding-bottom: 10px;
}






/* BLOG */

.blogItem {
	padding: 0 0 20px 0;
}

.blogItem .title a {
	font-weight: bold;
}

.blogItem .description {
	margin: 0 0 5px 0;
}

.blogItem .source {
	float: left;
	clear: both;
}

.blogItem .tags {

}

.blogItem .comments {
	float: right;
}

.blogItem .thumb {
	float: right;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 0 0 3px;
}








/* FOOTER */

#siteinfo {
	background-color: #e1e3d0;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#siteinfo-legal {
	width: 959px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#siteinfo-legal a:link,
#siteinfo-legal a:active,
#siteinfo-legal a:visited,
#siteinfo-legal a:hover {
	
}

#siteinfo .iconExplained {
	float: left;
	width: 257px;
}

#siteinfo .learnMoreAboutCarma {
	float: left;
	width: 193px;
}

#siteinfo .contactUs {
	float: left;
	width: 280px;
}

#siteinfo p {
	font-size: 0.9em;
	padding-right: 40px;
	margin: 0;
}

#siteinfo .CGDLogo {
	float: left;
	width: 229px;
}

#siteinfo .roundedContentBlockTopLeft {
	background: url(/images/corner_top_left_darkbg.gif) top left no-repeat;
}

#siteinfo .roundedContentBlockTopRight {
	background: url(/images/corner_top_right_darkbg.gif) top right no-repeat;
}

#siteinfo .roundedContentBlockBottomLeft {
	background: url(/images/corner_bottom_left_darkbg.gif) top left no-repeat;
}

#siteinfo .roundedContentBlockBottomRight {
	background: url(/images/corner_bottom_right_darkbg.gif) top right no-repeat;
}

#siteinfo ul li {
	list-style-type: none;
	padding:0px 0pt 5px 17px;
	margin: 0;
}

#siteinfo ul {
margin: 0;
padding: 5px 0;
}





/* Pollution Data Table Styles */

table#pollutionTable {
	width: 100%;
	background: #fff;
	padding-right: 10px;
	margin-bottom: 20px;
}

table#pollutionTable td.status {
	vertical-align: top;
	padding: 8px 5px 5px 5px;
	text-align: center;
	}

table#pollutionTable td.data {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	padding: 25px 5px 5px 5px;
	}

table#pollutionTable td.company {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 20px 0;
}

table#pollutionTable td.company .companyName {
	color: #416282;
	margin-bottom: 5px;
}

.pollutionTableButtonContainer {
	background-color: #fff;
	padding: 10px 0 0 10px;
	margin-top: 10px;
}






/* Trends Table Styles */

table.powerTrends {
	width: 100%;
	border-top: 1px solid #d2d3c2;
	border-left: 1px solid #d2d3c2;
}

table.powerTrends th {
	border-right: 1px solid #d2d3c2;
	border-bottom: 1px solid #d2d3c2;
	background-color: #dfe0ce;
	padding: 5px 7px 5px 10px;
	font-weight: normal;
	font-size: 0.8em;
}

table.powerTrends td {
	border-right: 1px solid #d2d3c2;
	border-bottom: 1px solid #d2d3c2;
	padding: 5px 7px 5px 10px;
	background-color: #eceedb;
	font-weight: normal;
	font-size: 0.8em;
}





/* POWER TABS */

ul.powerTabs {
	float: right;
	margin: 0 0 -10px 0;
	padding: 0;
}

ul.powerTabs li {
	height: 24px;
	background: url(/images/power_tab_off.gif) repeat-x top left;
	float: left;
	padding: 5px 10px;
	margin-left: 5px;
	line-height: 22px;
}

ul.powerTabs li a:link,
ul.powerTabs li a:visited,
ul.powerTabs li a:active,
ul.powerTabs li a:hover {
	font-weight: bold;
	text-decoration: none;
}

ul.powerTabs li a:hover {
	color: #000;
}

ul.powerTabs li.selected {
	background: url(/images/power_tab_on.gif) repeat-x top left;
}


	




/* Reactions Content Styles */

#commentArea {

}

ol#reactions {
	padding-top: 15px;
	}
	
ol#reactions li {
	padding-bottom: 25px;
	}
	
.greenDivider {
	background: url(/images/hr_green_dash.gif) repeat-x scroll left bottom;
	height: 1px;
	margin: 10px 10px;
}

#commentArea input[type="text"] {
	border: 1px solid #929594;
	width: 200px;
}

#commentArea textarea {
	border: 1px solid #929594;
	width: 400px;
	height: 125px;
}

#commentArea table#commentTable {
	text-align: left;
	width: 100%;
}

#commentArea table#commentTable td {
	vertical-align: top;
	padding: 5px;
}

.ghost, .elect {
	display: none;
}

