/* $Id$ */

/*
+----------------------------------------------------------------+
|   BigPicture for Dupal 6.x - Version 1.0                       |
|   Copyright (C) 2010 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: BigPicture                                       |
|   Description: BigPicture by Antsin                            |
|   Author: Antsin.com                                           |
|   Date: 11th January 2011                                      |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
|   This file may not be redistributed in whole or               |
|   significant part.                                            |
+----------------------------------------------------------------+
*/  

/*==============  RESET  ===================*/
html, body, div, blockquote, p, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td {
  margin: 0;
  padding: 0;
}

blockquote, ul, ol, dl {
  margin: 1em;
}

ol,ul,dl {
  padding-left: 2em;
}

th,td {
  padding: .5em;
}

p {
  margin: 1em 0;
}

/*==============  LAYOUT  ===================*/
/** body **/
#page, #header, #header-inner-wrapper, #main-top, #main, #main-bottom, #footer, #closure {
  width: 100%;
  clear: both;
}

#header-inner, #main-top-inner, #top-border, #main-inner, #bottom-border, #footer-inner, #closure-inner { 
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/** main top & bottom & footer **/
#main-top .main_top-1 div.column, #footer .footer-1 div.column {
  float: left;
  padding: 0 20px;
  width: 920px;
}

#main-top .main_top-2 div.column, #footer .footer-2 div.column {
  float: left;
  padding: 0 20px;
  width: 440px;
}

#main-top .main_top-3 div.column, #footer .footer-3 div.column {
  float: left;
  padding: 0 20px;
  width: 280px;
}

#main-top .main_top-4 div.column {
  float: left;
  padding: 0 20px;
  width: 200px;
}

#footer .footer-4 div.column {
  float: left;
  padding: 0 10px;
  width: 220px;
}

#footer .footer-5 div.column {
  float: left;
  padding: 0 10px;
  width: 172px;
}

#footer .footer-6 div.column {
  float: left;
  padding: 0 10px;
  width: 140px;
}

#main-bottom .main_bottom-1 div.column {
  float: left;
  padding: 0 20px;
  width: 920px;
}

#main-bottom .main_bottom-2 div.column {
  float: left;
  padding: 0 20px;
  width: 439px;
}

#main-bottom .main_bottom-3 div.column {
  float: left;
  padding: 0 20px;
  width: 279px;
}

#main-bottom .main_bottom-4 div.column {
  float: left;
  padding: 0 20px;
  width: 199px;
}

#main-bottom .main_bottom-2 #main-bottom-two.column,
#main-bottom .main_bottom-3 #main-bottom-three.column,
#main-bottom .main_bottom-4 #main-bottom-four.column {
  padding-right: 0;
}

/** content **/
#content, .no-sidebars #content {
  float: left;
  width: 920px;
  margin-left: 20px;
  margin-right: -920px; 
}

.sidebar-left #content {
  width: 630px;
  margin-left: 310px; 
  margin-right: -940px;
}

.sidebar-right #content {
  width: 630px;
  margin: 0 -650px 20px 20px;
}

.two-sidebars #content {
  width: 520px;
  margin-left: 220px; 
  margin-right: -740px;
}

/** sidebar left & right **/
.sidebar-left #sidebar-left {
  float: left;
  width: 290px;
  margin-left: 0;
  margin-right: -290px; 
}

.two-sidebars #sidebar-left {
  float: left;
  width: 200px;
  margin-left: 0;
  margin-right: -200px; 
}

.sidebar-right #sidebar-right {
  float: left;
  width: 290px;
  margin-left: 670px;
  margin-right: -960px;
}

.two-sidebars #sidebar-right {
  float: left;
  width: 200px;
  margin-left: 760px;
  margin-right: -960px; 
}

/*==============  STYLE  ====================*/
/** body **/
body {
  color: #505050;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  background-color: #f4f4f4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

h1 a, h2 a, h3 a {
  color: #2E2F2D;
}

h1 { font-size: 200%;}
h2 { font-size: 180%;}
h3 { font-size: 160%;}
h4 { font-size: 140%;}
h5 { font-size: 120%;}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: underline;
}

img.left {
  float: left;
  margin: 0 20px 10px 0;
}

img.right {
  float: right;
  margin: 0 0 20px 10px;
}

img.framed {
  padding: 5px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}

.block img.left {
  float: left;
  margin: 0 10px 5px 0;
}

.block img.right {
  float: right;
  margin: 0 0 5px 10px;
}

/** header **/
#header {
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}

