/* Start of CMSMS style sheet 'iCMS' */
/*
  @Sofia Hauschildt [icms.info]
  @Version: 1.2.0-20090708

  @Contributors:
  -  http://www.styleshout.com/ 
  --------------------------------------------------------------- 
*/

/* COMMON STYLE
--------------------------------------------------------- */

* { margin: 0; padding: 0; outline: 0 }

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

body {
	font: 12px/165% Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #070707 url(images/bg.jpg) repeat-x;
	text-align: center;
}

a {
	text-decoration: none;
	color: #A56F38; 	
}

a img {
        border: none;
}

a:hover {
	/* background: #F0f0f0; */
        background: #feefb3;
	color: #000;
}

h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}

h1 {
	font-size: 200%;	
	font-weight: normal;
	letter-spacing: -2px;	
}

h2 {
	font-size: 185%;
	color: #663333;	
}

h3 {
	font-size: 170%;	
	font-weight: normal;
    color: #A56F38;
}

p, dl { 
	padding: 10px; 
	margin: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ul  { 
	list-style: none;
}

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

code {
  	margin: 10px;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	  background: #F0F0F0;  
}


img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 45px;  
    border: 1px solid #F0F0F0;
	background: #F0F0F0 url(images/quote.jpg) no-repeat 5px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

#content-outer {
	background: #fff;
	width: 100%;
}

#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}

#content {
	float: left;
	background: #fff url(images/content-bg.jpg) no-repeat;		
}

#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, sans-serif;			
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}

#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 880px;
	margin: 0 auto;	
}

/* HEADER
--------------------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(images/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 385px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
	height:290px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #490101;
	text-decoration: none;		
	/* position of the logo*/
	top: 135px; left: 48px;	
}

#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}

#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #7c1d0d;
	width: 430px;	
	/* adjust the position */
	top: 225px; left: 430px;		
}


/* TABLES
--------------------------------------------------------- */
.col-content table {
	border-collapse: collapse;
	margin: 15px 10px;	
}

.col-content th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}

.col-content tr {
	height: 34px;	
	background: #fff;
}

.col-content td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}

.col-content td a img {
	padding: 0px;
	margin: 5px;
	border: 1px solid #666;
}

.col-content td a:hover {
	background: none;
}

.col-content td a:hover img {
  border: 1px solid #ededed !important;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 15px 10px;  	
}

label {
	display: block;
	margin: 5px 0 0 0;
	color: #999999;
}

input, select {
	padding: 5px;
	font: normal 14px Arial, sans-serif;
	color: #000;
	background: #fff;
    width: 200px; 	
}

textarea {
	width: 400px;
	padding: 5px;
	font: normal 14px Arial, sans-serif;
	height: 100px;
	display: block;
	color: #000;
}

