/* ----- This body tag is the default for pop-ups and stuff, via blank.tpl ----- */
body {
    color: #000;
    background-color: #fff;
    font-family: Verdana,Trebuchet,Arial,sans-serif
}

/* ----- This body tag is the default for all other pages, via theme.tpl ----- */
body#mainpage
{
    color: #000;
    background-color: #fff;
}


/* ---------- Main divs ---------- */

#wrapper
{
	text-align:left;
}

#masthead
{
	/*border: 3px double chocolate;*/
}

#banners
{
}

#mast
{
}

#header
{
}

#utility
{
    float: right;
    margin-right: 0.5em;
}

#top-menu
{
    background: #BDD2FF;
}

/* ----- Use the next two if you want different link colours in the top-menu ----- */
#top-menu a:link, #top-menu a:visited, #top-menu a, #top-menu a:active {
    /*color: #fff;*/
}

#top-menu a:hover
{
	background-color: #ff6;
	color: #000;
}

#breadcrumbs
{
	clear: left;
}


/* ----- Now the columns ----- */

#content_wrapper
{
	/*border: 3px double chocolate;*/
    clear:both;
}

/* left column contents background colour */
.col1
{
	background-color: transparent;
}


/* center column contents background */
.col2
{
    background-color: transparent;
}

/* right column contents background colour */
.col3
{
	background-color: transparent;
}


/* ----- lower part of main body area ----- */
#bottom
{
    background-color: #CF9;
    color: #000;
}

/* ----- Now the footer ----- */
#footer
{
    border-color: #CCC;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    background-color: #BDD2FF;
}

#footer .nav {
    float: left;
    margin: 0 6em 0 0;
    padding: 0;
}

#footer ul {
	margin-top: 0;
	padding-left: 2em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

/* ----- Use the next two if you want different link colours in the footer ----- */
#footer a:link, #footer a:visited, #footer a, #footer a:active {
    /*color: #fff;*/
}

#footer a:hover{
    /*color: #fff;*/
}



/* ---------- Basic links and h tags ---------- */

a:link, a:visited {
    text-decoration: none;
    background-color: inherit;
    color: #683367;
}

a:hover, a:active {
    text-decoration: underline;
    background-color: inherit;
    color: #000;
}


h1, h2, h3, h4, h5, h6 {
    color: #683367;

}


/* ---------- Block colors ----------- */

.col2 a:link, 
.col2 a:visited, 
.col2 a, 
.col2 a:active 
{
    /*color: #423270;*/
}

.col2 a:hover{
    /*color: #EE442D;*/
}

.col3 a:link, 
.col3 a:visited, 
.col3 a, 
.col3 a:active 
{
    /*color: #423270;*/
}

.col3 a:hover{
    /*color: #EE442D;*/
}

.col1 .box-title, 
.col3 .box-title
{
	background-color: #ffeeee;
}

.col2 .box-title
{
	background-color: transparent;
}

.box {
    border: 1px solid #ddaabb;
    background-image: url("img/pink-fill-70.png");
/*	    background-color: white;*/
    color: #000;
}

.box-title {
    background-color: #ddaabb;
    color: #000;
}

.box-title a:link, .box-title a:visited, .box-title a, .box-title a:active {
    /*color: #423270;*/
}

.box-title a:hover{
    /*background-color: #579E8D;
    color: #fff;*/
}

#middle .box
{
    background-color: #ffeeee;
}

.ads-zone .box
{
    border: none;
    background-image: none;
    background-color: transparent;
}

.toggle0 { 
    color: #A03E19; 
    background-color: #DEE2BD; 
    font-weight: bold; 
} 

.toggle1 {
    background-color: #EDF4D1;
    color: black;
}

.toggle2 {
    background-color: white;
    color: black;
}


.bgcolor1 {
    background-color: #CDDBB2;
    color: black;
}

.highlight:hover, .bgcolor2 {
    background-color: #EDF4D1;
    color: black;
}

.bgcolor3 {
    background-color: #579E8D;
    color: black;
}


q {
    background-color: #d6d7ca;
    color: black;
}


