/* Simple Reset and Clearfix */

* { font-weight: 500; margin: 0; padding: 0; }

a, a:hover, a:visited, a:active { color: #e1000d; text-decoration: none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Fontface */

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-bold-webfont.woff') format('woff'),
        url('../fonts/lato-bold-webfont.ttf') format('truetype'),
        url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-light-webfont.woff') format('woff'),
        url('../fonts/lato-light-webfont.ttf') format('truetype'),
        url('../fonts/lato-light-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-regular-webfont.woff') format('woff'),
        url('../fonts/lato-regular-webfont.ttf') format('truetype'),
        url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Light Italic';
    src: url('../fonts/lato-lightitalic-webfont.eot');
    src: url('../fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-lightitalic-webfont.woff') format('woff'),
        url('../fonts/lato-lightitalic-webfont.ttf') format('truetype'),
        url('../fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Main Structure */

body {
    background: url('../img/background.jpg') repeat-x 0 0;
    overflow-x: hidden;
}

.container {
    margin: 0 auto;
    width: 980px;
}

/* Header */

header {
    float: left;
    width: 980px;
}

#logo {
    float: left;
    margin-top: 17px;
}

#actionPanel {
    float: right;
    margin-top: 19px;
    width: 292px;
}

#search {
    float: right;
    margin-top: 23px;
}

#search input {
    border-top: 1px solid #ededed;
    border-right: none;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    color: #090909;
    float: left;
    font-family: "Open Sans Regular";
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    outline: none;
    padding-left: 10px;
    width: 241px;
}

#search input[type="submit"] {
    background: url('../img/searchButton.jpg') no-repeat 0 0;
    border: none;
    float: left;
    height: 39px;
    width: 39px;
}

#mainMenu {
    background: #848484;
    float: left;
    height: 48px;
    margin-top: 26px;
    width: 980px;
}

#mainMenu > .moduletable > ul {
    float: left;
    list-style: none;
}

#mainMenu > .moduletable > ul > li {
    float: left;
    position: relative;
}

#mainMenu > .moduletable > ul > li > a {
    color: #fff;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px 0 9px;
}

#mainMenu > .moduletable > ul > li > a:hover {
    background: #919191;
}

#mainMenu > .moduletable > ul > li > a#active_menu {
    background: #919191;
}

#mainMenu > .moduletable > ul > li:first-child > a,
#mainMenu > .moduletable > ul > li:first-child > a#active_menu {
    background: url('../img/mainMenuHome.jpg') no-repeat 0 0;
    height: 48px;
    overflow: hidden;
    padding: 0;
    text-indent: 60px;
    width: 54px;
}

#mainMenu > .moduletable > ul > li > ul {
    display: none;
	z-index: 99999;
}

#mainMenu > .moduletable > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 48px;
    right: -9px;
    width: 240px;
}

#mainMenu > .moduletable > ul > li > ul > li {
    background: #a5a5a5;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
}

#mainMenu > .moduletable > ul > li > ul > li:hover {
    background: #848484;
}

#mainMenu > .moduletable > ul > li > ul > li > a {
    color: #fff;
    display: block;
    width: 100%;
}

/* Main Content */

#mainContent {
    float: left;
    margin-top: 10px;
    width: 730px;
}

#bannerBig {
    float: left;
    height: 440px;
    width: 730px;
}

#newsBriefs {
    float: left;
    margin-top: 20px;
    width: 730px;
}

#newsBriefs > h3 {
    background: #848484 url('../img/newsBriefs.png') no-repeat 12px 50%;
    color: #ffffff;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 38px;
    width: 692px;
}

#newsBriefs ul.featureBriefs {
    float: left;
    list-style: none;
    margin-top: 20px;
    width: 730px;
}

#newsBriefs ul.featureBriefs > li {
  background: rgb(249,249,249); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
  float: left;
  font-family: Georgia, Arial;
  font-size: 14px;
  margin: 0 9px;
  width: 225px;
}

