/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
	margin: 0;
	padding: 10px 0 0 0;
/*	font-family: GillSans, Calibri, Trebuchet, sans-serif;*/
/*font-family: Calibri,
             Corbel,
             Helvetica,
             Arial,
             Verdana,
             sans-serif;*/
/*	font-family: Georgia, Geneva, serif;*/
font-family: Arial, sans-serif;
/*	background: #eee;*/
  }
  a 
  {
	text-decoration: none;
/*	color: #069;*/
	color: #036;
  }

  a:hover {text-decoration: underline; }
/*p a
  {
	color: #c00;
  }


 #main p a
  {
	color: #c00;
  }
  #main a
  {
/*	color: #069;*/
	color: #333;
  }
*/
  span.read-more
  {
	padding-left: 5px;
	font-size: .8em;
  }
  span.read-more a
  {
	color: #c00;
  }
  span.red
  {
  color: #c00;
  }
  span.red a
  {
  color: #c00;
  }
  a.red {
  color: #c00;
  }
img.left
  {
	float:left;
	margin-right: 10px;
  }
div.right
  {
	float: right;
	margin: 10px;
  }
  div.left
  {
	float: left;
	margin: 10px;
  }
  body p 
  {

  }
  ul
  {
  list-style-position: inside;
  }
  h1, h2, h3, h4, h5, h6
  {
/*	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;*/
	/*font-family: Georgia, "Century Schoolbook L", "Times New Roman", serif;*/
/*font-family: Georgia, serif;*/
font-family: Arial, sans-serif;
  }
  h1
  {
	font-size: 1.4em;

  }
h2
  {
	font-size: 1.2em;
  }
h3
  {
	font-size: 1em;
  }
  h2.title
  {
	font-size: 1.2em;
  }
table, tbody, thead, tr, td, tr.even, tr.odd
  {
	background: none;
	border: none;
  }
pre.programlisting
  {
	color: #369;
  }
pre
  {
	overflow: auto;
  }
code 
  {
	/*display: block;*/
	/*white-space: pre;*/
	color: #369;
  }

blockquote 
  {
	color: #666;
	font-weight: bold;
	font-style: italic;
	margin: 1em 3em; 
  }

blockquote strong 
  {
	font-weight: bold;
  }
  #page
  {
	background: #fff;
/*border-left: 2px solid #ccc;
	border-right: 2px solid #ccc; */
  }

  #page-inner
  {
	background-color: #fff;
	

  }
#header-top
  {
	clear: both;
	height: 100px;
	background: #fff url(./images/header-top-bg.jpg) top left no-repeat;
  }
#login-button a
  {
    margin-left: 945px;
    margin-top: 15px;
    height: 20px;
    width: 55px;
    display: block;
    text-indent: -10000px;
	background: #fff url(./images/login-button.jpg) top left no-repeat;
  }
#login-button a:hover
  {
    background-position: 0 -20px;
  }
#account-info
  {
    margin-left: 885px;
    margin-top: 10px;
    display: block;
    font-size: .8em;
  }
#subscribe-button
  {
    height: 40px;
    margin-left: 705px;
    position: relative;
    text-indent: -10000px;
    top: 40px;
    width: 180px;
	background: #fff url(./images/subscribe-button.jpg) top left no-repeat;
  }
#subscribe-button a
  {
  height: 40px;
  width: 200px;
  display: block;
  }
#login 
  {
	float: left;
	margin-top: 5px;
  }
#login-links
  {
	font-size: .7em;
	float: left;
	margin-left: 20px;
  }
#login-links a
  {
	color: #069;
  }
#connect
  {
	float: right;
  }
#connect img
  {
	margin-left: 20px;
  }

/** header **/
  #header
  {
	background: #c00;
	overflow: hidden;
	width: 1000px;
	clear:both;
  }

  #header-inner
  {

  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 10px;
    padding: 0;
	width: 200px;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }
#leaderboard-adblock
  {
	float: left;
  }
/** main (container for everything else) **/
  #main
  {
/*border-left: #666 2px solid;
border-right: #666 2px solid;*/

  }
 
  #main-inner
  {


  }

/** content **/
  #content
  {

  }
  
  #content .node .meta
  {
	font-size: .9em;
	margin-top: .1em;
  }
  #content .node
  {
	margin: 1em;
/*	font-family: Georgia, Geneva, serif;*/
  }

  #content .node h1, h2, h3, h4, h5
  {
	/*font-family: Georgia, serif;*/
  }
  #content .node td {padding: 5px;}
  #content p.small {font-size: .8em;}
  #content-inner
  {
	margin-top: 20px;
/*border-right: #666 2px solid;*/


  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
	clear: both;
	overflow: auto;
	margin-bottom: 0;
  }
  #content-area
  {
	padding-bottom: 20px;
  }
  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
	margin-bottom: 10px;
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
    font-family: Arial, sans-serif;
    font-size: .9em;
  }
.breadcrumb a
  { color: #666; }
h1.title
  {
    font-family: Arial, sans-serif;
  
  }
  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 2em 0;
    text-align: center;
  }
.item-list ul.pager 
  {
	padding-top: 20px;
	margin: .5em 0;
  }
.item-list ul.pager li
  {
	margin: 0 0 .2em .2em;
	padding: 0;
  }	
  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    	margin: 1em 0;
	text-align: right;
	clear: both;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
	background-color: #000;

  }
  #navbar a
  {
	color: #fff;
	text-decoration: none;
  }

  #navbar-inner
  {

  }

  #search-box /* Wrapper for the search form */
  {
  }
#searchbox
  {
	float: right;
	position: relative;
	top: -28px;
	margin-right: 5px;
	width: 300px;
	margin-top: 2px;
}
#searchbox form tbody {border: none;}
#cse-search-form {Width: 300px;}
input.gsc-input {width: 200px;}

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {

  }

  #primary ul.links
  {
	width:1000px;
	list-style:none;
	height:30px;
  }

  #primary ul.links li
  {
	display: inline;
	padding: 0;
  }
  #primary ul.links li a
  {
	height:30px;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
  }

   #primary ul.links li.first a
  {
	width:73px;
	background:url(./images/navbar.jpg) no-repeat 0px 0;
  }

/*  #primary ul.links li.first a:active,*/
  #primary ul.links li.first a:hover {
	background-position:0px -30px
  }

  #primary ul.links li.menu-158 a

  {
	width:105px;
	background:url(./images/navbar.jpg) no-repeat -74px 0;
  }
  /*#primary ul.links li.menu-1800 a:active,*/
  #primary ul.links li.menu-158 a:hover
  {
	background-position:-74px -30px
  }




  #primary ul.links li.menu-150 a
  {
	width:76px;
	background:url(./images/navbar.jpg) no-repeat -179px 0
}

 /* #primary ul.links li.menu-150 a:active,*/
  #primary ul.links li.menu-150 a:hover {
	background-position:-179px -30px
}


  #primary ul.links li.menu-1802 a {
	width:89px;
	background:url(./images/navbar.jpg) no-repeat -255px 0
}

  /*#primary ul.links li.menu-1802 a:active,*/
  #primary ul.links li.menu-1802 a:hover {
	background-position:-255px -30px
}

  #primary ul.links li.menu-187 a {
	width:92px;
	background:url(./images/navbar.jpg) no-repeat -344px 0;
}

 /* #primary ul.links li.menu-187 a:active,*/
  #primary ul.links li.menu-187 a:hover {
	background-position:-344px -30px;
}

 
 #primary ul.links li.menu-1803 a {
    background: url("./images/navbar.jpg") no-repeat scroll -436px 0 transparent;
    width: 146px;
}
 /* #primary ul.links li.menu-1803 a:active,*/
