/**
 * Theme Name: 7 Seas
 * Theme URI: 
 * Description: 7 Seas
 * Version: 0.1
 * Author: Cityideas
 * Author URI: http://Cityideas.com	
 * Template: hybrid
 *
 *
 * Hybrid BASE is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */



/**
* Body
************************************************/
body {
	font: 11px/20px "Lucida Grande","Lucida Sans Unicode","Trebuchet MS","Myriad",Arial, Tahoma;
	background: #213A9C url(cssimg/bg.gif) no-repeat 20% -125px;
	text-align:center;
	}

/* Body container */
#body-container {
	width:980px;
	margin:0px auto 10px;
	text-align:left;
	}
#site-description{ display:none; }
/**
* Elements
************************************************/
u {
	text-decoration: underline;
}


/* Links */
a, a:visited  {
	color: #336699;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
.entry-content a {
	color: #336699;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	font-weight: 100;
	}
h1{
	margin: 0;
	padding: 0;
}
h5{
	font-size: 13px;
	margin-bottom: 0;
}
/* Lists */


/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	
	}
td {
	padding: 3px 10px ;
	background: #f7f7f7;

	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;

	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}
ul, ul li{
	margin: 0;
	padding: 0;
}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

fieldset{
	border:none;
}
/**
* Images
************************************************/



/* Captions */
.wp-caption {
	margin: 0 0 0 -20px;
	text-align: center;
	padding: 0;
	width: 600px;
	}
.wp-caption .wp-caption-text {
	margin-top:-5px;
	float: right;;
	padding: 0;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img.size-full {
	margin: 10px 0 0 30px;
	padding: 0;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: right;
	border: 0;
	width: 100px;
	height: 100px;
	/*
	width:320px;
	height: 100px;
	margin: 0 10px 10px -20px;
	border: 0;
	}
.archive .thumbnail{
	display: none;
	*/
}
a img{
	border: none;
}
.single-post-thumbnail {
	margin-bottom: -20px;
	
}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
 * Navigation
 *******************************************************************/

#main-nav{
    padding-top: 2px;
}
.main-menu
{
        margin: 0;
        padding: 0;
        height: 30px;
        position: relative;
        overflow: visible;
        z-index: 70;
        list-style: none;
        line-height: 1;
        font-size: 12px;
}

.main-menu li
{
        float: left;
        z-index: 75;
        position:relative;
}

.main-menu li a
{
        color: #FFF;
        text-indent: 0;
        background: url(cssimg/mainNav2Bg.gif) no-repeat center right;
        height: 20px;
        padding: 10px 18px 5px;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
        text-transform: capitalize;
        display:block;
        width: auto;
}
.main-menu li a:hover
{
        text-decoration: underline;
}
.main-menu li.current_page_item li a,
.main-menu li.current_page_ancestor li a,
.main-menu li.current_page_ancestor li.current_page_ancestor li a{
	background-color: transparent;
}