#newsBriefs ul.featureBriefs li .intro-image {
  display: none;
}

#newsBriefs ul.featureBriefs > li p {
    line-height: 18px;
}

#newsBriefs ul.featureBriefs > li a p {
    color: #333;
}

#newsBriefs ul.featureBriefs li img {
    float: left;
    margin: 0 0 10px -10px;
    height: auto;
    width: 225px;
}

#newsBriefs ul.featureBriefs li .mod-articles-category-date {
    color: #999999;
    float: left;
    font-family: "Lato Regular";
    font-size: 11px;
    padding: 10px;
    width: 193px;
}

#newsBriefs ul.featureBriefs > li > h4 {
    background: #fff;
    float: left;
    padding-bottom: 10px;
}

#newsBriefs ul.featureBriefs > li > h4 > a {
    color: #333333;
    float: left;
    font-family: Georgia, Arial;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 225px;
}

#newsBriefs ul.featureBriefs > li > a:hover > p {
    color: #e1000d;
}

#newsBriefs .mod-articles-category-introtext {
  padding: 0 10px;
  width: 193px;
}

#articlesAndCommentary {
    border: 1px solid #ebebeb;
    float: left;
    margin-top: 20px;
    width: 728px;
}

#articlesAndCommentary h3 {
    color: #333333;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    padding: 15px 15px 20px 15px;
    width: 698px;
}

#articlesAndCommentary ul.articles_and_commentary,
#articlesAndCommentary ul.interviews,
#articlesAndCommentary ul.books-and-reviews {
    float: left;
    list-style: none;
}

#articlesAndCommentary ul.articles_and_commentary li,
#articlesAndCommentary ul.interviews li,
#articlesAndCommentary ul.books-and-reviews li {
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 212px;
}

#articlesAndCommentary ul.articles_and_commentary li a,
#articlesAndCommentary ul.interviews li a,
#articlesAndCommentary ul.books-and-reviews li a {
    float: left;
}

#articlesAndCommentary ul.articles_and_commentary .mod-articles-category-date,
#articlesAndCommentary ul.interviews .mod-articles-category-date,
#articlesAndCommentary ul.books-and-reviews .mod-articles-category-date {
    color: #999999;
    float: left;
    font-family: "Lato Regular";
    font-size: 11px;
    margin-top: 10px;
}

#articlesAndCommentary ul.articles_and_commentary li img,
#articlesAndCommentary ul.interviews li img,
#articlesAndCommentary ul.books-and-reviews li img {
    display: none;
}

#articlesAndCommentary ul.articles_and_commentary .intro-image,
#articlesAndCommentary ul.interviews .intro-image,
#articlesAndCommentary ul.books-and-reviews .intro-image {
  float: left;
  margin-bottom: 15px;
}

#articlesAndCommentary ul.articles_and_commentary .intro-image img,
#articlesAndCommentary ul.interviews .intro-image img,
#articlesAndCommentary ul.books-and-reviews .intro-image img {
  display: block;
  float: left;
  width: 212px;
}

#articlesAndCommentary ul.articles_and_commentary li h4,
#articlesAndCommentary ul.interviews li h4,
#articlesAndCommentary ul.books-and-reviews li h4 {
  float: left;
  margin-bottom: 10px;
  width: 212px;
}

#articlesAndCommentary ul.articles_and_commentary li h4 a,
#articlesAndCommentary ul.interviews li h4 a,
#articlesAndCommentary ul.books-and-reviews li h4 a {
    color: #333333;
    float: left;
    font-family: Georgia, Arial;
    font-size: 16px;
    line-height: 20px;
}

#articlesAndCommentary ul.articles_and_commentary li .mod-articles-category-writtenby,
#articlesAndCommentary ul.interviews li .mod-articles-category-writtenby,
#articlesAndCommentary ul.books-and-reviews li .mod-articles-category-writtenby {
  float: left;
  margin-bottom: 10px;
  width: 212px;
}

