/*

Theme Name: Gabriel Ducommun
Description: Gabriel Ducommun Corporate Theme
Version: 1.0
Author: Alexis Domjan
Author URI: http://www.gaialabs.org

$Id: style.css,v 1.2 2012-04-03 16:18:06 disco Exp $

*/

@import "fonts/stylesheet.css";

/* RESET */

body {
	margin: 0;
	padding: 0;
	font-family: "CantarellRegular", Tahoma, Helvetica, Arial, sans-serif;
	background-image: url(images/striped1.png);
	background-repeat: repeat-x repeat-y;
	background-color: #D8C2B4;
}



/* PAGE */

#page {
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 10px #999;
	background-color: #F1F0EE;
}



/* HEADER */

#header {
	width: 960px;
	height: 200px;
}

#banner {
	width: 960px;
	height: 160px;
}


/* CONTENT */

#content {
	margin: 20px;
}



/* FOOTER */

#footer {
	clear: both;
}

#footer-copyright {
	float: left;
	width: 460px;
	border-top: 1px solid #888;
	padding: 20px 0 20px 0;
	margin-left: 20px;
	font-size: 10pt;
}

#footer-author {
	float: right;
	width: 460px;
	border-top: 1px solid #888;
	text-align: right;
	padding: 20px 0 20px 0;
	margin-right: 20px;
	font-size: 10pt;
}




/* MENU/NAV */

#navbar {
	display: block;
	background-color: #A38060;
}

#menu-menu {
	font-size: 11pt;
}

#menu-menu, #menu-menu ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#menu-menu li {
	list-style: none;
	float: left;
}

#menu-menu a {
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 20px; 
	color: white;
	font-weight: bold;
	border-right: 1px dotted white;
}

#menu-menu a:hover {
	/*background-color: #f89000;*/
	background-color: #534131;
	color: white;
}

#menu-menu a:active {
	background-color: #534131;
	color: #ddd;
}


/* CLEAR FIX */
/* Thanks to : http://www.webtoolkit.info/css-clearfix.html
   + Yves Martinet */

.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

.clearfix {
        display: inline-block;
}

html[xmlns] .clearfix {
        display: block;
}

* html .clearfix {
        height: 1%;
}


/* H2 */

h2 {
   font-size: 12pt;
   font-weight: bold;
   padding-bottom: 5px;
   border-bottom: 1px solid #A38060;
   color: #A38060;
}

#content ul {
   margin: 0;
   padding: 0;
}

#content li {
   list-style: none;
   background-image: url(images/item2.png);
   background-repeat: no-repeat;
   background-position: 0 0.6em;
   padding: 0 0 10px 15px;
   margin: 0 0 0 0;
}

#content p {
   text-align: justify;
}


#content a, #footer a {
   color: #534131;
}

#content a:hover, #footer a:hover {
   color: #A38060;
}

img.alignright {
   border: 1px solid #A38060;
   margin: 0 0 15px 15px;
}




#content img.borded {
   border: 1px solid #A38060;
}

#content div.photos {
   float: left;
   margin-right: 50px;
   margin-bottom: 30px;
}

#content div.photos span {
   font-size: 10pt;
}
