@charset "UTF-8";

/*
Theme Name: WordPress Cougar
Theme URI: http://wordpress.org/
Tags: florian rochat
*/

/* Reset des CSS */
/* http://developer.yahoo.com/yui/reset/ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* ============================= */
/* COMMON */
/* ============================= */

body {
	background: #000000;
	background-image: url(/images/common/background.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	text-align: left;
 }

.cougar #container {
    width:975px;
	margin-left:20px;
	margin-top:28px;
 }

/* ============================= */
/* HEADER */
/* ============================= */

.cougar #header {
	height:306px;
	margin:0px;
}

/* ============================= */
/* HEADER - MAIN NAV */
/* ============================= */

.cougar #mainNav {
	height:25px;
	margin-left:30px;
	margin-bottom:0px;
}

.cougar #mainNav img {
	padding-right:12px;

}

/* ============================= */
/* HEADER - BANNER */
/* ============================= */

.cougar #cougarBanner {
	height:281px;
	background-image: url(images/banner.jpg);
	background-repeat:no-repeat;
}

.cougar #cougarBanner img.buy {
	height:59px;
	margin-top:51px;
	margin-left:533px;
}

.cougar #cougarBanner img.title {
	height:50px;
	margin-top:48px;
	margin-left:30px;
}

/* ============================= */
/* BODY - CONTAINER */
/* ============================= */

.cougar #postContainer {
	border-right-style:solid;
	border-right-color:#2B221C;
	border-right-width:1px;
	float:left;
	margin-bottom:50px;
	margin-left:0px;
	width:746px;
 }

/* ============================= */
/* BODY - LEFTCOL */
/* ============================= */

#postContainer .postItem {
	margin-left:108px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8125em;
	color:#FFFFFF;
	margin-bottom:6em;
	line-height:1.7em;
	width:610px;
}

#postContainer .postItem strong {
	font-weight:bold;
}

#postContainer .postItem h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.7em;
	line-height:1.5em;
	margin-bottom:1.25em;
}

#postContainer .postItem h1.nobottom {
	margin-bottom:0px;
}

#postContainer .postItem h1 a {
	color:#FFFFFF;
	text-decoration:none;
}

#postContainer .postItem h1 a:link {
	text-decoration:none;
}

#postContainer .postItem h1 a:hover {
	text-decoration:underline;
}

#postContainer .postItem h2 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0px;
	margin-top:1.25em;
}

#postContainer .postItem p {
	margin-bottom:10px;
}

#postContainer .postItem p.chapo {
	font-weight:bold;
	font-style:oblique;
	margin-bottom:1.25em;
}

#postContainer .postItem p.metadata {
	color:#958D88;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top:0.5em;
	margin-bottom:1.5em;
}

#postContainer .postItem p a {
	color:#FBBE55;
}

#postContainer .postItem p a:link {
	text-decoration:underline;
}

#postContainer .postItem p a:hover {
	color:#FF7200;
	text-decoration:underline;
}

#postContainer .postItem p a:visited {
	text-decoration:underline;
}

#postContainer .postItem ul {
	margin-top:1.25em;
	list-style:inside;
	list-style-type:square;
	padding-left:0px;
}

#postContainer .postItem img.float {
	float:left;
	padding-right:20px;
	padding-bottom:1.25em;
}


#postContainer .postItem img {
	float:left;
	margin-right:20px;
	margin-bottom:1.25em;
	border:1px;
	border-color:#2B221C;
	border-style:solid;
}

#postContainer .nextLink, .previousLink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8125em;
	float:left;
	width:150px;
}

#postContainer .blogNavigation {
	margin-left:108px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8125em;
		line-height:1.5em;
}

#postContainer .blogNavigation a {
	color:#FBBE55;
	text-decoration:underline;
}

#postContainer .blogNavigation a:hover {
	color:#FF7200;
	text-decoration:underline;
}


#postContainer .postItem blockquote {
	border-left:1px;
	border-left-color:#2B221C;
	border-left-style:solid;
	font-style:italic;
	padding-left:20px;
}

#postContainer .postItem em {
	font-style:italic;
}

.cougar #commentContainer {
	margin-left:108px;
	padding-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8125em;
	color:#958D88;
	margin-bottom:6em;
	margin-top:6em;
	line-height:1.7em;
	width:610px;
}
 
.cougar #commentContainer h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#534237;
	text-transform: uppercase;
	margin-top:0.5em;
	margin-bottom:1.5em;
	font-weight:bold;
}


.cougar #commentContainer a {
	color:#FBBE55;
	text-decoration:underline;
}

.cougar #commentContainer a:hover {
	color:#FF7200;
	text-decoration:underline;
}

.cougar #commentContainer a:visited {
	text-decoration:underline;
}

.cougar #commentContainer li.comment {
	border-bottom-style:solid;
	border-bottom-color:#2B221C;
	border-bottom-width:1px;
	padding-top:1em;
	padding-bottom:1em;
}

.cougar #respondContainer {
	padding-left:0px;
	margin-top:6em;
}

.cougar #respondContainer h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#534237;
	text-transform: uppercase;
	margin-top:0.5em;
	margin-bottom:1.5em;
	font-weight:bold;
}

.cougar #respondContainer input, textarea {
	margin-bottom:0.6em;
}

/* ============================= */
/* BODY - RIGHTCOL */
/* ============================= */

.cougar #rightCol {
	background-image:url(images/background_shadow_blog.jpg);
	background-repeat:no-repeat;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8125em;
	height:500px;
	line-height:1.7em;
	margin-left:0px;
	width:227px;
}

.cougar #rightCol p.caption {
	color:#958D88;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:180px;
	font-size:0.9em;
	margin-left:20px;
	margin-top:20px;
}

.cougar #rightCol p.rightTitle {
	color:#534237;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:20px;
}

.cougar #rightCol ul {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:20px;
	padding-left:0px;
	list-style:none;
}

.cougar #rightCol li a {
	padding-left:0px;
	color:#FFFFFF;
	text-decoration:none;
}

.cougar #rightCol li a:hover {
	padding-left:0px;
	color:#FFFFFF;
	text-decoration:underline;
}



/* ============================= */
/* FOOTER */
/* ============================= */

.cougar #footer {
	background-image:url(/images/common/footer_line.gif);
	background-repeat:repeat-x;
	height:50px;
	clear:both;
 }

.cougar #footer p {
  	color:#958D88;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:0.6875em;
	padding-top:1em;
  	margin-left:108px;
 }