.container {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

#header {
  background: #c5c9cb url("/images/header_background.png") center repeat-y;
  border-bottom: 1px solid #c6cacb;
  padding: 0 0 60px 0;
}

#header.frontpage {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eef0f0;
}

#header #logo {
  width: 300px;
  height: 33px;
  float: left;
  margin: 36px 0 20px 40px;
}

.header_search {
  float: right;
  padding: 0 20px 0 0;
}

.header_search .login {
  font-size: 12px;
  padding: 5px 5px 10px 5px;
  text-align: right;
}

.header_search .login span {
  color: #959595;
  text-shadow: 1px 1px 0 #efefef;
  margin: 0 6px;
}

.header_search .search {
  border: 1px solid #d3d6d6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header_search .search .search_inner {
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  background: #f1f2f2;
}

.header_search .search input.search_field {
  float: left;
  border: 1px solid #c7c7c7;
  height: 20px;
  line-height: 20px;
  padding: 3px;
  width: 283px;
  border-radius-topleft: 3px;
  border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-right: none;
  background: #e0e0e0;
  box-shadow: inset 1px 1px 3px #d7d7d7;
  -moz-box-shadow: inset 1px 1px 3px #d7d7d7;
  -webkit-box-shadow: inset 1px 1px 3px #d7d7d7;
}

.header_search .search a.search_button {
  float: left;
  line-height: 28px;
  border-radius-topright: 3px;
  border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  background: #42b8f9;
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
}

#header .promo_outside {
  border: 1px solid #c8c8c8;
  margin: 0 auto;
  width: 958px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 25px #e0e2e3;
  -moz-box-shadow: 0 0 25px #e0e2e3;
  -webkit-box-shadow: 0 0 25px #e0e2e3;
}

#header .promo .promo_inside {
  border: 1px solid #ffffff;
  background: #f6f6f6;
  padding: 30px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#header .promo .promo_copy {
  float: left;
  width: 450px;
}

#header .promo .promo_copy p {
  font-size: 12px;
}

#header .promo .promo_copy h1 {
  padding: 0 0 5px 0;
  line-height: 28px;
  text-shadow: 1px 1px 0 #ffffff;
}

#header .promo .promo_copy h1 span {
  font-size: 15px;
  line-height: 15px;
}

#header .promo .promo_copy h2 {
  padding: 0 0 15px 0;
  line-height: 22px;
}

#header .promo .promo_copy .tab_library h2 {
  padding: 0 0 37px 0;
}

#header .promo .promo_copy p.newsletter_copy {
  font-size: 12px;
  padding: 0;
  overflow: hidden;
  width: 410px;
  height: 20px;
}

#header .promo .promo_copy ul {
  font-size: 14px;
  line-height: 20px;
  text-shadow: 1px 1px 0 #ffffff;
  font-weight: bold;
  padding: 0 0 16px 20px;
}

#header .promo .promo_copy ul li {
  background: url("/images/promo_bullet.png") left center no-repeat;
  padding: 3px 0 3px 24px;
}


#header .promo .illustration {
  float: right;
  width: 445px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

#header .promo .illustration img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

#header .promo .tabs {
  padding: 0 30px;
  float: right;
  margin: -2px 0 0 0;
}

#header .promo .tabs li {
  display: block;
  float: left;
}

* #header .promo .tabs li {
  width: 150px;
}

#header .promo .tabs li a {
  display: block;
  background: url("/images/tabs.png") left -100px no-repeat;
  padding: 0 0 0 16px;
  text-decoration: none;
  font-size: 16px;
  color: #2c2c2c;
  text-shadow: 1px 1px 0 #ffffff;
}

#header .promo .tabs li a strong {
  display: block;
  height: 34px;
  line-height: 34px;
  background: url("/images/tabs.png") right -100px no-repeat;
  padding: 0 16px 0 0;
}

#header .promo .tabs li.selected a {
  background: url("/images/tabs.png") left 0 no-repeat;
}

#header .promo .tabs li.selected a strong {
  background: url("/images/tabs.png") right 0 no-repeat;
}

.newsletter {
padding: 5px 0 0 0;
text-align: center;
}

