/*
THEME NAME: Monday Note 2
THEME URI: http://upian.com/
DESCRIPTION: Monday Note with Widgets (based on Sandbox)
VERSION: 1.0
AUTHOR: Upian (mods by Kim Gjerstad)
AUTHOR URI: http://gjerstad.info
TEMPLATE: sandbox
*/



/*-------------------------------------------------------
 HTML modifications brought to Sandbox by Kim Gjerstad

1. footer.php of sandbox: see html comment there.
2. Several files : replaced "by FF" with "Edited by"
3. index.php and single.php : author moved at the top of post
-------------------------------------------------------*/


/*-------------------------------------------------------
Parametres globaux pour le document
-------------------------------------------------------*/

/* html et body */
*{margin:0; padding:0;} /* reset des marges */
html{font-size:62.5%/1.1em;} /* je passe la taille du texte de 16px a 10px par default */
body{background:#fff; text-align:center; font:1.0em Arial, Verdana, Helvetica, sans-serif; line-height:1.0em; color:#433e4e;}

/* Liens */
a img {border:0;}
a:link,a:visited{color:#2b3642; text-decoration:none;}
a:hover{color:#2b3642; text-decoration:underline;}
a:active{text-decoration:none;}

/* Titres */
h1, h2, h3, h4, h5{font-weight:normal; color:#35323b;}

strong{color:#2b3642;}

/* Etc
******************** */
br.clear {clear: both;}
abbr {text-decoration:none;}


/* Layout
******************** */

/*-------------------------------------------------------
disposition des principaux blocs
-------------------------------------------------------*/

/* Conteneur principal  */
#wrapper{background:#fff; width:935px; margin:0 auto; text-align:left;}
#header { height: 160px; padding: 0 0 10px;}
div#container {	float: left; width: 100%; margin: 0 0 20px;}

/* colonne centrale dans container */
div#content { width: 464px; margin:0 0 0 156px; padding:0 15px 0 0; border-right:1px solid #efecf6;}

/*Les deux colonnes*/
div.sidebar { float: left; font-size:0.8em; overflow: hidden; border-top:4px solid #5f596c;}

/* colonne de gauche */
div#primary { width:146px; margin: 0 0 0 -935px;}
* html div#primary {left: 20px; position: relative;}

/* colonne de droite */
div#secondary {margin:0 0 0 -300px;width:300px;}

/* footer */
#footer{clear:both;background: #fff url(./images/footer.jpg) no-repeat;height:100px;font-size:.7em;color:#999999; text-align:right;padding: 60px 90px 0 0; margin: 1.5em 0 0;}
#footer a{color:#fff; line-height:1.8em;}
#footer em{color:#b1b8c0; font-style:normal;}
#footer em img{vertical-align:middle;}

/* header
********** */
h1#blog-title {text-indent:-9000px !important;width:659px;}
h1#blog-title a {background: #fff url(./images/header.jpg) no-repeat;display:block;height:160px;line-height:134px;padding:0;width:935px;
}
#blog-description {	margin-left : -1500px;}
.skip-link { display:none; }

/* menu (Pages in WP) non utilise pour ce site
********** */
#access {}
#menu {display:none}

/* post
********** */
#nav-above {display: none;}
#nav-below {padding:0 0 15px};
.page-title {margin: 1em 0;}
.entry-title {margin:9px 0; font-size:1.3em; line-height:30px; letter-spacing:-0.02em;}
.entry-title a:link, h2.entry-title a:visited {color: #2B3642;}
.entry-title a:hover {color: #000;}

/* Billets */
.post{clear:left; border-top:4px solid #5f596c;margin: 0 0 1.5em;}
.entry-date{margin:0 0 15px 0; padding:9px 0; font-size:0.75em; border-top:1px solid #dce1e8; border-bottom:1px solid #dce1e8;}
.entry-date a{font-weight:bold; text-decoration:underline;}
.entry-date p a:hover{text-decoration:none;}

/* billets - contenu du billet */
.entry-content{font-size:0.75em; line-height:1.4em; letter-spacing:0em;}
.entry-content a{text-decoration:underline;}
.entry-content a:hover{text-decoration:none;}
.entry-content ul, .entry-content ol{padding:0 0 0 30px;}
.entry-content p{padding:10px 0;}
.entry-content blockquote{padding: 0 10px;margin:0 0 0 20px;border-left:1px solid #DCE1E8;}

/* billets - footer avec un lien [et une phrase] */
.entry-meta {font-size: .7em;}
.entry-meta em{color:#2b3642;}
.entry-meta a{font-weight:bold; text-decoration:none;}
.entry-meta a:hover{text-decoration:underline;}
.entry-meta a em{color:#6c7683;}
.entry-content .more-link {font-weight:bold; text-decoration:none;}
.entry-content .more-link:hover {text-decoration:underline;}

div#nav-above div.nav-previous, div#nav-above div.nav-next{display:none;}

div.nav-previous {float:left; font-size:0.8em; }
div.nav-next{float:right; font-size:0.8em; }

ul#archives-page {
	list-style: none;
}
ul#archives-page ul {
	margin-left: 20px;
}

/* comment
********** */
#comments {margin:1.5em 0 0 }
#comments p {font-size:0.8em;}
#comments #comment-notes, #comments #login, .comment-meta {margin: 1.5em 0;}
#comments label {font-size:0.9em;}
#comments h3 {font-size: 1.3em; padding: 10px 0 0; margin: 0 0 10px; border-top: 1px solid #DCE1E8;}
.comment-meta {font-size:0.7em;margin: 1.1em 0;}
#comments  ol{ list-style: none; margin: 1em 0;}
#comments  ol li{ background: #EFECF6; padding: 5px; margin: 5px 0 0;}
#comments  ol li.alt{ background: #DCE1E8;}
#comments ol .comment-author { font-size: 1.1em;line-height:1.3em}
#comments ol .comment-author a {text-decoration:underline;}

#comments #author , #comments #email, #comments #url{
	font:0.8em Arial,Verdana,Helvetica,sans-serif;
	border: 2px solid #DCE1E8;
	padding: 0.4em;
	margin: 0.5em 0;
	color: #433E4E;
}
#comments #author:focus , #comments #email:focus, #comments #url:focus,#comments #author:hover , #comments #email:hover, #comments #url:hover {
	border: 2px solid #5F596C;
}
textarea#comment {
	font:0.8em Arial,Verdana,Helvetica,sans-serif;
	width: 450px;
	border: 2px solid #DCE1E8;
	padding: 0.4em;
	margin: 0.5em 0;
	color: #433E4E;
}
textarea#comment:focus,textarea#comment:hover {
	border: 2px solid #5F596C;
}
.form-submit input {
	background: #5C576B;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 0.2em 0.5em;
	border: 2px solid #A984D2;
	border-right: 2px solid #010103;
	border-bottom: 2px solid #010103;
}
.form-submit input:focus, .form-submit input:hover {
	background: #35323B;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 0.2em 0.5em;
	border: 2px solid #5B3983;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#trackbacks-list div.comment-author {font-size:0.8em;font-weight:bold;}

/* Both sidebars (col gauche et droite)
********** */
div.sidebar h2 {font-size:1.5em; line-height:1.1em; letter-spacing:-0.02em;margin:0 0 3px 0}
div.sidebar h3 {font-size:1.4em; line-height:1.1em; margin:0 0 4px 0}

div.sidebar input#s {
	width: 145px;
	border: 1px solid #35323B;
	padding: 3px;
	background: url(zoom.png) 0.4em center no-repeat;
	margin: 0.5em 0;
	color: #35323B;
}
div.sidebar input#s:focus,div.sidebar input#s:hover {
	border: 1px solid #35323B;
}
input#searchsubmit {
	background: #35323B;
	border: 2px solid #333;
	padding: 3px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	color: #fff;
	font-weight: bold;
}
input#searchsubmit:focus, input#searchsubmit:hover {
	background: #333;
	border: 1px solid #35323B;
	padding: 3px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	color: #fff;
	font-weight: bold;
}
div.sidebar ul li {margin:0 0 20px;}
div.sidebar li{list-style:none;margin:0 ;}
div.sidebar li form{margin:0;padding:0;}
div.sidebar ul ul{margin:0 0 10px}
.sidebar ul ul li{margin:0;	padding: 0.2em 0;}
.ctc-tag-li {padding:0 !important;}
.sidebar ul ul li a:link, .sidebar ul ul li a:visited {
}
.sidebar ul ul li a:hover{
	color: #000;
}
.sidebar .current_page_item {
	font-weight: bold;
}
.sidebar ul li.linkcat ul li a{
	background: url(link.png) 0 0 no-repeat;
	padding-left: 16px;
}
.sidebar ul li#categories ul li a{
	background: url(tag_red.png) 0 0 no-repeat;
	padding-left: 16px;
	color: #DA5F5D;
}
.current-cat {font-weight: bold;}

.sidebar ul li#archives ul li a{
	background: url(archives.png) 0 0 no-repeat;
	padding-left: 16px;
	color: #4571AF;
}
.sidebar ul li#rss-links ul li a{
	background: url(feed-icon.gif) 0 0 no-repeat;
	padding-left: 16px;
}
.sidebar ul ul ul li{border: none;}
div.sidebar ul ul ul{margin:0 0 0 1em;}
div.sidebar ul ul ul li{}

