/*   
Theme Name: Tracing Mobility
Theme URI: 
Description: A Thematic SubTheme.
Author: Matt Trivett & Pip
Author URI: http://themeshaper.com/
Template: thematic
Version: 0.0.1
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('3c-fixed.css');

/* Apply basic image styles */
/* @import url('../thematic/library/styles/images.css');*/

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* @import url('../tracingmobility/default.css'); */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 11px 'Georgia','Times New Roman', serif;
    line-height:15px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 13px Georgia,serif;
    line-height:17px;
    letter-spacing: 1px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#000;
    font-style:italic;
}
table {
    border:1px solid #fff;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#e6e6e6;
    border:0;
    color:#e6e6e6;
    height:1px;
    margin-bottom:20px;
}
a:link {
    color:#61cacb;
}
a:visited {
    color:#61cacb;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    margin: 20px auto;
    padding-bottom: 3px;
    border-bottom: solid 1px #000;
    
}
#blog-title {
    width: 130px;
    float: left;
}
#blog-title a {
    color:#000;
    text-decoration:none;
    overflow: hidden;
    height: 141px;
    width: 960px;
    background: url(images/TMbanner.png) center center no-repeat;
    display: block;
    text-indent: -9999px;
    margin-left: 0px;
    text-align: left;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    
    color:#666;
    font-size:13px;
    font-style:italic;
    clear: left;
}

#trampolink
{
float: right;
}

.linktrampo
{
    display: block;
    background: url('images/trampoline.png') bottom right no-repeat;
    overflow: hidden;
    height: 20px;
    width: 116px;
    text-indent: -9999px;
    padding-top: 60px;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

/* =Content
-------------------------------------------------------------- */
#content
{
    line-height: 22px;

}
#main {
    clear:both;
    padding:0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
    display: none;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}

/*Blog Post Titles*/
.entry-title {
    font-family:'Georgia','Times New Roman',serif;
    font-size:28px;
    font-style: italic;
    line-height:28px;
    padding:0 0 7px 0;
}

/*Blog Post title as link to single page*/
.entry-title a {
    color:#000;
    text-decoration:none;
    font-variant: italic;
}

/*hover and active effects for Blog titles*/
.entry-title a:active,
.entry-title a:hover {
    color: #FFf;
    background-color: #000;
}
/*Time and Author info*/
.entry-meta {
    color:#000;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}

.meta-prep
{
color: #666;
}
/*sub-meta data*/
.entry-meta .author {
color: #000;
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
/*Author and category link*/
.entry-meta a {
    color:#000;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #fff;
    background-color: #000;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
/*    padding:10px;*/
/*    background-color: #e6e6e6;*/
    margin-top: 10px;
    color: #666;
}
/*Blog title on SIngle pages*/
.entry-content h1,
.entry-content h2 {
    font-size:19px;
    font-style: italic;
    padding:0 0 14px 0;
}
/*Blog Title on blogroll pages*/
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-style:italic;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    background-color: #000;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
/*Image caption Text*/
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
display: none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}



/* = ALL Asides, Sidebars & Widget-Ready Areas - see below for Main-asides - sidebars, and below again for sub-asides (footer)
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    margin-bottom:6px;
}

.aside input {
width: 155px;
}

.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}

.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}

.aside .current_page_item a {
    color: #000;
}

.aside .current_page_item .page_item a {
    color:#000;
    
}

.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #fff;
    
    text-decoration: none;
}
.aside {
    color:#000;

}
.aside a {
    color:#000;
    text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #61cacb;
}
/*ALL Widget Titles*/
.aside h3 {
    
}
/*ALL Widget title links*/
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
/* ALL WIDGETS first level UL block*/
.aside ul {
    list-style:none;
    list-style-type: none;
    margin-left:0;
}
/* ALL WIDGETS second level UL block*/
.aside ul ul {
    list-style:none;
    list-style-type: none;
}
.aside ul ul li {
    padding:0;
    font-style:italic;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    -----------------  Main Asides  ---------------------
*/
.main-aside ul {
    padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    margin :0 0;
}
#primary {
    margin:0px 10px 10px -960px;
        overflow: visible;
}

.main-aside {
    color:#000;

}
.main-aside a {
    color:#000;
    text-decoration: none;
    display: block;
    width: 145px;
    padding: 3px 0 3px 20px;
    font-size: 12px;
}
.main-aside a:active,
.main-aside a:hover {
    color: #fff;
    background-color: #61cacb;
}
/*Side Bar Widget Titles*/
.main-aside h3 {
/*background-color: #e6e6e6;*/
font-family: 'Georgia', serif;
font-size: 18px;
font-style: italic;
border-bottom: solid 1px #fff;
padding: 7px 5px 5px 20px;
    
}

/*Left Side Bar Widget titles*/
#primary ul li h3 {
    background-color: #61cacb;
    color: #fff;
}


/*Right Side Bar WIdget Titles*/
#secondary ul li h3 {
    background-color: #f6cfd8;
    color: #000;
}
/*Side bar title links*/
.main-aside h3 a {
    text-decoration:none;
}

