/* Start of CMSMS style sheet 'hosszuhet : hosszuheteny' */
body {
	background-color:#86A6F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	width:722px;
	background-color:#86A6F1;
	margin:auto;
}
#header_part1 {
	background-image: url(uploads/hosszuhet/header_part1.jpg);
	height: 181px;
}
#container667 {
	width:667px;
	margin-left:55px;
	background-color:#86A6F1;
	background-image: url(uploads/hosszuhet/sidebar_bg.gif);
	background-repeat: repeat-y;
}
#header_part2 {
	background-image:url(uploads/hosszuhet/header_part2.jpg);
	height:67px;
}
#header_menu {
	background-image:url(uploads/hosszuhet/header_menu_bg.gif);
	height:28px;
}
#sidebar {
	/*height:100%;*/
	background-image: url(uploads/hosszuhet/sidebar_bg.gif);
	background-repeat: repeat-y;
}
#content {
	background-image: url(uploads/hosszuhet/content_bg_shield.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
width:440px;
margin-left:176px;
	padding:10px 20px;
	/*height: 250px;*/
	padding-left: 20px;
/*background-color:#cccccc;*/
}
#footer_part1 {
	height: 96px;
	background-image: url(uploads/hosszuhet/footer_part1.jpg);
	clear: left;
}
#footer_part2 {
	/*height: 20px;*/
	background-color: #1F4314;
	color: #FFFFFF;
	text-align: center;
width:667px;
margin-left:55px;
padding: .7em 0;
}

#footer_part2 a:link{
	color: #FFFFFF;
}

#footer_part2 a:visited{
	color: #FFFFFF;
}

#sidebar {
	width:145px;
	margin: 0;
	float: left;
	background-image: url(uploads/hosszuhet/sidebar_shield.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
}
/* End of 'hosszuhet : hosszuheteny' */

/* Start of CMSMS style sheet 'hosszuhet : CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   /*background-color: #ECECEC;*/
   /*border-bottom: 1px solid #C0C0C0;*/
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   font-size: 11px;
   font-style: italic;
   display: block; 
   margin: 0px; 
   padding: 7px 10px 8px;
   text-decoration: none; 
   color: #172204;
  
}



#primary-nav ul li {
 background-color:#D7DA44;
}



/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #D7DA44; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(uploads/hosszuhet/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #D7DA44; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'hosszuhet : CSSMenu - Horizontal' */

/* Start of CMSMS style sheet 'hosszuhet : 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 {
   font-size:12px;
   list-style: none;
line-height:1.2em;
   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 {
font-size:12px;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.2em 0.4em 0.2em; /* some air for it */
   color: #044203; /* this will be link color for all levels */
   /*background: url(uploads/hosszuhet/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/hosszuhet/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #D7DA44;
}
div#menu_vert a.activeparent:hover {
   background-color: #D7DA44;
   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/hosszuhet/arrow-down.gif) no-repeat 0.4em center; */
   /*background-color: #385C72;*/
   /*color: #fff;*/
  font-weight:bold;
  color:#000;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #D7DA44;
}


/* 
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/hosszuhet/arrow-right-active.gif) no-repeat 0.4em center;*/
   /*background-color: #385C72;*/
   display: block; 
   padding: 0.4em 0.2em 0.4em 0.2em;  /* 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/hosszuhet/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 'hosszuhet : Simple - Vertical' */

/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	/*border: 1px solid #069;*/
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #144D18;
	color: white;
	/*border: 1px solid black;*/
padding: 2px;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #99B4D2;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* End of 'Guestbook (default/example stylesheet)' */

