﻿/*  
Theme Name: CONTAINER 6 Theme
Theme URI: http://www.69design.ch/
Description: A customized WordPress theme for Container 6 
Version: 1.0
Author: 69 Design
Author URI: http://www.69design.ch/
*/

/*
The PHP, CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "layout.css";
@import "menu.css";
@import "pp_album.css";


#wpstats {
	display: none;
}

body {
	margin: 0 0 0 0;
	padding:0;
	background:#1e1613;
	background-image:url(images/background/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2D2522;
	line-height: 1.4em;
}

#body {
	background-image: url(images/background/bgshadow.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

input, select, textarea {
	font-family:Arial, Verdana, Lucida, serif, sans;
    font-size:11px;
    border:1px solid #5c564a;
	background-color: #29211E;
	color: #988d77;
	padding: 2px 2px 2px 2px;
}

input {
	margin-right:5px;
}

textarea{
    width:99%;
}

label {
	font-weight:bold;
}

label small {
	font-weight:normal;
}

*::-moz-selection, *::-selection {
	background-color:#ff6600;
	color:white;
}

a {
	color: #AC4911;
}

#content a:hover {
	text-decoration:underline !important;
}

a img {
	border:0px none;
}



#title {
	margin:0;
	padding:0;
	position:relative;
}

#title h1 {
	display: none;
}

#frame {
	background: #bcad93 url(images/background/bg2.jpg) left top repeat;
}

#footer_content {
	border-top: none;
}

h1 {
	margin:0;
	padding:0;
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:normal;
	font-style:italic;
	font-size:2.2em;
	letter-spacing:-2px;
	color:#3d3d3d;
}

h1 a {
	color:#3d3d3d;
	text-decoration:none;
}

.description small {
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:bold;
	font-style:italic;
	font-size:1em;	
	color:#8d8d8d;
}

ul#quicklinks {
	position:absolute;
	right:0;
	top:0;
	padding:0;
	margin:0;
	list-style:none;
	padding:20px;
	height:3.5em;
	line-height:3.5em;
}

* html ul#quicklinks {
	right:10px;
	overflow:hidden;
	zoom:1;
}

ul#quicklinks li {
	padding:0;
	margin:0;
	font-style: normal;
	font-size:12px;
	display:inline;
	text-transform: none;
	color:#988d77;
}

ul#quicklinks li a, ul#quicklinks li input {
	margin-left:20px;
	min-height:16px;
	line-height:16px;
	*height:16px;
	text-decoration:none;
	color:#988d77;
}

ul#quicklinks li a:hover {
	text-decoration:underline;
}

ul#quicklinks li a.rss {
	color:#ee7700;
	padding-right:20px;
	background:transparent url(images/icons/feed-icon-16x16.gif) no-repeat center right;
}

ul#quicklinks li#fr_FR a {
	background:transparent url(images/flags/fr.png) no-repeat center right;
}

ul#quicklinks li#en_US a {
	background:transparent url(images/flags/gb.png) no-repeat center right;
}

ul#quicklinks li#fr_FR.current_page_item a, ul#quicklinks li#en_US.current_page_item a {
	display:none;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#AC4911;
	margin: 0 0 18px 0;
	padding:0;
	text-transform: uppercase;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#AC4911;
	text-decoration:none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
}

h2, h3 {
	color:#AC4911;
	font-size:1.9em;
	letter-spacing:0;
	line-height:1.1em;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}

h2 a, h3 a {
	color:#AC4911;
}

h2 a, h3 a, h2 img, h3 img {
	border:0px none;
}

.rsswidget img {
	display:none;
}

h3 {
	font-size:1.2em;
	line-height:1.2em;
}

h4 {
	font-size:1em;
	line-height:1.2em;
	color:#AC4911;
}

.entry h7 {
	font-size:14px;
	padding:0 0 2px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #908273;
	color:#AC4911;
	font-weight: bold;
	text-transform: uppercase;
}

h4 a {
	color:#585858;
}

small {
	font-size:.9em;
}

.meta {
	border-top:1px solid #908273;
	padding-bottom:40px;
	background: none;
	font-size:.9em;
}

.meta dl {
	border:1px solid #908273;
	background-color: #a4947a;
	margin:0;
	padding:4px;
	list-style:none;
	display: none;
}

* html .meta dl {
	height:1em;
}

.meta dl dd, .meta dl dt {
	display:inline;
	margin:0;
	padding:0;
}

.meta dl dt {
	margin:0 .6em 0 0;
	color:#605138;
	font-weight: bold;
}

.meta dl dt a {
	color:#AC4911;
	text-decoration:none;
	font-weight: normal;
}

.meta dl dd {
	margin:0 1em 0 0;
	font-weight: normal;
	color:#AC4911;
	text-decoration: none;
}

.meta dl img {
	vertical-align:middle;
}

.meta dl dd a {
	text-decoration:none;
	color:#AC4911;
}

.commentlist {
	margin:0 0 0 0;
}

.comment .author, .comment .author a, .comment .date {
	color:#605138;
}

.comment {
	padding:5px;
	margin:8px 0 15px 0;
	background:#A4947A;
	border:1px solid #908273;
}

.comment img.avatar {
	float:left;
	margin-right:5px;
	border:1px solid #908273;
}

.comment h4 {
	padding:0;
	margin:0;
}

.comment p {
	margin:.5em 0 .5em 0;
	padding:0;
}

.comment_content {
	clear:both;
}

.comment.comment_author {
	background:#706451;
	border-color:#908273;
	color: #cbbfa6;
}

#commentform p {
	margin:0 0 .5em 0;
	padding:0;
}
#commentform small {
	display: none;
}



.comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	color:#cbbfa6;
}

.author, .date {
	color:#605138;
}

.author a {
	color:#605138;
}

.author {
	font-weight:bold;
}

#sidebar div {
	border-left:1px dotted #908273;
}

#sidebar_left div {
	border-right:1px dotted #908273;
	padding-left:20px;
}

.sidebar div div {
	border:0px none !important;
}

.sidebar h2 {
	font-size:14px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #908273;
	color:#AC4911;
}


.sidebar h2 a {
	color:#AC4911;
}

.sidebar ul, .sidebar ol {
	padding:0;
	margin: 0 0 10px 0;
	list-style: square;
}

.sidebar li {
	padding:0;
	margin: 0 0 8px 14px;
	color:#706451;
	line-height:15px;
}

.sidebar li li {
	padding:0 0 0 1em;
}

.sidebar li a {
	padding:0;
	position:relative;
	z-index:10;
}

.sidebar li a:hover {
	text-decoration:none;
	z-index:99;
}

.sidebar a {
	text-decoration:none;
	color:#2D2522;
}

.sidebar a:hover {
	text-decoration:underline;
}

#tag_cloud {

}

* html .sidebar li a {
	height: 1.8em;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	background:#AC4911;
	color:#FFFFFF;
}

.sidebar li.current_page_item li a, .sidebar li.current-cat li a {
	background:transparent;
	color:#3d3d3d;
}

.sidebar li a:hover {
	background:#706451;
	color:#FFFFFF;
}

code, pre {
	background:#4d9301 url(images/code_bg.png) no-repeat top left;
	display:block;
	line-height:26px !important;
	padding-left:44px;
	font-size:14px;
	border:1px solid #4d9301;
	margin:1em 0 1em 0;
	font-family: "Courier New", Courier, monospace;
	letter-spacing:0;
	clear:both;
	overflow:auto;
	text-align:left;
	color:white;
	white-space:nowrap;
}

* html code, * html pre {
	position:relative;
	width:90%;
	overflow:hidden;
	overflow-x:scroll;
}
/*
.comment code, comment pre {
	background:#141414;
	padding-left:3px;
}
*/

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.post {
	
}

