/*-- back to basics --*/

* {

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;

}

html, body {

    background: #F0EEE7;
    padding: 0 0 0 0;

}

h2 {

    margin: 0;

}

h3 {

    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;

}

.feature h3 {
    
    margin: 0;
       
}

h4 {

    font-size: 14px;
    margin: 0 0 5px 0;

}

h5 {

    color: #4D4D4D;
    margin: 0 0 10px 0;

}

p, ul, ol, blockquote {

    color: #4D4D4D;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 10px 0;

}

ul {

    list-style: square;
    margin: 0 0 10px 20px;

}

ul li {

    margin: 0 0 10px 0;

}

fieldset {

    border: 0;

}


a {

    color: #1D74A1;
    text-decoration: none;

}

a:hover {

    text-decoration: underline;

}

/*-- screen reader navigation --*/

.screen_readers {

    font-size: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -10000000px;

}

/*-- containers --*/

.container {

    margin: 0 auto;
    overflow: hidden;
    width: 965px;

}

.container_alt {

    margin: 0 auto;
    width: 965px;

}

.ad {

    background: #FFF;
    border: 1px solid #CCC;

}

.ad_middle {
 
    margin-left: 20px;
    
}

.ad img {

    display: block;

}

.ad_column {
    
    text-align: center;
    margin-bottom: 10px;
        
}

.ad_column img, .ad_column div {
    
    margin: 0 auto;
    
}

.ad_horizontal {
 
    text-align: center;
    margin-bottom: 10px; 
       
}   

.ad_bar {

    margin: 0 0 20px 0;

}

.ad_bar img {

    display: block;

}

.ad_double {

    overflow: hidden;
    margin: 0 0 20px 0;
    width: 100%;

}

.ad_row {

    overflow: hidden;
    margin: 0;
}

.ad_row .ad_middle {
	
    margin-left: 30px;
    	
}

/*-- mast --*/

#mast {

    
    overflow: hidden;
    min-width: 965px;
    padding-top:10px;
    padding-bottom:10px;
    height:156px;


}

#mast h1 {

    float: left;
    height: 156px;
    width: 610px;

}

#mast h1 a {

    background: url(Xpress-logo.jpg) top left no-repeat;
    display: block;
    font-size: 1px;
    height: 166px;
    overflow: hidden;
    text-indent: -1000000px;
    width: 950px;

}

#mast h1.kavod, #mast h1.kavod a {
	
	height: 166px;
    width: 198px;
    	
}

#mast .ad {

    float: right;

}

/*-- nav mast --*/

#nav_mast {

    background: #063466 url(nav_mast.gif) top left repeat-x;
    height: 30px;
    margin: 0 0 50px 0;
    min-width: 965px;
    padding: 1px 0 0 0;

}

#nav_main {

    height: 29px;
    margin: 0;
    position: relative;
    width: 700px;

}

#nav_main li {

    display: block;
    float: left;
    margin: 0;

}

#nav_main li ul  {

    /*put the subnav below*/
    
    background: #1d74a1 url(bg_sub.gif) bottom left no-repeat;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    width: 965px;

}

#nav_main li ul li {

    padding: 5px 0;

}

#nav_main li a {

    border-right: 1px solid #1d426e;
    border-left: 1px solid #47698e;
    color: #FFF;
    float: left;
    display: block;
    height: 22px;
    padding: 8px 10px 0 10px;

}

#nav_main li ul .last a {

    border-right: 0;

}

#nav_main li.on a,
#nav_main li.over a {

    background: #1d74a1;
    display: block;
    position: relative;

}

#nav_main .active a {

    text-decoration: underline;

}

#nav_main .special a {

    background: #318513 url(bg_special.gif) top left repeat-x;

}

#nav_main .special a:hover {

    background: #5ab838 !important;

}

#nav_main li.on ul,
#nav_main li.over ul {

    display: block;
    z-index: 2;

}

#nav_main li.on a:hover { 

    background: #1d74a1;
    text-decoration: none;

}

#nav_main li.off a:hover {

    background: #1f4976;
    text-decoration: none;

}

/*subnav formatting*/

#nav_main li ul a {

    border-right: 1px solid #0e4d7c;
    border-left: 1px solid #458db2;
    color: #FFF;
    float: left;
    height: 16px;
    padding: 0 10px 0 10px;
    width: auto;

}

#nav_main li ul li .on,
#nav_main li ul a:hover {

    text-decoration: underline !important;

}

/*-- keyword search form --*/

#nav_mast #form_search {

    float: right;
    padding: 4px 0 0 0;
    text-align: right;
    width: 220px;

}

