/* style for the body tag; takes care of any text not inside a block element.
   We must style all block elements seperately as styles don't inherit through
   block elements */
BODY {
	color: rgb(102,51,50);
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background-image: url(/themes/xExtraLite10/images/pagebg.jpg);
	background-image: repeat;
}

* {
    -moz-box-sizing: border-box;
} 

}
/* block element styles */

INPUT, SELECT {
	color: rgb(79,43,9);
	font-size: .75em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: rgb(245,237,226);
}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: rgb(79,43,9);
	font-size: .75em;
	width: 99%;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* inline element styles */
.pn-pagetitle {
	font-weight: bold;
	font-size: 1.6em;
	text-align:center;
}
h1 {
	font-weight: bold;
	font-size: 1.6em;
	text-align:center;
}
.pn-title {
	font-weight: bold;
	font-size: 1.4em;
	text-align:center;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	text-align:center;
}

h3 {
	font-weight: bold;
	font-size: 1.0em;
	text-align:center;
}

.pn-sub,{
  font-size: 9pt;
}

.search {
	color: rgb(255,204,0);
	/* color: rgb(0,0,0); */
	font-weight: bold;
	font-size: .8em;
}

/* anchor styles 
Note 1: Only add attributes to contextual (e.g. a.pn-title) styles that override the general style
Note 2: When all anchors are to be styled the same don't create specific styles 
for :visited etc.
*/

A {
	color: rgb(204,102,51);
	text-decoration: underline;
	background: none;
}
A:link {
	color: rgb(204,102,51);
	text-decoration: underline;
	background: none;
}
A:visited {
	color: rgb(255,102,51);
	text-decoration: underline;
	background: none;
}

/* globe links */

a.globelink:link {
	color: rgb(102,51,50);
	text-decoration: none;
	font-size: .7em;
}

a.globelink:visited {
	color: rgb(102,51,50);
	text-decoration: none;
	font-size: .7em;
}

a.globelink:active {
	color: rgb(102,51,50);
	text-decoration: none;
	font-size: .7em;
}

a.resourcelink:link {
	color: rgb(204,102,51);
	text-decoration: none;
}

a.resourcelink:visited {
	color: rgb(204,102,51);
	text-decoration: none;
}

a.resourcelink:active {
	color: rgb(204,102,51);
	text-decoration: none;
}

/* form and control styles */
.input {
	border: 1px solid #000000;
	color: rgb(0,0,0);
}

/* PostNuke specific classes */
.pn-menu {
	text-align:center;
}


/* block styles */
.sideblock {
	color: rgb(255,204,0);
	font-size: 1em;

	width: 140px;
	padding-left:5px;
	padding-right:5px;
}
.centerblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

#header {
	border: 1px solid #cecea5;
}

/* styles to create table-less layout */
.wrapper {
	width: 760px;
}
#adminwrapper {
	width: 100%;
}

#admincontent {
	background-color: rgb(256,256,256);
        top: 175px;
        width: 100%;
}

#themeheader {
	width: 760px;
	height: 130px;
}

#themesearch {
	float:left;
	color: rgb(255,204,0);
	width: 200px;
}

.left {
        width: 215px;
        top: 175px;
}
#spacer {
	float: left;
        width: 20px;
        height: 50px;
}
.content {
	float: left;
        width: 525px;
        top: 140px;
}
.content A:link {
	color: rgb(0,0,128);
	text-decoration: underline;
	background: none;
}
.content A:visited {
	color: rgb(0,0,0);
	text-decoration: underline;
	background: none;
}

/* utility clearer class */
.clearing {
	width: 760px;
	height: 0px;
	clear: both;
}

.themefooter {
        position: relative;
	text-align:left;
	color: rgb(255,204,0);
	font-size: .75em;
	height: 35px;
	background-image: url(/themes/xExtraLite10/images/pagefooter.jpg);
	padding-left: 10px;
}

.themefooter a:link {
	color: rgb(255,204,0);
}

/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 0px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 0px solid #000;
	margin-bottom: 5px;
}

/* defaut styling for lists */
ul { 
	margin-left: 1em;
	padding-left: 0em;
	text-indent: 0em;
}

/* a[href^="mailto:"]:before { content: "\2709 " } */

/*---------------------------------*/
/*   For Guppy/HTMLArea            */
/*---------------------------------*/

legend {
  font-size: 9pt;
}
.buttons {
  font-size: 9pt;
}

/*---------------------------------*/
/*   For Pagesetter Templates      */
/*---------------------------------*/

.partner-header {
  color: rgb(255,204,0);
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
.partner-logo {
  width: 238px;
  height: 64px;
  border: solid rgb(79,43,9) 2px;
}

/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
	font-size: .9em;
}

.vertitem	a {   /* Font style, size of main menu items */
	text-decoration: none;
	position: relative;
	display: block;
        margin-bottom: .5em;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: rgb(255,204,0);
	text-decoration: none;
	font-weight: bold;
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: rgb(255,255,0);
	text-decoration: none;
	font-weight: bold;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: rgb(255,255,0);
	text-decoration: none;	
	font-weight: bold;
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
	text-decoration: none;
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: rgb(255,204,0);
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: rgb(255,204,0);
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: rgb(255,204,0);
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.vertsubseparator	{   /* Style for line-separator in vertical menus - Use '---' for Link title to display */
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.component {
	background-color: rgb(218,172,39);
}

.print {
	background: #ffffff;
	size 8.5in 11in;
	padding: .25in; 

	margin: .25in
}