#primary ul ul {
    height: 350px;
}

.main-aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.main-aside ul {
    list-style:none;
    list-style-type: none;
    margin-left:0;
}
/* side bar first level UL block*/
.main-aside ul ul {
    list-style:none;
    list-style-type: none;
    margin:0 0 20px 0;
        background-color: #e6e6e6;
}
.main-aside ul ul li {
    padding:0;
    font-style:italic;
    overflow: hidden;
}
.main-aside ul ul ul {
    margin-bottom:0;
}
/*
    Content Asides
*/
#content .aside {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    background-color: #e6e6e6;
    font-family: 'Georgia',serif;
    font-weight:normal;
    font-size:3em;
    font-style:normal;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding: 10px 0 0 0;    
}

#subsidiary #first {
    width: 100%;
}

#subsidiary #first ul
{
    margin: 0;
}

#subsidiary #first ul li,  #subsidiary #first li.widget_thematic_rsslinks h3/*Rss feeds links Customisation */
{
    float: left;
    margin-right: 7px;
}

li.widget_thematic_rsslinks
{
    width: 245px;
}

#second
{
    height: 0;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
    margin-bottom: 100px;
}
#siteinfo {
    color:#000;
    font-size:11px;
    line-height:18px;
    padding:10px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*--------------------------------EVENTS--------------------------*/

.main-aside ul ul li span {
    padding-left: 5px;
}

/*Events Images at bottom of pages*/
#subsidiary #third 
{
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    position: fixed;
    z-index: 1000;
    bottom: 5px;
    right: 0;
    background: none transparent;
    height: 95px;
    width: 100%;
}

li#sidebar-photoblog
{
    width: 960px;
    margin: 0 auto;
    line-height: 0;
    position: relative:
    display: block;
}

li#sidebar-photoblog h3.widgettitle {
    padding: 20px 0 0 20px;
    margin:3px 0 0 0;
    background: none transparent;
    float: left;
    display: block;
    height: 70px;
    width: 155px;
    border-right: solid 1px #666;
    font-size: 18px;
    font-style: italic;
    background: #fff;
}

li#sidebar-photoblog br{
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}
li#sidebar-photoblog .widget_sphoto_body {
    margin: 0 auto;
    width: 960px;
    display: block;
}

li#sidebar-photoblog .widget_sphoto_body a img {
    padding: 5px;
    border-right: solid 1px #666;
}

 li#sidebar-photoblog ul,
 li#sidebar-photoblog ul li,
 li#sidebar-photoblog span /*Resets*/
{
    padding: 0;
    margin: 0;
    line-height: 0;
}

/*Left Sidebar Tweeks*/

/*Links title*/
#primary ul li.widget_links h3, #primary ul li.widget_mylinkorder h3{
display: none;
}

/*A little extra padding*/
#primary ul li ul {
    padding-top: 0.5em;
}
/*Social Media Links*/
#primary ul li.widget_text h3
{
background-color: #fff;
color: #000;
font-size: 13px;
border-top: solid 1px #000;
padding-left: 0px;
}

#primary ul li.widget_text div.textwidget ul.smedia
{
height: 44px;
background-color: #fff;
}

div.textwidget ul.smedia 
{
margin-left: 0px;
}

div.textwidget ul.smedia li
{
height: 25px;
width: 25px;
display: block;
float: left;
padding: 0;
margin: 0;
}

div.textwidget ul.smedia a
{
text-indent: -9999px;
overflow: hidden;
padding: 0;
height: 25px;
width: 25px;
display: block;
float: left;
}

div.textwidget ul.smedia a:hover
{
background-color: #fff;
}

div.textwidget ul.smedia a[title~="Twitter"]
{
background-image: url('images/twittericonsml.jpg');
}

div.textwidget ul.smedia a[title~="Fan"]
{
background-image: url('images/facebook-iconsml.png');
}

/*Footer FUNDERS & PARTNERS Logos*/
h6.funders
{
    background: url('images/funderslogos.png') bottom left no-repeat;
    display: block;
    padding-bottom: 90px;
    width: 940px;
    text-align: left;
}
h6.partners
{
    background: url('images/partnerslogos.png') bottom left no-repeat;
    display: block;
    padding-bottom: 90px;
    width: 940px;
    text-align: left;
}
/*GOING SOLO links*/
#secondary ul li.widget_extended-categories ul li a
{
text-size: 20px;
background-repeat: no-repeat;
background-color: #e6e6e6;
display: block;
height: 20px;
width: 288px;
padding-left: 20px;
padding-top: 100px;
}

#secondary ul li.widget_extended-categories ul li a:hover
{
background-color: #000;
color: #fff;
}

#secondary ul li a[title~="Daniel"]
{
background-image: url('images/dbr.png');
}

#secondary ul li a[title~="Esther"]
{
background-image: url('images/esther.jpg');
}

#secondary ul li a[title~="Simon"]
{
background-image: url('images/faith.jpg');
}

/*EVENTS*/
.category-events #main#tec-content !important
{
padding: 0;

}

