/*   
Theme Name: Thematic Manuel (Original Thematic)
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
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('../thematic/library/layouts/2c-r-fixed.css');

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

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

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


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

body,
input,
textarea,
.entry-content h1,
.entry-content h2,
.entry-content h4,
#comments h3,
.aside caption {
    font-family:Georgia,serif;
}
#blog-title, .entry-title {
    font-family: Helvetica,Arial,sans-serif;
}
#header {
    border-top:1px solid #ccc;
    margin-top:22px;
}
#branding {
	background:url(images/4M.gif) no-repeat 0px 44px;
	margin-bottom:22px;
	padding:44px 0 18px 0;
	height:65px;
}
#blog-title a {
	padding-left: 74px;
}
#blog-description {
    margin-bottom:22px;
    padding-left: 74px;
}
#content {
    width: 940px;
}
.entry-content img {
    max-width:940px;
}
#content p, 
.entry-title, 
.entry-utility, 
.entry-meta {
    width: 540px;
}

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

#branding {
    position:relative;
}
#blog-title {
    width:652px;
}
#blog-description {
    width:652px;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    color: #ccc;
    width:256px;
}
#branding #searchform input#s:focus {
    color: #000;
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}


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

#nav {
    float:right;
}
 .menu li.page-item-407 a {
    background: transparent url(images/flickr-nav.png) 87% 50% no-repeat;
    padding-right: 34px;
}
.menu li.page-item-407 a:hover {
    background: #ffffff url(images/flickr-nav-hover.png) 87% 50% no-repeat;
} 

/* =FancyZoom vs. Thematic fix
-------------------------------------------------------------- */
#ShadowBox table, #ShadowBox tr {
    border:none;
}
#ZoomCapDiv {
    display:none;
}

/* =Extras
-------------------------------------------------------------- */
#archive_tag {
    float:left;
}
#archive_date {
    float:right;
}
/* .wp-tag-cloud {
    margin-left: 18px;
} */
.contact_social_icons {
   padding-right:10px;
}
.flickrnote {
    background-color:#eee;
    border:1px solid #e3e3e3;
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    color:#666;
    font-size:13px;
    margin:0 10px 0 0;
    padding:.75em 1.25em;    
    text-decoration:none;
}
.footer-copyright {
    text-decoration:none;
}
#timetable {
    padding: 24px 0 0 24px;
}
.mailform {
    padding-top:18px;
}
.textmarker {
    background: #fdfc9d;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 3px;
}
a.theme-link {
    text-decoration:none;
}
a.flag_french {
    text-decoration:none;
    padding-left:19px;
    background:url(images/flag_fr.png) center left no-repeat;
}
a.flag_german {
    text-decoration:none;
    padding-left:19px;
    background:url(images/flag_de.png) center left no-repeat;
}

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

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0;
    padding:.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.5em !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:1px solid #ccc !important;
    color:#666 !important;
    margin:0 !important;
    padding:0.5em !important;
}
.wp-pagenavi span.current {
    background: #e5e5e5 !important;
    border:1px solid #ccc !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 .375em !important;
    padding:0.5em !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
.wp-pagenavi .first {
    display: none !important;
}

/* =Dialog
-------------------------------------------------------------- */
dl.dialog {
   color:#666;
	margin-left:3em;
	}
dt.dialog {
    color:#666;
	 margin-left:0;
	}
dd.dialog {
    color:#666;
	 margin-left:1em;
	 margin-bottom:.4em;
	 font-style: italic;
	}

/* =Attack!
-------------------------------------------------------------- */

.ninja {
    color: black;
    visibility: hidden;
}


