/*
Theme Name: philippewigetblog.com
Theme URI: http://www.philippewigetblog.com
Description: The theme PWP Blog
Version: 1
Author: Philippe Wiget
Author URI: http://www.philippewiget.com
*/



/* Main Structure pw
   ------------------------------- */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}
#page {
	margin: 20px auto;
	padding: 0;
	width: 990px;
	}
#content { /* total width 800 */
	float: left;
	padding: 0px 40px 20px 40px;
	margin: 0px;
	width: 720px;
	}
#sidebar { /* total width 190 */
	float:right;
	padding: 20px 5px 10px 10px;
	margin-left: 0px;
	width: 175px;
	}
#bottomnav {
	float: left;
	padding: 0px 40px 20px 40px;
	margin: 0px;
	width: 720px;
	}
#footer {
	float:left;
	padding: 0px;
	margin: 0px;
	width: 800px;
	clear: both;
	text-align:left;
	}
.clear {
	clear: both;
}
/*  -------------------------------
    End Main Structure pw */

/* Begin Typography & Colors 
   ------------------------------- */
body {
	background-color: #333333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
    color: #cccccc;
	text-align: center;
	}
#page {
	text-align: left;
	}
#content {
	background-color: #ffffff;
	font-size: 1.2em;
    color: #333;
	}
.entry p, .entry li {
	line-height: 1.5em;
	}
a, a:link, a:hover, a:visited { /* b85b5a */
	color: #dd2222;
	}
#content small {
	
	font-size: 0.9em;
	line-height: 1.5em;
	margin:4px 0 4px 2px;
	padding:0px;
	}
.txt_bold {
	font-weight:bold;
	} 
/* End Typography & Colors 
   -------------------------------*/

/*  -------------------------------
    Begin Header */
#header {
	margin: 0;
	padding: 0;
	width: 990px;
	}
#header h1, #header h3 {
	float:left;
	font-size: 12px;
	width:173px;
	height: 48px;
	margin:0 0 5px 40px;
	padding:0;
	}
#header h1 a, #header h3 a {
	display: block;
	width: 173px;
	height: 48px;
	background: transparent url("/images/logo.png") no-repeat;
	text-indent: -700em;
	text-decoration: none;
	}
#headerimg 	{
	padding: 0;
	margin: 0;
	width: 990px;
	}
#websites {
	float:right;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
	text-align:right;
	width:600px;
	height: 16px;
	margin:30px 0 0 0;
	padding:0;
	}
#websites a, #websites a:link, #websites a:visited, #websites a:active {
	color:#CCC;
	text-decoration:none;
	}
#websites a:hover {
	color: #d22;
	text-decoration:underline;
	}
/* End Header
  ------------------------------- */
   
/*  -------------------------------
    Begin Content / Posts / Pages */
.post {
	padding:40px 0 0 0;
	text-align: left;
	}
#content h1, #content h2 {
	font-size: 1.6em;
	margin:0px 0 5px 0;
	}
#content h3 {
	font-size: 1.3em;
	margin:10px 0 5px 0;
	}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:visited, h3, h3 a, h3 a:link, h3 a:visited, h3 a:visited {
	color: #333;
	text-decoration:none;
	}
h2 a:hover, h3 a:hover {
	color: #d22;
	text-decoration:underline;
	}
.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	height:5px;
	padding-top: 4px;
	font-size: 10px;
	}
.navigation a {
	color: #d22;
	}
#content .postmetadata {
	padding: 5px 40px 5px 40px;
	margin: 20px -40px 0 -40px;
	font-size: 0.9em;
	background-color:#eee; /* eee */
	color:#666; /* 333 */
	}
#content .postmetadata a {
	color:#666; /* 333 */
	}
.postmetadata {
	font-weight: normal;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Content / Posts / Pages
  ------------------------------- */

/*  -------------------------------
    Begin Archives */
#content h1.pagetitle {
	margin: 20px 0px 5px 0px;
	}
/* Archives
  ------------------------------- */

/*  -------------------------------
    Begin Sidebar */

#sidebar {
	background-color: #292929; /* #f3f3f3 #f9f9f9  fff */
	font-size: 11px;
    color: #aaa;
	}
#sidebar form {
	margin: 0;
	}
ul.nav  {
	list-style: none;
	margin:0;
	padding:0;
	}