#articlesAndCommentary ul.articles_and_commentary li .mod-articles-category-introtext,
#articlesAndCommentary ul.interviews li .mod-articles-category-introtext,
#articlesAndCommentary ul.books-and-reviews li .mod-articles-category-introtext {
  float: left;
  margin-bottom: 10px;
  width: 212px;
}

#columnsAndBlogs {
    float: left;
    margin-top: 20px;
	height: 180px;
	overflow: hidden;
}

#columnsAndBlogs > h3 {
    background: #848484;
    color: #ffffff;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 720px;
}

#columnsAndBlogs > .moduletable > ul {
    float: left;
    margin-top: 20px;
    list-style: none;
    width: 730px;
}

#columnsAndBlogs > .moduletable > ul > li {
    background: url('../img/columnsBackground.jpg') no-repeat 0 0;
    float: left;
    height: 120px;
    margin-left: 10px;
    width: 138px;
}

#columnsAndBlogs > .moduletable > ul > li:first-child {
    margin-left: 0px;
}

#columnsAndBlogs > .moduletable > ul > li:hover {
    background: url('../img/columnsBackgroundHover.jpg') no-repeat 0 0;
    height: 120px;
    width: 138px;
}

#columnsAndBlogs > .moduletable > ul > li > a {
    color: #333333;
    display: block;
    float: left;
    font-family: "Lato Light";
    font-size: 16px;
    height: 80px;
    padding: 20px 15px;
}

#columnsAndBlogs > .moduletable > ul > li > a:hover {
    color: #e1000d;
}

#partners {
    float: left;
    margin-top: 20px;
    width: 730px;
}



#partners h3 {
    background: #848484;
    color: #ffffff;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 720px;
}

#partners .djslider {
    float: left;
    height: 200px !important;
}

#partners .djslider ul {
    float: left;
    text-align: center;
    width: 730px !important;
}

#partners .djslider ul li {
    display: inline-block;
    float: none !important;
    height: 100px !important;
    margin-bottom: 20px;
    width: 230px !important;
}

/* Sidebar */

#sidebar {
    float: right;
    margin-top: 10px;
    width: 230px;
}

/* Sidebar - Current Issue */

.current-issue-sidebar {
  float: left;
}

.current-issue-sidebar h2 {
  background: #848484;
  color: #ffffff;
  float: left;
  font-family: "Lato Bold";
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  width: 220px;
}

.current-issue-sidebar h3 {
  color: #333;
  float: left;
  font-family: "Lato Light";
  font-size: 16px;
  margin: 15px 0 5px;
  width: 230px;
}

.current-issue-sidebar h4 a {
  float: left;
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
  width: 230px;
}

.current-issue-sidebar img {
  float: left;
  height: auto;
  width: 230px;
}

/* Sidebar - Subscribe */

#subscribe {
    background: url('../img/subscribe.jpg') no-repeat 0 0;
    float: left;
    height: 115px;
    margin-bottom: 20px;
    padding: 20px 0 0 15px;
    width: 215px;
}

#subscribe > p {
    background: url('../img/subscribeArrow.jpg') no-repeat 100% 31px;
    color: #444444;
    float: left;
    font-family: "Lato Regular";
    font-size: 22px;
    margin: 0 50px 15px 0;
    padding-right: 15px;
    width: 90px;
}

#subscribe > a {
    color: #333333;
    float: left;
    font-family: "Lato Light";
    font-size: 14px;
    line-height: 20px;
    margin-right: 50px;
    width: 100px;
}

/* Sidebar - Social */

#social {
    float: left;
    margin-bottom: 20px;
    width: 230px;
}

#social > ul {
    float: left;
    list-style: none;
}

#social > ul > li {
    float: left;
    margin-left: 12px;
}

#social > ul > li:first-child {
    margin-left: 0;
}

#social > ul > li > a, #social > ul > li > a > img {
    float: left;
}

/* Sidebar - Twitter Feed */