input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button, input.fbsubmit, div.button input { 
	font: bold 12px Arial, sans-serif; 
	height: 30px;
	margin: 10px 0 0 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

div.checkbox {
	margin: 10px 0 0 0;
}

div.checkbox label {
	display: inline;
}

div.checkbox input {
    width: 20px;
	padding: 0;
	border: none;
}

/* CONTENT
--------------------------------------------------------- */

.col-content {
	width: 650px;
	float: left;
	margin: 0 20px 40px 20px;
}

.col-content h1 {
	font: normal 3em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-right: 10px;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

.col-content h1 a, .col-content h2 a, .col-content h3 a {
	text-decoration: none;
}

.col-content ul li {
	list-style-image: url(images/bullet.gif);
}

.col-content img {
	background: #fafafa;
        border: 1px solid #dcdcdc;
	padding: 5px;
}

.col-content a {
     text-decoration: underline;
}

.col-content a:hover,  .col-content a:active, .col-content a:focus{
     text-decoration: none;
}

/* WYSIWYG
--------------------------------------------------------- */

.info, .success, .warning, .error, .help, .validation {
    /* border: 1px solid; */
	  border: none;
    margin: 10px 0;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
	background-image: url(images/info.gif);
}

.help {
    color: #00529B;
    background-color: #BDE5F8;
	background-image: url(images/help.gif);
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
	background-image: url(images/success.gif);
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
	background-image: url(images/warning.gif);
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
	background-image: url(images/error.gif);
}

a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

a.external {
  padding: 0 18px 0 0;
}

a.external:link {
  color: #A56F38; 
  background: url(images/external.gif) no-repeat 100% 1px;
}

a.external:visited {
  color: #A56F38;
  background: url(images/external.gif) no-repeat 100% 1px; 
}

a.external:hover {
    color: #000;
    background: url(images/external.gif) no-repeat 100% 1px; 
    background-color: #feefb3;
    border-bottom: 1px dotted #000;
}

a.download {
  padding: 0 18px 0 0;
}

a.download:link {
  color: #A56F38; 
  background: url(images/bullet_arrow_bottom.png) no-repeat 100% 0;
}

a.download:visited {
  color: #A56F38;
  background: url(images/bullet_arrow_bottom.png) no-repeat 100% 0; 
}

a.download:hover {
    color: #000;
    background: url(images/bullet_arrow_bottom.png) no-repeat 100% 0; 
    background-color: #feefb3;
    border-bottom: 1px dotted #000;
}

.img-caption {	
	padding: 5px 5px 2px 5px; 	
	font-size: 11px;
	background: #9f6000;
	color: #fff;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	text-align: left;
	display: block;
}

.img-caption a, .img-caption a:hover  {
	color: #fff !important;
}

.img-caption a:hover {
	background: #9f6000 !important;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.codeinline {
  font-family: monotype;
  color: red;
}

a.cpModal{}


/* META
--------------------------------------------------------- */
.article-meta {
	margin: 0 10px 15px 10px;
	text-align: left;
}

.article-meta span {	
	padding: 5px 5px 2px 5px; 	
	font-size: 11px;
	background: #9f6000;
	color: #fff;
	font-weight: bold;
}

.article-meta span a {
	color: #fff;
	text-decoration: none;
}

.article-meta span a:hover {
	background: #9f6000;
}

img.feed-meta {
	border: none;
	padding: 0;
	margin:0;
	float:right;
}

.breadcrumbs {
	padding: 0;
	margin: 1px 10px;
	color: #666;
	/* border-bottom: 1px solid #efefef; */
	font-size: 11px;
}

.breadcrumbs a {
	color: #000;
	text-decoration: none;
}

.postmeta {	
	padding: 2px 5px; 
	margin: 20px 10px 0px 10px;	
	font-size: 11px;
	background: #9f6000;
	color: #fff;
	font-weight: bold;
}

.postmeta a { 
	background: transparent;
	color: #fff;
	text-decoration: none;
}


/* TOP NAVIGATION
--------------------------------------------------------- */

#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 25px;	top: 0px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 11px 0 11px;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #070000;	
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #663333;
        background: none;
	border: none;
}

#nav ul li#current a, #nav ul li a.currentpage, #nav ul li a.activeparent {	
	color: #000;	
	background: #d5d3d6 url(images/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}

/* SIDEBAR
--------------------------------------------------------- */
.col-navigation {
	width: 200px;
	margin: 0 0 20px 700px;	
}

div.sidemenu ul{
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}

div.sidemenu ul li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}

* html body div.sidemenu ul {
	height: 1%;
}

div.sidemenu ul a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #A56F38;		
}

div.sidemenu ul a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}

div.sidemenu ul a:hover,  div.sidemenu ul a.currentpage{	
        display: block;
	color: #000;	
	background: none;
	border: none;
}

div.sidemenu ul ul { 
	margin: 5px 0 0 5px;
	padding: 0;
}

div.sidemenu ul ul li {
	background: none;
}


/* FOOTER
--------------------------------------------------------- */

#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}

#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #ABABAB;	
}

#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}

#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}

#footer-wrapper ul.footer-list li a {
	/*display: block;*/
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}

#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

#footer-wrapper .col-one {
	margin-right: 480px;
	padding-left: 25px;
}

#footer-wrapper .col-two {
	float: left;
	width: 180px;
	margin-left: -425px;
	margin-top: 12px;
}

#footer-wrapper .col-three {
	float: left;
	width: 200px;
	margin-left: -225px;
	margin-top: 12px;
}

#footer-wrapper .col-one, 
#footer-wrapper .col-two, 
#footer-wrapper .col-three {
	padding-bottom: 20px;
}

/* MODULE SEARCH
--------------------------------------------------------- */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { 
	margin: 0; 
	padding: 0 0 10px 0;
}

.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

div#quick-search form {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}

div#quick-search form p {
	margin: 0; padding: 0;		
}

div#quick-search form .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none !important;
	color: #ABABAB;
}

