/* $Id$ */

/*
+----------------------------------------------------------------+
|   iPlay for Dupal 7.x - Version 1.0                            |
|   Copyright (C) 2011 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: iPlay                                            |
|   Description: iPlay by Antsin                                 |
|   Author: Antsin.com                                           |
|   Date: 21st March 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 {
  margin-left: 2em;
}

th,td {
  padding: .5em;
}

p {
  margin: 1em 0;
}

/*==============  LAYOUT  ===================*/
/** body **/
#page, #secondary, #header, #footer, #closure {
  width: 100%;
  clear: both;
}

#header-inner, #main {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#header-border-bottom, #main-border-top, #main-border-bottom {
  width: 982px;
  margin-left: auto;
  margin-right: auto;
}

#secondary-inner, #footer-inner, #closure-inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/** main top & bottom & footer **/
.two-sidebars #main-top-upper .main_top_upper-1 div.column ,
.two-sidebars #main-top-middle .main_top_middle-1 div.column,
.sidebar-second #main-top-upper .main_top_upper-1 div.column ,
.sidebar-second #main-top-middle .main_top_middle-1 div.column {
  float: left;
  width: 660px;
}

.two-sidebars #main-top-upper .main_top_upper-2 div.column,
.two-sidebars #main-top-middle .main_top_middle-2 div.column,
.sidebar-second #main-top-upper .main_top_upper-2 div.column,
.sidebar-second #main-top-middle .main_top_middle-2 div.column {
  float: left;
  padding-right: 10px;
  width: 325px;
}

.two-sidebars #main-top-upper .main_top_upper-3 div.column,
.two-sidebars #main-top-middle .main_top_middle-3 div.column,
.sidebar-second #main-top-upper .main_top_upper-3 div.column,
.sidebar-second #main-top-middle .main_top_middle-3 div.column {
  float: left;
  padding-right: 10px;
  width: 213px;
}

#main-top-upper .main_top_upper-1 div.column ,
#main-top-middle .main_top_middle-1 div.column,
#main-bottom .main_bottom-1 div.column, 
#footer .footer-1 div.column {
  float: left;
  width: 960px;
}

#main-top-upper .main_top_upper-2 div.column,
#main-top-middle .main_top_middle-2 div.column,
#main-bottom .main_bottom-2 div.column, 
#footer .footer-2 div.column {
  float: left;
  padding-right: 10px;
  width: 475px;
}

#main-top-upper .main_top_upper-3 div.column,
#main-top-middle .main_top_middle-3 div.column,
#main-bottom .main_bottom-3 div.column, 
#footer .footer-3 div.column {
  float: left;
  padding-right: 10px;
  width: 313px;
}

#main-bottom .main_bottom-4 div.column, 
#footer .footer-4 div.column {
  float: left;
  padding-right: 10px;
  width: 232px;
}

#main-top-upper .main_top_upper-2 #main-top-two.column,
#main-top-upper .main_top_upper-3 #main-top-three.column,
#main-top-middle .main_top_middle-2 #main-top-five.column,
#main-top-middle .main_top_middle-3 #main-top-six.column,
#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,
#footer .footer-2 #footer-two.column,
#footer .footer-3 #footer-three.column,
#footer .footer-4 #footer-four.column {
  padding-right: 0;
}

/** content **/
#content, .no-sidebars #content, .sidebar-first #content {
  float: left;
  width: 960px;
  margin-left: 0px;
  margin-right: -960px; 
  padding: 0; 
}

.sidebar-first #content-main {
  float: left;
  width: 750px;
  margin-right: 10px;
}

.sidebar-second #content, .two-sidebars #content {
  width: 660px;
  margin-left: 0; 
  margin-right: -660px;
}

.two-sidebars #content-main {
  float: left;
  width: 450px;
  margin-right: 10px;
}

/** sidebar left & right **/
.sidebar-first #sidebar-left, .two-sidebars #sidebar-left {
  float: left;
  width: 200px;
}

.sidebar-second #sidebar-right, .two-sidebars #sidebar-right {
  float: left;
  width: 290px;
  margin-left: 670px;
  margin-right: 0; 
}

/*==============  STYLE  ====================*/
/** body **/
body {
  margin: 0;
  padding: 0;
  font-family: Tahoma,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

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

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

img.left, .default-image img {
  float: left;
  margin: 0 10px 5px 0;
}

.node-full .default-image img {
  margin: 10px 10px 5px 0;
}

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

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

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

/** header **/
#header-border-bottom {
  height: 7px;
}

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