.newsletter .field {
  float: left;
}

.newsletter .field input {
  width: 240px;
  margin: 0 10px 0 0;
}

.newsletter .success {
  height: 49px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #199a26;
  text-align: center;
}

#library {
  background: #6e6e6e;
  padding: 30px 0;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
}

#library .jcarousel-container {
  position: relative;
}

#library .jcarousel-clip {
  width: 820px;
  left: 75px;
}

#library ul#carousel {
  margin: 0 20px;
  float: left;
  overflow: hidden;
  width: 840px;
  height: 134px;
}

#library ul#carousel li {
  display: block;
  float: left;
  border: 1px solid #545454;
  margin: 0 4px 40px 3px;
  width: 128px;
}

#library ul#carousel li span,
#library ul#carousel li a {
  display: block;
  border: 1px solid #ffffff;
  background: #5bc2fe;
}

#library ul#carousel li strong {
  background: #464646;
  display: block;
  min-height: 20px;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  padding: 2px 5px;
  text-shadow: 1px 1px 0 #000000;
}

#library ul#carousel li span img {
  display: block;
}

#library ul#carousel li.hidden {
  display: none;
}

#library a.jcarousel-next,
#library a.jcarousel-prev  {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 45px;
}

#library a.jcarousel-next {
  background: url("../images/library_arrows.png") right top no-repeat;
  right: 0;
}

#library a.jcarousel-prev  {
  background: url("../images/library_arrows.png") left top no-repeat;
  left: 0;
}


#body {
  background: #ffffff url("/images/body_background.png") center top repeat-x;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e8e8e8;
}

#body_inside {
  padding: 60px 0 20px 0;
  background: url("/images/body_shadow.png") center bottom repeat-x;
}

#social.frontpage {
  background: #ffffff url("/images/body_background.png") center top repeat-x;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e8e8e8;
}

#social_inside.frontpage {
  padding: 60px 0 20px 0;
  background: url("/images/body_shadow.png") center bottom repeat-x;
}

.content_split .column.three {
  width: 260px;
  min-height: 200px;
  display: block;
  margin: 0 23px;
  float: left;
}

.content_split.two .column_left,
.content_split.two .column_right {
  width: 45%;
}

.content_split.two .column_left {
  float: left;
}

.content_split.two .column_right {
  float: right;
}

#body #body_inside {
  padding: 60px 0;
}

#body .container {
  background: url("/images/content_wrapper.png") center top no-repeat;
  margin: -120px auto 0 auto;
  min-height: 300px;
}

#body #content {
  padding: 40px;
}


.content_split .column.three h2 {
  padding: 0 0 20px 0;
}

.content_split .column.three h2 a {
  background: url("/images/footer_icons.png") 0 top no-repeat;
  height: 46px;
  line-height: 46px;
  padding: 0 0 0 51px;
  text-shadow: 1px 1px 0 #ffffff;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.content_split .column.three.blog h2 a {
  background-position: -300px top;
}

.content_split .column.three.twitter h2 a {
  background-position: -600px top;
}

.content_split .column.three.facebook h2 a {
  background-position: -900px top;
}

.content_split .column.three .facebook_wrapper {
  width: 250px;
  height: 320px;
}

.content_split .column.three ul {
  font-size: 12px;
  color: #393939;
}

.content_split .column.three ul li {
  padding: 0 0 10px 0;
}

.content_split .column.three ul li span {
  color: #6a6a6a;
  font-size: 11px;
}

#footer {
  min-height: 58px;
  border-top: 1px solid #ffffff;
  background: #ffffff url("/images/footer_background.png") center center repeat-x;
  padding: 30px 0;
}

#footer_navigation {
  float: left;
  height: 58px;
}

#footer_navigation li {
  display: block;
  line-height: 46px;
  margin: 0 20px;
  float: left;
}

#footer_navigation li a {
  color: #838383;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 0 #ffffff;
}

#footer_navigation li:hover a {
  color: #585858;
}

#footer_social {
  float: right;
  max-width: 300px;
}

#footer_social li {
  display: block;
  margin: 0 10px 0 0;
  float: right;
}

#footer_social li a {
  background-image: url("/images/footer_icons.png");
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  display: block;
}