div#quick-search form label,
div#quick-search form .btn,
div#quick-search form .hidden,
div#quick-search input.google-submit {
	display: none;	
}



/* MODULE CAPTCHA
--------------------------------------------------------- */
img.captchapict {
        margin: 5px 0;
		padding:0;
}


/* MODULE ALBUM
--------------------------------------------------------- */
#footer-wrapper .thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
    border: 1px solid #dcdcdc;	
}

#footer-wrapper .thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}

#footer-wrapper .thumbs a:hover { 
	background-color: transparent; 
	border: none
}

.templates-list {
    margin-top: 30px;
}

.template-item {
   margin: 0 0 30px 0;
}

.template-item h3 {
    font-size: 200%;
	padding: 0 0 3px 5px;
	font: normal 3em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin: 0 0 0 5px;
}

.template-download a {
	background: #9f6000;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	margin-right: 5px;
}

ul.picturelist li, ul.albumlist li  {
	list-style: none !important;
	float: left;
}

ul.picturelist img, ul.albumlist img {
	padding: 0px !important;
	margin-right: 40px;
}

ul.showcase {
	margin: 0 10px;
	padding: 0;
}

ul.picturelist li a:hover {
	background: none!important;
}

ul.showcase li, ul.showcase li  {
	list-style: none !important;
	float: left;
}

/* MODULE COMMENTS
--------------------------------------------------------- */
div#comments textarea {
	margin: 15px 0 0 0;
	height: 200px;
}

div#comments p {
	padding: 0;
	margin: 0;
}

div#comments .error ul {
	margin: 0;
}

div#comments .error ul li {
	list-style-image: none;
}

ul#comments-list {
	margin: 15px 0;
	padding: 0;
}

ul#comments-list li.item { 
	list-style-image: none; 
	float: left;
	width: 600px; 
	padding: 1em 10px 1em 0; 
	margin: 0; 
	clear: both;
	background: none; 
	border-bottom: 1px solid #ddd;
}

div.comment-meta {
	float: left; 
	width: 160px; 
}

div.comment-entry  { 
	float: left; 
	width: 420px; 
	padding-left: 15px; 
}

div.comment-entry p { 
	margin: 0 0 1em 0;
}

div.comment-meta p { 
	margin: 0 0 .5em 0;
} 

p.comment-author {
	font-weight: bold;
}		

p.comment-time {
	color: #999;
}


/* MODULE RSS FEED MAKER
--------------------------------------------------------- */
td a img.rssfeed {
	border: none !important;
	float: left;
}

td a.rssfeed, td a:hover img.rssfeed {
	border: none !important;
}
	
ol.steps {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #663333;
	font-style: italic;
}

ol.steps p {
    font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-left: solid 1px #999;
	line-height: 16px;
	padding: 0 0 1em 1em;
	color: #666666;;
}

/* MODULE News
--------------------------------------------------------- */
div.NewsSummary {
	border-top: 1px solid #ebebeb;	
}

div.NewsSummary h2 {
	font: normal 1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	text-transform: none;
	margin-right: 10px;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

div.NewsSummary h2 span {	
	padding: 2px 5px 2px 5px; 	
	font-size: 11px;
	background: #9f6000;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}

/* MODULE Attach
--------------------------------------------------------- */

div#related-content {
  	border: 1px solid #EBEBEB;
	  background: #F0F0F0;
    margin: 0 10px 20px 10px;	 
}

div#related-content ul {
  margin-left: 18px;
  margin-bottom: 20px;
  padding: 0;
}

div#related-content li {
  list-style-image: none !important;
}

/* ul#ressources_list a {
  font-size: 120%;
  font-weight: bold;
} */

/* DIVERS
--------------------------------------------------------- */

ul#portfolio {
	padding:0;
	margin: 10px 10px 10px 10px;
}
ul#portfolio li {
	list-style-image: none !important;
}

div.ad336x280 {
	float: left;
	margin: 10px 20px 10px 10px;
}

#videoBar-bar {
    width : 110px;
    margin: 20px auto;
    padding-top : 4px;
    padding-right : 4px;
    padding-left : 4px;
    padding-bottom : 0px;
}

.playerInnerBox_gsvb .player_gsvb {
  width : 480px;
  height : 380px;
}
.resultDiv_gsvb {
  margin: 10px 0;
}
  
#cse-search-results  {
  margin: 20px;
}
/* End of 'iCMS' */

