@import url(juntos.css);
@import url(menu.css);
@import url(cms.css);
/* *************************** 
  Site - Liberal Senate Forum
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Menu Styles
  $5 - Right Column Styles
  $6 - Main Content Styles
  $7 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0 0 0 0;
	padding: 0;
}
#topline 
{   border-top:solid 5px #333;
}
a {
	color:#373737;
	text-decoration:none;
}
a:hover {
	color:#373737;
	text-decoration:underline;
}
img {
	border:0;
}
a img 
{   border:0px !important;
}
fieldset {
	border:none;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.Georgia 
{   font-family:Georgia, "Times New Roman", Times, serif;
}
.itemhide 
{   visibility:hidden !important;
    display:none;
}
.itemshow 
{   visibility:visible !important;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:966px;
    height:110px;
    float:left;
}
#header h1.en {
	width:500px;
    height:100px;
    margin-top:11px;
	float:left;
    background:url(/img/style/logo_liberal_senate_en.gif) no-repeat;
}
#header h1.fr {
	width:500px;
    height:100px;
    margin-top:11px;
	float:left;
    background:url(/img/style/logo_liberal_senate_fr.gif) no-repeat;
}
#header h1 a {
	width:500px;
    height:100px;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}
#headerlinks {
	width:260px;
    height:38px;
    padding-top:7px;
    height/**/:/**/ 30px;
    float:right;
    background:url(/img/style/bg_headerlinks.gif) no-repeat;
    text-align:center;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;
    font-size:12px;
}
#headerlinks li {
	list-style:none;
	display:inline;
    padding:0 5px 0 6px;
    border-left:1px solid #FFFFFF;
    font-size:0.916em;
}
#headerlinks li.first {
	border-left:none;
}
#headerlinks li a, #headerlinks li a:hover {
	color:#FFFFFF;
}

/* *************************** 
   $5 Right Column Styles
   ***************************/
#columnr {
	width:266px;
    float:right;
}
#columnr .box {
	width:266px;
    padding-right:6px;
    width/**/:/**/ 260px;
    float:left;
    margin-bottom:14px;
    background:#323232 url(/img/style/bg_box_topright.gif) top right no-repeat;
    font-size:12px;
}
#columnr .box_wrapper {
	width:260px;
    float:left;
    padding-bottom:7px;
    background:url(/img/style/bg_box_bottomleft.gif) bottom left no-repeat;
}
#columnr .box_inner {
	width:260px;
    float:left;
    padding:12px 12px 12px 12px;
    width/**/:/**/ 236px;
    background:#ffffff;
}
#columnr .box h3 {
	font-size:21px;
    font-weight:normal;
    padding:6px 0;
    border-bottom:1px solid #666666;
    margin-bottom:8px;
}
#columnr .box h3 span {
	font-size:11px;
	font-family:'Lucida Grande',Tahoma,Arial,Helvetica,sans-serif;
    float:right;
    padding-top:10px;
}
#columnr .hottopics {
	background:#ffffff;
	padding:12px 10px 12px 10px;
}
#columnr .hottopics #focus {
	padding:5px 0px 5px 0px;
}
#columnr .hottopics h3 {
	font-size:21px;
    font-weight:normal;
    padding:6px 0;
    border-bottom:1px solid #666666;
    margin-bottom:8px;
    padding-left:2px;
    padding-right:2px;
}
#columnr .hottopics img.topic {
	margin:0;
	padding:0;
	border:0;
	margin-bottom:10px;
}
#columnr .hottopics img.col1 {
	margin-right:3px;
}
#columnr .hottopics span {
	font-size:11px;
}
#columnr .hottopics li {
	font-size:1.166em;
    padding:4px 0 4px 5px;
    list-style:none;
}
#columnr .hottopics .subtitle {	
	font-size:16px; 
	font-weight:bold;
	margin:0px 0px 0px 0px; 
	padding:5px 0px 0px 0px; 
	font-size:12px; 
	letter-spacing:90%;
	border-top:solid 1px #333;
	display:block;
}
/*#columnr .hottopics p {
	padding:20px 0 10px 5px;
}*/
#columnr #connect img {
	margin:8px 12px 8px 0;
}
#columnr .meetsenator h3 {
	border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}
#columnr .meetsenator h4 {
	font-size:1.333em;
    font-weight:bold;
    margin:-5px 0 10px 0;
}
#columnr .meetsenator p {
	line-height:16px;
}
#columnr .meetsenator p img {
	float:left;
    margin:0 8px 4px 0; 
}
#columnr #meetsenator_bottom {
	width:236px;
    float:left;
    clear:both;
	font-size:18px;
    padding:10px 0 10px 0;
}
#columnr #meetsenator_bottom span {
	font-size:11px;
    display:block;
}
/* *************************** 
   $8 Main Content Style (General)
   ***************************/