.main-menu li.current_page_item a,
.main-menu li.current_page_ancestor a,
.main-menu li.current_page_ancestor  li.current_page_item a,
.main-menu li.current_page_ancestor  li.current_page_ancestor a,
.main-menu li.current_page_ancestor  li.current_page_ancestor li.current_page_item a{
	 background-color:#FFF;
	 color:#333;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.main-menu li.current_page_ancestor li.current_page_item a,
.main-menu li.current_page_ancestor li.current_page_ancestor a,
.main-menu li.current_page_ancestor  li.current_page_ancestor li.current_page_item a{
	border-bottom-color: #FFF;
}
.main-menu li.current_page_ancestor li.current_page_ancestor li a{
	border-bottom-color: #C4C4C4;
}
.main-menu ul {
        position:absolute;
        display:none;
        width:180px;
        top:30px;
        left:0px;
        border:none;
        list-style: none;
        text-align: left;
        background: #FFF;
        margin-left: 0;
        border: 1px solid #CCC;
}

.main-menu ul a {
        padding: 4px 5px 8px;
        vertical-align: top;
        font-size: 11px;
        text-transform: none;
        background: none;
       	color:#333;
}
.main-menu ul li{
        padding: 2px 10px 2px;
        background: none;
}

.main-menu li ul a {
        width:150px;
        height:auto;
        float:left;
        text-align: left;
        position:relative;
        line-height: 1.3;
}

.main-menu ul ul {
        top:auto;
}

.main-menu li ul ul {
        left:170px;
        top:9px;
        margin:0 0 0 10px;
        border: 1px solid #CCC;
         z-index: 100;
}

.main-menu li ul ul a {
        position:relative;
        z-index:999;
}

.main-menu li:hover ul ul,
.main-menu li:hover ul ul ul,
.main-menu li:hover ul ul ul ul {
        display:none;
}

.main-menu li:hover ul,
.main-menu li li:hover ul,
.main-menu li li li:hover ul,
.main-menu li li li li:hover ul {
        display:block;
}

/** 
 * Categories
 **********/
.main-menu li.cat-item{
	float: right;
}

.main-menu li.current_page_item li a,
.main-menu li.current_page_ancestor li a,
.main-menu li.current_page_ancestor li.current_page_ancestor li a{
	background-color: transparent;
}

.main-menu li.current-cat a,
.main-menu li.current_page_ancestor a,
.main-menu li.current_page_ancestor  li.current_page_item a,
.main-menu li.current_page_ancestor  li.current_page_ancestor a,
.main-menu li.current_page_ancestor  li.current_page_ancestor li.current_page_item a{
	 background-color:#FFF;
	 color:#333;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.main-menu li.current_page_ancestor li.current_page_item a,
.main-menu li.current_page_ancestor li.current_page_ancestor a,
.main-menu li.current_page_ancestor  li.current_page_ancestor li.current_page_item a{
	border-bottom-color: #FFF;
}
.main-menu li.current_page_ancestor li.current_page_ancestor li a{
	border-bottom-color: #C4C4C4;
}
/**
*  Header
************************************************/
#header{
	margin:0;
	position: relative;
}
#header-top{
	position: absolute;
	right:0;
	top:30px;
	width: 305px;
}
#header-top ul li{
	list-style: none;
	padding: 1px 0;
	margin: 0;
}
#header-top div ul{
	width:200px;
	text-align: right;
	margin-right: 15px;
}
#header-top ul{
	float: right;
	width: 90px;

}
#header-top a{
	font-size: 12px;
	color: #FFF;
}
#site-title{
	height: 140px;
	background:  url(cssimg/logo.jpg)  no-repeat 10px 0;
}
#site-title a{
	display: block;
	float: left;
	width: 160px;
	height: 130px;
	text-indent: -999em;
}

#container {
	overflow: hidden;
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #fff ; /* url(images/container-bg.png) repeat-y right 0; */
	clear:both;
	}

#content {
	float: left;
	width: 600px;
	padding: 10px 0 20px 20px;
	}
.no-widgets #content,
.no-widgets .content
{	
	padding: 0;
	width: 980px;
}	
.content{
	width:600px;
	float: left;
}
#sidebar{
	width: 300px;
	float: right;
}
#sidebar ul li{
	list-style: none;
}

#sidebar ul li h2{
	margin-top: 15px;
	margin-bottom: 5px;
}
/**
* Posts
************************************************/
.post {
	clear: both;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
	}
.home .post{
	border-bottom: none;
}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 25px/30px  "Lucida Grande","Lucida Sans Unicode", Arial,  sans-serif;
	font-weight: bold;
	padd
	}
h2.post-title a{
	font-size: 21px;
}
.entry-title a {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	}
.entry-title a:hover{
	text-decoration: none;
}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font-size: 18px;
	}
.author-title,
.category-title,
.tag-title,
.date-title{
	color:#333;
	line-height: 1.23em;
	font-size: 30px;
}
.date-description{
	font-size: 16px;
	color:#666;
}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

.entry-content .size-full{
	width: 600px;
	height: auto;
	margin-bottom: 20px;
}
.entry-content table{
	width: 640px;
	margin: 0 0 0 -20px; 
}
.entry-content table td{
	padding:5px 5px 5px 20px;
}
.entry-content big {
	color:#7792A4;
	font-size: 18px;
	font-style: normal;
}
.entry-content p em{
	color:#555;
	font-style: italic;
	font-size:12px;
}
.entry-content{
	color:#555;
}
.entry-content h4{
	width:280px;
	float: left;
	margin-right:20px;
	clear: both;
	font-weight: bold;
	color:#333;
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;

}
.two-third h4{
	float: none;
	width: auto;
	margin: 0;
}
.entry-content ul {
	margin:0 0 0 15px;
}
/*.entry-content ul{
	width:280px;
	float: left;
	margin-bottom: 30px;
	color:#777;
	list-style: circle;
}
.entry-content ul li{
	list-style: none;
	padding-bottom: 18px;
}
*/
.entry-content blockquote{
	margin: 0;
	padding: 0;
	color:#002859;
	font-style: italic;
}
.

/* Byline */
.byline {
	font-size: .9em;
	font-style: italic;
	color: #777;

	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */

.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	}