th {
    color: #683367;
    background-color: #CDDBB2;
}



/* -------- Form color ---------- 
input, textarea {
    color: #000;
    background-color: #F1F4CC;
    border: #000 solid 1px;
}
*/
input:focus, textarea:focus {
    background-color: #EDEFDB;
    color: black;
}


/*
input[type="submit"], input[type="button"]{
    color: #000;
    background-color: #F1F4CC;
    border: 1px #000 outset;
    cursor: default;
    cursor: pointer;
}
*/


/* ----------- Module specific ----------- */



/*--------------- Comments ---------------*/

.comment-table
{
	width : 100%;
}

.comment_report_link, .comment_delete_link, .comment_fork_link, .comment-punish
{
	float : left;
}

.comment-body
{
	background : #EDF4D1;
}

/*--------------- Control Panel ---------------*/

div.frame {
    background-color: #BCCAA5;
    color: black;
    border-color: #90996E;
}

div.backgrd {
    border-color: #90996E;
}

ul.tabmenu li a {
    border-color: #90996E;
    border-bottom: none;
    padding-bottom: 1px;
}

ul.tabmenu li.active a {
    border-color: #90996E;
    border-bottom: none;
    padding-bottom: 2px;
}

ul.tabmenu li.inactive {
    background-color: #CDDBB2;
    color: #49493D;
}

ul.tabmenu li.active {
    background-color: #BCCAA5;
    color: #49493D;
}

