
/* Styles for Guilt-O-Meter */





 /****************************/
/* General Tag Styles BEGIN */

* {
	margin: 0;
	padding: 0;
}

body {
    background: #C4BDB7;
    font-family: Times;
    color: #645D57;
    min-width: 1000px;
}

h2 {
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

p {
    margin: 7px 0;
    text-align: justify;
}

a {
	color: #844505;
}

a:hover {
	color: #FF6114;
}
a.profile:hover {
	color: #fff;
}

a.white {
    color: #fff;
}

sup {
	font-size: .5em;
}

.message {
	font-weight:bold;
	font-size:1.1em;
	color:#000;
}

.clear_both {
	clear: both;
	line-height: 0;
	height: 0;
}

 /* General Tag Styles END */
/**************************/






 /****************************/
/* Page Layout Styles BEGIN */

#body_wrapper {
	min-width: 960px;
	position: relative;
}

.masthead {
    background: #5D4C3D url('../images/backgrounds/desert_scene_gradient.png');
    height: 105px;
    width: 100%;
    border-bottom: 0px solid #555;
    font-family: verdana;
}

.masthead a {
    color: #D6D5AF;
}

#logo {
	background: transparent;
	position: absolute;
	top: 0;
	left: 20px;
	width: 351px;
	height: 107px;
	border: 0px solid black;
}

#logo img {
	display: block;
	width: 351px;
	height: 107px;
	border: 0px solid black;
}

#desert_scene {
	background: url('../images/backgrounds/desert_scene.png');
	position: absolute;
	top: 0;
	left: 280px;
	width: 1366px;
	height: 106px;
}



	/* Three-Column Layout BEGINS */

	#content_wrapper {
		padding: 20px;
	}

	#left_column {
		float: left;
		width: 180px;
	}

	#middle_column {
		margin: 0 200px;
	}

	#right_column {
		float: right;
		width: 180px;
	}

	.search_bar {
		height: 50px;
		background: #948D87;
		border: 1px solid #746D67;
		margin-bottom: 10px;
	}
	
	.search_results {
		height: 1000px;
		border: 4px solid #948D87;
		background: #f4eDe7;
	}

	/* Three-Column Layout ENDS */


 /* Page Layout Styles END */
/**************************/






  /*****************************************/
 /* Three-column design BEGINS            */
/* (position is everything/tanfa/others) */

#wrapper {
	position: relative;
	z-index: 500;
	background: url('../images/backgrounds/Left-Column-Background.png') repeat-y scroll 0pt;
	margin: 0pt auto;
	width: 100%;
}



#contentfloatholder {
	width: 100%;
	position: relative;
	background: url('../images/backgrounds/Right-Column-Background.png') repeat-y 100% 0;

}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

/* center column, first in source code */
#center {
  color: #000;
  float: left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}
/* make room for left/right columns */

#main_body{
	margin: 0 260px;
}
/* See http://www.tanfa.co.uk/css/layouts/flexi_floats/ for full-column background images for this layout */

#leftcol {
  float: left;
  width: 220px;
  margin-left: -5%; /* the difference to make the left colum appear flush left */
  padding: 5px;
}

#rightcol {
  float: right;
  width: 220px;
  padding: 5px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	background: url('../images/backgrounds/Right-Column-Background.png') repeat-y bottom right;
}

/* background:#4A1C21 url(images/blfoot.gif) no-repeat scroll 0pt 0px; */

/*
.content{
    margin-left: 300px;
    margin-right: 245px;
    margin-top: 30px;
    
}*/

  /* (position is everything/tanfa/others) */
 /* Three-column design ENDS              */
/*****************************************/












/* Dojo Overrides BEGIN */

#dijit_form_Button_2_label, #dijit_form_Button_3_label {
	font-family: arial;
}

.dijitTitlePaneContentInner table {
	font-family: verdana;
	font-size: 10px;
}

.tundra .dijitTitlePaneTitle {
	display: none;
}

 #advnced_container {
	border: 0px solid green;
} 

#advnced_container .dijitTitlePaneTitle {
	border: 0px solid blue;
}

#advnced_container .dijitTitlePaneContentOuter {
	background: transparent;
	border: 0px solid red;
	margin-top: 5px;
}