#primary ul.links li.menu-1803 a:hover {
    background-position: -436px -30px;
}
#primary ul.links li.menu-71 a {
    background: url("./images/navbar.jpg") no-repeat scroll -582px 0 transparent;
    width: 111px;
}
 /* #primary ul.links li.menu.last a:active,*/
#primary ul.links li.menu-71 a:hover {
    background-position: -582px -30px;
}
 




  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
	margin-top: 10px;

  }

/** sidebar-right **/
  #sidebar-right
  {
/*	font-size: .9em;*/
	font-family: Arial, sans-serif;
  }

#sidebar-right .view
  {
	/*font-size: .8em;*/
  }
#sidebar-right .block .content .view-content
  {
  }

#sidebar-right .block .content
  {
	font-size: 13px;
  }
#block-block-76 .block .content
 {
	font-size: .8em;
  }
  #block-block-97 p {font-size: 19px; text-align:center; background: #fff;}
  #block-block-97 a.red {font-size: 13px; text-align:center; color: #c00; }


  #sidebar-right-inner
  {
	background: url(./images/sidebarbg.jpg) left top repeat-y;
	margin-top: 10px;
	overflow: visible;
	height: 100%;
  }
  #sidebar-right-inner .block-inner .content
  {
	/*padding: 0 10px;*/
  }
	
  #sidebar-right td
  {
	background-color: #fff;
  }
  #sidebar-right th,  #sidebar-right tr,   #sidebar-right thead th,  #sidebar-right tbody
  {
	border: none;
  }

 #sidebar-right h2.title
  {
	margin: .5em 0;
	padding-left: 0;
	padding: 5px 0;
	text-transform: uppercase;
/*	font-weight: normal;*/
	/*background: url(./images/sidebarhead.png) no-repeat top left;*/
	color: #000;
font-size: 22px;
/*font-family: Calibri,
             Corbel,
             Helvetica,
             Arial,
             Verdana,
             sans-serif;*/
font-family: Arial,
             sans-serif;
border-top: 4px #000 solid;
  }
/*  #sidebar-right h2.title
  {
	padding-left: 80px;
	font-size: 20px;
	line-height: 34px;
  }*/
  #sidebar-right .views-field-title
  {
	font-weight: normal;
  }


/** footer **/
  #footer
  {
	background: #ccc;
	overflow: hidden;
	color: #333;
	font-family: Arial, sans-serif;
  }

  #footer-inner
  {
	padding-top: 10px;
	padding-bottom: 10px;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

#footer .block-menu
  {
	margin: 0 0 0 10px;
	font-size: .8em;
	width: 120px;
	float: left;
  }
#footer #block-menu-menu-store
  {
	width: 85px;
  }
#footer #block-menu-menu-about
  {
	width: 95px;
	/*margin-left: 12px;*/
  }
#footer #block-menu-menu-subscriptions
  {
	width: 125px;
	margin-left: 12px;
  }
#footer #block-menu-menu-the-site
  {
	width: 130px;
  }
#footer #block-menu-menu-linux-resources
  {
    width: 150px;
  }

#footer .block-menu h2.title
  {
	font-family: Arial, sans-serif;
	font-size: 14px;
/*	color: #c00;*/
	color: #333;
  }
#footer .block-menu ul.menu
  {
	padding: .5em 0 0 0;
  }
#footer ul.menu li, #footer ul.menu li.leaf
  {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
  }

#footer ul.menu li a
  {
	font-weight: bold;
	color: #666;
  }
#block-block-70
  {
	clear: both;
  }

#copyright
  {
	float: right;
	margin-right: 10px;
	font-size: .8em;
  }
#block-system-0
  {
	clear: both;
  }
/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }
.node .field-field-node-image
  {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
  }
  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }
.node.node-teaser h2.title
  {
	font-weight: bold;
  }
.node-teaser .terms-inline a
  {
	color: #666;
  }
#content .node-teaser
  {
	clear: both;
	margin: 5px 0 0 0;
  }
#content .node-teaser .meta
  {
	font-size: .8em;
	margin-bottom: .2em;
  }
#content-area .node-teaser div.content
  {
	margin: .4em 0 .2em 0;
	clear: right;
	float: right;
	width: 510px;
	font-size: .8em; 
  }

  .node-teaser div.content p
  {
	margin: 0 0 .5em 0;
	line-height: 1.2em;
  }
.node-teaser div.content a
  {
	color: #666;
  }
 .node-teaser div.content span.read-more a
  {
	/*color: #c00;*/
	color:#036;
  }
.node-teaser ul.links.inline .comment_comments, .node-teaser ul.links.inline .comment_add, .node-teaser ul.links.inline .statistics_counter, .node-teaser ul.links.inline .comment_new_comments, .node-teaser ul.links.inline .disqus_comments
  {
	display: block;
	clear: left;
/*	font-size: .8em;*/
	text-align: center;

  }
.node-teaser ul.links.inline .upload_attachments, .node-teaser ul.links.inline .blog_usernames_blog
  {
/*	display: none;*/
  }

.node-teaser ul.links.inline li
  {
	display: block;
	width: 100px;
	font-size: 12px;
	padding: 0;
  }

.node-teaser div.terms ul.links.inline
  {
	display: inline;
  }

.node-teaser div.terms ul.links.inline li
  {
	display: inline;
	font-size: 1em;
	padding: 0 .5em;
  }

.node-teaser .imagecache-teaser_linked img
  {
	float: left;
	margin: 5px 10px 5px 0;
	border: solid #333 2px;
  }

.node-teaser div.content .field-field-node-image
  {
	/*display: none;*/
  }

.node-teaser .title, .node-teaser .meta

  {
	clear: right;
	float: right;
	width: 510px;
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }
  .node-type-page .node .content
  {
	font-family: Arial, sans-serif;
  }
  .node-type-story /* Story content node */
  {
  }
 .node-type-xmlnode .node .content .tocdiv
  {
	font-family: Arial, sans-serif;
  }
  .node h2.title /* Node title */
  {
	font-weight: normal;
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
	margin-top: 5px;
	display: block;
  }
  .node .terms a { color: #666;}
  .node .content /* Node's content wrapper */
  {
/*	font-size: .9em; */
	margin: 5px 0 20px 0;
	font-family: Georgia, serif;
	line-height: 1.3em;


  }
  .node .content a 
  {
  font-weight: bold;
  }
  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

  #article_footer {margin: 20px auto;}
  
/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
    font-size: .8em;
    clear: both;
  }
  #comments div.picture
  {
	float: right;
  }
  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
	padding: 10px;
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
background-color: #eeeeee;
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
	color: #666;
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }
.indented .indented .indented .indented .indented .indented .indented {
margin-left:0;
background: none;
padding: 0;
}
  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
	padding-left: 40px;
	background: url(./images/comments_replybg.gif) no-repeat;

}
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

#content #comments #comment-controls
{
background-color: #ffffcc;
margin-top: 0pt;
margin-bottom: 15px;
padding: 10px;
border-top: 1px solid #cccc99;
border-bottom: 1px solid #cccc99;
border-left: 1px solid #cccc99;
}
#content #comments #comment-controls h2
  {
	font-size: 1.1em;
	color: #663;
  }

#content #comments #comment-controls div.description
  {
	color: #996;
	font-size: .9em;
  }
#content #comments #comment-controls .form-select, #content #comments #comment-controls .form-submit
  {
	font-size: .8em;
  }


/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
	font-size: .8em;
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
	clear: both;
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }
#header-top form#user-login
  {
	font-size: .7em;
	color: #069;
	height: 16px;
  }
#header-top #login input#edit-name, #login input#edit-pass 
  {
border: 1px solid #ccc;
background-color: #fff !important;
height: 14px;
width: 90px;
font-size: 10px;
  }