.post .entry {
	margin:15px 0 20px 0;
}

.post ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.post p {
	margin:.7em 0 .7em 0;
}

.post ul ul {
	margin:0;
}

.post ul li {
	list-style-type: square;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	line-height: 16px;
}

* html .post ul li {
	list-style-image:none;
	list-style-position:outside;
	background:transparent url(images/bullet.gif) no-repeat 0 10px;
	padding-left:10px;
}

.post ul li li {
	list-style-type:circle;
	list-style-image:none;
	padding-left:0;
	background:transparent;
}

.post a {
	text-decoration:none;
}

.post blockquote {
	border-left:3px solid #908273;
	color:#635745;
	padding:0 15px 0 15px;
	margin:0 0 0 2px;
	font-family: Georgia, Times New Roman, sans;
	font-style:italic;
	font-size: 15px;
	line-height: 18px;
}

.post blockquote a {
	color:#4d9301;
}

.post blockquote blockquote {
	font-size:1em;
}

ul#linkslist, ul#linkslist li {
	list-style-image:none;
	background-image:none;
	padding:0;
	margin:0;
}

ul#linkslist li h2 {
	padding:0;
	margin:.5em 0 .5em 0;
}

.linkcat {
	padding:0;
	margin:0;
	list-style:none;
}

#searchform {
	margin:1em 0 1em 0;
	padding:0;
}