#nav_mast input {

    vertical-align: middle;

}

#nav_mast #form_search .text_input {

    border: 1px solid #CCC;
    color: #B2B2B2;
    font-size: 11px;
    margin: 0 3px 0 0;
    padding: 1px 3px;
    width: 160px;

}

#nav_mast form .submit {

    background: url(button_go.gif) top left no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -1000000px;
    margin: -2px 0 0 0;

}

#nav_main .usernav a {
    
    border: none !important;
       
}

#nav_main .usernav img {
	
	border: 0;
	vertical-align: top;
	
}

/*-- Profile nav --*/

.myprofile {
    
    padding: 0 !important;
    position: relative;
    
}

.myprofile a {
    
    margin: 0 !important;
    
}

.myprofile a:hover {
    
    background-color: #2697d1 !important;
    text-decoration: none !important;
    
}


.profilenav {
    
    left: -50px !important;
    display: absolute !important;
    background: #1D74A1 !important;
    border: 4px solid #ddd !important;
    width: 150px !important;
    top: 26px !important;
       
}

.profilenav li {
 
    display: block !important;
    padding: 0 !important;
    
}

.profilenav li a {
    
    color: white;   
    display: block !important;
    width: 130px !important;
    background: none !important;
}

.profile li a:hover {
 
    background: none !important;   
    
}

/*-- blog navigation --*/

.nav_blog {

    list-style: none;
    margin: 0;

}

.nav_blog li {

    display: inline;

}

.nav_blog li a {

    border-right: 1px solid #CCC;
    font-weight: bold;
    margin: 0 10px 0 0;

}

.nav_blog li a.rss {

    background-position: 0 0;
    border: none;
    display: inline;
    float: none;
    margin: 0;
    
}

.nav_blog li a.rss:hover {
    
    background-position: 0 -32px;
        
}

.nav_blog li .on {

    text-decoration: underline;

}

.nav_blog .last a {

    border: 0;

}

/*-- special headers --*/

.dark {

    border-bottom: 3px solid #1D74A1;
    display: block;
    color: #333;
    font-weight: lighter;
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    width: 100%;

}

.dark a {

    color: #333;

}

.dark a:hover {

    color: #1D74A1;
    text-decoration: none;

}

.green {

    border-bottom: 1px dashed #CCC;
    display: block;
    color: #83B269;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;

}

.green a {

    color: #83B269 !important;

}

.rss {

    background: url(icon_rss.gif) 0 3px no-repeat;
    display: block;
    float: left;
    height: 20px;
    line-height: 1px;
    margin: 0 4px 0 0;
    text-indent: -100000000px;
    width: 20px;

}


.rss:hover {

    background-position: 0 -29px;

}

.small {

    font-size: 10px;

}

.permalink {

    color: #999;

}

.byline {

	font-size: 10px;
	font-weight: bold;
    margin: 0;

}

.feature .byline {

		
}


/*-- latest briefs navigation --*/

#nav_briefs {

    display: block;
    float: right;
    list-style: none;
    overflow: hidden;
    margin: 0 0 -15px 0;
    position: relative;

}

#nav_briefs li {

    display: inline;

}

#nav_briefs li a {

    color: #FFF;
    display: block;
    float: right;
    height: 16px;
    margin: 0 0 0 5px;
    text-indent: -10000000px;
    width: 23px;

}


.article_media .active a {
	background-color: #F7F6F2 !important;
}

.featuredimage {
 
    margin: 0 0 5px 0 !important;
       
}

.slideshow {

    color: #FFF;
    font-size: 10px;
    margin: 0 0 20px 0;

}

.slideshow a {

    color: #83B269;

}

.slideshow a:hover {

    color: #FFF;
    text-decoration: none;

}

.slideshow h4 a {
	
	color: #FFF;
	
}

.slideshow a:hover {
	
	color: #FFF;
	text-decoration: underline;
	
}

.featuredmedia dt {
 
    position: relative;
       
}

.featuredmedia .caption {
    
    background-color: #333;
    bottom: 0;
    filter:alpha(opacity=75);
    margin: 0 6px 14px;
    padding: 4px;
    position: absolute;
    width: 392px;
    z-index: 1000;
       
}

.featuredmedia .caption a {
 
    text-decoration: none;   
    
}

.featuredmedia .caption p {
    
    color: white;
    filter:alpha(opacity=100);
    font-size: 8pt;
    margin: 0;
    -moz-opacity: 1;
    opacity: 1;
    padding: 0;
       
}