#header-top #user-login input.form-submit
  {
background-color: #069;
color: #fff;
font-size: 10px;
  }
/** Poll **/
.poll
  {
	clear:both;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
.content-left
  {
	float: left;
	width: 310px;
  }
.content-right
  {
	float: right;
	width: 310px;
  }
.clear
  {
	clear:both;
  }

/** Forums **/

#forum
  {
	font-family: Arial, sans-serif;
  }
#forum td.container
  {
	background-color: #ccc;
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
  }
#forum div.name
  {
	font-weight: bold;
  }
#forum tr
  {
	border-bottom: 1px solid #ccc;
  }
#forum tr.even
  {
	background-color:#eee;
  }
#forum ul li.forum
  {
	list-style-type: disc;
  }
#forum ul.links
  {
	margin: 20px 0;
  }

#forum td.created, #forum td.last-reply
  {
	font-size: .75em;
	width: 120px;
	white-space: normal;
  }
#forum table
  {
	width: 630px;
  }
#forum td
  {
	padding: 5px;
  }
/** Quicktabs **/
ul.quicktabs_tabs.quicktabs-style-zen li
  {
	background: #f0f0f0;
	margin-right: 4px;
	padding: 4px;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
/*	font-size: .8em;*/
  }

#main ul.quicktabs_tabs.quicktabs-style-zen li a
  {

	color: #000;
	font-weight: bold;

  }


#main ul.quicktabs_tabs.quicktabs-style-zen li.active
  {
	background: #fff;

  }

#main ul.quicktabs_tabs.quicktabs-style-zen li:hover a
  {
	background: #ccc;
	text-decoration: none;
  }
  
  #sidebar-right-inner .block-inner div.content div.quicktabs_main.quicktabs-style-zen div.content
  {
	padding: 0;

  }
  #sidebar-right-inner div.quicktabs_main.quicktabs-style-zen
  {
	border: 1px #ccc solid;
  }

 #sidebar-right-inner .block-quicktabs .block-inner div.content 
  {
	padding: 0;
  }
.quicktabs_tabs
  {
	font-weight: bold;
  }
#quicktabs_tabpage_1_0
  {
	padding: 5px;
  }
div.quicktabs_main.quicktabs-style-zen
  {
/*	font-size: .8em;*/
	padding-top: 10px;
  }
div.quicktabs_main.quicktabs-style-zen ul
  {
	padding-left: 0;
  }
div.quicktabs_main.quicktabs-style-zen ul li
  {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1.3em;
	padding-right: 1em;


  }
div.quicktabs_main.quicktabs-style-zen ul li.views-row-odd
  {
	background: #f0f0f0;
  }

div.quicktabs_main.quicktabs-style-zen .more-link
  {
	padding-right: 1em;
  }

div.quicktabs_main.quicktabs-style-zen ul li:hover
  {
	text-decoration: underline;
  }
#main div.quicktabs_main.quicktabs-style-zen a
  {

  }
#main div.quicktabs_main.quicktabs-style-zen a:hover
  {
	text-decoration: none;
  }


/*ul.quicktabs_tabs.quicktabs-style-basic li:active

   {
	background-color: #ccc;
	color: #fff;
  }
ul.quicktabs_tabs.quicktabs-style-basic li:hover
  {
	background-color: #ccc;
	color: #666;

  }
ul.quicktabs_tabs.quicktabs-style-basic li:hover a
  {
	color: #666 !important;
  }
ul.quicktabs_tabs.quicktabs-style-basic li a
  {
	color: #fff !important;
  }

ul.quicktabs_tabs.quicktabs-style-basic a:hover  {
	color: #666 !important;
  }*/

/** Views Slideshow **/

/*
 #block-views-slideshow-block_2
  {
	padding: 0;
	overflow: hidden;
	background-color: #ccc;
  }

 #block-views-slideshow-block_2 .field-field-image
  {
 	overflow: hidden;
  }
#block-views-slideshow-block_1
  {
	overflow: hidden;
  }
div #views_slideshow_teaser_section_1
  {
	float: left;
	width: 450px;
	background-color: #000;

  } 

div #views_slideshow_teaser_section_1 a
  {
	color: #fff;
  }

div #views_slideshow_teaser_section_1 div.node
  {
	margin: 0;
  }
div #views_slideshow_teaser_section_1 div.field-type-nodereference
  {
	float: left;


  }
#views_slideshow_breakout_teasers_1
  {
	float:right;
	width: 180px;
	background-color: #ccc;
	overflow: hidden;
  }

#views_slideshow_breakout_teasers_1 .views-field-field-featured-node-nid
  {
	border-bottom: #fff 2px solid;
	padding: 5px;
  }

#views_slideshow_main_1 .field-field-featured-node
  {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: .5em;
	height: 50px;
  }
*/

/** Views **/


.views-exposed-form .views-exposed-widget .form-submit 
  {
	margin-top:0;
  }
#views-exposed-form-user-favorites-page-1 #edit-title-wrapper
  {
  }
#views-exposed-form-user-favorites-page-1 input.form-submit
  {
margin-top: 1.3em;
  }

#block-views-slideshow-block_1 {
	float: left;
	width: 182px;
	height: 280px;
	background: #ccc;
	position: relative;
}
#block-views-slideshow-block_1 .views-field-field-node-image-fid  {
	margin-right: 5px;
	float: left;
	overflow: hidden;
}
#block-views-slideshow-block_1 .views-field-field-node-image-fid img {
	border: 1px #000 solid;
}

#block-views-slideshow-block_1 .views-row-even, #block-views-slideshow-block_1 .views-row-odd  {
	font-family: Arial, sans-serif;
	clear: both;
	height: 54px;
	padding: 10px 5px 5px 10px;
	overflow: hidden;
	border-bottom: 2px #fff solid;
}
#block-views-slideshow-block_1 .views-row-last {
		border-bottom: none;
}
#block-views-slideshow-block_1 .views-row-even, #block-views-slideshow-block_1 .views-row-odd .views-field-title {
	
	font-weight: bold;
	font-size: 12px;
}
#block-views-slideshow-block_2 {
	float: left;
	width: 450px;
	height: 280px;
	background: #000;
	overflow: hidden;
}

#block-views-slideshow-block_2 .views-field-title {
	background: #000;
	font-size: 1.2em;
	padding: 2px 0 0 5px;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

#block-views-slideshow-block_2 .views-field-title a {
	color: #fff;
}
.view-id-latest_stories td.views-field-created 
  {
	padding-left: 10px;
  }

#block-views-distro_spotlight-block_1 .views-field-title
  {
	font-weight: bold;
  }
/**video**/

.node-teaser.node-type-video img
  {
	width: 100px;
   	height: 100px;
	border:2px solid #333;
	float:left;
	margin:5px 10px 5px 0;
  }

/** Sidebar Video **/
 div.view-linux-minute
  {
	text-align: center;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
  }

div.view-linux-minute.view-display-id-block_3 img
  {
	height: 105px;
	width: 140px;
  }
.view-linux-minute .col-2, .view-linux-minute .col-1
  {
	padding-left: 10px;
  }
td.views-field-created
  {
	width: 100px;
  }
.view-linux-minute #more-vids
  {
	padding: 5px;
	margin: 5px 0 10px 0;
	background: #ccc;
	font-size: 1.3em;
	font-weight: bold;
  }
#block-views-linux_minute-block_2
  {
	margin-bottom: 0;
	border-top: #ccc solid 1px;
  }
#block-views-linux_minute-block_2 .views-field-field-embed-video-embed
  {
	padding-top: 1em;
  }

#block-views-linux_minute-block_2 .views-field-title
  {
	padding-bottom: 1em;
  }
