/* Start of CMSMS style sheet 'tesnenia01' */
/*

	terrafirma1.0 by nodethirtythree design

	http://www.nodethirtythree.com

*/



*

{

padding: 0px;

margin: 0px;

}



body

{

background: #F9F9F7 url(uploads/yap/a1.gif) repeat-x;

font-size: 11px;

font-family: "trebuchet ms", helvetica, sans-serif;

color: #333333;

line-height: 18px;

}



a

{

color: #FF7800;

text-decoration: underline;

}



a:hover

{

text-decoration: none;

}



sup

{

font-size: 0.5em;

}





p

{

margin-bottom: 14px;

text-align: justify;

}



img.picA

{

position: relative;

top: -2px;

background: url(uploads/yap/top0.jpg) no-repeat;

width: 841px;

height: 200px;

padding: 8px;

}


img.floatleft

{

float: left;

margin: 0px 14px 3px 0px;

}





ul.linklist

{

list-style: none;

}



ul.linklist li

{

border-top: solid 1px #EEEEEE;

padding-top: 5px;

margin: 5px 0px 0px 0px;

}



ul.linklist li.first

{

border-top: 0px;

margin-top: 0px;

padding-top: 0px;

}



#upbg

{

position: absolute;

top: 0px;

left: 0px;

background: #fff url(uploads/yap/upbg.gif) no-repeat;

width: 900px;

height: 264px;

z-index: 1;

}



#outer

{

position: relative;

width: 900px;

margin: 0 auto;

background: #fff url(uploads/yap/abg.gif) repeat-y;

}



#inner

{

position: relative;

padding: 13px 30px 13px 30px;

z-index: 2;

}



#header

{

position: absolute;

background:  url(uploads/yap/top0.jpg) no-repeat;

width: 841px;

height: 200px;

padding-left: 0px;

align: bottom;

}



#header span

{

font-weight: normal;

}



#header h1

{

position: absolute;

font-size: 23px;

letter-spacing: -1px;

top: 30px;

height: 200px;

}



#header h2

{

position: absolute;

font-size: 10px;

font-weight: normal;

color: #FCE2CA;

top: 51px;

}



#header sup

{

color: #FCE2CA;

}


#menu

{

position: relative;

background: #46461F url(uploads/yap/menu_bg.jpg) repeat-x;

height: 0px;



margin: 200px 0px 20px 0px;

}



#menu ul

{
padding-left: 13px;
}



#menu ul li

{

display: inline;

line-height: 52px;

padding-left: 13px;

}



#menu ul li.first

{

border-left: 0px;

}



#menu ul li a

{

background-color: transparent;

background-repeat: repeat-x;



font-size: 12px;

color: #fff;

font-weight: bold;

}



#menu ul li a:hover

{

background: #fff url(uploads/yap/a18.gif) repeat-x top;

color: #4A4A24;

text-decoration: none;

}



#date

{

position: absolute;

top: 0px;

line-height: 52px;

color: #BDBDA2;

right: 30px;

font-weight: bold;

font-size: 12px;

letter-spacing: -1px;

}



#secondarycontent

{

position: relative;

width: 180px;

float: left;

}



#secondarycontent h3

{

position: relative;

top: 4px;

font-size: 16px;

line-height: 25px;

color: #656551;

letter-spacing: -1px;

background: url(uploads/yap/a22.gif) bottom repeat-x;

padding: 0px 0px 10px 10px;

margin-bottom: 20px;

}



#secondarycontent .content

{

padding: 0px 10px 0px 10px;

margin-bottom: 20px;

}



#primarycontent

{

position: relative;

width: 630px;

float: right;

}



#primarycontent h3

{

position: relative;

top: 4px;

font-size: 18px;

line-height: 25px;

color: #656551;

letter-spacing: -1px;

background: url(uploads/yap/a22.gif) bottom repeat-x;

padding: 0px 0px 10px 15px;

margin-bottom: 20px;

}



#primarycontent .content

{

padding: 0px 15px 0px 15px;

margin-bottom: 20px;

}



#primarycontent .post

{

margin-bottom: 30px;

}



#primarycontent .post .header

{

position: relative;

}



#primarycontent .post .date

{

position: absolute;

right: 15px;

top: 0px;

line-height: 35px;

color: #AFAFA4;

font-weight: bold;

}



#primarycontent .post .content

{

margin-bottom: 0px;

}



#primarycontent .post .footer

{

position: relative;

top: -10px;

background: url(uploads/yap/a33.gif) repeat-x;

height: 64px;

}



#primarycontent .post .footer ul

{

list-style: none;

position: absolute;

right: 15px;

bottom: 15px;

}



#primarycontent .post .footer ul li

{

display: inline;

line-height: 14px;

padding-left: 17px;

margin-left: 25px;

background-repeat: no-repeat;

background-position: 0px 2px;

}



#primarycontent .post .footer ul li.printerfriendly

{

background-image: url(uploads/yap/a41.gif);

}



#primarycontent .post .footer ul li.comments

{

background-image: url(uploads/yap/a36.gif);

}



#primarycontent .post .footer ul li.readmore

{

background-image: url(uploads/yap/a38.gif);

}



#footer

{

position: relative;

clear: both;

height: 66px;

text-align: center;

line-height: 66px;

background-image: url(uploads/yap/a50.gif);

color: #A8A88D;

}



#footer a

{

color: #8C8C73;

}

/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.3em 0.5em 0.3em 1.5em; /* some air for it */
   color: #000000; /* this will be link color for all levels */
   background: url(uploads/yap/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.2em 0.5em 0.2em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/yap/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-image: url(uploads/yap/menu_bg_hover.jpg);
   background-repeat: repeat-x;
   color: #000000;
}
div#menu_vert a.activeparent:hover {
   background-image: url(uploads/yap/menu_bg_hover.jpg);
   background-repeat: repeat-x;
   color: #000000;
   font-weight: bold;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/yap/menu_bg_hover.jpg); 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(uploads/yap/arrow-right-active.gif) no-repeat 0.4em center;
   background-image: url(uploads/yap/menu_bg_active.jpg);
   background-repeat: repeat-x;
   display: block; 
   padding: 0.2em 0.2em 0.2em 0.5em;  /* some air for it */
   color: #000000;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/yap/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 0.5em 0 0.5em 0;
   background-color: #99000;
   line-height: 1em;
   margin: 0;
   text-align:left;

}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:1px 0 1px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'tesnenia01' */

/* Start of CMSMS style sheet 'tesnenia_simple_vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(uploads/yap/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/yap/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/yap/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(uploads/yap/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/yap/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'tesnenia_simple_vertical' */