#header-inner-wrapper {
  min-width: 960px;
  border-bottom: 1px solid #D9D9D9;
  background: #fff url("../images/bg_header.png") repeat-x left top;
}

#logo-title {
  float: left;
  width: 300px;
  height: 110px;
  display: inline;
}

.showcase #logo-title {
  height: 90px;
}

#site-logo {
  float: left;
  padding: 20px 0 0 20px;
}

#site-title {
  float: left;
  padding: 35px 20px 0 20px;
}

#site-notitle {
  float: left;
  padding: 40px 20px 0 20px;
}

/** showcase **/
#showcase {
  clear: both;
}

#showcase h1, #showcase h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

#sliderwrapper {
  width: 960px;
}

#slider {
  position: relative;
  width: 960px;
}

#slider .scroll {
  width: 960px;
  height: 300px;
}

.scroll div.panel {
  width: 940px;
  height: 280px;
  padding: 10px;
}

#slider .item-list{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 960px;
}

ul.slidenav {
  position: relative;
  bottom: -2px;
  width: 960px;
  height: 32px;
  text-align: center;
  background: url("../images/bg_pager.png") no-repeat center top;
}

ul.slidenav li {
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  background-image: none !important;
}

ul.slidenav li a {
  display: inline-block;
  margin-top: 10px;
  padding: 0 15px;
  width: 16px;
  height: 16px;
  text-decoration: none;
  cursor: pointer;
  background: url("../images/bg_pager_dot.png") no-repeat center top;
}

#showcase .four ul.slidenav li a {
  padding: 0 10px;
}

#showcase .five ul.slidenav li a {
  padding: 0 5px;
}

.scrollButtons.left, .scrollButtons.right {
  display: none;
}

/** main, main top & bottom **/
#main-inner {
  padding-top: 20px;
  background: url("../images/bg_main.png") repeat-y center top;
}

.two-sidebars #main-inner {
  background: url("../images/bg_main_l_r.png") repeat-y center top;
}

.one-sidebar.sidebar-left #main-inner {
  background: url("../images/bg_main_l.png") repeat-y center top;
}

#top-border {
  height: 5px;
  background: url("../images/bg_border.png") no-repeat center -10px;
}

.two-sidebars #top-border {
  background: url("../images/bg_border.png") no-repeat center top;
}

.one-sidebar.sidebar-left #top-border {
  background: url("../images/bg_border.png") no-repeat center -5px;
}

#bottom-border {
  height: 7px;
  background: url("../images/bg_border.png") no-repeat center -15px;
}

.two-sidebars #bottom-border {
  background: url("../images/bg_border.png") no-repeat center -29px;
}

.one-sidebar.sidebar-left #bottom-border {
  background: url("../images/bg_border.png") no-repeat center bottom;
}

.mainbottom #bottom-border {
  height: 7px;
  background: url("../images/bg_border.png") no-repeat center -22px !important;
}

#main-top {
  color: #666;
  margin-bottom: 20px;
}

#main-top h2 {
  font-size: 15px;
}

#main-top li a {
  color: #666;
}

#main-top .main_top-2 {
  background: url("../images/bg_main_top_2.png") repeat-y center top;
}

#main-top .main_top-3 {
  background: url("../images/bg_main_top_3.png") repeat-y center top;
}

#main-top .main_top-4 {
  background: url("../images/bg_main_top_4.png") repeat-y center top;
}

#main-bottom-inner {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  background-color: #fafafa;
}

/** nodes **/
.node-teaser {
  padding-top: 15px;
}

/** sidebar **/
#sidebar-left .block, #sidebar-right .block, #footer .block {
  margin-bottom: 20px;
}

#sidebar-left h2 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 0 9px 40px;
}

#sidebar-right h2 {
  margin-right: 1px;
  padding: 9px 0 9px 20px;
  background: url("../images/bg_sidebar_title.png") no-repeat left top;  
}

#sidebar-left .content, #sidebar-right .content {
  padding: 0 20px;
}

/** breadcrumb **/
#breadcrumb {
  font-size: 11px;
  margin: 0 0 20px -19px;
  padding: 6px 0 6px 20px;
  background: url("../images/bg_sidebar_title.png") no-repeat right top;  
}


.breadcrumb a {
  padding: 0 8px;
}

.breadcrumb {
  display: inline;
}

/** footer **/
#footer, #footer h2.title, #footer li a {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#footer-inner {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}

/** closure **/
#closure-inner {
  color: #666; 
  height: 30px;
  font-size: 10px;
  padding-top: 10px;
}

#closure a {
  color: #666; 
}

#closure p {
  padding: 0;
  margin: 0;
}