/*.view-display-id-block_3 .views-field-name
  {
	font-size: 12px;
	text-align: center;
	width: 75px;
  }
*/
.view-display-id-block_3 tr
  {
	height: 125px;
	vertical-align: top;
  }
#sidebar-right table.views-view-grid .views-field-name
{
	font-size: 12px;
	text-align: center;
	width: 75px;
  }

/** Ads **/
#leaderboard-adblock
  {
	margin: 5px 0 0 40px;
  }
.contentad 
  {
	text-align: center;
	margin-top: 20px;
  }
/** Blocks **/
#block-menu-menu-channels {
padding: 10px 0 20px 0;
}
#block-menu-menu-channels .content {
padding-top: 10px;
}
#sidebar-right #block-menu-menu-channels h2.title {
background-color: #CC0000;
    border-top: none;
    color: #FFFFFF;
    padding: 5px 0 5px 10px;
}
#block-menu-menu-channels ul li {
background: url("http://www.linuxjournal.com/sites/linuxjournal.com/themes/linuxjournal/images/redarrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-table;
    font-size: 1.2em;
    font-weight: bold;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 4px 0 4px 3px;
    width: 160px;
    }
#block-menu-menu-channels ul li a {
    margin: 2px 0 2px 10px;
    color: #000;
}

/*
#block-menu-menu-channels ul li
  {
	display: inline-table;
	width: 160px;	
	list-style-type: none;
	list-style-image: none;
    font-size: 1.1em;
	margin: 0;
	padding: 2px 0;
	background: #ccc;
	border-bottom: 2px solid #fff;
  } 
#block-menu-menu-channels ul li a
  {
	margin: 2px 0 2px 10px;
  }
*/
#block-menu-menu-channels ul
  {
	padding: 0;
  }


#block-block-72
  {
	border: #ccc solid 1px;
	font-size: .9em;
	overflow: hidden;
  }
#block-block-72 img
  {
	margin-bottom: 10px;
  }
#block-block-72 #register-now
  {
	padding: 5px;
	margin: 5px -10px -10px -10px;
	background: #ccc;
	font-size: 1.3em;
	font-weight: bold;
	clear: both;
	text-align: center;
  }
#block-block-72 .title
  {
	border: none;
	font-size: 1.2em;
	margin: 0;
  }
#block-block-72 .block-inner
  {
	padding: 10px;
  }
#subsblock
  {
	width: 336px;
	overflow: hidden;
	height: 175px;
  }
#subsblock .cover
  {
	float: left;
	width: 125px;
  }
#block-block-61 .block-inner .content
  {
	padding: 0;
  }

#subsblock #subsright
  {
	height: 175px;
	font-family: Arial, sans-serif;
	overflow: hidden;

  }
#subsblock #subsright h2
  {
	font-family: Arial, sans-serif;
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #069;
  }
#subsblock #subsright p
  {
	font-size: 14px;
	margin: 0;
  }
#subsblock #subsright
  {
	padding-left: 10px;
  }
#subsblock #substitle p
  {
  }
#subsblock #subsmenu
  {
	margin-top: 5px;
  }
#subsblock #subsmenu ul
  {
	list-style-type: none;
	font-size: 14px;
  }

#subsblock #subsmenu li
  {
	border-bottom: #ccc dashed 1px;
	padding-left: 10px;
	background: url(./images/bullet.png) no-repeat left center;
  }
#subsblock #subsmenu a.last
  {
	border-bottom: none;
  }

#block-block-44 .block-inner div.content
  {
	padding: 0px;
	text-align: right;
  }
#block-block-44 { 	z-index: 10; }

#block-system-0 img
  {
	float: right;
  }
#block-block-62
  {
	overflow: hidden;
	width: 336px;
	height: 382px;
	margin-right: 10px;
	float: right;
	background: #999;
	background: url(./images/orderriskfree.jpg) no-repeat top center;

  }
#subsform
  {
	color: #000;
	margin: 185px 10px 10px 20px;
	font-size: 11px;
  }
#subsform .subslinks
  {
	font-size: 10px;
	text-align: center;
  }
#subsform input
  {
	font-size: 10px;
  }
#subsform input.form1
  {
	width: 140px;
  }
#subsform input.form4
  {
	width: 290px;
  }
#subsform form tbody
  {
	border: none;
  }
#block-block-63
  {
	margin-bottom: 30px;
	width: 644px;
	font-size: .9em;
  }
#block-block-63 .block-inner
  {
	border: #fff solid 2px;
	background: #eee;
	color: #333;
	padding: 10px;
	margin: 0 10px 10px 10px;
    overflow: hidden;
  }
  
#footer-left, #footer-middle, #footer-right {width: 200px; float: left;}


#block-block-67 .block-inner .content
  {
	padding: 0;
  }	
#block-block-68 .block-inner .content
  {
	padding: 1px 0;
  }	
#block-block-45 .block-inner .content
  {
	padding: 0;
  }

/** Videos Page **/

/*

.view-id-videos.view-display-id-page_1 .views-row-odd, .view-id-videos.view-display-id-page_1 .views-row-even
  {
	clear: both;
	padding: 10px;
  }

.view-id-videos.view-display-id-page_1 .views-row-odd
  {
	background-color: #ccc;
  }
.view-id-videos.view-display-id-page_1 .views-row-even
  {
	background-color: #999;
	border-top: #666 solid 2px;
	border-bottom: #666 solid 2px;

  }
.view-id-videos.view-display-id-page_1 .views-field-title
  {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
  }

.view-id-videos.view-display-id-page_1 .views-field-field-embed-video-embed
  {
	float: left;
	clear: left;
  }

.view-id-videos.view-display-id-page_1 .views-field-field-embed-video-embed-1
  {
	width: 300px;
	float: right;
  }
.view-id-videos.view-display-id-page_1 .views-field-view-node
  {
	clear: both;
	font-size: .9em;
  } */

.view-videos table tbody
  {
	border: none;
  }

.view-videos.view-id-videos.view-display-id-attachment_1.view-dom-id-1
  {
	background: #666;
	padding: 5px 0;
	margin-left: 10px;
  }
.page-video #sidebar-right-inner
  {
	background: none;
  }
.view-id-videos.view-display-id-page_1 .views-field-field-embed-video-embed-1 .resizable-textarea
  {
  }
.view-id-videos.view-display-id-page_1.view-dom-id-2 .views-field-title
  {
	padding: 5px;
	background: #666;
  }

.view-id-videos.view-display-id-page_1.view-dom-id-2 .views-field-title a
  {
	font-weight: bold;
	color: #fff;
  }

.view-id-videos.view-display-id-page_1 .views-field-field-embed-video-embed
  {
	padding: 5px;
	background: #ccc;
  }
.view-id-videos.view-display-id-page_1.view-dom-id-2 td
  {
	vertical-align: top;
  }

.view-id-videos.view-display-id-page_1 table td
  {
	padding: 12px;
  }
.view-id-videos.view-display-id-page_1 table td.col-1
  {
	padding-left: 10px;
  }
.view-id-videos.view-display-id-page_1 table td.col-3
  {
	padding-right: 0;
  }

.view-id-videos.view-display-id-attachment_1 table td
  {
	padding: 0 0 12px 0;

  }
.view-videos.view-display-id-attachment_1 embed
  {
	width: 615px;
	height: 400px;
  }
.page-video #content-header
  {
	display: none;
  }
	
.page-video #main
  {
	background: #f5f5f5;
	font-family: Arial, sans-serif;
	
  }
.page-video .form-item .description
  {
	display: none;
  }

.page-video #sidebar-right
  {
	width: 346px;
	margin-left: 654px;
  }