html > body .featuredmedia .caption {
 
    background-color: rgba(51, 51, 51, 0.75);
    opacity: 1;
    -moz-opacity: 1;
    
}

/*-- large slideshow --*/

.slideshow_large {

    overflow: hidden;
    width: 100%;

}
#albumimage.slideshow_large dt {
	
    height: 287px;
    	
}

.slideshow_large dt {

    float: left;
    width: 415px;

}

#albumaudio.slideshow_large dt {
	
	width: 300px;
    	
}

.slideshow_large dt img,.slideshow_large dt .video {

    background: #DDD;
    border: 1px solid #CCC;
    padding: 5px;

}

.slideshow_large dt .video {
	
    padding-bottom: 2px;
    	
}

.slideshow_large .controls {

    float: right;
    margin: -5px 0 0 0;
    padding: 5px;
    width: 180px;

}

#albumaudio.slideshow_large .controls {
	
    width: 300px;
    	
}

.slideshow_large .controls ul {

    list-style: none;
    margin: 0 0 20px 0;
    padding: 5px;

}

.slideshow_large .nav_slide {

    list-style: none;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%;
	border-bottom: 1px dashed #ccc;

}

.slideshow_large .nav_slide li {

    display: inline;
    margin: 0 5px 0 5px;

}

.slideshow_large .nav_slide a {

    display: block;
    position: relative;
    height: 16px;
    line-height: 1px;
	float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-indent: -1000000px;
    width: 23px;

}

.slideshow_large .nav_slide .count {
	
	border: none;
	float: left;
	font-size: 10px;
	margin: 0 15px 0 0;
	
}

.slideshow_large .nav_slide #article_share a {
	
	background: url(button_share.gif) top right no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -100000px;
    width: 46px;
    margin: 0 0 0 0px;
	
}

.slideshow_large .nav_slide .previous {

    background: url(button_left_w.gif) top left no-repeat;

}

.slideshow_large .nav_slide .forward {

    background: url(button_right_w.gif) top left no-repeat;

}

.slideshow_large p {
    
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    
}

.slideshow_large .count {

    border-bottom: 1px dashed #CCC;
    font-size: 10px;

}
#albumvideo.slideshow_large dt {
    
    height: 355px;

}

/* Alternate Slideshow for index page */
/*-- large slideshow --*/

.slideshow_large_index {

    overflow: hidden;
    width: 100%;

}
#albumimage.slideshow_large_index dt {
	
    height: 287px;
    	
}

.slideshow_large_index dt {

    float: left;
    width: 415px;

}

#albumaudio.slideshow_large_index dt {
	
	width: 300px;
    	
}

.slideshow_large_index dt img,.slideshow_large_index dt .video {

    background: #DDD;
    border: 1px solid #CCC;
    padding: 5px;

}

.slideshow_large_index dt .video {
	
    padding-bottom: 2px;
    	
}

.slideshow_large_index .controls {

    float: right;
    margin: -5px 0 0 0;
    padding: 5px;
    width: 180px;

}

#albumaudio.slideshow_large_index .controls {
	
    width: 300px;
    	
}

.slideshow_large_index .controls ul {

    list-style: none;
    margin: 0 0 20px 0;
    padding: 5px;

}

.slideshow_large_index .nav_slide {

    list-style: none;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%;
	border-bottom: 1px dashed #ccc;

}

.slideshow_large_index .nav_slide li {

    display: inline;
    margin: 0 5px 0 5px;

}

.slideshow_large_index .nav_slide a {

    display: block;
    position: relative;
    height: 16px;
    line-height: 1px;
	float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-indent: -1000000px;
    width: 23px;

}

.slideshow_large_index .nav_slide .count {
	
	border: none;
	float: left;
	font-size: 10px;
	margin: 0 15px 0 0;
	
}

.slideshow_large_index .nav_slide #article_share a {
	
	background: url(button_share.gif) top right no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -100000px;
    width: 46px;
    margin: 0 0 0 0px;
	
}

.slideshow_large_index .nav_slide .previous {

    background: url(button_left_w.gif) top left no-repeat;

}

.slideshow_large_index .nav_slide .forward {

    background: url(button_right_w.gif) top left no-repeat;

}

.slideshow_large_index p {
    
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    
}

.slideshow_large_index .count {

    border-bottom: 1px dashed #CCC;
    font-size: 10px;

}
#albumvideo.slideshow_large_index dt {
    
    height: 355px;

}

/* END - Alternate Slideshow for index page */



/*-- article controls --*/

