/*  
Theme Name: Naenius v7
Theme URI: http://www.naenius.com
Description: The naenius main theme version 7 (12-2008)
Version: 7.0
Author: Mike van Riel
Author URI: http://www.naenius.com/
*/

html {
    height: 100%;
}

body {
    font: 13px Myriad,Arial,Helvetica,sans-serif;
    margin:0px;
    padding:0px;
}

h1 {
    color: #ad0094;
}

h1 a {
    color: #ad0094;
}

#menu {
    background: transparent url('http://themes.naenius.com/Naeniusv7/images/tab-middle.png') repeat-x top left;
    font-weight: bold;
    height: 22px;
}

#menu .meta {
    float: right;
    margin-top: 3px;
    list-style-type: none;
}

.meta form {
    display: inline;
}

.meta li.caption {
    color: #ffbfff;
    margin-top: 1px;
    border: none;
    margin-right: 3px;
}

#mainmenu {
    margin-left: 40px;
}

/*********************** Headers and Footers CSS ******************************/

#hdr {
    background: white url('http://themes.naenius.com/Naeniusv7/images/hdr-middle.png') repeat-x top left;
    height: 153px;
}

#hdr .left {
    background: white url('http://themes.naenius.com/Naeniusv7/images/hdr-left.png') no-repeat top left;
    width: 125px;
    height: 153px;
}

#hdr .right {
	float: right;
    background: white url('http://themes.naenius.com/Naeniusv7/images/hdr-right.png') no-repeat top right;
    width: 672px;
    height: 153px;
    margin-top: -153px;
}

#ftr {
}

#ftr .left {
	font-size: 80%;
	color: gray;
	text-align: right;
}

#ftr .right {
}

/*********************** Menu CSS *********************************************/

#nav {
    font-size: 90%;
    text-align: right;
    padding: 5px;
    padding-right: 10px;
}

#nav a {
    color: gray;
    text-decoration: none;
}

div.bar {
    font-size: 11px;
    background-color: #370C30; 
    border: none;
}

#appmenu {
    width: 200px;
    text-align: right;
}

#appmenu li {
	width: 180px;
}

#appmenu li ul li {
	width: auto;
}

#menu .float-left {
	float: left;
}

/*********************** Sidebar CSS ******************************************/

#sidebar {
    float: right;
    width: 250px;
}

#sidebar ul {
    margin: 0px;
    padding: 0px;
	list-style-type: none;
}

#sidebar .widget {
    border: 1px solid silver;
    -moz-border-radius: 10px;
    margin: 0px 10px 10px 0px;
    padding: 10px;
}

#sidebar .widget h2 {
    margin: 0px;
    font-size: 140%;
}

#sidebar .widget ul {
    margin: 0px;
    margin-left: 13px;
    padding: 0px;
    list-style-type: square;
}

/*********************** RoundedCorner CSS ************************************/

.frame_box {
    margin: 0 5px 10px 15px;
	background: url('http://themes.naenius.com/Naeniusv7/images/frame/topleft.png') no-repeat top left;
}

.frame_topright {
    background: url('http://themes.naenius.com/Naeniusv7/images/frame/topright.png') no-repeat top right;
}

.frame_bottom {
    background: url('http://themes.naenius.com/Naeniusv7/images/frame/bottomleft.png') no-repeat bottom left;
    margin-top: -4px; 
}

.frame_bottom div {
    background: url('http://themes.naenius.com/Naeniusv7/images/frame/bottomright.png') no-repeat bottom right;
}

.frame_content {
    background: url('http://themes.naenius.com/Naeniusv7/images/frame/fill.png') top right repeat-y;
    padding: 0 10px; 
    margin-top: -4px; 
}

.frame_topright, .frame_topright div,
.frame_bottom,   .frame_bottom div {
    width: 100%;
    height: 10px;
    font-size: 1px;
}

/*********************** SuckerTree CSS ***************************************/

.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Top level list items */
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background-color: transparent;
	border-right: 2px solid black;
    -moz-border-radius: 7px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: block;
	padding: 1px 8px;
	border-left-width: 0;
	text-decoration: none;
    color: white;
}
    
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border: 1px solid gray;
    -moz-border-radius: 5px;
    background-color: black;
    padding: 5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #ff9fff;
	text-decoration: none;
	padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
	background-color: #631555;
	-moz-border-radius: 5px; 
    color: #ff6fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
    background: transparent url(http://themes.naenius.com/Naeniusv7/images/menu/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: transparent url(http://themes.naenius.com/Naeniusv7/images/menu/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
    
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