.page-video #sidebar-right-inner
  {
	padding-left: 10px;
  }

.page-video.sidebar-right #content {
margin-left:0;
margin-right:-654px;
width:654px;
}

#block-block-60
  {
	font-size: 2em;
  }
.view-id-videos.view-display-id-page_1 .view-content 
  {
    margin-top: 20px;
  }

/** Profile Stuff **/

/*#backtopro a
  {
	display: block;	
	text-indent: -9999px;
	background: url(./images/back2prof.jpg) no-repeat left;
	width: 133px;
	height: 30px;
  }

.content-profile-display #backtopro a
  {
	display:none;
  }
*/
#activity
  {
	clear: both;
  }
input#edit-fbss-submit 
  {
	float: left;
	clear: both;
  }
#status h3
  {
	/*display: none;*/
  }

.view-facebook-status table
  {
	width: 620px;
  }

.view-facebook-status table thead th
  {
	border: none;
  }
.view-facebook-status table tbody
  {
	border: none;
  }
.view-facebook-status table tr
  {
	background: #fff;
  }
.view-facebook-status table tbody tr
  {
	border-bottom: #ccc dashed 2px;
  }
.view-facebook-status table .views-field-status
  {
	padding: 10px;
  }
.view-facebook-status table .views-field-edit, .view-facebook-status table .views-field-delete,
.view-facebook-status table .views-field-respond
  {
	font-size: .8em;
  }
#content-profile
  {
	background: #dcdcdc;
	padding: 10px;
	overflow: hidden;
  }
#content-profile-title-profile
  {
	display: none;
  }
#content-profile h3
  {
	border: none;
  }	
	
#content-profile div.content-profile-display
  {
	border: none;
  }
#content-profile .node .content
  {
font-family: Arial, sans-serif;
  }

.view-user-relationships-browser.view-id-user_relationships_browser.view-display-id-page_1 .item-list ul li
  {
	list-style-type: none;
  }
.view-id-user_relationships_browser.view-display-id-page_1 .views-field-name 
  {
	font-size: 12px;
	text-align: center;
	margin-bottom: 2px;
  }
.view-id-user_relationships_browser.view-display-id-page_1 table tbody tr td
  {
	padding: 8px;
	text-align: center;
  }

.comment.guestbook-entry
  {
	padding: 10px;
  }

/* participate */

.view-staff-view .view-content
  {
	padding-top: 10px;
	font-size: .9em;
  }
.view-staff-view td
  {
	width: 95px;
	padding: 4px;
  }
/*#block-views-Forums-block_1
  {
	width: 320px;
  	float: left;
  }
#block-block-64
  {
	float: left;
	margin-left: 30px;
  }
*/
.page-participate thead th
  {
	padding-right: 0;
  }

/* Current issue */

#currentissue {
  background: #f5f5f5;
  width: 100%;
  border-bottom: solid 5px #d3d3d3;
  overflow: hidden;
}
#currentissue_head {
  margin: 0;
  padding: 5px -5px 5px 5px;
  width: 100%;
  background: #c00;
  overflow: hidden;
}
#currentissue_head h3 {
  margin: 0;
  height: 54px;
  line-height: 53px;
  padding-left: 30px;
  
  color: #fff;
  font-size: 18pt;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
#currentissue div { padding: 15px 30px; }
#currentissue div a.cover {
  display: block;
  float: left;
  width: 125px;
  height: 198px;
  padding-top: 10px;
  background: url("./images/currentissue_coverbg.gif") no-repeat top left;
}
#currentissue div a.cover:hover { background-position: top right; }
#currentissue div a.cover img {
  display: block;
  border: 0;
}
#currentissue div a.cover span { display: none; }
#currentissue div p { margin: 0 0 0.5em 140px; }
#currentissue div p.big {
  font-size: 1em;
  line-height: 1.2em;
}
#currentissue div p.small {
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 0.5em;
  font-size: .8em;
}
#currentissue a
  {
	float: right;
  }

/** xml nodes **/

.issue
  {
	font-family: Arial, sans-serif;
	float: right;
	clear: right;
	border: 2px solid #999;
	background-color: #ccc;
	padding: 10px;
	margin: 10px;
  }

.issue .issue-cover img
  {
	margin: 0 auto;
  }
/** events page **/
.view-community-events .views-field-title
  {
	float: left;
	font-weight: bold;
	width: 300px;
  }
.view-community-events .views-row-even, .view-community-events .views-row-odd
  {
	clear: both;
	margin: 10px 0;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
  } 

.view-community-events .views-field-field-event-date-value, .view-community-events .views-field-field-event-location-value, .view-community-events .views-field-field-event-link-url
  {
	float: right;
	clear: right;
	width: 300px;
  }

/**Buyer Guide **/
.page-buyersguide #content-area
  {
	font-size: .8em;
  }
.view-buyerguide .views-row-even, .view-buyerguide .views-row-odd
  {
 	padding: 20px 0;
	border-bottom: 1px solid #ccc;
  }
.view-buyerguide .view-content
  {
	margin-top: 30px;
  }

.view-buyerguide .views-field-title
  {
	font-size: 1.2em;
	font-weight: bold;
  }
.view-buyerguide label
  {
	font-weight: bold;
  }
.view-buyerguide .views-exposed-form .views-exposed-widget .form-submit
  {
	margin-top: 17px;
  }
/*Participate*/
.page-participate #content, .page-participate #content h2, .page-participate #content h3
  {
	font-family: Arial, sans-serif;
  }
.page-participate #content h2
  {
	display: block;
	background-color: #ccc;
	padding: 5px;
  }
	
#article-banner
  {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
  }
/** Popular Content **/
.view-popular tr td
  {
	padding: .5em 1em .5em 0;
  }
/** Current Issue Page **/
#onn-cover
  {
	float: left;
	width:210px;
	margin-right: 30px;
  }
#onn-cover img
  {
	margin: 5px;
  }
#onn-podcast
  {
	
  }
#onn-link
  {
	text-align: center;
	margin-bottom: 10px;
  }
#onn-link a.awesome {width: 125px;}

a.awesome, .button.awesome {
background: #c00;
display: inline-block;
padding: 5px 40px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}
a.awesome:hover, .button.awesome:hover
  {
	background: #c33;
  }
a.awesome:active, .button.awesome:active
  {
	top: 1px;
  }