.article_controls {

    border-bottom: 1px dashed #DDD;
    height: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;

}

.article_controls li {

    display: inline;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin: 0;

}

.article_controls a {

    display: block;
    float: right;
    height: 16px;
    margin: 0 0 0 15px;

}

.article_controls img {
	
    border: 0;
    vertical-align: middle;
	   	
}

.article_controls #article_1page a { background: url(layout/button_1page.gif) top right no-repeat; }

.article_controls #article_print a { background: url(button_print.gif) top right no-repeat; }

.article_controls #article_share a { background: url(button_share.gif) top right no-repeat; }

.article_controls #article_email a { background: url(button_email.gif) top right no-repeat; }

/*-- static page controls --*/

.static_controls {

    list-style: none;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    float: right;

}

.static_controls li {

    display: inline;

}

.static_controls a {

    display: block;
    float: right;
    height: 16px;
    text-indent: -100000px;
    width: 46px;
    margin: 0 0 0 5px;

}

.static_controls #static_email a { background: url(button_email.gif) top right no-repeat; }



/* -- Article sharing widget -- */

.article_sharing {
	
    display: none;
	position: absolute !important;
	width: 215px !important;
	z-index: 6002;
	
}


.article_sharing img {

    border: 0 !important;
    float: none !important;
    height: 15px;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    width: 15px;

}

.article_sharing ul {

    list-style: none;
    margin: 0;

}

.article_sharing li {

    height: 30px;
    margin: 0;
   
}

.article_sharing a {

    display: block;

}



/*-- pagination --*/

.pagination {

    list-style: none;
    overflow: hidden;
    padding: 10px 0;
    text-align: right;

}

.pagination li {

    display: inline;

}

.pagination li a,
.pagination li span {

    border-right: 1px solid #CCC;
    padding: 0 10px;

}

.pagination .last a {

    border-right: 0;

}


.pagination li span {

    font-weight: bold;

}

/*-- donate --*/

.donate {

    background: #FAFAFA;
    border: 1px solid #EEE;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;

}


/*-- donate --*/

.readers-report, .jblogs {

    background: #FAFAFA;
    border: 1px solid #EEE;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 5px;
    padding: 10px;

}

.jblogs {
    
    margin-bottom: 20px;
    	
}

/*-- op-ed bio --*/

.opedbio {

    background: #FAFAFA;
    border: 1px solid #EEE;
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
    overflow: hidden;

}

.opedbio img {
	
    border: 1px solid #4D4D4D;
    float: left;
    margin: 0 10px 10px 0;
    	
}

/*-- form systems --*/

form input {

    vertical-align: middle;

}

form dl {

    color: #4D4D4D;
    font-size: 12px;
    margin: 0 0 10px 0;

}

form dl dt {

    margin: 0 0 5px 0;

}

form .text_input,
form .select {

    border: 1px solid #CCC;
    color: #4D4D4D;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 3px;

}

form textarea {

    border: 1px solid #CCC;
    color: #4D4D4D;
    font-size: 12px;
    padding: 5px;

}

form label {

    vertical-align: middle;

}

form .checkbox {
    
    margin: 0 10px 0 0;
    vertical-align: middle;

}

form .radio {

    margin: 0 10px 0 20px;

}

.basic_form fieldset {

    margin: 0 0 20px 0;
    padding: 0 0 20px 0;

}

.basic_form .text_input {

    width: 200px;

}

.basic_form .select_sm { width: 80px; }

.basic_form .select_md { width: 140px; }

.basic_form .select_lg { width: 200px; }

.basic_form .text_sm { width: 80px; }

.basic_form .captcha {

    border: 3px double #CCC;
    margin: 0 20px 20px 0;

}

.basic_form .add_link {

    margin: 0 0 20px 0;
    padding: 0;

}

.basic_form .add_link .left {

    margin: 0 20px 0 0;

}

#form_search_adv fieldset {

    display: block;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;

}

#form_search_adv .checkbox {

    margin: 0 10px 0 20px;

}

#form_search_adv .submit {

    float: right;
    margin: 0;

}

.form_blog .text_input {

    width: 210px;

}

/*-- tab system --*/

.ui-tabs-hide {

    display: none;

}

.static_tabs, .tabs {

    list-style: none;
    margin: 0;
    overflow: hidden;
    width: 100%;

}

.static_tabs li, .tabs li {

    display: inline;

}

.static_tabs li a, .tabs li a {

    background: #E4ECEF url(bg_shadow.gif) top right repeat-y;
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px 15px 5px 10px;

}