#footer_social li.blog a {
  background-position: -300px center;
}

#footer_social li.twitter a {
  background-position: -600px center;
}

#footer_social li.facebook a {
  background-position: -900px center;
}


#perfectline {
  float: right;
  width: 83px;
  height: 58px;
}


.sidebar_navigation {
}

.sidebar_navigation ul.navigation {
  padding: 10px 0 0 0;
}

.sidebar_navigation ul.navigation li {
  height: 22px;
  padding: 0 0 4px 10px;
}

.sidebar_navigation ul.navigation li#new_file {
  height: 30px;
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.sidebar_navigation ul.navigation li a {
  text-decoration: none;
  font-size: 14px;
}

.sidebar_filter {
  padding: 5px 0 10px 0;
}

.sidebar_filter h4 {
  padding: 0 0 5px 5px;
}

.sidebar_filter h4 a {
  text-decoration: none;
}

.sidebar_filter ul.filter {
  margin: 0 auto 40px auto;
  padding: 5px;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-shadow: 1px 1px 0 #ffffff;
}

.sidebar_filter ul.filter li {
  height: 14px;
  padding: 0 0 4px 0;
  overflow: hidden;
}

.sidebar_filter ul.filter li a {
  text-decoration: none;
  font-size: 10px;
  color: #959595;
}

.sidebar_filter ul.filter li a.active {
  color: black;
}



/*====================*/
/*==   Pagination   ==*/
/*====================*/
.pagination {
  text-align: center;
  padding: 20px 0 0 0;
}

.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  min-width: 20px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  margin: 0 2px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  font-style: normal;
  background: #fafafa url("/images/pagination.png") center bottom repeat-x;
  text-shadow: #ffffff;
}

.pagination a:hover {
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 5px #e1e1e1;
  -moz-box-shadow: 0 0 5px #e1e1e1;
  -webkit-box-shadow: 0 0 5px #e1e1e1;
}

.pagination em {
  font-weight: bold;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  -webkit-box-shadow: 0 0 5px #cccccc;
}

.pagination .next_page,
.pagination .previous_page {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  padding: 0 2px;
}

.pagination .next_page:hover,
.pagination .previous_page:hover {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.pagination span.gap {
  border: none;
  padding: 0 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}


.notice {
  border: 1px solid #7be655;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  background: #f1ffec;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #195e00;
  line-height: 20px;
  height: 20px;
  text-align: center;
}


.flash_error {
  border: 1px solid #ff0000;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  background: #f8c7c7;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #c60000;
  line-height: 20px;
  height: 20px;
  text-align: center;
}

.sidebar.text {
  margin-bottom: 30px;
}

.sidebar.text h4 {
  margin-top: 5px;
}

.sidebar.text strong {
  font-size: 16px;
}

.sidebar.text p {
  text-align: left;
  margin-top: 10px;
}

.sidebar.text ul {
  margin-bottom: 20px;
}

.sidebar.text li {
  list-style: circle;
  margin-left: 16px;
}

.sidebar.text a.button.small {
  float: right;
}

.title_tabs {
  background: url("/images/bg-tabs.png") left top no-repeat;
  padding: 8px 55px 0 150px;
  text-align: right;
  position: absolute;
  right: -39px;
  top: -38px;
  float: right;
}

.title_tabs li {
  display: block;
  float: left;
  margin: 0 2px;
}

.title_tabs li a {
  display: block;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius-bottomleft: 6px;
  border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  text-decoration: none;
  color: #5d5d5d;
  text-shadow: 1px 1px 0 #ffffff;
  cursor: pointer;
}

.title_tabs li a strong {
  display: block;
  border: 1px solid #ffffff;
  height: 30px;
  line-height: 32px;
  padding: 0 15px;
  color: #5d5d5d;
  background: #fff url("/images/bg-tabs-items.png") center 0 repeat-x;
  border-radius-bottomleft: 5px;
  border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.title_tabs li:hover a strong {
  background: #fff url("/images/bg-tabs-items.png") center -100px repeat-x;
  color: #c1c0c0;
}

.title_tabs li.selected a strong {
  background: #fff url("/images/bg-tabs-items.png") center -100px repeat-x;
  color: #c1c0c0;
}

.title_tabs li.upload a strong {
  color: #0080c6;
}



.registration_confirmation {
  font-size: 11px;
  padding: 20px 0 0 0;
  text-align: center;
}

.sidebar_follow {
  margin: 30px auto 40px auto;
  padding: 8px 10px;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-shadow: 1px 1px 0 #ffffff;
}

.sidebar_follow a {
  display: block;
  text-decoration: none;
  color: #252525;
}

.sidebar_follow a strong,
.sidebar_follow a span {
  display: block;
  line-height: 12px;
}

.sidebar_follow a strong {
  font-size: 12px;
}

.sidebar_follow a span {
  font-size: 11px;
}

.sidebar_follow a:hover span {
  text-decoration: underline;
  color: #cc0606;
}

.sidebar_follow .following {
  float: left;
}

.sidebar_follow .followers {
  float: right;
}


#sidebar h4.tags {
  font-size: 14px;
  padding: 0 5px 5px 5px;
  margin: 30px 0 0 0;
}

#sidebar div.tags {
  margin: 0 0 80px 0;
  padding: 5px;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-shadow: 1px 1px 0 #ffffff;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
}