#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;
}

#site-title h1 a, #site-notitle h1 a{
  color: #A4A4A4;
}

#header-blocks {
  float: left; 
  text-align:right;
  width: 320px;
  padding-top: 20px;
}

#header-blocks .block {
  margin-bottom: 5px;
}

#header-blocks .block-inner {
  padding: 0 20px;
  background-color: transparent;
}

/** showcase **/
#showcase .block-inner {
  padding: 30px 0;
}

#showcase h2.title {
  position: absolute;
  width: 662px;
  top: 0;
  left: -1px;
  z-index: 1;
}

#showcase .title-inner-wrapper {
  display: block;
  height: 25px;
  margin-left: 6px;
  padding: 12px 0 0 14px;
}

/** main, main top, main bottom **/
#main-border-top {
  margin-top: 15px;
  height: 5px;
}

#main-border-bottom {
  margin-bottom: 20px;
  height: 5px;
}

#main-top-upper .block-inner, #main-top-middle .block-inner {
  padding-top: 35px;
}

#main-top-upper h2.title, #main-top-middle h2.title {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1;
}

#main-top-upper .title-inner-wrapper, #main-top-middle .title-inner-wrapper {
  display: block;
  height: 25px;
  margin-left: 6px;
  padding: 12px 0 0 14px;
}

#main-bottom {
  clear: both;
}

#main-bottom .block {
  margin: 10px 0 0 0;
}

/** content **/
#content-main-inner {
  padding: 10px;
}

#content-bottom .block {
  margin: 10px 0 0 0;
}

/** sidebar **/
#sidebar-left h2.title, #content-top h2.title, #content-bottom h2.title {
  padding: 0 10px 10px 10px;
}

#sidebar-right .block-inner, #main-bottom .block-inner {
  padding-top: 50px;
}

#sidebar-right h2.title, #main-bottom h2.title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 50px;
}

#sidebar-right .title-inner-wrapper, #main-bottom .title-inner-wrapper {
  display: inline-block;
  margin-left: 5px;
  padding: 8px 25px 0 5px;
  height: 50px;
}

#sidebar-right .title-inner, #main-bottom .title-inner {
  display: inline-block;
  height: 42px;
}

#sidebar-right .first-word, #main-bottom .first-word {
  color: #fff;
}

/** footer **/
#footer {
  color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #1A1A1A;
  background-color: #2B2A2E;
}

#footer h2 {
  padding: 8px 0;
  border-bottom: 1px solid #404040;
}

#footer li a {
  color: #fff;
}

#footer .block {
  margin-bottom: 0;
}

#footer .block-inner {
  padding-top: 0;
  background-color: transparent;
}

/** closure **/
#closure {
  padding: 7px 0;
  height: 16px;
}

#closure, #closure a {
  color: #fff;
}

#closure .block {
  color: #fff;
  margin-bottom: 0;
}

#closure .block-inner {
  padding: 0;
  background-color: transparent;
}

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

#designed-by {
  position: relative;
  float: right;
  text-transform: uppercase;
  z-index: 1;
}

/** nodes **/
.node-teaser {
  padding: 10px 0;
  border-bottom: 1px dashed #A4A4A4;
}

.node-first.node-teaser {
  padding-top: 0;
}

/** blog **/
.blog-date, .blog-submitted, .blog-terms, .blog-comment {
  display: inline-block;
  padding: 5px 10px;
}

.blog-date {
  color: #fff;
}

.blog-submitted {
  color: #666;
  background-color: #C0C0C0;
}

.blog-terms {
  color: #666;
  background-color: #E0E0E0;
}

.blog-comment {
  color: #666;
  background-color: #F0F0F0;
}

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

/** comments **/
#comments h2, #comments .box h2, .section-comment .box h2 {
  font-size: 120%;
  padding: 10px 0;
}

#comments h3.title a {
  font-size: 11px;
  color: #A4A4A4;
}

#comments .comment {
  padding: 0 10px;
  margin-top: 10px;
}

.comment .links {
  float: right;
  width: 150px;
  text-align: right;
}

.comment div.links a {
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}

.comment .author {
  font-size: 120%;
  font-weight: bold;
}