.static_tabs li a:hover, .tabs li a:hover {

    text-decoration: none;

}

.static_tabs .active a, .tabs .active a {

    background: #FFF url(bg_shadow.gif) top right repeat-y;
    color: #232323;

}

/*-- inverse tabs (white/blue instead of blue/white) --*/

.static_inverse_tabs, .inverse_tabs {

    list-style: none;
    margin: 0;
    overflow: hidden;
    width: 100%;

}

.static_inverse_tabs li, .inverse_tabs li {

    display: inline;

}

.static_inverse_tabs li a, .inverse_tabs li a {

    background: #FFF url(bg_shadow.gif) top right repeat-y;
    color: #232323;
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px 15px 5px 10px;

}

.static_inverse_tabs li a:hover, .inverse_tabs li a:hover {

    text-decoration: none;

}

.static_inverse_tabs .active a, .static_inverse_tabs .selected a, .inverse_tabs .active a, .inverse_tabs .selected a  {

    background: #E4ECEF url(bg_shadow.gif) top right repeat-y;

}

/*-- listings --*/

.listings {

    list-style: none;
    margin: 0 0 20px 0;

}

.listings li {

    background: url(icon_bullet.gif) 0 10px no-repeat;
    height: 100%;
    margin: 0;
    padding: 0 0 0 20px;

}

.listings li a {

    border-bottom: 1px dashed #CCC;
    display: block;
    padding: 5px 0;
    width: 100%;

}

.listings .last a {

    border: 0;

}

.listings_alt li:hover {

    background: #FAFAFA;
    text-decoration: none;

}

.ugcyellow .listings_alt li:hover {
	
	background: none;
	
}

.listings_alt {

    list-style: none;
    margin: 0;

}

.listings_alt li {

    border-top: 1px dashed #CCC;
    margin: 0;
    padding: 5px 0;

}

.listings_alt .first {

    border-top: 0;

}

.listings_none {

    list-style: none;
    margin: 0 0 20px 20px;

}

.listings_none li {

    margin: 0 0 10px 0;

}

/*-- boxes and shells --*/

.bottom_shadow {

    background: url(bg_shadow_bottom.gif) bottom right no-repeat;
    height: 100%;
    overflow: hidden;
    padding: 10px 14px 10px 10px;

}

.bottom_fringe {

    background: url(bg_bottom_fringe_lg.gif) bottom right no-repeat;
    margin: 0;
    padding: 10px 14px 15px 10px;
    height: 100%;

}

.bottom_fringe a {

    color: #063466;

}

.white {

    background: #FFF url(bg_shadow.gif) top right repeat-y;
    margin: 0 0 20px 0;
    position: relative;
    width: 100%;

}

.taupe {

    background: #F7F6F2 url(bg_shadow.gif) top right repeat-y;
    margin: 0 0 20px 0;
    position: relative;
    width: 100%;

}

.blue {

    background: #E4ECEF url(bg_shadow.gif) top right repeat-y;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    width: 100%;

}

.yellow {

    background: #FFF3A9 url(bg_shadow.gif) top right repeat-y;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    width: 100%;

}

.ugcyellow {
	
    background: #FFF8CE url(bg_shadow.gif) top right repeat-y;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    width: 100%;
	
}

.feature {

    margin: 0 0 20px 0;
    overflow: hidden;
    width: 100%;

}

.feature img {

    border: 1px solid #DDD;
    float: right;
    margin: 0 0 20px 20px;
    padding: 5px;

}

.feature .thumb_small {
	
	margin: 0 0 10px 10px;
	float: right;
	
}

.media .thumb_small {
	
	float: left !important;
	margin-right: 10px;
	
}

.border {

    border-bottom: 1px dashed #CCC;

}

.continue {

    white-space: nowrap;
    
}

/*-- thumbs and images --*/

.thumb_small {

    background: #FFF;
    border: 1px solid #CCC;
    display: block;
    float: none;
    height: 110px;
    margin: 0 10px 10px 0;
    padding: 4px;
    position: relative;
    width: 170px;

}

.thumb_small:hover {

    background: #DDD;

}

.thumb_small img {

    border: 0;
    float: none;
    margin: 0;
    padding: 0;

}

.photo_block {

    display: block;
    height: 100%;
    margin: 0 10px 20px 10px;
    position: relative;
    text-align: center;
    width: 180px;

}

.photo_block .thumb_small {

    margin-right: 0 !important;

}

/*-- fixed widths --*/

.w300 {

    width: 300px;

}

/*-- thirds columns --*/

.half {

    width: 48%;

}

