/*
Theme Name: Default
Theme URI: http://www.pampillebarbichette.com/
Author: Alexandre Clément
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

@font-face {
	font-family: MyriadProCondensed;
	src: url('MyriadProCondensed.ttf'),
		local('Myriad Pro Condensed');
}

body {
	background-color: #fff;
	margin: 0px;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	background-image: url(./images/background-bg.jpg);
}

.main {
	width: 1000px;
	margin: 0px auto;
}

#top {
	margin-left: 235px;
	height: 115px;
}

#top .links {
	position: absolute;
	margin-left: 200px;
	color: silver;
	margin-top: 8px;
	width: 550px;
}

#top .links img {
	border: 0px;
}

#top .links a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 20px;
}

#top .links a:hover {
	color: #000;
}

#menu {
	margin-top: 15px;
	margin-left: 175px;
	padding-bottom: 10px;
}

#menu ul li {
	display: inline;
	padding: 0px 10px;
}

#menu ul li a {
	color: #6d9d31;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

#menu ul li a:hover, #menu ul li.current_page_item a, #menu ul li.current-page-ancestor a {
	color: black;
	border-bottom: 2px solid black;
}

#logo {
	position: absolute;
	top: 0px;
	margin-left: 55px;
}

#banner {
	height: 230px;
	background-image: url(./images/banner-bg-1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #9cc0fc;
}

#banner .main {
	width: 1000px;
	height: 230px;
}

#banner .main .inside {
	padding-left: 245px;
	padding-top: 140px;
}

.main #content, .main #sidebar {
}

.main #content .inside {
	padding: 10px 30px 20px;
}

.main #content.small {
	width: 618px;
	float: left;
}

.main #content.small .inside {
	padding: 30px 0px 20px 20px;
}

#content.small .inside .main-picture {
	 border: 1px solid silver; padding: 2px;
}

.main #content p {
	margin: 10px 0;
	color: #777;
	line-height: 19px;
}

.main #content ul {
	color: #777;
	line-height: 19px;
	list-style-type: square;
}

.main #content h2 {
	font-size: 12pt;
	color: #666;
}

.main #content a {
	color: #6d9d31;
	text-decoration: none;
}

.main #content a:hover {
	text-decoration: underline;
}

h1 {
	font-family: MyriadProCondensed, Helvetica, Arial;
	color: #6d9d31;
	font-weight: normal;
	font-size: 22pt;
}

#sidebar {
	width: 382px;
	float: right;
}

.main #sidebar .inside {
	margin: 30px 30px 20px;
	padding: 3px 25px 20px;
	background-color: #d3e1c1;
}

.main #sidebar .inside.square {
	background-repeat: no-repeat; padding-top: 20px; margin-top: 20px;
	padding-left: 20px;
	background-image: url(./images/sidebar-square-bg.jpg);
	background-color: #FFF;
}

.main #sidebar .inside.square img {
	border: 1px solid silver;
	width: 276px;
}

.main #sidebar .inside.square h2 {
	background-image: url(./images/arrow-dot.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 10px 0px;
	margin-right: 25px;
}

.main #sidebar .inside.square a {
	color: #6d9d31;
	text-decoration: none;
}

.main #sidebar .inside.square a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	font-family: Helvetica, Arial;
	color: #6d9d31;
	font-weight: normal;
	font-size: 14pt;
}

.main #sidebar .submenu ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #6d9d31;
	margin-bottom: 10px;
}

.main #sidebar .submenu ul li {
	list-style-type: none;
	border-bottom: 1px dotted #6d9d31;
	margin: 0px;
}

.main #sidebar .submenu ul li a {
	color: #555;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
}

.main #sidebar .submenu ul li a:hover, .main #sidebar .submenu ul li.current_page_item a {
	font-weight: bold;
	color: #000;
}

#footer {
	height: 70px;
	background-image: url(./images/footer-bg.png);
	background-repeat: repeat-x;
}

#footer .inside {
	padding: 43px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #555;
	font-size: 9pt;
}

#footer a {
	color: #6d9d31;
	text-decoration: none;
}

#footer a:hover {
	color: black;
}

a.button {
	display: inline-block;
	background-image: url(./images/button-right-bg.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 26px;
	color: black;
	text-decoration: none;
}

a.button span {
	display: block;
	margin-right: 5px;
	padding: 6px 15px 5px;
	font-size: 10pt;
	padding-right: 10px;
	background-image: url(./images/button-bg.png);
	background-repeat: repeat-x;
}

a.button:hover {
	color: #666;
}

a.button:focus {
	outline: none;
	color: #6d9d31;
}