.blue.awesome {background: #99f; }
a.blue.awesome:hover { background: #ccf;}
#onn-podcast .blue.awesome
  {
	padding: 15px 15px 15px 50px;
	background: #99f url(./images/podcast.png) no-repeat left;
  }
#onn-podcast a.blue.awesome:hover { background: #ccf url(./images/podcast.png) no-repeat left;}

/** square ads **/
#block-block-73 {border: none; }
#square-ad-1, #square-ad-3
  {
	float: left;
	margin: 20px;
	clear: both;
  }
#square-ad-2, #square-ad-4
  {
	float: right;
	margin: 20px;
  }
/** podcast **/
.field-field-podcast-cover-image
  {
	margin-bottom: 2em;
	width: 175px;
	float: left;
  }
.field-field-podcast-cover-image img
  {
	border: #ccc solid 4px;
  }
div.field-field-audio-file
  {
	clear: both;
  }
fieldset.group-sponsor-info

  {
	border: none;
	float: right;
	width: 350px;

  }

div.field-field-sponsor-image
  {
	float: left;
	width: 135px;
  }

div.field-field-sponsor-text
  {
	float: right;
	width: 200px;
  }
.view-podcast .view-content .views-row
  {
	margin: 20px 0;
	clear: both;
	overflow: hidden;
  }
.view-podcast .views-field-field-podcast-cover-image-fid
  {
	float: left;
	margin-right: 20px
  }
.view-podcast .views-field-field-podcast-cover-image-fid img
  {
	border: #ccc solid 4px;
  }
.view-podcast .views-field-title
  {
	float: left;
	margin-bottom: 20px;
  }
/** Webforms **/
.node-type-webform .content input.form-submit
  {
background: #c00;
display: inline-block;
padding: 5px 40px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
position: relative;
cursor: pointer;
}
.node-type-webform .content input.form-submit:hover
  {
	background: #c33;
  }
.node-type-webform .content input.form-submit:active
  {
	top: 1px;
  }
  
  #webform-client-form-1338664 .webform-component-fieldset,
  #webform-client-form-1338636 .webform-component-fieldset {
  border:none;
  }
  
/**price chirp**/
div.field-field-price-chirp
  {
	float: right;
	margin: 10px;
  }

.newsletter 
  {
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	width: 225px;
	border: #ccc 1px solid;
	margin: 1em auto;
	background: #333;
  }

#facebook-like
  {
	float: right;
	height: 55px;
	position: relative;
	z-index: 100;
  }
div.article .table
  {
	overflow: auto;
  }
#content-area img.imagecache-small-200px-left-align-wrap
  {
	float: left;
	margin-right: 10px;
  }
#content-area img.imagecache-small-200px-right-align-wrap
  {
	float: right;
	margin-left: 10px;
  }
#content-area img.imagecache-medium-350px-centered
  {
	clear: both;
	display:block;
	margin: 0 auto;
  }
#content-area img.imagecache-large-550px-centered
  {
	clear: both;
	display:block;
	margin: 0 auto;
  }

#field-article-images-items .form-item .description
  {
font-size: 50%;
  }

#field-article-images-items table
  {
	width: 550px !important;
  }
/** Daily Giveaway **/

.view-daily-giveaway-calendar .calendar-calendar .date-nav {
  background: transparent;
  border: none;
  color: #666;
  text-align: center;
}
.view-daily-giveaway-calendar .date-nav div.date-heading {
  width: 100%;
  padding-bottom: 1.5em;
}
.view-daily-giveaway-calendar .calendar-calendar th.days {
  background: transparent;
  border: none;
  color: #666;
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding-bottom: 2em;
}
.view-daily-giveaway-calendar .calendar-calendar thead tr {
  border: none;
}
.view-daily-giveaway-calendar .calendar-calendar tr {
border-top: #ccc solid 1px;
padding-top: 4em;
}

.view-daily-giveaway-calendar .calendar-calendar td {
  border: none;
  padding-top: .5em;
  padding-bottom: .5em;

}
.view-daily-giveaway-calendar .calendar-calendar td .view-data-node-title {
text-align: center;
font-size: 1.2em;
}
.view-daily-giveaway-calendar .calendar-calendar td .view-data-node-data-field-giveaway-date-field-giveaway-image-fid {
text-align: center;
}
.view-daily-giveaway-calendar .calendar-calendar td .view-data-node-data-field-giveaway-date-field-giveaway-image-fid img {
  margin: 1em auto;
}

.view-daily-giveaway-calendar .calendar-calendar .inner {
  min-height: 7em;
}
.view-daily-giveaway-calendar .calendar-calendar td .inner div,
.view-daily-giveaway-calendar .calendar-calendar td .inner div a {
  background: transparent;
}
.view-daily-giveaway-calendar .calendar-calendar td .inner div.month.day {
  color: #000;
  font-weight: bold;
  float: none;
  margin: 0 auto;
  border: none;
}
.view-daily-giveaway-calendar .calendar-calendar td .inner div.calendar div, 
.view-daily-giveaway-calendar .calendar-calendar td .inner div.calendar div a {
  background: transparent;
}

.view-daily-giveaway-calendar .calendar-calendar td.empty {
  background: transparent;
}

.view-daily-giveaway .view-header {
  font-size: 2em;
  font-family: Georgia, serif;
}

.view-daily-giveaway.view-display-id-block_1 {
  text-align: center;
}
.view-daily-giveaway.view-display-id-block_1 ul {
  list-style-position: inside;
}
.view-daily-giveaway.view-display-id-block_1 .views-field-field-giveaway-date-value {
  margin: 20px 0;
  font-size: 1.5em;
  font-style: italic;
  color: #ccc;
}


.view-daily-giveaway.view-display-id-block_1 .views-field-title,
.view-daily-giveaway.view-display-id-block_2 .views-field-title {
  font-size: 1.4em;
  margin: 15px 0;
}

.view-daily-giveaway.view-display-id-block_1 .views-field-nothing {
  font-size: 1.6em;
}
.view-daily-giveaway.view-display-id-block_1 .views-field-field-giveaway-image-fid img {
  margin: 20px 0;
}
  
.view-daily-giveaway.view-display-id-block_1 .views-field-body {
  font-size: 1.1em;
}
.view-id-daily_giveaway.view-display-id-block_2 .views-field-nothing-1 {
	font-size: 1.5em;
}
.view-id-daily_giveaway.view-display-id-block_2  {
	text-align: center;
}

  
.view-daily-giveaway-calendar .view-footer {
  font-size: 12px;
}
.calendar-popup ul {list-style-position: inside;}

/** Webforms **/

.node-type-webform .node .content {font-family: Arial, sans-serif; font-size: .85em;}

#node-1015593 .form-item label, #node-1015603 .form-item label { font-size: 12px; }

#node-1015593 .form-item, #node-1015603 .form-item  { margin: .5em 0; }

#node-1015593 #webform-component-first_name, #node-1015603 #webform-component-first_name {
  width: auto;
  float: left;
  margin-right: 20px;
}
#node-1015593 #webform-component-last_name, #node-1015603 #webform-component-last_name {
  width: auto;
  float: left;
}
#node-1015593 #webform-component-email, #node-1015603 #webform-component-email {
  clear: both;
}