#twitterFeed {
    float: left;
    height: 370px;
    margin-top: 20px;
}

#twitterFeed > h3 {
    background: #b8b8b8 url('../img/tiwtterFeed.png') no-repeat 10px 50%;
    color: #fff;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 40px;
    margin-bottom: 5px;
    line-height: 40px;
    padding-left: 40px;
    width: 190px;
}

#twitterFeed > .singleFeed {
    float: left;
    margin-top: 15px;
    width: 230px;
}

#twitterFeed > .singleFeed > .number {
    background: url('../img/twitterFeedBackground.jpg') no-repeat 0 0;
    color: #999999;
    float: left;
    font-family: "Lato Regular";
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 23px;
}

#twitterFeed > .singleFeed > span {
    color: #999;
    float: right;
    font-family: "Lato Regular";
    font-size: 11px;
    width: 195px;
}

#twitterFeed > .singleFeed > p {
    color: #333333;
    float: right;
    font-family: "Lato Regular";
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
    width: 195px;
}

#twitterFeed > .singleFeed > a {
    color: #e1000d;
    float: right;
    font-family: "Lato Regular";
    font-size: 11px;
    width: 195px;
}

/* Sidebar - Latest Comments */

#latestComments {
    float: left;
    margin-top: 20px;
    width: 230px;
}

#latestComments > h3 {
    background: #b8b8b8 url('../img/latestComments.png') no-repeat 10px 50%;
    color: #fff;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 40px;
    margin-bottom: 5px;
    line-height: 40px;
    padding-left: 40px;
    width: 190px;
}

#latestComments > ul {
    float: left;
    list-style: none;
}

#latestComments > ul > li {
    float: left;
    margin-top: 20px;
}

#latestComments > ul > li > span {
    color: #999;
    float: left;
    font-family: "Lato Regular";
    font-size: 11px;
    width: 230px;
}

#latestComments > ul > li > a {
    color: #090909;
    float: left;
    font-family: "Lato Regular";
    font-size: 16px;
    line-height: 20px;
    width: 230px;
}

#latestComments > ul > li > a:hover {
    color: #e1000d;
}

/* Sidebar - Newsletter */

#newsletter {
    background: url('../img/newsletterBackground.jpg') no-repeat 0 0;
    float: left;
    height: 100px;
    margin-top: 20px;
    width: 230px;
}

#newsletter > a {
    color: #fff;
    float: left;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 70px;
    padding: 15px;
    width: 200px;
}

/* Sidebar - App */

#app {
    background: url('../img/appBackground.jpg') no-repeat 0 0;
    float: left;
    height: 100px;
    margin-top: 20px;
    width: 230px;
}

#app > a {
    color: #fff;
    float: right;
    font-family: "Lato Bold";
    font-size: 16px;
    height: 70px;
    line-height: 20px;
    padding: 15px 7px 15px 135px;
    width: 88px;
}

/* Footer */

footer {
    border-top: 1px solid #d9d9d9;
    color: #999999;
    float: left;
    font-family: "Lato Regular";
    font-size: 11px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    width: 980px;
}

footer > #copyright {
    float: left;
}

footer > #edition {
    float: right;
}

/* Slider */

.slide-desc-bg {
    background: url('../img/slider_desc_bg.jpg') repeat-y 0 0;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.slide-desc-text {
    height: 80px;
    padding: 10px 50px 10px 10px;
}

#navigation89 {
    position: relative;
    top: 340px;
    margin: 0;
    text-align: center !important;
}

#prev89 {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 690px;
    top: 50px;
}

.slide-title {
    color: #e00008;
    font-family: "Lato Light";
    font-size: 26px;
}

.slide-text {
    color: #999999;
    font-family: "Lato Regular";
    font-size: 11px;
}

/* Text */

article {
    background: #fff;
    float: left;
    padding: 20px;
    width: 690px;
}

article .img-intro-left {
    display: none;
}

article .item-page .css_buttons0 {
	margin: -20px 0 20px -10px;
}