.comment .date {
  font-family: Verdana,Arial,sans-serif;
  font-size: 80%;
  color: #A5A8AA;
}

.comment .user-picture  {
  float: left;
  padding: 10px 10px 5px 0;
}

.comment .user-picture img {
  width: 50px;	
  height: 50px;
  padding: 3px;
}

#comments #edit-comment-wrapper label {
  display: none;
}

.captcha {
  margin-bottom: 10px;
  padding: 10px;
}

/** form **/
#content-main .form-text, #content-main .form-textarea {
  color: #A4A4A4;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#content-main .form-text {
  width: 99.6%;
  height: 20px;
}

/** block **/
.block {
  position: relative;
  margin-bottom: 10px;
}

.block h2.title {
  font-size: 11px;
  text-transform: uppercase;
}

.block p {
  margin: 1em 0 0 0;
}

.block-inner {
  padding: 10px;
}

.block-border-top div div, #content-border-top div div {
  height: 5px;
  margin: 0 5px;
  background-image: none;
}

.block-border-bottom div div, #content-border-bottom div div {
  height: 7px;
  margin: 0 6px;
}

#block-node-recent table {
  width: 100%;
}

#block-node-recent tbody {
  border-top: none;
}

#block-node-recent tr.even, #block-node-recent tr.odd {
  background-color: transparent;
}

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

.block ul li, .block ol li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  overflow: auto;
  padding: 8px 0 8px 15px;
  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:hover {
  text-decoration: none;
}

.square ul li {
  background: url("../images/list_square.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;  
}

.shade ul li {
  padding: 5px 10px;
  background-image: none;
}

.shade ul li.even {
  background-color: #363539;  
}

ul.links {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

ul.links li.first {
  padding-left: 0 !important;
}

/** pager **/
ul.pager {
  font-size: 10px;
  font-weight: bold;
  padding-top: 10px;
}

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

/** breadcrumb **/
#breadcrumb {
  font-size: 90%;
  padding: 0 10px 10px 10px;
}

.breadcrumb {
  display: inline;
}

.breadcrumb a {
  padding: 0 5px;
}

/** quick tab **/
.block-quicktabs {
  position: relative;
}

.block-quicktabs .content .block-inner {
  padding: 0 !important;
  margin: 0 !important;
  border-width: 0 !important;
}

.block-quicktabs h2.title {
  padding-bottom: 30px !important;
}

.block-quicktabs .quicktabs_main {
  clear: both;
}

ul.quicktabs_tabs {
  position: absolute;
  top: 35px;
  left: 10px;
  font-size: 90%;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
}

ul.quicktabs_tabs li{
  float: left;
  padding: 0 11px 0 10px;
  border-right: 1px solid #39393B;
  border-bottom: none !important;
  background-image: none;
}

ul.quicktabs_tabs li a {
  color: #808080;
  display: block;
  margin: 0;
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
}

ul.quicktabs_tabs li:hover a,
ul.quicktabs_tabs li.active a,
ul.quicktabs_tabs li.active a:hover{
  color: #fff;
  text-decoration:none;
  border-width: 0;
}

.quicktabs_tabpage .block-border-top, .quicktabs_tabpage .block-border-top div, .quicktabs_tabpage .block-border-top div div,
.quicktabs_tabpage .block-border-bottom, .quicktabs_tabpage .block-border-bottom div, .quicktabs_tabpage .block-border-bottom div div {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}

#sidebar-right .block-quicktabs .block-inner, #main-bottom .block-quicktabs .block-inner {
  padding-top: 40px;
}

#sidebar-right .block-quicktabs h2.title, #main-bottom .block-quicktabs h2.title {
  display: none;
}

#sidebar-right ul.quicktabs_tabs, #main-bottom ul.quicktabs_tabs {
  top: 0;
  left: 0;
}

#sidebar-right .block-quicktabs .quicktabs_tabs li, #main-bottom .block-quicktabs .quicktabs_tabs li {
  display: inline-block;
  height: 50px;
  overflow: visible;
  border-right: none;
  padding: 0;
}

#sidebar-right .block-quicktabs .quicktabs_tabs a, #main-bottom .block-quicktabs .quicktabs_tabs a {
  display: inline-block;
  margin-left: 5px;
  padding: 8px 20px 0 5px;
  height: 50px;
}