#node-1015593 #webform-component-city, #node-1015603 #webform-component-city {
  float: left;
  width: auto;
  margin-right: 15px;
}
#node-1015593 #webform-component-state, #node-1015603 #webform-component-state {
  float: left;
  width: auto;
  margin-right: 15px;
}
#node-1015593 #webform-component-zippostal_code, #node-1015603 #webform-component-zippostal_code {
  float: left;
  width: auto;
  margin-right: 5px;
}
#node-1015593 #webform-component-country, #node-1015603 #webform-component-country {
  float: left;
  width: auto;
}
#node-1015593 #webform-component-yes, #node-1015603 #webform-component-yes {
  margin-top: 100px;
  clear: both;
  width: 500px;
}
#node-1015593 input#edit-submitted-first-name, #node-1015593 input#edit-submitted-last-name,
#node-1015603 input#edit-submitted-first-name, #node-1015603 input#edit-submitted-last-name {
  width: 200px;
}
#node-1015593 input#edit-submitted-email, #node-1015593 input#edit-submitted-address,
#node-1015603 input#edit-submitted-email, #node-1015603 input#edit-submitted-address {
  width: 426px;
}
#node-1015603 input#edit-submitted-city, #node-1015593 input#edit-submitted-city {
  width:150px;
}
#node-1015593 input#edit-submitted-state, #node-1015603 input#edit-submitted-state {
  width:40px;
}
#node-1015593 input#edit-submitted-zippostal-code, #node-1015593 input#edit-submitted-country,
#node-1015603 input#edit-submitted-zippostal-code, #node-1015603 input#edit-submitted-country {
  width:80px;
}
#block-poll-0 .content .poll .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  }
.node-teaser.node-type-sponsored-post h2.title a { color: #666;}

.calendar-popup {
    background-color: #F0F0F0;
    border: 2px dotted #999999;
    border-radius: 10px 10px 10px 10px;
    font-size: 0.8em;
    padding: 10px;
    width: 400px;
}
.calendar-popup .field-field-giveaway-image {
    float: left;
    margin: 0 15px 15px 0;
}
.calendar-popup .field-field-giveaway-image img {
    border: 1px solid #999999;
}
/** Slideshow Articles **/

.view-id-photo_essay.view-display-id-node_content_1 {border: 1px solid #ccc; padding: 10px;}
.view-id-photo_essay.view-display-id-node_content_1 .views-field-field-slideshow-image-fid {width: 400px; float: left; margin-right: 15px; margin-bottom: 15px;}
.view-id-photo_essay.view-display-id-node_content_1 .views-field-field-slideshow-image-fid img {border: solid 1px #333; box-shadow: 2px 3px 3px #666;}
.view-id-photo_essay.view-display-id-node_content_1 .views-field-title {font-weight: bold; font-family: Arial,sans-serif;}
.view-id-photo_essay.view-display-id-node_content_1 .views-field-field-caption-value {font-size: .9em;}
.view-id-photo_essay.view-display-id-node_content_1 ul.pager {font-size: .8em;}
.view-id-photo_essay.view-display-id-node_content_1 ul.pager li.pager-current {font-size: 1.6em;color: #666;}
.view-id-photo_essay.view-display-id-node_content_1 .item-list ul.pager li {margin: 0;}


/*Winning*/

#block-block-100 h2 {
  font-size: 1.8em;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
}

#block-block-102 .block-inner {
     padding:10px 20px 20px 20px;
    border: solid 1px #000;
    margin-bottom: 50px;
}
#block-block-102 h2 {
font-size: 2em;
color: green;
}

.page-user .breadcrumb {visibility: hidden;}

.view-id-whitepaper_library.view-display-id-page_1 .views-field-field-whitepaper-cover-image-fid,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-field-whitepaper-cover-image-fid {
     float: left;
}

.view-id-whitepaper_library.view-display-id-page_1 .views-field-field-whitepaper-cover-image-fid img,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-field-whitepaper-cover-image-fid img {
     border: 2px solid #999999;
}

.view-id-whitepaper_library.view-display-id-page_1 .views-field-title h2,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-title h2 {
     color: #CC0000;
     font-size: 1.2em;
     font-weight: bold;
     margin: 0 0 .2em 125px;
}
.view-id-whitepaper_library.view-display-id-page_1 .view-header h2,
.view-id-whitepaper_library.view-display-id-page_2 .view-header h2 {
	color: #333;
	border-bottom: 2px solid #999;
	font-size: 1.4em;
}

.view-id-whitepaper_library.view-display-id-page_1 .views-field-field-whitepaper-topic-value,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-field-whitepaper-topic-value {
     font-size: 0.9em;
     line-height: 1.8em;
     margin-left: 125px;
    font-weight: bold;
}

.view-id-whitepaper_library.view-display-id-page_1 .views-field-body,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-body {
     font-size: 0.9em;
     margin-left: 125px;
    color: #333;
}

.view-id-whitepaper_library.view-display-id-page_1 .views-field-body p,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-body p {
     margin-top: 0.2em;
}

.view-id-whitepaper_library.view-display-id-page_1 .views-field-nid,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-nid {
     margin-left: 125px;
}
.view-id-whitepaper_library.view-display-id-page_1 .views-field-field-whitepaper-link-url,
.view-id-whitepaper_library.view-display-id-page_2 .views-field-field-whitepaper-link-url {
     margin-left: 125px;
}
.view-id-whitepaper_library.view-display-id-page_1 .views-row,
.view-id-whitepaper_library.view-display-id-page_2 .views-row {
     border-bottom: 1px dotted #999999;
     padding: 2em 0pt;
}

.view-id-whitepaper_library.view-display-id-page_1 .views-row-last,
.view-id-whitepaper_library.view-display-id-page_2 .views-row-last  {
     border: medium none;
}

.view-editors-choice .views-field-field-node-image-fid {
     float: left;
}

.view-editors-choice .views-field-title, .view-editors-choice .views-field-teaser {
     margin-left: 124px;
}
.view-editors-choice .views-field-title {
     margin-bottom: .5em;
}
.view-editors-choice .views-field-field-node-image-fid img {
     border: 2px solid #333333;
}
.view-editors-choice .views-field-teaser p {
	margin: 0 0 .5em 0;
	line-height: 1.2em;
	font-size: .8em;
}
.view-editors-choice .views-row {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.page-editors-choice h1.title {

}
.view-editors-choice .view-header {
	font-size: .85em;
	font-style: italic;
}
.page-editors-choice h1.title {
    width: 200px;
    float: right;
	margin-left: 5px;
	height: 220px;
	text-indent: -10000px;
	background: url("./images/edchoice.png") no-repeat right top;
}
#ed-choice {
float: left;
margin: 20px 10px 10px 0;
}
/** Press Release Blocks **/
.view-id-topic_press_releases.view-display-id-block_1 .views-field-title { padding-bottom: .5em;}

.view-id-topic_press_releases.view-display-id-block_1 .views-field-created { vertical-align: top;}

#sponsor-tiles {text-align: center;}


/** Lead Gen block **/

#lead-gen-wrapper {
	width: 630px;
}

#lead-gen {
float: left;
position: relative;
width: 620px;
border: 1px solid #999;
font-size: 12px;
}
.lead-gen-vert-rule {
background: url('../images/pixel.gif') repeat-y top center;
}
.lead-gen-left {
float: left;
width: 309px;
margin-right: 0;
padding-right: 0;
padding-bottom: 10px;
border-right: 1px solid #ccc;
}
.lead-gen-right {
float: left;
width: 310px;
margin-left: 0;
padding-bottom: 10px;
}
#lead-gen .heading {
font-size: 16px;
font-weight: bold;
padding: 13px 0 8px 15px;
height: 26px;
background-color: #e7e7e7;
margin: 1px 1px 16px 1px;
}
#lead-gen .lead-gen-read-more {
float: right;
font-size: 11px;
padding-top: 6px;
margin-right: 15px;
}
#lead-gen .lead-gen-content {
margin: 0 15px 0 27px;
}

#lead-gen a.lead-gen-head {
font-size: 14px;
color: #036;
font-weight: bold;
line-height: 1.4;
margin-bottom: 20px;
display: block;
}
#lead-gen p.lead-gen-learn_more {
font-style: italic;
}
#lead-gen p.lead-gen_sponsor {
font-size: 10px;
color: #666;
}

/** lead gen forms **/


#node-1084399 input#edit-submitted-first-name, #node-1084255 input#edit-submitted-first-name, #node-1145193 input#edit-submitted-first-name {width: 195px;}
#node-1084399 input#edit-submitted-last-name, #node-1084255 input#edit-submitted-last-name, #node-1145193 input#edit-submitted-last-name {width: 195px;}

#node-1084399 div#webform-component-first-name, #node-1084255 div#webform-component-first-name, #node-1145193 div#webform-component-first-name {float: left;}
#node-1084399 div#webform-component-last-name, #node-1084255 div#webform-component-last-name, #node-1145193 div#webform-component-last-name {float: left; margin-left:22px;}


#node-1084399 div#webform-component-business-title, #node-1084255 div#webform-component-business-title, #node-1145193 div#webform-component-business-title {clear: both;}

#node-1084399 div#webform-component-city, #node-1084255 div#webform-component-city, #node-1084515 div#webform-component-city, #node-1145193 div#webform-component-city {float: left;}
#node-1084399 input#edit-submitted-city, #node-1084255 input#edit-submitted-city, #node-1084515 input#edit-submitted-city, #node-1145193 input#edit-submitted-city {width: 200px;}

