/*
Theme Name: PoCarles
Theme URI: http://www.pocarles.com/
Description: Original WP theme for Pierre Olivier Carles, created by Francois de Rochebouet www.apicube.com.
Version: 1.0
Author: François de Rochebouet
Author URI: http://www.apicube.com
Tags: pic, green, white, three column, fixed width, simple, widget ready, custom header, valid CSS, valid XHTML
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFF;
	font-size: 11px;
	color: #666;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #5CACE5;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 1000px;
	position: relative;
	//background: #FFF url(images/bgDropShadow.gif) repeat-y;
	background: #FFF;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}

#wrapper2 {
	display: block;
	margin: 0 ;
	width: 100px;
	background: #FFF;
}

#wrapper3 {
	display: block;
	margin: 0 20px;
	width: 960px;
	background: #FFF;
}

#header {
	width: 1000px;
	background: #fff url(images/headerImg.jpg) top center no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EAEAEA;
	height: 290px;
	height: 280px !important;
}

#box {
	width: 695px;
	height: 77px;
	width: 618px !important;
	height: 29px !important;
	opacity: 0.96;
	-moz-opacity:0.96;
	filter : alpha(opacity=96);
	background: #444 url(images/headerPOC.gif) top left no-repeat;
	float: left;
	padding: 48px 0 0 77px;
	margin-left: 40px;
	margin-top: 165px;
}

a div#box {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}

#flag {
	width: 146px;
	height: 87px;
	float: right;
	margin-top: 193px;
}

#content {
	float: left;
	color: #000;
	padding-top: 10px;
	padding-right: 24px;
	border-right: 1px solid #EAEAEA;
	width: 669px;
	width: 640px !important;
}

#content img {
	max-width: 640px;
}

#sidebarRight {
	float: right;
	color: #777;
	padding-left: 10px;
	width: 290px;
	width: 280px !important;
}

#sidebarRight a {
	font-weight: normal;
}

#sidebarLeft {
	float: right;
	color: #666;
	padding: 0 9px 0 10px;
	border-right: 1px solid #EAEAEA;
	width: 192px;
	width: 173px !important;
}


#sidebarLeft a {
	font-weight: normal;
}

#footer {
	display: block;
	width: 1000px;
	background: #fff url(images/headerImg.jpg) bottom center no-repeat;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #EAEAEA;
	height: 110px;
	height: 100px !important;
	clear: both;
}


#footerbox {
	 opacity: 0.92;
	-moz-opacity:0.92;
	filter : alpha(opacity=92);
	width: 340px;
	margin: 15px 330px 0 330px;
	padding: 15px;
	background: #333;
	text-align: center;
	color: #BBB;
	font-size: 11px;
}

#footerbox a {
	color: #DDD;
	text-weight: normal;
}

#footerbox a:hover {
	color: #000;
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-top: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #EAEAEA;
	text-align: justify;
	line-height: 1.7em;
	color: #555;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.02em;
	font-size: 14px;
}

h1 {
	font-size: 24px;
	line-height: 1.8em;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #EAEAEA;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

h1 a {
	color: #333;
}

.post em {
	color: #555;	
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-style: italic;
     
        
        
}

.post em a {
	font-weight: normal;
	color: #5CACE5;
}

.post em a:hover {
	color: #0000;
}

p {
	line-height: 1.4em;
	margin-bottom: 17px;
}

p.center {
	text-align: center;
}

.postmeta {
	border-top: 1px dashed #EAEAEA;
	margin-top: 8px;
	padding-top: 5px;
	text-align: right;
	color: #CCC;
	font-size: 12px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.postmeta a {
	color: #414141;
	font-weight: normal;
}

.postmeta .strong a {
	color: #000;
	font-weight: bold;
}

.postmeta .strong a:hover {
	color: #5CACE5;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	margin-bottom: 30px;
	text-align: left;
}

#searchform #s {
	width: 275px;
	padding: 3px;
	margin-right: 2px;
	background: #EEE;
	border: 1px solid #BBB;
	color: #777;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
}

#searchform #searchsubmit {
	color: #888;
	font-size: 12px;
	font-family: "Arial", Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color:  #555;
	border-bottom: 1px #EAEAEA dashed;
	border-top: 2px #DDD solid;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-family: "Arial", sans-serif;
}

#sidebarLeft #text-236737411 {
	margin-bottom: 25px;
}


#sidebarLeft #text-236737411 img {
	margin: 0px;
}

#sidebarLeft #tag_cloud {
	margin-bottom: 30px;
	text-align: justify;
}

#sidebarLeft #tag_cloud a {
	color: #666;
}

#sidebarLeft #tag_cloud a:hover {
	color: #000;
}

#sidebarRight #flickrrss {
	margin-bottom: 25px;
}

#sidebarRight #flickrrss img {
	margin: 6px;
}


#sidebarRight #linkcat-2 a {
	color: #666;
}
#sidebarRight #linkcat-2 a:hover {
	color: #000;
}
#sidebarRight #linkcat-2 ul li {
	margin-bottom: 3px;
	margin-top: 2px;
}

#sidebarRight #text-236696731 img {
	margin-right: 3px;
	margin-left: 3px;
}

#sidebarRight #text-236696731 {
	margin-bottom: 25px;
}

#sidebarLeft #twitter-tools {
	margin-bottom: 25px;
}

#sidebarLeft #recent-posts {
	margin-bottom: 25px;
}

#sidebarLeft #recent-posts a {
	color: #666;
}
#sidebarLeft #recent-posts a:hover {
	color: #000;
}
#sidebarLeft #recent-posts ul li {
	margin-bottom: 7px;
	margin-top: 2px;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}


/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left;
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#comments {
	font-size: 14px;
	color: #555;
	display:block;
	padding: 20px 0 20px 0;
}

.conum {
	font-size: 18px;
	color: #BBB;
	display:block;
	float: left;
	padding-right: 8px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #666;
}

#commentform textarea {
	width: 543px;
	width: 533px !important;
	height: 100px;
	padding: 5px;
	margin: 2px 0 2px 0;
	border: 1px solid #666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Arial", Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: normal;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	display: block;
	margin-left: 20px;
	margin-bottom: 0px;
	padding:5px 10px 5px 10px;
	border: 1px solid #FFFFFF;
	background: #FFF;
}


.commentmetadata {
	font-weight: normal;
	font-size: 10px;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-top: 1px dashed #FFFFFF;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-bottom: 30px;
}

.commentlist li {
	margin: 0;
	padding: 20px;
	list-style: none;
	font-size: 12px;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

h3 {
	font-size: 11px;
	color: #999;
}

.subscribe-to-comments {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background: #f9f9f9;
	border: 1px dashed #EAEAEA;
}

#see_buttons_div {
	paddingleft: 10px;
}

.related_post {
	padding: 10px;
}

.related_post li {
	font-size: 12px;
	padding: 3px;
	margin-left: 20px;
}

#rPost {
	border-top: 1px dashed #EAEAEA;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.tags {
	font-size: 10px;
	color: #BBB;
	display: block;
	margin-top: 20px;
}


.tags a {
	font-weight: normal;
}