.left {

    display: inline;
    float: left;

}

.right {

    display: inline;
    float: right;

}

.right2 {

    display: inline;
    float: right !important;

}

.clear {

    clear: both;

}

.one_third {

    width: 300px;

}

.headline_top {

    overflow: hidden;
	
}

.headline_image {
	
    width: 325px;	
    height: 100%;
    
}

.headline_article {
	
    width: 309px;
    	
}

.two_thirds {

    margin: 0 0 20px 0;
    width: 644px;

}

.new_one_fifth {
    width: 309px;
}

.new_two_fifths {
    width: 325px;
}

.one_fifth {

    width: 204px;

}

.two_fifths {

    width: 420px;

}

.template {

    margin: 30px auto 50px auto;
    width: 644px;

}

/*-- article media --*/

.article_media {

    margin: 10px 20px 0 0;
    width: 300px;

}

.article_media .listings {

    margin-bottom: 10px !important;

}

/*-- sign up form --*/

#signup_email,
#ambush_signup_email {

    width: 180px;

}

#login_email,
#ambush_login_email {

    width: 260px;

}

#login_password,
#ambush_login_password {

    width: 190px;

}

#ambush_login_email,
#ambush_login_password,
#ambush_signup_email {
	
	color: #999;
	
}

.register_now {

    background: url(button_signup.gif) top left no-repeat;
    display: block;
    font-size: 1px;
    height: 22px;
    text-indent: -10000px;
    width: 68px;

}

/*-- article comments --*/

.comment {

    overflow: hidden;
    margin: 0 0 10px 0;
    width: 100%;

}

.comment .meta {

    width: 100px;

}

.comment .meta img {

    background: #FFF;
    border: 1px solid #CCC;

}

.comment .meta p {

    margin: 0;

}

.comment .timestamp {

    font-size: 10px;
    margin: 0;

}

.comment_reply .comment .content {

    width: 460px;

}

.comment .content {

    width: 500px;

}

.comment .report {

    text-align: right;

}

.open_comment {

    margin: 0 0 20px 0;

}

/*-- user profiles --*/

.profile .left {

    margin: 0 20px 0 0;

}

.profile .meta {

    margin: 0 20px 20px 0;
    width: 460px;

}

.profile .meta dl {

    font-size: 12px;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%;

}

.profile .meta dt {

    float: left;
    font-weight: bold;
    width: 100px;

}

.profile .meta dd {

    float: right;
    width: 100px;

}

.profile .info {
    
    width: 210px;
       
}

.profile .left img {

    border: 1px solid #DDD;
    margin-bottom: 15px;

}

.profile .content {

    margin-bottom: 20px;

}

.blocked {
    
    border: 1px solid #ddd;
    font-size: 12pt;
    font-weight: bold;
    background-color: #F7F6F2;
       
}

.usercontrols {
    
    list-style: none;
    margin: 0 0 10px;
    width: 115px;
    list-style: none;
        
}

.usercontrols li:hover {

    background: #FAFAFA;
    text-decoration: none;

}

.usercontrols li {

    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 0;

}

.usercontrols .first {

    border-top: 1px solid #CCC;

}

.usercontrols a {
    
    display: block;
    
}


.friends {
    
    overflow: hidden;
       
}

.friends .photo_block {
 
    width: 100px;   
    
}

.friends .thumb_small {
    
    height: 100px;
    width: 100px;
       
}

.rss {

    background: url(icon_rss.gif) 0 3px no-repeat;
    display: block;
    float: left;
    height: 20px;
    line-height: 1px;
    margin: 0 4px 0 0;
    text-indent: -100000000px;
    width: 20px;

}


.rss:hover {

    background-position: 0 -29px;

}


.delete_friend {
	
	display: inline;
    border: 0;
       
}

.delete_friend img {
 
    border: none;   
	float: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
    
}

.usercontent p.rsslink {
    
    margin: 0;
    padding: 0;
    overflow: hidden;
       
}

.usercontent .rss {
 
    width: auto !important;
    float: right;   
    text-indent: 0;
    background-position: right 0;
    padding-right: 20px;
    line-height: 15px;
    
}

.photorow {
    
    overflow: hidden;
       
}

.friendrequests {
    
    margin: 0 0 20px 0;
       
}

.friendrequests .thumb_small
{
    
    margin-right: 40px;
    
}

.friendrequests dl {
    
    width: 100px; 
   
}

.friendrequests dl label {
    
    margin-right: 10px; 
    
}

.messages {
    
    width: 350px;
    
}


.message_subject {
    
    width: 90%;
       
}