article .item-page h2,
article .blog h2 {
    color: #333;
    font-family: "Lato Light";
    font-size: 26px;
    margin-bottom: 20px;
}

article .item-page h3,
article .blog h3 {
    font-family: "Lato Light";
    font-size: 20px;
    margin-bottom: 20px;
}

article .item-page h3 strong,
article .blog h3 strong {
    font-family: "Lato Bold";
}

article .item-page a,
article .blog a,
article .search a {
    color: #333;
}

article .item-page .article-info,
article .blog .article-info {
    padding-bottom: 20px;
}

article .item-page .published,
article .blog .published {
    color: #707070;
    font-family: "Lato Regular";
    font-size: 11px;
    padding-top: 10px;line-height: 11px;
}

article .item-page .category-name,
article .blog .category-name {
    color: #707070;
    font-family: "Lato Regular";
    font-size: 11px;
    padding-top: 5px;
    line-height: 11px;
}

article .item-page .category-name a,
article .blog .category-name a {
    color: #e1000d;
    line-height: 11px;
}

article .item-page .createdby,
article .blog .createdby {
    color: #707070;
    font-family: "Lato Regular";
    font-size: 11px;
    padding-top: 5px;
    line-height: 11px;
}

article .item-page .createdby a,
article .blog .createdby a {
	color: #e1000d;
}

article .item-page p,
article .item-page div,
article .blog p {
    color: #333;
    font-family: Georgia, Arial;
    font-size: 16px;
    line-height: 20px;
}

article .item-page p strong,
article .blog p strong {
    font-family: Georgia, Arial;
	font-weight: 700;
}

article .item-page p em,
article .blog p em {
    font-family: Georgia, Arial;
}

article .item-page p cite,
article .blog p cite {
    color: #777;
    float: left;
    font-family: Georgia, Arial;
    margin-left: 30px;
}

article .item-page p a,
article .blog p a {
    color: #e1000d;
}

article .item-page .content-285,
article .blog .content-285 {
    float: left;
    width: 285px;
}

article .item-page .content-400,
article .blog .content-400 {
    float: left;
    width: 400px;
}

article .item-page .cover,
article .blog .cover {
    margin: 0 15px 15px 0;
}

article .item-page .subscribe_button img,
article .item-page .subscribe_button,
article .blog .subscribe_button,
article .blog .subscribe_button img {
    float: left;
    height: 40px;
    margin: 0 10px 0 0;
    width: 130px;
}

article .item-page .partners-networkship,
article .blog .partners-networkship {
    float: left;
    margin: 0 10px 0 0;
}

article table {
    width: 100% !important;
}

article table th {
    background: #848484;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    font-family: "Lato Bold";
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

article table td {
    border: 1px solid #fff;
    color: #333;
    font-family: "Lato Bold";
    font-size: 14px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

article table td p {
    color: #333;
    font-family: "Lato Bold" !important;
    font-size: 14px !important;
}

article table .odd {
    background: #f3f3f3;
}

article table .even {
    background: #fafafa;
}

article .pagination {
  float: left;
  margin-top: 50px;
  width: 690px;
}

article .pagination ul {
    list-style: none;
    text-align: center;
}
article .pagination ul li {
    color: #333;
    display: inline;
    font-family: "Lato Light";
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px;
}

article .pagination ul li a {
    color: #e1000d;
}

article .blog .body {
    height: 100px;
    overflow: hidden;
}

article .blog .field_image_slideshow {
    color: #333;
    font-family: "Lato Light";
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 50px 0;
}

article .blog .items-row {
  margin-top: 50px;
  float: left;
}

article .blog .row-0 {
  margin: 0;
}

article .blog .cat-children {
  float: left;
  margin-top: 50px;
  width: 690px;
}

article .blog .cat-children ul {
  float: left;
  padding-left: 20px;
  width: 670px;
}

article .blog .cat-children ul li {
  float: left;
  margin-bottom: 15px;
  width: 670px;
}

article .blog .cat-children .item-title a {
  color: #e1000d !important;
  font-family: "Lato Light";
  font-size: 16px;
  line-height: 20px;
}

article .blog .cat-children dl dt,
article .blog .cat-children dl dd {
  display: inline-block;
}

article .blog .item {
    float: left;
}

article .field_image img {
    float: left;
    width: 200px;
}

article img {
    margin: 0 10px 10px 0;
}

article .field_image_slideshow {
    display: none;
}

article #jwDisqusFormFooter,
article .jwDisqusArticleCounter {
    display: none;
}

.readmore {
	display: none;
}

/* Search Results */

#searchForm {
    color: #333;
    font-family: "Lato Light";
    font-size: 16px;
    border-bottom: 1px solid #848484;
    line-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#searchForm .word label {
    margin-right: 20px;
}

#searchForm .phrases {
    margin: 20px 0;
}