#sidebar-right .block-quicktabs .quicktabs_tabs li.last a, #main-bottom .block-quicktabs .quicktabs_tabs li.last a {
  padding: 8px 25px 0 5px;
}

/** jcarousel **/
#block-views-slider_gallery-slider_gallery .block-inner {
  padding: 45px 30px 5px 30px !important;
}

.jcarousel-clip li{
  width: 190px !important;
  height: 100px;
  margin: 0 10px 0 0 !important;
  padding: 0px !important;
  border-bottom: none !important;
  background-image: none !important;
}

div.jcarousel-clip div.item-list {
  background-color: transparent;
  border: none;
}

div.jcarousel-clip div.item-list .views-field-title {
  font-weight: bold;
}

a.jcarousel-prev {
  position: absolute;
  top: 30px;
  left: -30px;
  width: 19px;
  height: 37px;
  outline: none;
  z-index: 98;
}

a.jcarousel-next {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 19px;
  height: 37px;
  outline: none;
  z-index: 98;
}

/** caption **/
.boxgrid { 
  width: 180px; 
  height: 80px; 
  float: left;
  overflow: hidden; 
  position: relative; 
}

.boxgrid h3 {
  font-size: 100%;
  line-height: 16px;
  padding: 5px 10px;
}

.boxgrid img { 
  position: absolute; 
  top: 0; 
  left: 0; 
  border: 0; 
}

.boxgrid p {
  margin: 0;
  padding: 0 10px; 
}

.boxcaption { 
  float: left; 
  position: absolute; 
  height: 100px; 
  width: 100%; 
  background: url("../images/transparent_black.png");
}

.caption .boxcaption {
  top: 55px;
  left: 0;
}

/** search **/
#search {
  float: left;
  width: 320px;
  background: url("../images/divider.png") no-repeat left 10px;
}

#search #search-block-form {
  position: relative;
  padding: 20px 20px 10px 20px;
  background: url("../images/divider.png") no-repeat right 10px;
}

#search .container-inline div {
  display: block;
}

#search .form-item {
  padding: 10px;
}

#search .form-text {
  width: 99%;
  padding: 5px 0;
}

#search .button {
  position: absolute;
  top: 45px;
  right: 35px;
  display: inline-block;
  height: 24px;
  padding: 0;
  background: transparent url("../images/icons/search.png") no-repeat right top;
}

#search .button input {
  background-image: none;
}

/** login **/
#user-login-form {
  text-align: left;
}

#user-login-form .form-text {
  width: 98%;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

/** button **/
.button {
  display: inline-block;
  font-size: 10px;
  height: 27px;
  line-height: 27px;
  padding: 0;
}

.button input {
  cursor:pointer;
  display: inline-block;
  font-family: Tahoma,sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  height: 27px;
  margin: 0 0 0 5px !important;
  padding: 0 15px 0 10px !important;
  border: none;
}

/** miscellaneous **/
.meta {
  font-size: 90%;
  color: #A5A8AA;
  padding-top: 5px;
}

.with-picture .submitted, .with-picture .terms {
  display: inline-block;
  padding: 5px 0;
}

.meta .user-picture {
  float: left;
  padding-right: 5px;
  line-height: 1;
}

.meta .user-picture img {
  width: 17px;
  height: 17px;
  padding: 2px;
}

.read-more {
  font-weight: bold;
}

.form-required {
  display: none;
}

.no-margin {
  margin: 0;
}

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

.messages.status {
  border: 1px solid #FCD250;
}

.messages.warning {
  border: 1px solid #E1B42F;
}

.messages.error {
  border: 1px solid #ECB8B0;
}

/** 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 {
  font-size: 10px;
  text-align:right;
  height: 32px;
}

#secondary a {
  color: #fff;
}

#secondary ul {
  padding: 7px 0;
}

#secondary ul li {
  padding: 0 15px;
}

#primary {
  clear: both;
  font-size: 10px;
}

/** dropdown menu **/
#primary ul.menu , #primary ul.menu li, #primary ul.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary ul.menu {
  position: relative;
  z-index: 97;
  float: left;
  width: 100%;
  font-weight: bold;
  text-transform : uppercase;
  margin-bottom: -5px;
}

#primary ul.menu li {
  float: left;
  vertical-align: middle;
  list-style-type: none !important;
  list-style-image: none !important;
}

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