/* Dojo Overrides END */




#name_info {
    position: absolute;
    top: 5px;
    left: 700px;
}

#welcomemsg {
	position: absolute;
	top: 30px;
	right: 150px;
	font: 1.0em Verdana, sans-serif;
	color: #ccc;
}


#nav_wrapper {
	background: black;
	height: 27px;
	text-align: right;
	border-bottom: 4px solid #948D87;
}

#navigation {
	float: right;
	list-style-type: none;
	font-family: verdana;
	font-size: .8em;
	color: #D6D5AF;
	border-top: 0px solid #555;
	height: 15px;
	padding: 6px;
	min-width: 500px;
}

#navigation li {
    float: left;
    font-size: 1.5em;
}

#navigation li a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #D6D5AF;
}

#navigation li a:hover {
    color: #fff;
}

#keywords {
	vertical-align: middle;
}

/*
#leftpane {
	height: 10px;
}
*/

/* RSS Feed Icon */
.rss_icon_img {
    width:14px;
    float:left;
    margin-top:2px;
}
.rss_icon_img_large {
    width:28px;
    float:left;
    margin-top:5px;
    margin-left:15px;
}
.rss_icon_img img, .rss_icon_img_large img {
    border:0;
}
.rss_icon {
    float:left;
    margin-left:10px;
    margin-bottom:10px;
}



#search_form {
	position: relative;
}

.search_input {
	width: 144px;
	padding: 5px 0;
	font-size: 10px; 
	margin: 0;
}
.search_btn {
	font-size: 7pt;
	font-family: arial;
}

#carat {
	position: absolute;
	top: 7px;
	right: 0;
}

.search_box{
}

#carat_up, #carat_down {
	vertical-align: top;
}

gom_search_cont {
	position: relative;
}

#adv_arrow {
	position:absolute;
	top: 11px;
	left: 218px;
}

#main_body {
	font-size: 1.3em;
	min-width: 450px;
}

#main_body h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 40px;
	text-align: left;
}

#main_body h3 {
	margin-top: 35px;
	font-size: 1.2em;
}

#main_body p {
}

#main_body a {
	font-weight: bold;
}

#meter {
	
}

.meter {
    height: 150px;
    width: 100%;
}

.googlerss {
   /* position: absolute;*/
 /*   top: 220px;*/
    border: 0px solid #333;
    padding: 10px 15px;
    font-family: verdana;
    font-size: 11px;
}


.populargoms {
    /*position: absolute;
    left: 30px;
    width: 200px;
    top: 220px;*/
    border: 0px solid #333;
    margin: 0;
    font-family: verdana;
    font-size: 11px;
}

/*
.googlerss, .populargoms {
	min-height:1000px;
	height:auto !important;
	height:1000px;
}
*/

.createnew {
    background: #333;
    color: #fff;
    float: right;
    right: 10px;
    top: 10px;
    padding: 10px;
    margin-left: 50px;
    cursor: pointer;
}
.googleadwords {
    display: none;
    background: #fff url(../images/google-adwords.gif) top left no-repeat;
    height: 500px;
    width: 300px;
    /*position: absolute;*/
    right: 5px;
    top: 800px;
}

.login {
    float: right;
    color: white;
    margin: 10px;
    font-size: 10px;
    text-align: right;
}

#doLogin {
	font-weight: bold;
	font-size: 14px;
}

.quote {
    font-size: 1.0em;
    position: absolute;
    left: 150px;
    top: 80px;
}

#small {
    padding-left: 30px;
    
}

.small {
    font-size: 0.8em;
}

.small_link {
    font-size: 0.8em;
    text-decoration: none;
}
.small_link:hover {
    color: #fff;
}
.testExample {
	
	padding: 1em;
	margin-top: 10px;
	/*height: 800px;*/
}

.content_holder {
	background-color: #fbfbfb;
	padding: 1em;
	margin-bottom: 20px;
	border: 2px solid #948d87;
}






 /******************************/
/* Guilt-O-Meter Styles BEGIN */

.guiltometer {
	background: #d4cDc7;
	border: 1px solid #645D57;
	margin: 10px 0 25px 0;
	font-family: verdana;
}