#node-1084399 div#webform-component-state, #node-1084255 div#webform-component-state, #node-1145193 div#webform-component-state-province {float: left; margin-left:20px}
#node-1084515 div#webform-component-state, #node-1145193 div#webform-component-state {float: left;}

#node-1084399 div#webform-component-zip-code, #node-1084255 div#webform-component-zip, #node-1084515 div#webform-component-zip, #node-1145193 div#webform-component-zipcode {float: left;}
#node-1084399 input#edit-submitted-zip-code, #node-1084255 input#edit-submitted-zip, #node-1084515 input#edit-submitted-zip, #node-1145193 input#edit-submitted-zipcode {width: 85px;}

#node-1084399 div#webform-component-country, #node-1084255 div#webform-component-country, #node-1084515 div#webform-component-phone, #node-1145193 div#webform-component-country  {clear: both;}

#node-1084399 div#webform-component-std8, #node-1084255 div#webform-component-std8, #node-1145193 div#webform-component-std8 {float: left;}
#node-1084399 div#webform-component-std9, #node-1084255 div#webform-component-std9, #node-1145193 div#webform-component-std9 {float: left; margin-left: 20px;}
#node-1084399 div#webform-component-std10, #node-1084255 div#webform-component-std10, #node-1145193 div#webform-component-std10 {float: left; margin-left: 20px;}
#node-1084399 div#webform-component-privacy-policy, #node-1084255 div#webform-component-privacy-policy, #node-1145193 div#webform-component-privacy-policy {clear:both; padding-top: 5px;}

#node-1084399 input.form-submit, #node-1084255 input.form-submit, #node-1145193 input.form-submit {font-size: 1.3em;}


.node-type-job-listing .field-field-job-posting-logo {
     float: right;
}

.node-type-job-listing .field-field-job-posting-org-url {
     margin-bottom: 20px;
}

.node-type-job-listing .field-field-job-posting-city {
     float: left;
}

.node-type-job-listing .field-field-job-posting-state {
     float: left;
     margin-left: 5px;
}

.node-type-job-listing .group-job-posting-location {
     border: medium none;
     padding: 0;
}

.field-field-job-posting-apply-link a {
background: #c00;
display: inline-block;
padding: 5px 40px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}

.field-field-job-posting-apply-link a:hover {background: #c33;}
.field-field-job-posting-apply-link a:active {top:1px;}
fieldset.group-job-posting-details {margin-top: 20px;}
.view-jobs-page .views-field-field-job-posting-logo-fid {float: right;}
.view-jobs-page .views-field-title {font-size: 1.2em; font-weight: bold; margin-bottom: 1.5em;}
.view-display-id-block_1.view-jobs-page .views-field-title {font-size: 1em;}
#sidebar-right .view-display-id-block_1.view-jobs-page .views-field-title a {font-weight: bold;}


.view-jobs-page .views-row {margin-bottom: 2em;}
.view-jobs-page .views-field-nothing {
     background: none repeat scroll 0% 0% #999;
     border-radius: 20px 20px 20px 20px;
     color: #FFFFFF;
     cursor: pointer;
     display: inline-block;
     font-weight: bold;
     line-height: 1;
     padding: 5px 10px;
     position: relative;
     text-decoration: none;
}

.view-jobs-page .views-field-nothing a {color: #fff; text-decoration: none;}
.view-jobs-page.view-display-id-block_1.view-dom-id-4 .more-link {
margin-top: 15px;
font-weight: bold;
font-size: 1.2em;
}

/** Front Page Features **/

.view-id-front_features.view-display-id-block_1 {
     border-bottom: 5px solid #CCCCCC;
     margin: 1em 0px;
     padding: 0px 0px 1em;
}

.view-id-front_features.view-display-id-block_1 .view-content td {
     padding: 0px 12px;
     vertical-align: top;
}

.view-id-front_features.view-display-id-block_1 .view-content td.col-1 {
     border-left: medium none;
}

.view-id-front_features.view-display-id-block_1 .view-content .views-field-field-node-image-fid img {
     border: 2px solid #999999;
     margin-bottom: 1em;
}

.view-id-front_features.view-display-id-block_1 .view-content .views-field-title {
     font-weight: bold;
     margin-bottom: 10px;
}

.view-id-front_features.view-display-id-block_1 .view-content .views-field-teaser {
     font-size: 0.8em;
}

#sponsored-message {
color: #666;
border-bottom: solid #666 1px;
text-transform: lowercase;
font-size: .8em;
padding-bottom: .25em;
font-style: italic;
}
.sponsored-message {
color: #666;
text-transform: lowercase;
font-size: .8em;
padding-bottom: .25em;
font-style: italic;
clear: right;
float: right;
width: 510px;
}
.field-field-article-sponsor {
font-family: Arial, sans-serif;
font-size: .9em;
color: #666;
font-style: italic;
}
.article-sponsor-teaser {
margin: 0 0 .5em 0;
clear: right;
float: right;
width: 510px;
font-size: .8em;
color: #c00;
font-weight: bold;
}
.node-type-sponsored-post div.field-field-sponsor-image {
clear: both;
float: none;
}
.field-field-letters-response {
font-style:italic;
}
.view-letters .views-row {
 margin-bottom: 20px;
 }
 .node-teaser ul.links.inline li.webform_goto {display:none;}
 #TB_window, #TB_ajaxContent {text-align:center;}
 
 /** Job widget **/
 .jboard-wrap{
	position: relative;
	width: 340px;
	min-height: 470px;
	border: solid 1px #85888e;
	box-sizing: border-box;
	font-family: arial;
}

.jboard-logowrap{
	position: relative;
	width: 100%;
	height: 55px;
	display: block;
	background: #1f9cc9;
	padding: 10px 10px;
	box-sizing: border-box;
}

.jboard-logowrap .jboard-logoimg{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 34px;
	background: url(./images/logo.png);
	vertical-align: middle;
	background-size: 100% 100%;
	float: left;
}

.jboard-logowrap .jboard-logotxt{
	font-size: 20px;
	line-height: 35px;
	color: white;
	margin-left: 20px;
	font-weight: bold;
	display: inline-block;
}

.jboard-footerlogo{
	position: relative;
	background: url(./images/logo_b.png);
	width: 110px;
	height: 25px;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;	
}

.jboard-footerwrap{
	position: absolute;
	bottom: 1px;
	display: block;
	padding-bottom: 5px;
	padding-left: 10px;	
}

.jboard-footertxt{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	line-height: 25px;	
	float:left;
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}

.jboard-footerwrap span{
	line-height: 25px;
	vertical-align: top;
	color: #000;
	font-size: 12px;
	margin-left: 5px;
}

.jboard-contentwrap{
	padding: 25px 0px 94px 15px;
	line-height: 1.5;
}

.jboard-contentitem{
	margin-bottom: 20px;
}

.jboard-contenttitle{
	font-weight: bold;
	font-size: 18px;
}

.jboard-contentcompany{
	color: #30a8d2;
}

.jboard-contentcity{

}

.jboard-contentlink{
	text-decoration: none;
	color: #000;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.jboard-contentlink:hover{
	color: #555;
}

.jboard-footerbarwrap{
	color: white;
	background: #1b9ccd;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 38px;
	width: 100%;
	height: 16px;
	padding: 14px 0px;	
}

img.imagecache-front-feature-580 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 20px;
  margin-left:10px;
}
.view-id-front_features.view-display-id-block_2 .views-field-title {
  font-weight: bold;
  font-size: 20px;
  margin-left:10px;
}
.view-id-front_features.view-display-id-block_2 {
  padding-bottom: 20px;
  border-bottom: 5px solid #CCCCCC;
}