#primary ul.menu li.first {
  border-left: none !important;
}

#primary ul.menu a {
  float: left;
  color: #fff;
  cursor: pointer;
  padding: 15px 20px;
  text-decoration: none;
}

#primary ul.menu ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  font-weight: normal;
  text-transform: none;
  background-color: #232225;
  z-index: 98;
}

#primary ul.menu li:hover > ul.menu {
  z-index: 99;
  visibility: visible;
}

#primary ul.menu ul li, #primary ul.menu ul li.active-trail {
  float: none;
  padding: 0 15px;
  border: none;
}

#primary ul.menu ul li.first {
  border-top: 1px solid #000;
}

#primary ul.menu ul li.last, #primary ul.menu ul li.last a {
  border-right: none;
}

#primary ul.menu ul a {
  float: none;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #2E2E2E;
}

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

/** mega menu **/
#primary ul.mega-menu, #primary ul.mega-menu li, #primary ul.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary ul.mega-menu {
  position: relative;
  z-index: 97;
  float: left;
  width: 100%;
  font-weight: bold;
  text-transform : uppercase;
  list-style: none;
  margin: 0 0 -5px 0;
}

#primary ul.mega-menu li.mega {
  position: relative;
  float: left;
  vertical-align: middle;
  list-style-type: none !important;
  list-style-image: none !important;
}

#primary ul.mega-menu h2.title a {
  display: block;
  font-size: 10px;
  padding: 17px 20px 16px 20px;
}

#primary ul.mega-menu h2.title a:hover,
#primary ul.mega-menu h2.title a:active,
#primary ul.mega-menu h2.title a:focus {
  text-decoration: none;
}

#primary ul.mega-menu li.views-row-first {
  border-left: none !important;
}

#primary ul.mega-menu div {
  display: none;
}

#primary ul.mega-menu li.hover div {
  display: block;
}

#primary ul.mega-menu div.single_column,
#primary ul.mega-menu div.two_columns,
#primary ul.mega-menu div.three_columns,
#primary ul.mega-menu div.four_columns {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 11px;
  font-weight: normal;
  text-transform : none;
  padding-right: 2px;
  z-index: 98;
}

#primary ul.mega-menu div.single_column.right,
#primary ul.mega-menu div.two_columns.right,
#primary ul.mega-menu div.three_columns.right,
#primary ul.mega-menu div.four_columns.right {
  left: auto;
  right: -2px;
}

#primary ul.mega-menu div.width-200px {
  width: 200px;
}

#primary ul.mega-menu div.width-400px {
  width: 400px;
}

#primary ul.mega-menu div.width-600px{
  width: 600px;
}

#primary ul.mega-menu div.width-800px {
  width: 800px;
}

#primary ul.mega-menu div.two_columns.width-400px div.field-item,
#primary ul.mega-menu div.three_columns.width-600px div.field-item,
#primary ul.mega-menu div.four_columns.width-800px div.field-item {
  float: left;
  width: 180px;
}

#primary ul.mega-menu div.two_columns.width-600px div.field-item {
  float: left;
  width: 280px;
}

#primary ul.mega-menu div.two_columns.width-800px div.field-item {
  float: left;
  width: 380px;
}

#primary ul.mega-menu div.three_columns.width-800px div.field-item {
  float: left;
  width: 245px;
}

#primary ul.mega-menu li.mega div.inner-wrapper {
  background-color: #232225;
}

#primary ul.mega-menu li.mega div.field-item {
  padding: 10px 10px 0 10px;
}

#primary ul.mega-menu h3.title {
  font-size: 10px;
  font-weight: bold;
  padding: 5px 10px;
  border-right: 1px solid #101010;
  border-bottom: 1px solid #101010;
  background-color: #2C2B2D;
}

#primary ul.mega-menu p {
  padding: 1em 0;
  margin: 0;
}

#primary ul.mega-menu p.top-padding {
  padding: 1em 0 0 0;
}

#primary ul.mega-menu ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #2E2E2E;
}

#primary ul.mega-menu div, #primary ul.mega-menu ul li a {
  color:#A4A4A4;
}

#primary ul.mega-menu ul li.last {
  padding-bottom: 0;
  border-bottom: none;
}

#primary ul.menu li.last ul a, #primary ul.mega-menu li.views-row-last ul a {
   border-right: none !important;
}