.message_content {
    
    width: 90%;
    height: 250px;
       
}


.alerts {
    
    background-color: #71a658;
    border: 4px solid #ddd;
    margin: 0 0 20px;
    
}

.alerts li {
    
    list-style: none;
    margin: 0;
    
}

.alerts a {
    
    color: white;
    display: block;
       
}

.alerts img {
	
	border: 0;
	vertical-align: top;
	
}


/*-- account controls --*/

#account_controls {

    list-style: none;
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 100%;

}

#account_controls li {

    display: inline;

}

#account_controls a {

    display: block;
    float: left;
    font-size: 1px;
    height: 21px;
    margin: 0 10px 0 0;
    text-indent: -1000000px;
    width: 81px;

}

#account_controls li #button_profile {

    background: url(button_profile.gif) top left no-repeat;

}

#account_controls li #button_settings {

    background: url(button_settings.gif) top left no-repeat;

}

#account_controls li #button_logout {

    background: url(button_logout.gif) top left no-repeat;

}

/*-- footer --*/

#footer ul {

    border-top: 1px dashed #CCC;
    font-size: 11px;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;

}

#footer ul li {

    display: inline;

}

#footer ul li {

    display: inline;
    margin: 0 20px 0 0;

}

#footer {
	
	margin-top: 20px;
	
}

#footer p {

    font-size: 11px;

}

.blog_title a {
	
	color: black;
	
}

.blog_title a.rss {
 
    background-position: 0 0;
    margin: 0;
    
}

.blog_title a.rss:hover {
 
    background-position: 0 -32px;   
    
}

.comment_footer {
	
	font-size: 10px;
	
}

.comment_footer a {
    
    font-weight: bold;
    
}
    

.comment_footer img {
	
	border: none;
	float: none;
	margin: 0;
	vertical-align: bottom;
	
}

.comment_footer img.first {

	padding: 0;
		
}

/* polls */

.lg-poll-results ul {
	
	list-style-type: none;
	margin: 0;
	
}

.lg-poll-results li {
	
	overflow: hidden;
	
}

.lg-poll-results .answer {
	
	float: left;
	text-align: right;
	vertical-align: middle;
	width: 70px;
	
}

.lg-polls-bar {
	
	float: left;
	background-color: #333;
	padding: 0;
	width: 180px;
	border: 1px solid #333;x
	
}

.percentage {
	
	background-color: #1D74A1;
	color: white;
	
}

/* -- blog images -- */
.blogs {
	
	float: left;
	margin: 10px 10px 10px 0;
	clear: both;
	
}

.blogs img {
	
	float: left;
	margin: 0;
	
}

.blogs .caption {
	
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	color: #4d4d4d;
	font-size: 10px;
	
}

.headline_image_title {
    
    text-transform: uppercase;
    
}

.jta_blog img {
    float: none;
}

/* -- pligg specific -- */

.vote_box {
    
    width: 65px;
    margin: 0 10px 0 0;
    
}

.vote_info {
    
    width: 505px;
    
}


#idwhovotedwrapper ol, #related li {
    
    margin: 0 0 0 25px;
    
}

.live2-ts, .live2-type, .live2-votes {
    
    text-align: left;
    width: 10%;
       
}

.live2-story {
 
    width: 37%;

}


.live2-who {
    
    width: 18%;
        
}

.live2-status {
 
    width: 15%;   
    
}

.live2-ts, .live2-type, .live2-votes, .live2-story, .live2-who, .live2-status {
    
    display: block;
    float: left;

}

.live2-item {
    
    color: #4D4D4D;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    min-height: 25px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    
}

.live2-item div {

    float: left;
    
}

.pligg_admin dt {

    font-weight: bold;
    width: 120px;
    
}

.pagination {
    
    color: #666;
    margin: 0;
    
}

.pagination p {
    
    position: relative;
    text-align: right;
    
}

.pagination p a:link,.pagination p a:visited,.pagination p a:hover,.pagination p a:active {

    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 1px;
    
}

.pagination p a:hover {

    background: #774525;
    color: #fff;
    
}

.pagination p span {

    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    margin-right: 1px;
    
}

.pagination h4 {

    margin-top: -1.45em;
    border: none;
    
}



.news-upcoming-sm h3 {
	
	height:20px;
	
}

table th {
	font-weight: bold;
	border-bottom: 1px dashed #CCC;    
}

.pliggwarning {

    background-color: #fd9d9f;
    color: black;
    font-weight: bold;
    border: 1px solid dashed red;
    width: 500px;
    margin: 0 auto 10px auto;
    
}