#portrait, ul.nav {
/*	border-bottom:1px #ccc solid;  */
	padding-bottom:10px;
	}
.nav li.nav_top, .nav li.nav_top a,
p.nav_top, p.nav_top a
	{
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color:#aaa;
	}
ul.nav_sub1 {
	list-style: none;
	padding: 0;
	margin: 2px 0 4px 5px;
	}
ul.nav_sub1 li, ul.nav_sub1 li a, ul.nav_sub1 a:link, ul.nav_sub1 a:visited
	{
	font-size: 11px;
	font-weight:normal;
	line-height: 12px;
	padding: 0;
	margin: 1px 0 4px 0;
	text-indent: 0em;
	text-decoration: none;
	}
p.nav_sub1
	{
	font-size: 11px;
	font-weight:normal;
	line-height: 15px;
	padding: 0;
	margin: 1px 0 4px 0;
	text-indent: 0em;
	text-decoration: none;
	}
ul.nav_sub1 a:link, ul.nav_sub1 a:visited,
p.nav_sub1 a:link, p.nav_sub1 a:visited
	{
	color:#aaa;
	}
p.nav_sub1 a {
	text-decoration:none;
	}
.nav li.nav_top a:hover, ul.nav_sub1 a:hover, ul.nav_sub1 a:active, 
p.nav_top a:hover, p.nav_sub1 a:hover, p.nav_sub1 a:active, 
#sidebar li.current-cat a, #sidebar li.current-cat a:link, #sidebar li.current-cat a:visited, #sidebar li.current-cat a:hover {
	color:#dd2222;
	}
/* End Sidebar
   -------------------------------*/


/*  -------------------------------
    Begin bottomnav */
#bottomnav {
	background-color:#292929;
	font-size: 11px;
    color: #aaa;
	}
#footer, #footer a  {
	color: #555555;
	}
#bottomnav p.section {
	font-size: 12px;
	font-weight:bold;
	margin: 20px 0 5px 0;
	}
#bottomnav p {
	font-size: 11px;
	margin: 0 0 0 5px;
	}
#bottomnav ul  {
	list-style: none;
	margin:0;
	padding:0 0 0 5px;
}
#bottomnav li, #bottomnav li a, #bottomnav a:link, #bottomnav a:visited
	{
	font-size: 11px;
	font-weight:normal;
	line-height: 12px;
	padding: 0;
	margin: 1px 0 4px 0;
	color:#aaa;
	text-indent: 0em;
	text-decoration: none;
	}
#bottomnav a:active, #bottomnav a:hover {
	color:#dd2222;
}
#bottomnav input {
	margin:2px 0; }
#bottomnav .feedburner, #bottomnav .feedburner a {
	font-size:8px;
	}
/* End bottomnav
   -------------------------------*/



/* -------------------------------
   Begin Coloumns:
   general 3-col structure */

.leftcol {
	float:left;
	width:33%;
	}
.centercol {
	float:left;
	width:33%;
	}
.rightcol {
	float:right;
	width:33%;
	}
	
/* general 2-col structure */

.two_leftcol {
	float:left;
	width:50%;
	}
.two_rightcol {
	float:right;
	width:49%;
	}
	

/* Emd Coloumns
   ------------------------------- */




/* Begin Images
  ------------------------------- */
p img {
	padding: 0;
	}
p img.alignnone {
	margin-left: -40px; margin-right: 0px;
	}
p img.alignright {
	margin-right: -40px;
	padding-right:0;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images
  -------------------------------*/




/*  -------------------------------
    Begin footer */

#footer {
	margin:0;
	}

/* End Footer
  ------------------------------- */









/* Begin  Typography & Colors 
*/

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





/* Begin Structure */


.post hr {
	display: block;
	}

/* End Structure */









/* Begin Lists
	list-style: none;

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 3px 0 6px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto 0 0;
	padding: 5px 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, 'Lucida Grande', Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a, .commentlist cite a:link, .commentlist cite a:visited {
	font-weight: normal;
	font-style:italic;
	color:#333;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.alt {
	background-color: #f3f3f3; /**/
	margin: 0;
	padding: 10px;
/*	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
*/	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	font-size: 0.9em;
	text-align: center;
	margin: 20px 0;
	padding: 0;
	}


/* End Comments */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