#designed-by {
  float: right;
  text-transform: uppercase;
  display: none
}

/** blog **/
.node-type-blog h1.title {
  font-size: 180%;
}

.node-type-blog .submitted {
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  height: 50px;
  width: 120px;
  padding-top: 5px;
}

.node-type-blog span.day {
  float: left;
  font-size: 280%;
  font-weight: bold;
  width: 50px;
  border-right: 3px solid #A5A8AA;
}

.node-type-blog span.month {
  color: #A5A8AA;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
}

.node-type-blog span.year {
  color: #A5A8AA;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 10px;
}

ul.links li.blog_usernames_blog { 
  display: none; 
}

/** comments **/
#comments h2, .box h2 {
  color: #A5A8AA;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0 10px 5px;
}

.comment {
  padding: 0 10px 10px 10px;
}

.comment h3.title {
  font-size: 100%;
}

.comment p {
  margin: 0.5em 0;
}

.comment .links {
  float: right;
  width: 300px;
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
}

.comment .comment-meta {
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.comment .date {
  color: #A5A8AA;
  font-size: 10px;
  font-weight: normal;
}

.comment .picture {
  float: left;
  padding: 10px 20px 0 0;
}

.comment .picture img {
  width: 50px;	
  height: 50px;
  padding: 3px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}

.box {
  padding-top: 20px;
}

.box .content {
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
}

.box .form-text { 
  width: 100%;
  height: 20px;
  border: 1px solid #DDDDDD;
}

.box .resizable-textarea {
  width: 100%;
}

#comments .form-textarea {
  overflow: hidden;
  border: 1px solid #DDDDDD;
}

/** blocks **/
.block h2.title {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}

/** list **/
.block ul {
  margin: 0;
  padding: 0;
}

.block ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  overflow: auto;
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #ddd;
  background: transparent url("../images/list_dot.png") no-repeat left 13px;
}

.block ul ul li.last {
  padding-bottom: 0;
  border-bottom: none;
}

.block ul li a {
  color: #2E2F2D;
}

.square ul li {
  background: url("../images/list_dot.png") no-repeat left 13px;  
}

.arrow ul li {
  background: url("../images/list_arrow.png") no-repeat left 13px;  
}

.arrow-point ul li {
  background: url("../images/list_arrow_point.png") no-repeat left 13px;  
}

.no-border ul li {
  border-bottom: none !important;
}

.no-background ul li {
  padding-left: 0px;
  background-image: none !important;  
}

/** search **/
.block-search .form-text {
  width: 99%;
  border-width: 1px;
  border-style: solid;
  border-color: #969696 #DEDEDE #DEDEDE #969696;
  background-color: #F7F7F7;
}

/** login **/
#user-login-form {
  text-align: left;
  font-size: 95%;
}

#user-login-form .form-text {
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #969696 #DEDEDE #DEDEDE #969696;
  background-color: #F7F7F7;
}

#user-login-form label, #user-login-form label {
  text-align: left;
  font-weight: normal !important;
}

#user-login-form li { 
  font-style: italic; 
}

/** read more & button **/
.read-more a {
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #E0E0E0;
}

.read-more a:hover {
  color: #A5A8AA;
  border-bottom: 1px solid #D89308;
  text-decoration: none;
}

.read-more-default, .read-more-orange, .read-more-blue, .read-more-red, .read-more-black, .read-more-green {
  display: inline-block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 42px;
}

.read-more-default a, .read-more-orange a, .read-more-blue a, .read-more-red a, .read-more-black a, .read-more-green a {
  color: #fff;
  display: inline-block;
  height: 22px;
  margin-left: 5px;
  padding: 10px 70px 10px 25px;
}

.read-more-default a:hover, .read-more-orange a:hover, .read-more-blue a:hover, .read-more-red a:hover, .read-more-black a:hover, .read-more-green a:hover {
  color: #eee;
  text-decoration: none;
}

.read-more-orange {
  background: url("../images/button_left.png") no-repeat left top;
}

.read-more-orange a {
  background: url("../images/button_right.png") no-repeat right top;
}

.read-more-blue {
  background: url("../images/button_left.png") no-repeat left -42px;
}

.read-more-blue a {
  background: url("../images/button_right.png") no-repeat right -42px;
}

.read-more-red {
  background: url("../images/button_left.png") no-repeat left -84px;
}

.read-more-red a {
  background: url("../images/button_right.png") no-repeat right -84px;
}

.read-more-black {
  background: url("../images/button_left.png") no-repeat left -126px;
}

.read-more-black a {
  background: url("../images/button_right.png") no-repeat right -126px;
}