/*-- briefcase --*/

.briefcase_list {

    margin: 0 10px 0 0;    
    width: 300px;
    
}

.briefcase_list p {

    font-size: 10px;
    font-style: italic;
    margin: 0;
    
}

.briefcase_list a {

    font-size: 12px;
    font-style: none;
    
}


.briefcase_full {
	
	width: 100%;
	
}

/* -- frontpage ugc -- */
.frontpage_ugc_block
{
	
	margin-right: 10px;
	
}

.frontpage_ugc_1 {
	
	width: 315px;
	
}

.frontpage_ugc_2 {
	
	width: 318px;
	
}

.frontpage_ugc_block h3 {
    height: 43px;
    overflow: hidden;	
}

.briefcase img {
	
	border: 0;
	vertical-align: top;
	
}

.cropper {
	
	margin-right: 10px;
	
}

.privacy dl {
	
	overflow: hidden;
	
}

.privacy dt {
	
	margin-right: 20px;
	text-align: right;
	width: 150px;
	
}



.privacy .select {
	
	width: 200px;
	
}

/*-- ad spaces --*/
.ad_leaderboard {
	
	height: 90px;
	width: 728px;
	
}

.ad_rectangle {
	
	height: 150px;
	width: 180px;
	
}

.ad_mediumrectangle {
	
	height: 250px;
	width: 300px;
	
}

.blog_block {
    width: 317px;
}

.blog_block img {
    border: 0;
    margin-bottom: 10px;	
}

.blog_block_first {
    margin-right: 10px;
}

.green img {
    border: 0;
    margin: 0;
}

.blog_home {
    margin-bottom: 10px !important;	
}

.blog_home h3, .blog_home h3 a {
    height: 70px;
    width: 301px;
}

.blog_home h3 a {

	display: block;
    font-size: 1px;
    overflow: hidden;
    text-indent: -1000000px;
    	
}


.ad_smallrectangle {

    height: 75px;
    width: 300px;
    
}

.feedback {
    font-weight: bold;
}

.home_kavod, .home_jblogs, .home_readersreport {
    
    display: block;
    font-size: 1px;
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -1000000px;
	
}


.home_kavod {
    background: url(http://cdn.jta.org/img/layout/home_kavod.png);
    width: 291px;
}

.home_jblogs {
    background: url(http://cdn.jta.org/img/layout/home_jblogs.png);
    width: 294px;
}

.home_readersreport {
    background: url(http://cdn.jta.org/img/layout/home_readersreport.png);
    width: 276px;
}

.header_jblogs {
    margin-bottom: 10px;	
}

.header_jblogs a {
    
    background: url(http://cdn.jta.org/img/layout/jblogs.png) no-repeat;
    display: block;
    font-size: 1px;
    height: 86px;
    overflow: hidden;
    text-indent: -1000000px;
    width: 242px;
    
}

.header_readersreport {
    
    background: url(http://cdn.jta.org/img/layout/readers_report.png) no-repeat;
    display: block;
    font-size: 1px;
    height: 140px;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -1000000px;
    width: 620px;
    
}

.feature, .article, .article_readmore {
	margin-bottom: 30px;
	display:block;
}

.feature, .article, .article_readmore a {
	font-size: .9em;
}

ol {
	list-style:decimal;
	list-style-position: inside;
}

#TB_closeAjaxWindow2 {
	float:right;
}



#TB_closeAjaxWindow2 a:hover {
	background:#1D74A1 none repeat scroll 0 0;
	text-decoration:none;
}

#TB_closeAjaxWindow2 a {
	background:#83B269 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.kicker {
       	font-family: Helvetica, Arial, sans-serif;
        font-size: 10px;
 	text-transform: uppercase;
        font-weight:bold;
        margin-bottom:0px;
	margin-top:15px;
}

.letter-to-editor {
	font-size: 12px;
	font-weight:bold;
}


.flotilla_header {
    height: 124px !important;
}

.flotilla_header p {
    padding:0px !important;
}

.flotilla_bottom_shadow {
    background: url(bg_shadow_bottom.gif) bottom right no-repeat;
    height: 124px;
    overflow: hidden;
}

.flotilla_top {
    height:350px !important;
}

.flotilla_top .headline_image {
    height:324px !important;
}

.flotilla_top .headline_image .bottom_shadow {
    height: 308px !important;
}

.bigstory h3 {
/*    font-size:14px !important;*/
}

.new_ad {
	margin-bottom:10px;
}
.GridType1 {
	text-align: center;
}