/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 18px 0 9px;
	background: #fff;
	font-size:12px;
	}
.widget-title {
	margin: 0 0 5px 0;
	padding:0;
	font: 16px/18px ;
	font-weight: normal;
	color: #333;
	
	}
.widget-title a {
	color: #333;
	}
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul li {
	padding: 0;
	background: url(images/bullet.gif) no-repeat 3px 7px;
	}
.widget ul li li{
	padding: 0 0 0 10px;
}

/* Widget search */
.widget-search .search-text {
	width: 300px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

.section-widget-tabbed .widget-inside{
	background: none;
}
.widget-inside ul{
	clear:both;
	margin-left: 10px;

}
.widget-inside {
	background: url(cssimg/tab-bg.jpg) repeat-x 0 3px #FFF;
	position: relative;
	overflow: hidden;
}
.home .widget-inside{
 margin:0 -20px;
 padding-bottom:5px;
}
h3.widget-title{
	background: url("cssimg/tab-li-bg.jpg") repeat-x scroll 0 10px #DDDDDD;
	padding: 5px 12px;
	font-size: 13px;
	text-transform: uppercase;
	color: #545454;
	line-height: 20px;
	width: auto;
	float: left;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.widget ul.subpages-navi-widget {
	clear: both;
	margin-left: 10px;
}

/**
* Content-area widgets (mostly utility widgets)
************************************************/

/* 
* Static Feature - Front Page
************************************************/
#static-feature{
	position: absolute;
	width: 280px;
	background: #EEE;
	padding:0 20px;
	right: 20px;
	top:15px;
	height: 400px;
}

/* 
* Dynamic Slider - Front Page
************************************************/
#dynamic-feature-slider {
	position:relative;
	margin:15px 0 15px 20px;
	padding: 0;
	height: 400px;
	overflow: hidden;	
}
#dynamic-feature-slider-slides {	
	padding: 0;
	margin: 0px 0 0;
	overflow: hidden;
	position:relative;
}
#dynamic-feature-slider-slides div.post {
	height: 400px;
	width: 600px;
	display: block;
	top:0;
	left: 0;
	background: #FFF;
	overflow: hidden;
	
}
#dynamic-feature-slider-slides div.post img{
	position: absolute;
	height: auto;
	width: 600px;
	
	margin-top: 0px;
	margin-left: -2px;
	
}

.overlay-below {
	position: absolute;
	top:300px;
	height:150px;
	width: 600px;
	background: url(cssimg/trans2.png) repeat-x 0 0;
	display: block;
	z-index: 980;
	
}
.overlay {
	position:absolute;
	top:300px;
	height:140px;
	width:440px;
	color:#FFF;
	overflow:auto;
	margin-left:10px;
	margin-right: 19px;
	padding:10px 0 0;
	z-index: 990;
}


.overlay h2 {
	margin:0 0 0;
	font-size:18px;
}

.overlay h2 a {
	color:#FFF;
	text-decoration: none;
	font-weight: normal;
}

.overlay h2 a:hover {
	text-decoration:none;
	color: #123B5C;
}
.overlay a{
	color:#FFF;
	font-weight: bold;
	text-decoration: underline;
}

.overlay .entry-summary {
	width: 560px;
	margin:5px 0;
	position: relative;
	padding: 0;
	
}
.overlay .entry-summary p{
	margin: 0;
	line-height: 1.4;
}


/*
 * Slide contorls - Pager
 */
#pager {
   position: absolute;
   top:375px;
   right:363px;
   z-index: 100;     
}
#pager a{ 
    display: block;
    float: left;
    padding: 1px 10px;
    background: #EEE;
}

#pager a:hover,#pager a.activeSlide{
    background: #0084AD;
    color:#FFF;
    text-decoration: none;
}
/**
* Primary, Secondary, and Tertiary
************************************************/
#primary, #secondary, #tertiary {

}

#widget-container {
	float: right;
	width: 310px;
	margin-right:10px;
	}
#primary {
	overflow: hidden;
	float: right;
	width: 350px;
	padding:10px 0 50px;
	margin-top: 50px;
}


#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 153px;
	margin: 0 0 0 14px;
	}
#tertiary {
	overflow: hidden;
	float: right;
	width: 153px;
	}
/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}






/**
* Special Classes
************************************************/ 
.half{
	width:50%;
	padding: 5px 0;
	float:left;
}
.half p{
	padding: 0 15px 0 0;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}

.border-left{
	border-left:1px solid #AAA;
}

.border-right{
	border-right:1px solid #AAA;
}