#searchForm .phrases label,
#searchForm .only label {
    margin-right: 20px;
}

#searchForm .phrases .phrases-box {
    padding: 5px 0;
}

#searchForm .phrases .phrases-box input,
#searchForm .only input {
    vertical-align: baseline;
}

#searchForm .only legend {
    padding-bottom: 5px;
}

#searchForm .form-limit {
    padding-top: 5px;
}

.search-results .result-title {
    color: #333;
    font-family: "Lato Light";
    font-size: 26px;
    margin-top: 15px;
}

.search-results .result-category,
.search-results .result-created {
    color: #999;
    font-family: "Lato Regular";
    font-size: 11px;
    margin: 7px 0;
}

.search-results .result-text {
    color: #333;
    font-family: "Lato Light";
    font-size: 16px;
    line-height: 20px;
}

/* Past Issue */

.pastissue-item {
    background: #f6f6f6;
    float: left;
    height: 340px;
    margin: 3px;
    width: 224px;
    overflow: hidden;
}

.pastissue-item h3 {
    border-bottom: 1px solid #dadada;
    font-size: 16px !important;
    text-align: center;
    width: 208px;
    padding: 10px 0;
    margin: 0 10px 10px 10px !important;
}

.pastissue-item p {
    text-align: center;
}

.pastissue-item p img {
    height: 248px;
    width: 164px;
}

/* Zdjęcia autorów */

.field_portrait img {
    float: left;
    width: 150px;
    margin: 0 10px 10px 0;
}

/* Articles by author */

.articles-by-author {
    float: left;
    padding: 20px;
    width: 700px;
}

.articles-by-author h3 {
    color: #333;
    font-family: "Lato Light";
    margin-bottom: 20px;
    font-size: 26px;
}

.articles-by-author table a {
    font-family: "Lato Light";
    font-size: 16px;
    line-height: 20px;
}
#dsq-combo-tabs{
    display: none !important
}
#dsq-combo-recent h3{
    display: none !important
}
#dsq-combo-logo{
    display: none !important
}
.dsq-combo-avatar{
    display: none !important
}
.dsq-widget-user{
    display: none !important
}
.dsq-widget-meta a:first-child{
    display: none !important
}
.dsq-widget-meta a:nth-child(2){

    color: #999 !important;
    font-family: "Lato Regular" !important;
    font-size: 11px !important;
    width: 230px !important;
}
.dsq-widget-comment p{
    color: #090909 !important;
    float: left !important;
    font-family: "Lato Regular" !important;
    font-size: 16px !important;
    line-height: 20px !important;
    width: 230px !important;}
#dsq-combo-recent{
    padding:0px !important;
    background: none !important;
}
#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box li{
    border-bottom:none !important;
}

/* Login */

#action-panel {
	float: right;
	margin-top: 18px;
	width: 292px;
}

#action-panel #login {
	float: right;
	width: 292px;
}

#action-panel #login ul {
	list-style: none;
	float: right;
}

#action-panel #login ul li {
	background: url('../img/actionSeperator.jpg') no-repeat 0 50%;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
}