* html #searchform {
	width:90%;
}

#header #searchform {
	display:inline;
	margin:0;
	padding:0;
	overflow:hidden;
	height:10px;
}

#header #searchsubmit, .sidebar input {
	display:none;
}

#s, .sidebar input#s {
	background: #29211E url(images/search.png) no-repeat 138px 2px;
	font-family:Arial, Verdana, Lucida, serif, sans;
    font-size:11px;
    border:1px solid #5c564a;
	color: #988d77;
	padding: 3px 2px 4px 2px;
	width:150px;
	display:inline;
}

.navigation, .meta {
	clear:both;
}


/* content.css */

.important {
	background:#ffcdc5;
	border:1px solid #cd2d12;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#8c1400;
}

.important a {
	color:#8c1400;
}

.note {
	background:#d5f69b;
}

.note, .download {
	border:1px solid #75ad14;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#446c00;
}

.note a, .download a {
	color:#446c00 !important;
}

.download a {
	font-weight:bold;
}

.download {
	background:#d5f69b url(images/download.png) no-repeat top left;
	padding-left:46px;
	min-height:35px;
}

address {
	padding:5px;
	margin:1em 0 1em 0;
	background:#f3f3f3;
	border:1px solid #c6c6c6;
}

#px1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#px1 li {
	margin: 0 8px 0px 0;
	padding: 0;
	display: inline;
}

#px1 li img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 3px solid #908273;
}

#px2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#px2 li {
	margin: 0 8px 0px 0;
	padding: 0;
	display: inline;
}

#px2 li img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 3px solid #908273;
}


#px3 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#px3 li {
	margin: 0 8px 0px 0;
	padding: 0;
	display: inline;
}

#px3 li img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 3px solid #908273;
}

#px4 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#px4 li {
	margin: 0 8px 0px 0;
	padding: 0;
	display: inline;
}

#px4 li img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 3px solid #908273;
}

#px5 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#px5 li {
	margin: 0 8px 0px 0;
	padding: 0;
	display: inline;
}

#px5 li img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 3px solid #908273;
}


#myFooterLeft {
	width: 250px;
	float: left;
	text-align: left;
	padding: 7px 0 0 0;
	margin: 0;
	
	font-size: 11px;
	color: #7d766a;
	line-height: 1.1em;
}
#myFooterCenter {
	width: 400px;
	float: left;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0;
	
	font-size: 11px;
	color: #7d766a;
	line-height: 1.1em;
}

#myFooterRight {
	width: 200px;
	float: right;
	text-align: right;
	padding: 12px 0 0 0;
	margin: 0;
	
	font-size: 11px;
	color: #7d766a;
	line-height: 1.1em;
}

#myFooterRight a {
	font-size: 11px;
	color: #a28200;
	line-height: 1.1em;
	text-decoration: none;
}
#myFooterRight a:hover {
	color: #daae00;
	text-decoration: none;
}