ul.tabmenu li.active a:visited {
    text-decoration: none;
    background-color: inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:link {
    text-decoration: none;
    background-color: inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:visited {
    text-decoration: none;
    background-color: inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:hover {
    text-decoration: none;
    color: black;
    background-color: inherit;
}

ul.tabmenu li.inactive:hover {
    background-color: #BCCAA5;
    color: black;
}

/*--------------- End Control Panel ---------------*/


/*--------------- Menus ---------------*/

ul.menu-links {
    border-top: #fff 2px solid;
    margin: 0;
    padding: 0;
    list-style-type : none;
}

ul.menu-links li {
    list-style-type : none;
}

ul.menu-links ul
{
    padding-left : 0px;
}

div.box ul.menu-links li a.menu-link-href:hover {
    text-decoration: none;
    background-color: #F1F4CC;
    color: black;
}

ul.menu-links li ul li.link-level-2 a.menu-link-href {
    padding-left: 1em;
    background-color: #E6EDD9;
    color: black;
} 

ul.menu-links li ul li.current-link a.menu-link-href {
    background-color: #fff;
    color: black;
} 

ul.menu-links li ul li ul li.link-level-3 a.menu-link-href {
    padding-left: 2em;
    background-color: #E9F7D0;
    color: black;
} 

ul.menu-links li ul li ul li.current-link a.menu-link-href {
    background-color: #fff;
    color: black;
} 

ul.menu-links li.current-link a.menu-link-href {
    background-color: #fff;
    color: black;
}

/*--------------- End Menus ---------------*/


/*---- Notes ---- */

.note-not-read {
   font-weight: bold;
}


/*---- Ads ----*/
.ads-zone .box .box-title
{
    display: none;
}

/*---- These are duplex columns for the homepage ----*/
.duplexcol
{
    background: transparent;
}

.duplexcolA
{
    float: left;
    display: inline;
    width: 49%;
    margin: 0px 0.5em 0px 0px;   
}

.duplexcolB
{
    float: left;
    display: inline;
    width: 49%;
    margin: 0px 0px 0px 0px;                    
}


/*
    | liquidcorners.css; feel free to adapt the style!
    | ================================================
    | use: 4 corners with borderline outside a contentbox with class="inside"; 
    |      image  = upper half: top left corner, long borderline, top right corner
    |               under half: bottom left corner, long borderline, bottom right corner
    |      CHANGE = you have to change this for fitting to your image
    |      YCC    = You Can Change (or omit), if wanted
    |      DNC    = Do Not Change
    | credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
    |          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
    | adapted
    | by.....: ... Eloi George - bygeorgeadvertising.com
    |
    | + please let this text & links intact for a next user +
*/
.notopgap    { margin-top: 0; height:0 }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; height:0 } /* DNC: to avoid splitting of the box */
.novertgap { font-size:1px; margin-top: 0; margin-bottom: 0; height:0px } /* DNC: to avoid splitting of the box */

/*
    | Pink Boxes
    | ================================================
*/
.pink_top-left, .pink_top-right, .pink_bottom-left, .pink_bottom-right { 
    background-image: url('img/pink-corners-70.png'); /* CHANGE: path and name of your image */
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.pink_top-left, .pink_bottom-left { 
    margin-right: 30px; /* CHANGE: replace by the width of one of your corners */
    }
.pink_top-right, .pink_bottom-right { 
    margin-left: 30px;  /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.pink_top-right {
    background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
    }
.pink_bottom-left  { 
    background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
    }
.pink_bottom-right { 
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
    }
.pink_inside {
  text-align: left;
    border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
    background-image: url("img/pink-fill-70.png");
    color: #000000;                 /* YCC: default text-color of the inside */
    padding-left: 10px;             /* YCC: all texts at some distance of the left border */
    padding-right:10px;             /* YCC: all texts at some distance of the right border */
    }
/* .pink_fill {BACKGROUND-IMAGE: url("img/fill-r255g225b225.gif");} */


/*
    | Purple Boxes
    | ================================================
*/
.purple_top-left, .purple_top-right, .purple_bottom-left, .purple_bottom-right { 
    background-image: url('img/corners-r239g222b239.gif'); /* CHANGE: path and name of your image */
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.purple_top-left, .purple_bottom-left { 
    margin-right: 30px; /* CHANGE: replace by the width of one of your corners */
    }
.purple_top-right, .purple_bottom-right { 
    margin-left: 30px;  /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.purple_top-right {
    background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
    }
.purple_bottom-left  { 
    background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
    }
.purple_bottom-right { 
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
    }
.purple_inside {
  text-align: left;
    border-left: 1px solid #E8A2E8; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #E8A2E8;/* YCC: color & properties of the right-borderline */
    background-image: url("img/fill-r239g222b239.gif");
    color: #000000;                 /* YCC: default text-color of the inside */
    padding-left: 10px;             /* YCC: all texts at some distance of the left border */
    padding-right:10px;             /* YCC: all texts at some distance of the right border */
    }
.purple_fill {BACKGROUND-IMAGE: url("img/fill-r239g222b239.gif");}


/*
    | Green Boxes
    | ================================================
*/
.green_top-left, .green_top-right, .green_bottom-left, .green_bottom-right { 
    background-image: url('img/corners-r225g246b204.gif'); /* CHANGE: path and name of your image */
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.green_top-left, .green_bottom-left { 
    margin-right: 30px; /* CHANGE: replace by the width of one of your corners */
    }
.green_top-right, .green_bottom-right { 
    margin-left: 30px;  /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.green_top-right {
    background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
    }
.green_bottom-left  { 
    background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
    }
.green_bottom-right { 
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
    }
.green_inside {
  text-align: left;
    border-left: 1px solid #95C495; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #95C495;/* YCC: color & properties of the right-borderline */
    background-image: url("img/fill-r225g246b204.gif");
    color: #000000;                 /* YCC: default text-color of the inside */
    padding-left: 10px;             /* YCC: all texts at some distance of the left border */
    padding-right:10px;             /* YCC: all texts at some distance of the right border */
    }
.green_fill {BACKGROUND-IMAGE: url("img/fill-r225g246b204.gif");}

.photoGalleries{
    float:left; 
    width: 80px;
    background-color: #efede1;
    margin-right: 13px;
}

div.photoGalleries.last{
    margin-right: 0px;
}

.photoGalleries p {
    margin: 0px;
    width: 80px;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 2px;
}

div.photoGalleries a.galleryLinks {
    font-weight: bold;
    text-decoration: none;
    color: #8a4c18;
    width: 80px;
}

/*--------------- phpwsbb ---------------*/
.comment-body .entry img {
    max-width: 500px;
}

.comment-body .signature img {
    max-width: 500px;
}