.gom_name {
	background: #746D67;
	color: white;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	height: 20px;
	line-height: 21px;
}

.gom_name a {
	color: white;
}

.gom_name a:hover {
	color: black;
}

.gom_case {
	background: #b4aDa7;
	padding: 4px 20px;
	font-size: 11px;
	font-weight: normal;
}

.gom_case ul {
	list-style-type:none;
	float:left;
	margin:10px 0 0 10px;
}
.gom_case ul li {
	margin:0 7px;
	float:left;
}
.gom_case a {
	margin-top:5px;
}
.gom_links {
	height:30px;
}
.rss_icon_img_large_links {
	float:left;
	margin-left:5px;
	width:28px;
	height:28px;
}
.rss_icon_img_large_links a, .guilto_links a, .guilto_links img {
	border:0;
}
.rss_icon_img_large_links img {
	border:0;
}
.gom_body {
}

.gom_story {
	padding: 20px;
	text-align: justify;
	font-size: 12px;
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
}

.gom_readout {
	float: right;
	right: 0;
	padding: 10px;
	border-left: 3px double #b4aDa7;
	border-bottom: 3px double #b4aDa7;
	font-size: 10px;
	margin: 0 0 20px 20px;
	background: #c4bDb7;
}

.gom_readout form {
	margin-top: 20px;
	border-top: 1px solid black;
	padding-top: 5px;
}



.gfx_hold, .gfx_holder {
    position: relative;
   /* background: url(../images/GOM_dashboard_face.png);*/
    height: 180px;
    width: 180px;
}

.gfx_holder {
   background: url(../images/GOM_dashboard_face.png);
}

.gom_centerpiece {
	position: absolute;
	width: 180px;
	height: 180px;
	background: url(../images/GOM_dashboard_centerpiece.png);
	z-index: 100;
	padding: 0;
	margin: 0;
}

.gom_data {
	font-weight: bold;
	text-align: right;
	font-family: verdana;
}

.gom_data .column_1 {
}

.gom_data .column_2 {
	color: black;
	padding-left: 5px;
}

.gom_data .column_3 {
	text-align: center;
	padding: 0 20px;
	color: #746D67;
}

.gom_data .column_3 b {
	font-size: 20px;
}
 
 /* Guilt-O-Meter Styles END */
/****************************/





 /**************************************/
/* Guilt-O-Meter Addenda Styles BEGIN */

.guiltometer_addenda {
	background: #d4cDc7;
	border: 1px solid #645D57;
	margin: 10px 0 25px 0;
	margin-top: 10px;
	padding: 10px;
	font-family: verdana;
	font-size: 12px;
}


.guiltometer_addenda textarea {
	margin: 10px 0;
}

.guiltometer_addenda small {
	color: black;
}

.guiltometer_addenda input {
	margin-top: 10px;
}

.guiltometer_addenda .content_holder {
	background: none;
	border: none;
	padding: none;
}

.guiltometer_addenda .content_holder p {
	background: #e4ddd7;
	padding: 4px;
}
 /* Guilt-O-Meter Addenda Styles END */
/************************************/







/* Mini guiltometers */

.mini_gom_container {
	text-align: left;
	width: 191px;
	border: 1px solid #333;
	position: relative;
	background: #f0eDe7;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 4px;

	
}

.mini_gom_container p {
	text-align:left;
	margin:0;
	padding:0;
}

.mini_gom_container img {
	float: left;
	border: 0px solid #fff;
}

.mini_gom_container #title {
	font-size:12px;
	font-weight:bold;
	color:#844505;
}
.mini_gom_container #defendant {
	font-size:10px;
	color:#333;
}
.mini_gom_container #percent {
	font-size:10px;
	color:maroon;
}
.mini_gom_container #total_votes {
	font-size:10px;
	color:#333;
}


/* Profile */

#usertab_1, #usertab_2 {
	background:#C4BDB7;
	padding:0 10px;
}
#mainTabContainer .dijitTabChecked, #mainTabContainer .dijitTabChecked .dijitTabInnerDiv {
	background:#C4BDB7;
	border-color:#C4BDB7;
	border-left:0;
	margin-left:1px;
}*/