#main 
{
    font-size:14px;
    line-height: 140%;
    background-color: #FFF;
    padding-bottom:15px;
}
#main a 
{   color:#990000;
    border-bottom:dotted 1px #990000;
}
#main a:hover
{   color:#FF0000;
    border-bottom:dotted 1px #FF0000;
    text-decoration:none;
}
#main #topnav 
{   color:#999;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;
    font-weight:normal;
    text-transform:uppercase;
    font-size:11px;
    /*border-top:dotted 1px #CCC;*/
    padding-top:2px;
    padding-left:2px;
    border-bottom:1px solid #DDD;
}
#main #topnav .section 
{   width:350px;
    float:left;
    padding-top:5px;
}
#main #topnav .right 
{   width:250px;
    float:right;
    text-align:right;
}
#main #topnav a:hover 
{   text-decoration:underline;
}
#main #topnav a
{   display:inline-block;
    padding:5px;
    background-color:#DDD;
    color:#666;
    border:none !important;
}
#main #topnav a:hover
{   display:inline-block;
    padding:5px;
    background-color:#DDD;
    color:#666;
    text-decoration:underline;
    border:none !important;
}
#main h1 
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    margin:0;
    padding:0;
    margin-top:20px;
    margin-bottom:20px;
    font-size:26px;
    line-height:120%;
    color:#333;
}
#main #homepage h1 
{
    margin-top:10px !important;
}
#main h2 
{   font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;
    font-weight:normal;
    margin:0;
    padding:0;
    margin-top:25px;
    margin-bottom:15px;
    font-size:18px;
}
#main h3 
{
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:10px;
    font-size:16px;
    color:#333;
}
#main h4 
{
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif;
    font-weight:normal;
    margin-bottom:3px;
    font-size:14px;
    color:#333;
}
#main #homepage h4
{   color:#333333 !important;
    font-family:Georgia, "Times New Roman", Times !important;
    font-size:18px !important;
    margin-bottom:12px !important;
}
#main p 
{   margin-bottom:10px;
}
#main .date 
{   font-style:italic;
}
#main ul 
{   margin-left:2em;
    margin-bottom:10px;
    padding:auto;
}
.nopad 
{   padding:0 !important;
    margin:0 !important;
}
    
#main .formatted td 
{   padding:5px 5px 5px 0px;
    border-bottom: dotted 1px #666;
    vertical-align:top;
}

#main .formatted th 
{   padding:5px 5px 5px 0px;
    border-bottom: dotted 1px #666;
    vertical-align:top;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;
    font-weight:normal;
    font-size:18px;
    color:#990000;
    background-color:#FFFFCC;
    background-image:url(/img/style/bg_table_th.jpg);
    background-position:top;
}

img, a img {
	border:0 !important;
}
img, div /* -- fix transparent png in IE5.5+ */
{
    behavior: url(/shared/pngfix/iepngfix.htc);
}
img.imgleft {
	float:left;
	padding-right:12px;
	padding-bottom:5px;
}
img.imgright {
	float:right;
	padding-left:12px;
	padding-bottom:5px;
}
img.noborder
{   border:0 !important;
}
div.line {
	background-image:url(/img/style/news_separator.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:10px;
	margin-top:25px;
}
/* *************************** 
   $6 Main Content Styles
   ***************************/
#main {
	width:680px;
    float:left;
    background:#FFFFFF;
}
#main_banner {
	float:left;
}
#main_inner {
	width:680px;
    padding: 20px;
    width/**/:/**/ 640px;
    float:left;
    margin-right: -50px;
}
#main_left {
	width:390px;
    float:left;
}
#main_right {
	width:230px;
    float:right;
}
#main .featuredarticle {
	width:390px;
    padding-bottom:20px;
    background:url(/img/style/bg_featuredarticle.gif) bottom repeat-x;
    margin-bottom:20px;
}
#main .featuredarticle h2 {
	font-size:1.833em;
    font-weight:normal;
    color:#c21c1a;
    margin-bottom:15px;
}
#main .featuredimage {
	float:left;
    margin:0 12px 4px 0;
}
#main .featuredarticle p {
	/*font-size:1.166em;
    margin-bottom:10px;
    line-height:18px;*/
}
#main #newonsite {
	width:390px;
}
#main #newonsite h2 {
	font-size:1.5em;
    font-weight:normal;
    color:#c21c1a;
    margin-bottom:15px;
}
#main .tabs_list {
	width:380px;
    border-left:1px solid #ececec;
    float:left;
}