#action-panel #login ul li:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

#action-panel #login ul li a {
	color: #999999;
	float: left;
	font-family: "Open Sans Regular";
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}

#action-panel #search {
	float: right;
}

.login {
	margin: 50px auto 0 auto;
	width: 350px;
}

.login label {
	width: 120px;
	display: inline-block;
	font-family: "Open Sans Regular";
	font-size: 14px;
}

.login .login-fields {
	margin-bottom: 5px;
}

.login input {
	border: 1px solid #ededed;
	color: #090909;
	font-family: "Open Sans Regular";
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	outline: none;
	padding-left: 10px;
	width: 180px;
}

.login input[type="checkbox"] {
	width: 14px;
}

.login button {
	margin-left: 126px;
	background: #ededed;
	border: none;
	height: 37px;
	line-height: 37px;
	width: 190px;
}

.login + div ul {
	list-style: none;
	margin: 30px 0 0 296px;
	font-family: "Open Sans Regular";
	font-size: 14px;
}

.login + div ul li {
	line-height: 18px;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-position: 15px 50%;
	border-color: #DE7A7B;
	padding-left: 30px;
	font-family: "Open Sans Regular";
	font-size: 14px;
}

.reset,
.remind {
    font-family: "Open Sans Regular";
    font-size: 14px;
}

.reset p,
.remind p {
    margin-bottom: 30px;
}

.reset fieldset,
.remind fieldset {
    margin: 50px auto 0 auto;
    width: 350px;
}

.reset dt,
.reset dd,
.remind dt,
.remind dd {
    display: inline-block;
}

.reset label,
.remind label {
    width: 120px;
    display: inline-block;
}

.reset input,
.remind input {
    border: 1px solid #ededed;
    color: #090909;
    height: 37px;
    line-height: 37px;
    outline: none;
    padding-left: 10px;
    width: 180px;
}

.reset button,
.remind button {
    margin: 20px 0 0 240px;
    background: #ededed;
    border: none;
    height: 37px;
    line-height: 37px;
    width: 190px;
}

#system-message > .notice > ul {
    background-position: 15px 50%;
    padding-left: 30px;
    font-family: "Open Sans Regular";
    font-size: 14px;
}

.logout {
    text-align: center;
}

.logout button {
    background: #ededed;
    border: none;
    height: 37px;
    line-height: 37px;
    width: 190px;
}

.profile {
    font-family: "Open Sans Regular";
    font-size: 14px;
}

.profile legend {
    color: #333;
    font-family: "Lato Light";
    font-size: 26px;
    margin-bottom: 20px;
}

.profile dt,
.profile dd {
    line-height: 18px;
}

.profile dd {
    margin-bottom: 10px;
}

.profile dt {
    font-weight: 700;
}

.profile dl {
    margin-bottom: 30px;
}

.profile-edit {
    font-family: "Open Sans Regular";
    font-size: 14px;
}

.profile-edit legend {
    color: #333;
    font-family: "Lato Light";
    font-size: 26px;
    margin-bottom: 20px;
}

.profile-edit dl {
    margin: 50px auto 0 auto;
    width: 390px;
}

.profile-edit dt,
.profile-edit dd {
    display: inline-block;
    margin-bottom: 5px;
}

.profile-edit label {
    width: 190px;
    display: inline-block;
}

.profile-edit input {
    border: 1px solid #ededed;
    color: #090909;
    height: 37px;
    line-height: 37px;
    outline: none;
    padding-left: 10px;
    width: 180px;
}

.profile-edit .optional {
    display: none;
}

.profile-edit div {
    margin: 30px 0 0 210px;
}

.profile-edit div button {
    background: #ededed;
    border: none;
    height: 37px;
    line-height: 37px;
    width: 190px;
}

.tip-wrap {
    background: #ededed;
    font-family: "Open Sans Regular";
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
}

.category th a {
    color: #fff;
}

#slider89 li img {
	width: auto !important;
}
