/*  -- BEGIN LICENSE BLOCK ---------------------------------------
# This file is part of MistyLook flexible, a theme for Dotclear
#
# Copyright (c) 2013
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK -----------------------------------------*/


/* --------------------------------------------------------
You can disable and enable certain settings by removing or adding the comment signs.
----------------------------------------------------------*/

/* --------------------------------------------------------
Size of your blog is 800 pixels, content is 510px and smaller sidebar
----------------------------------------------------------*/
/*
#page {	max-width: 900px;}
#navigation {max-width: 900px;}
#prelude { padding: 10px 0px;}
#main {	max-width: 800px; margin: 0px -30% 0px 0px; }
#content {	max-width: 610px; }
#sidebar { float: left;  max-width: 230px; }
#footer {max-width: 900px;}

*/
/* --------------------------------------------------------
Size of your blog is 920 pixels, content is 610px and wider sidebar
Attention: you need to change the size of you title picture header.jpg in /images
----------------------------------------------------------

#page {	max-width: 920px;}
#navigation {max-width: 920px;}
#prelude { padding: 10px 0px;}
#main {	max-width: 920px; margin: 0px -28.5% 0px 0px; }
#content {	max-width: 610px; }
#sidebar { float: left;  max-width: 230px; }
#footer {max-width: 920px;}
*/

/* --------------------------------------------------------
Size of your blog is 1040 pixels, content is 660px and smaller sidebar
Attention: you need to change the size of you title picture header.jpg in /images
----------------------------------------------------------*/

#page {	max-width: 1040px;}
#headerimage img {  max-width: 1024px;   }
#prelude { padding: 0px 0px;}
#main {	max-width: 1040px; margin: 0px -25% 0px 0px; }
#content {	max-width: 740px; }
#sidebar { float: left;  max-width: 230px; }
#footer {max-width: 1040px;}


/* --------------------------------------------------------
Disable Blog description
----------------------------------------------------------*/
#blogdesc {  /*display: none;*/ }

/* --------------------------------------------------------
Disable header image 
----------------------------------------------------------*/
#headerimage img {  /*display: none;*/   }

/* --------------------------------------------------------
Disable Simple menu
----------------------------------------------------------*/
#navigation {  /*display: none;*/ }


/* --------------------------------------------------------
light navigation
----------------------------------------------------------*/

#navigation {background: #EEEEEE; border-bottom:#ccc 3px solid;border-top:#ccc 3px solid;   }
.supranav { background: #EEEEEE;  }
.supranav li a { background: #EEEEEE;  color:##111111;}
.supranav li a:hover, .supranav li a:active, .supranav li a:focus {	color: #111111; background: #FFFFFF; }
.supranav li.active a { background: #FFFFFF;color: #111111; font-weight: 700; }

/* --------------------------------------------------------
Dark navigation
----------------------------------------------------------*/
/*
#navigation {background: #000000; border-top:1px solid #000000; border-bottom:1px solid #000000;  }
.supranav { background: #000000; }
.supranav li a { background: #000000; color:#aaaaaa;}
.supranav li a:hover, .supranav li a:active, .supranav li a:focus {	 color:#ffffff; background: #333333; }
.supranav li.active a { background:#000000;color:#ffffff;  }
*/

/* --------------------------------------------------------
Disable prelude, a little menu that allows to go directly to search
----------------------------------------------------------*/
#prelude { display: none;  }

/* --------------------------------------------------------
Customization of date and author
----------------------------------------------------------*/
.post-author { /*display: none;*/  }
.post-date { /*display: none;*/  }
.post-time { display: none;  }

/* --------------------------------------------------------
Customization of text in front of Post tags. 
Edit text between quotation marks
----------------------------------------------------------
.post-tags:before { content: "Tags: "; }
.post-tags:after  { content: " "; }*/

/* --------------------------------------------------------
Customization of text in front of Category. 
Edit text between quotation marks
----------------------------------------------------------
.post-category:before {	content: "Category: "; }
.post-category:after {	content: " "; }*/


/* --------------------------------------------------------
Customization of page-info
----------------------------------------------------------
.page-info {  display: none; }*/