.third{
	float: left;
	width: 200px;
}
.two-third{
	float: left;
	width: 380px;
	margin-left: 20px;
}

.entry-content table.infobox{
 float: right;
 margin-left: 10px;
}
.metadata,.navbox{
	display: none;
}
.wiki-embed h2{
	clear: both;
}
/* 
* Tabs
************************************************/
.ui-tabs .ui-tabs-nav{
        padding-right: 1px;
}
.ui-tabs .ui-tabs-nav li {
        font-size: 10px;
        margin:0;
        padding:0 0 0 1px ;
      
       
        text-transform: uppercase;
}
.section-widget-tabbed .swt-wrapper{
        display:none;
}

#primary .section-widget-tabbed .widget-inside .ui-tabs{
        display:block;
}

.ui-tabs {
        padding:0;
        zoom:1;
}

.ui-tabs .ui-tabs-nav {
    list-style:none;
    position:relative;
    padding: 0;
    margin: 0;
    background: url(cssimg/tab-bg.jpg) repeat-x 0 3px;
    overflow: hidden;
}


.ui-tabs .ui-tabs-nav li {
    position:relative;
    float:left;
    border-bottom-width:0!important;
    margin:0;
    padding:0;
   
}

.ui-tabs .ui-tabs-nav li a {
    float:left;
    margin: 0;
    text-decoration:none;
    padding:5px 12px 5px;
    color:#FFF;    
    font-size: 13px;
    -moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
.ui-tabs .ui-tabs-nav li a:hover{
    color:#FFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        border-bottom-width:0;
        
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor:text;
      	background:#DDD url(cssimg/tab-li-bg.jpg) repeat-x 0 10px;
        color:#545454;
        
}

.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        cursor:pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
        display:block;
        border-width:0;
        background:none;
        clear:both;
        
        padding: 10px 0 10px 12px;
}
.ui-tabs .ui-tabs-hide {
        display:none!important;
}




.the-title-shell{
	padding: 0;
    margin: 0;
    background: url(cssimg/tab-bg.jpg) repeat-x 0 3px;
    position: relative;
    overflow: hidden;
}
a.the-title{
	  float:left;
    margin: 0;
    text-decoration:none;
    padding:5px 12px 5px;
    font-size: 13px;
    -moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	background:#DDD url(cssimg/tab-li-bg.jpg) repeat-x 0 10px;
    color:#545454;
    text-transform: uppercase;
}
#primary .section-widget {
	padding-bottom: 0;
	margin-bottom: 5px;
}

#subpages-navigation{
	padding-left: 20px;
}
/*
 * Columns 
 **************************************************/
#static-columns {
	clear:both;
	margin:-5px 0 20px 0;
	padding: 0 0 40px 20px;
	background: #F1F3F4;
	overflow:hidden;
	position:relative;
	font-size: 12px;
	color:#333;
}
#static-columns  h2{
	border-bottom: 2px solid #CCC;
	margin-bottom: 5px;
}
.static-column {
	float:left;
	margin-right:20px;
	
}
div.last {
	margin-right:0;
}
.static-coumns-2 .static-column {
	width:280px;
}
.static-coumns-3 .static-column {
	width:180px;
}
.static-coumns-4 .static-column {
	width:130px;
}
.static-coumns-5 .static-column {
	width:100px;
}
.static-coumns-6 .static-column {
	width:80px;
}
.no-widgets .static-coumns-2 .static-column, #footer-static-columns.static-coumns-2 .static-column {
	width:460px;
}
.no-widgets .static-coumns-3 .static-column, #footer-static-columns.static-coumns-3 .static-column {
	width:300px;
}
.no-widgets .static-coumns-4 .static-column, #footer-static-columns.static-coumns-4 .static-column {
	width:220px;
}
.no-widgets .static-coumns-5 .static-column, #footer-static-columns.static-coumns-5 .static-column {
	width:172px;
}
.no-widgets .static-coumns-6 .static-column, #footer-static-columns.static-coumns-6 .static-column {
	width:140px;
}

#footer-container{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	background: #FFF;
	padding-bottom: 20px;
}
#footer{
	background: #FFF url(http://img.skitch.com/20091222-bd1adnadc7gspe1pr9bk7q98tp.gif) repeat-y center;
	position: relative;
	overflow: hidden;
	padding: 0 0 20px;
	
}
#footer .column{
	width: 200px;
	float: left;
	padding:0 0 0 25px ;
	margin-left: 10px;
}


#footer ul li{
	list-style: none;
}
#footer ul ul li {
	padding-left:10px;
}