.read-more-green {
  background: url("../images/button_left.png") no-repeat left bottom;
}

.read-more-green a {
  background: url("../images/button_right.png") no-repeat right bottom;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: url("../images/bg_menu_left.png") no-repeat left top;
}

.button input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  cursor:pointer;
  height: 30px;
  margin: 0 0 0 15px !important;
  padding: 0px 20px 0px 5px;
  border: none;
  background: url("../images/bg_menu_right.png") no-repeat right top;
}

.button input:hover {
  color: #fff;
}

/** pager **/
ul.pager {
  float: right;
  display: inline-block;
  color: #A5A8AA;
  font-size: 10px;
  text-transform: uppercase;
}

ul.pager li {
  padding: 2px 6px !important;
  margin: 0 !important;
  border: 1px solid #E0E0E0;
}

ul.pager a {
  text-decoration: none;
}

/** miscellaneous **/
.meta a, .terms {
  color: #A5A8AA;
}

.meta {
  color: #A5A8AA;
  padding: 2px 0;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.divider {
  padding: 0 10px;
}

.messages {
  padding: 10px !important;
  border: 1px solid #95C7FC;
  background-color: #DFF0FF;
}

.messages.status {
  border: 1px solid #FCD250;
  background-color: #FFF7D3;
}

.messages.warning {
  border: 1px solid #E1B42F;
  background-color: #FFFCF0; 
}

.messages.error {
  border: 1px solid #ECB8B0;
  background-color: #FDF1EE;
}

/** universal clearfix **/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*==============  MENU  =====================*/
/** secondary **/
#secondary {
  float: right;
  width: 660px;
  height: 30px;
  font-size: 80%;
  text-align: right;
  text-transform: uppercase;
}

#secondary a {
  color: #999;
}

#secondary ul {
  padding: 8px;
  padding-right: 0;
}

#secondary ul li {
  border-right: 1px solid #ccc;
  padding: 0 11px 0 10px;
}

#secondary ul li.last {
  border-right: none;
}

#primary {
  float: right;
  height: 50px;
  font-size: 10.8px;
  font-weight: bold;
  line-height: 1.5;
}

#primary a {
  float: left;
  cursor: pointer;
  text-decoration: none;
  padding: 0 0 0 15px;
  background: url("../images/bg_menu_left.png") no-repeat left top;
}

#primary a span {
  float: left;
  display: block;
  padding: 7px 20px 7px 5px;
  background: url("../images/bg_menu_right.png") no-repeat right top;
}

#primary a:hover, #primary li.active-trail a {
  color: #fff;
}

#primary ul, #primary ul li, #primary ul ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

#primary ul {
  position: relative;
  float: left;
  width: 100%;
  z-index: 597;
}

#primary ul li {
  float: left;
  padding-top: 10px;
  margin-right: 10px;
  background-color: transparent;
}

#primary ul li:hover {
  position: relative;
  cursor: default;
  z-index: 599;
}

#primary ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 232px;
  font-size: 11px;
  font-weight: normal;
  z-index: 598;
}

#primary ul li:hover > ul {
  visibility: visible;
  z-index: 599;
}

#primary ul li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}

#primary ul ul li {
  float: none;
  margin-right: 0;
  padding: 0 15px;
  background: transparent url("../images/bg_menu_sub.png") repeat-y left top;
}

#primary ul ul li.first {
  height: 50px;
  background: transparent url("../images/bg_menu_sub_first_last.png") no-repeat left top;
}

#primary ul ul li.last {
  height: 40px;
  background: transparent url("../images/bg_menu_sub_first_last.png") no-repeat left bottom;
}

#primary ul ul li.first.last {
  height: 50px;
  background: transparent url("../images/bg_menu_sub_one.png") no-repeat left top;
}

#primary ul ul a {
  float: none;
  padding: 0;
  background-image: none;
}

#primary ul ul span {
  float: none;
  padding: 10px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #DCDCDC;
  background-image: none !important;
}

#primary ul ul a, #primary ul ul span {
  background-image: none !important;
}

#primary ul ul a:hover, #primary ul ul a.active, #primary li.active-trail ul a:hover {
  color: #666 !important;
}

#primary ul ul li.first span {
  padding-top: 22px;
  border-top: none !important;
}

#primary ul ul li.last span {
  border-bottom: none !important;
}

#primary ul ul ul {
 display: none !important;
}

.form-text {
border-width:1px;
border-style:solid;
border-color:#cccccc;
}

.form-textarea {
border-width:1px;
border-style:solid;
border-color:#cccccc;
}