/*-------------------------------------------------------
Colonne de gauche
-------------------------------------------------------*/
div#primary {padding: 1em 0 0 0; color:#2d3642;}
.tags ul{list-style:none; line-height:1.0em;padding: 0 0 0 10px}
.tags ul li{margin:4px 0 0 -1em ; padding:1px 0 0; border-top:1px solid #dce1e8;}

.blogroll {padding: 0 10px; list-style:none; line-height:1.0em;}
.blogroll li{margin:4px 0 0 -1em ; padding:1px 0 0 0; border-top:1px solid #dce1e8;}

/*-------------------------------------------------------
Colonne de droite
-------------------------------------------------------*/

div#secondary {color:#2d3642;}
div#secondary h3{font-size:1.4em; border-bottom:1px solid #DCE1E8; margin:0 0 0.5em 10px; padding: 0 0 5px;}
div#secondary p {font-size:0.9em;}
div#secondary ul ul {padding-left:10px;}
div#secondary ul form {padding-left:0;}


/* About the authors */
#about_authors{background:#efecf6; padding:10px; border-bottom:4px solid #5f596c;}
#about_authors{clear:left; margin:0; padding:10px 0 0 10px;}
#about_authors img{float:left; margin:0 10px 0 0;}
#about_authors h4{margin:0 0 5px 0; line-height:1em; font-size:1.2em; letter-spacing:-0.02em;}
#about_authors p{line-height:1.4em;}
#about_authors a{font-size:0.9em; line-height:2.2em; font-weight:bold;}
#about_authors div {margin: 10px 0 0;padding:10px 0 15px;border-top:1px solid #dce1e8;}

/* About the monday note */
#about_mn{padding:10px 10px 0 10px;}
#about_mn h2{margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #dce1e8;}
#about_mn h2 em{color:#acb7c4;}
#about_mn p{margin:10px 0; font-size:1.2em; line-height:1.4em;}
.about_mn_footer_link a{font-weight:bold;}
.about_mn_footer_link a em{color:#acb7c4;}

/* Subscribe to the monday note */
div.subscribe{background:#efecf6; padding:10px; border-bottom:4px solid #5f596c; border-bottom:4px solid div.5f596c;}
div.subscribe h2 em{color:#acb7c4;}
div.subscribe ul{list-style:none; margin:10px 0 0 0; padding:10px; font:1.7em Georgia, Garamond, serif; background:#fff; border:1px solid #dce1e8;}
div.subscribe ul li{padding:0 0 0 13px; height:26px; }
div.subscribe p{margin:10px 0 0 0; text-align:center;}

/* Special report */
#special_rep{padding:10px;}
#special_rep img{margin:10px 0 12px 0;}
#special_rep p{margin:0 0 10px 0; font-size:1.2em; line-height:1.4em;}
#special_rep a{font-size:1.2em; font-weight:bold;}
#special_rep a em{color:#acb7c4;}

/* Publicite */
#pub{margin:10px 0; padding:0 0 10px 0; text-align:center; text-transform:uppercase; color:#acb7c4; border-top:1px solid #efecf6; border-bottom:1px solid #efecf6;}
#flash_ad{margin:10px 0;}
#img_ad{margin:10px 0;}
.adsensem_widget {}