#main .tabs_list .active a {
	color:#c21c1a;
    text-decoration:none;
}
#main .tabs_list .active a:hover {
	color:#c21c1a;
    text-decoration:underline;
}
#main .tabs_list li {
	float:left;
    border-top:1px solid #DDD;
    border-right:1px solid #DDD;
    padding:4px 6px;
    font-size:0.916em;
    list-style:none;
}
#main .tabs_list li.active {
	color:#c21c1a;
	background-color:#ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
#main .tabs_content {
	width:380px;
    float:left;
    clear:both;
    padding:10px;
	border:1px solid #cccccc;
    width/**/:/**/ 358px;
    font-size:0.916em;
}
#main .tabs_contentrow {
	width:358px;
    margin:5px 0;
    float:left;
}
#main .tabs_contentrow .date {
	width:80px;
    float:left;
}
#main .tabs_contentrow .title {
	width:278px;
    float:left;
}
#main .tabs_contentrow .title span {
	display:block;
    font-size:1.272em;
    font-weight:bold;
}
#main .tabs_content .seeall {
	float:right;
    padding-top:30px;
    width:200px;
    text-align:right;
}
#main .smallbox {
	width:230px;
    padding:15px;
    border:1px solid;
    width/**/:/**/ 198px;
    margin-bottom:15px;
    float:left;
}
#main .gettingstarted {
	border-color:#ffcc33;
    background:#ffffcc;

}
#main .smallbox.ideasforum {
	padding:0;
    width/**/:/**/ 228px;
    border-color:#d75469;
}
#main .smallbox.ideasforum img {
	float:left;
}
#main .featuredtopic {
	border-color:#9accff;
    background:#dff6ff;
}
#main .smallbox.inaction {
	margin-bottom:0;
	border-color:#cccccc;
}
#main .smallbox h3 {
	font-size:1.5em;
    font-weight:normal;
    margin-bottom:10px;
}
#main .gettingstarted li {
	color:#333333;
    line-height:16px;
    list-style:none;
}
#main .gettingstarted li span {
	font-size:10px;
}
#main .featuredtopic p img {
	float:left;
    margin:0 8px 3px 0;
}
#main .inaction img.floatleft {
	margin-bottom:1px;
}
#main a.graylink 
{   color:#333 !important;
    border-bottom:none;
}
#main a.graylink:hover
{   color:#333 !important;
    border-bottom:dotted 1px #333;
}
#main a.tablink 
{   color:#333 !important;
    border:none;
    text-decoration:none;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;   
    font-size:11px;
}
#main a.tablink:hover
{   color:#333 !important;
    border:none;
    text-decoration:none;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;   
    font-size:11px;
    text-decoration:underline;
}
#main a img 
{   border-bottom:none !important;
}
#main a input
{   border-bottom:none !important;
}
/* *************************** 
   $7 Footer Styles
   ***************************/
#footer {
	width:680px;
    float:left;
    clear:both;
    padding:15px 0;
    color:#FFFFFF;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Serif !important;   
    font-size:11px;
}
#footer img {
	vertical-align:middle;
}
#footer a, #footer a:hover {
	color:#FFFFFF;
}
/* *************************** 
   $8 Quotes
   ***************************/
   
div.quote 
{   float:left;
    width:175px;
    font-family:Georgia, 'Times New Roman', Serif;
    font-size:14px;
    font-style:italic;
    border-top:solid 3px #333;
    border-bottom:solid 1px #333;
    margin-top:7px;
    margin-right:15px;
    margin-bottom:10px;
    padding:8px 8px 5px 8px;
    background-image:url(/img/style/bg_quote.jpg);
    background-position:top;
    background-repeat:repeat-x;
}
div.quote span.quoteauthor 
{   font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    font-style:normal;
    text-transform:uppercase; 
    letter-spacing:130%;
    line-height:110%;
}

/* *************************** 
   $10 Print
   ***************************/
#printheader 
{   clear:both;
    float:none;
    display:none;
    visibility:collapse;
    text-align:left;    
}
#printfooter 
{   clear:both;
    float:none;
    display:none;
    visibility:collapse;
}

/* *************************** 
   $10 Form
   ***************************/
   
table.tableform 
{    width:90%;
     line-height:100%;
}

table.tableform td
{   padding:10px 0px 10px 0px;
    border-bottom:dotted 1px #ccc;
   }
table.tableform td.header
{   font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Sans-Serif;
    width:100px;
    font-size:13px;
    font-weight:bold;
    vertical-align:top;
}
table.tableform input
{   width:450px;
    padding:5px;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:13px;
}
table.tableform input:focus
{   background:#ffffcc;
}
table.tableform textarea
{   width:450px;
    padding:5px;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:13px;
}
span.fineprint 
{   display:block;
    padding:5px;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:10px;
    line-height:100%;
}

.greyedBox
{	
	clear: both;
	background-color: #f4f4f4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0px 15px 0px;
	padding: 5px;
	color: #666;
}