#sidebar div.tags a {
  color: #252525;
  text-decoration: none;
  padding: 2px 3px;
}

#sidebar div.tags a:hover {
  text-decoration: underline;
  color: #cc0606;
}

#sidebar div.tags a.tag-1 {
  font-size: 10px;
  color: #959595;
}

#sidebar div.tags a.tag-2 {
  font-size: 12px;
  color: #707070;
}

#sidebar div.tags a.tag-3 {
  font-size: 14px;
  color: #363636;
}

#sidebar div.tags a.tag-4 {
  font-size: 18px;
  color: #111111;
}
.css1 { font-size: 0.5em; }
.css2 { font-size: 0.9em; }
.css3 { font-size: 1.3em; }
.css4 { font-size: 1.8em; }


.head_news {
  font-size: 12px;
  color: #666666;
  margin: 20px 0 40px 0;
}

.head_news ul {
  border: 1px solid #efefef;
  padding: 10px 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 0 10px 0;
  line-height: 20px;
}

.head_news li {
  padding: 0 10px 5px 10px;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #efefef;
}

.head_news li:last-child {
  border: none;
  padding-bottom: 0;
  margin: 0;
}

.head_news li a {
  color: #333333;
}

ul.do_it {border: none; list-style-type: circle;}
ul.do_it li {border-bottom:none; margin-left: 15px;}
ul.do_it li:last-child {border-bottom:none; margin-left: 15px;}

.news_feed {
  margin: 20px 48px 40px 0;
  color: #666666;
  font-size: 12px;
}

.news_feed ul {
  border: 1px solid #efefef;
  padding: 5px 8px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 0 10px 0;
}

.news_feed ul li {
  clear: both;
  padding: 5px 10px 5px 10px;
  margin: 0 0 0 0;
  border-bottom: 1px dashed #efefef;
  display: block;
}

.news_feed.index ul li {
  
}

.news_feed ul li:last-child {
  border-bottom: none;
}

.news_feed ul li a {
  color: #333333;
}

.news_feed .switch {float: right; margin: 0 -10px 10px 0;}

.feed_avatar {
  display: block;
  float: left;
  margin:  0 5px 0 0;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.feed_avatar img {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
}

.feed_headline {
  float: left;
  vertical-align: top;
}

.feed_description {
  float: left;
  padding: 7px 0 0 0;
  width: 590px;
}

.feed_description span.feed_file {
  float: left;
  height: 100%;
}

.feed_description span.feed_file div.body {
  margin: 0 0 0 10px;
  width: 450px;
  line-height: 20px;
}

.feed_description blockquote {margin: 10px 10px 10px 10px; font-style: italic;}
.feed_description blockquote:before {content: "\201C";}
.feed_description blockquote:after {content: "\201D";}
 
.feed_description div.feed_time {
  float: left;
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 0 0 0;
}

.news_feed.index .feed_description {
  line-height: 20px;
}