/**-----------------------------------------------------------------------------
** general
**/ 


body, h1, td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:75%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

h1, h2, h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin:0pt;
}

h1 {
	font-size:17px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

table {
	float: left;	
}

th {
	text-align: left;
}

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


#frame {
	align: center;
    width: 950px;
    border: 1px solid #000;
	position: relative;
	padding: 1px;
	margin: 0pt auto;
}

#content {
	float: left;
	padding: 2px;
	width: 650px;
}

.address {
	text-align: left;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	color: white;
    background: #3300FF url(/images/header.jpg) no-repeat 0 0;
	height: 100px;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

#header h1 {
	font-size: 70px;
	font-weight: bold;
	padding-top:0px;
	padding-left: 110px;
}

#header h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: -10px;
	padding-left: 112px;
}

#header .current_page_item {
	background: #069;
	color: #fff;
}

#menubar {
/*
border-style: solid;
border-top-width: 2px;	
border-color: #3300FF #000066 #000066 #000066
margin-top: -2px;
*/
}

/*  header menu style */
ol#menubar {
    background:#000066;
    float:left;
    width:100%;
    padding:0;
}

ol#menubar li {
    list-style:none;
    display:inline;
    float:left;
    margin:0;
    font: bold 11px Verdana,Arial,Helvetica,sans-serif;
}

ol#menubar li a {
    display:block;
    padding:5px 8px;
    color:#fff;
    text-decoration:none;
}

ol#menubar li a.selected {
    text-decoration:underline;
}

ol#menubar li a:hover {
    color:#ff6;
	font: bold 12px;
/*
    background:#3300FF;
*/
}


/** -----------------------------------------------------------------------------
  ARTICLE
**/
#articles {
    width:650px;
    float:left;
    margin-left:10px;
    margin-top:1em;
    display:inline; /* IE fix to prevent margin-left:10px from being doubled: http://positioniseverything.net/explorer/doubled-margin.html */

    padding-right:5px;
    margin-right:5px;
    padding-bottom:10px;
}

#articles h2 a {
color:black;
text-decoration:none;
}

#articles h2 a:hover {
    text-decoration:underline;
}

.post-title {
	color: white;
	background-color: #3300FF;
  font-size: 1.2em;
}

/**
 SIDEBAR ITEMS ----------------------------------------------
**/
#sidebar {
    width:234px;
    float:right;
    padding-left:10px;
    margin-right:10px;
    margin-top:10px;	
}

#sidebar h2 {
    font-size:110%;
    margin:1em 0 0;
}

.sidebar-item {
    padding:0;
    margin-bottom:20px;
}

.sidebar-item-image {
    border: 1px solid #999;
    margin: 0;
    padding: 0px;
	text-decoration:none;
}

.sidebar-item-content {
    border: 1px solid #999;
    margin:0;
    padding:10px;
    font-size:95%;
    position:relative;
}

.sidebar-item h3 {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    font-size:11px !important;
    text-align:center;
    background-color:#eee;
    background:url(/images/box-item-header.gif) repeat 0 0;
    margin:0 !important;
    padding:5px;
    position: relative;
}

#sidebar ul,ol {
    margin:0px;
    padding-left:1.5em;
}

#sidebar ul,ol li {
    margin-bottom:2px;
}

/**
 TABS ----------------------------------------------
**/
#tabs {
    height:16px;
    overflow:hidden;
}

#tabs ol {
    padding:0;
    margin:0;
}

.tab 	{
    background:url(/images/tabs.gif) no-repeat 0 0;	
}

.tab-selected {
    background:url(/images/tab-selected.gif) no-repeat 0 0;	
}

#tabs ol li {
    list-style-type:none;
    display: inline;
    margin: 0;
    float: left;
	min-width:100px;
	height:20px;
}

#tabs img {
    border:0px;
}

#tabs a{
	padding-left: .6em;	
	color: white;
	text-decoration:none;
    font: bold 11px Verdana,Arial,Helvetica,sans-serif;
}

#account-links {
    float:right;
    font: normal 10px Verdana,Arial,Helvetica,sans-serif;
    margin-right:12px;
    margin-top:2px;
}

#account-links a{
	color: 000066;
	text-decoration:none;
    font: normal 10px Verdana,Arial,Helvetica,sans-serif;
}


/**-----------------------------------------------------------------------------
** LISTS
**/ 
#content h1 {
        color:  #244;
        font-weight: bold;
        font-size:      larger;
}

.ListActions {
        font-size:      x-small;
        text-align:     right;
        padding-left:   1em;
}

.ListLine0 {
        background: #E6E6E6;
}

.ListLine1 {
        background: #DADAE0;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	padding-top:20px;	    
    background: #000066;
	height: 60px;
	width: 100%;
	float: left;
	margin-bottom: 3px;
	color: white;
    font: bold 12px Verdana,Arial,Helvetica,sans-serif;	
/*
	color: grey;
    background: #3300FF url(/images/header.jpg) no-repeat 0 0;
*/	
}

#footer a {
	text-decoration:none;
	color: white;
}
