/*#region Site -> Home */
#submenu-bar a.rss
{
    height: 12px;
    margin: 10px;
    padding: 0;
    width: 12px;
    background: url(../img/rss-icon-16x16.png);    
}
div.list
{
    width:650px;
}
#content div.featured-articles h2 { font-weight: normal; }
#content a.title
{  
   display:block;
   width: 100%;
   margin-top: 5px;   
}
#content p.description
{
   margin-top: 5px;       
}
#content p.community
{
   margin-top: 20px;   
}
#content p.community span
{
    margin-right: 5px;   
}
#content div.featured-articles div.container a.more
{
    float: right;    
    margin: 20px 0 20px 0;  
}
#content div.featured-articles
{
    margin-bottom: 20px; 
    padding: 20px;
    width:610px;
	overflow: hidden;
	height: 220px;
}

#content div.featured-articles .publish-details { width: 250px; }
.featured-articles a.thumb
{
    float:left;
    display: block;
    width:292px;
    height:211px;
    line-height: 207px;
    padding: 2px;
    text-align: center;
}
.featured-articles a.thumb img { vertical-align: middle; }
.featured-articles li { overflow: hidden; }
.featured-articles div.container
{ 
   width: 299px;  
   float: right;
}
.featured-articles div.container .left, 
.featured-articles div.container .right
{
    float: right;
    width: 15px;
    height: 15px;
    margin: 0 0 0 3px;
    overflow: hidden;    
}
.jcarousel-container {
    position: relative;
    padding-bottom: 10px;
}
.featured-articles .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.featured-articles .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.featured-articles .jcarousel-list li,
.featured-articles .jcarousel-item {
    float: left;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 610px;
    height: 220px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.featured-articles .jcarousel-next {
    z-index: 4;
    display: none;
}

.featured-articles .jcarousel-prev {
    z-index: 4;
    display: none;
}

.featured-articles .jcarousel-container-horizontal {
    width: 610px;
    padding: 20px 40px;
}

.featured-articles .jcarousel-clip-horizontal {
    width:  610px;
    height: 220px;
}

/**
 *  Horizontal Buttons
 */
.featured-articles .jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right:20px;
    width: 12px;
    height: 8px;
    padding:4px;
}
.featured-articles .jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: 591px;
    width: 11px;
    height: 8px;
    padding:4px;
}
/*******************************
	Normal Articles
*/
#content div.articles-container
{
    padding: 0 20px 20px; 
}
#content div.articles-container h2 { font-weight: normal; } 
div.articles-container div.entry
{
    padding:20px 20px 20px 0;
    min-height: 110px;     
    overflow: hidden;
}
div.entry a.thumb
{
    display: block;
    float:left;
    width: 145px;
    height: 105px;
    text-align: center;
    line-height: 101px;
    padding: 2px;
}
div.entry img
{   
    vertical-align: middle;
}
div.entry div.container
{
    float: right;
    width: 425px;
}
div.entry div.container a.more
{
    float: right;    
    font-weight: bold;
    font-size: 11px;
    margin-top:20px;
} 
div.search
{
     margin-top: 20px;
}
.search.list
{
    margin-top:0;
}
div.search div.box
{
    position:relative;
    padding: 20px;
    height: 60px;
}
div.search div.box div.word
{
    position:absolute;
    bottom: 20px;
    z-index: 1;    
}
div.search div.box span
{
    display:block;
    float: right;
    line-height: 30px;
}
div.search div.box span
{
    padding: 28px 5px 0 0;  
}
div.search div.box select
{
    margin-top: 30px;
}
div.search div.box div.options
{
    position:absolute;
    width: 469px;
    height:25px;
    top:25px;
    z-index: 5;
}
div.search div.box div.options p
{
    float:left;
    width: 100px;
    padding-top: 3px;
}
div.search div.box div.options a
{
    display:block;
    float:right;
    padding: 6px;
    font-size:10px;
}
div.search div.box input
{
    width: 455px;
    padding: 6px;
    margin-right: 4px;
}

div.search div.box button
{
    padding: 6px 7px 7px 7px;
}
div.search h2
{
    padding:0 0 20px 20px;
}
div.empty
{
    padding:20px;
}
div.empty p
{
    margin-top:10px;
}
/*#endregion*/



