/*
 * Colours:
 * Pink         #fff7e2
 * Pink comment #f4e2db
 * Slate blue   #727eae
 * Dark blue    #30247a
 * Brick red    #901e1e
 * Darker red   #590b0b
 * Yellow       #fef6e1
 */

html
{
  height: 100%;
  margin-bottom: 1px;
}

body
{
  font-family: georgia, garamond, serif;
  font-size: 73.1%;
  margin: 0;
  padding: 0;
  background: url(../images/body.gif) center top repeat-y #e3e1e2;
}

body.livesite
{
text-align: center;
}

p, h1, h2, h3, h4, ul, ol, form, fieldset, img
{
  border: 0;
  margin: 0;
  padding: 0;
}

p
{
  margin: 0 0 1em 0;
  padding: 0;
}

table
{
  border-collapse: collapse;
}

h1, h2, h3, h4
{
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: normal;
}

ul
{
  list-style: none;
}

ul li
{
  padding-right: 20px;
}

fieldset
{
  border: 0;
  padding: 5px 0;
}

h1
{
  font-size: 200%;
}

h2 
{
  font-size: 24px;    /* 2em; */
  line-height: 30px;  /* 100%; */


/* new for J17 main content titles */
  padding-bottom: 13px;
  margin: 0;
}

h3 {
  font-size: 150%;
}

h4
{
  font-family: georgia, garamond, serif;
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  margin-bottom: 15px;
}


blockquote
{
  padding: 10px;
  padding-left: 50px;
  margin:  0 0 -1em 0;
}

pre
{
  padding: 10px;
  font-size: 95%;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 15px solid #ddd;
}


/* TinyMCE loads up CSS styles in the order they appear here */
/* so make sure these stay here in this file */
.singlelinespacing
{
  margin-bottom: 0;
}

table.contentpaneopen p.intropara,
table.contentpaneopen td p.intropara,
table.contentpane p.intropara,
p.intropara
{
  font-family: georgia, garamond, serif!important;
  font-size: 14px!important;
  line-height: 19px!important;
  font-style: italic!important;
  margin-bottom: 15px!important;
}

div #maincontent p.poinstblack,
table.contentpaneopen p.poinstblack,
table.contentpane p.poinstblack,
div #maincontent p.poinstblackarrow,
table.contentpaneopen p.poinstblackarrow,
table.contentpane p.poinstblackarrow,
div #maincontent p.poinstredarrow,
table.contentpaneopen p.poinstredarrow,
table.contentpane p.poinstredarrow
{
  font-family: georgia, garamond, serif;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0;
}

div #maincontent p.poinstblackarrow,
div #maincontent p.poinstredarrow
{
  padding-left: 10px;
}

div #maincontent p.poinstblackarrow
{
  background: url(../images/arrow-black.gif) transparent no-repeat 0 3px;
}

div #maincontent p.poinstredarrow
{
  background: url(../images/arrow-red.gif) transparent no-repeat 0 3px;
  color: #901e1e;
  float: left;
}

div #maincontent p.poinstredarrow a
{
  color: #901e1e;
}

div #maincontent p.poinstredarrow a:hover
{
  color: #590b0b;
}


.small,
.modifydate,
.createdate
{
  font-size: 100%;
}


br.clearall
{
  clear: both;
  height: 1px;
  line-height: 0px;
  margin: 0;
  padding: 0;
  font-size: 1px;
}

div.clear 
{
    clear: both; 
}

img.imgleft,
div.mosimageleft,
div.blog-featured img,
div#homepageheader img,
div#homepagemiddle img,
div#homepageleft img,
div.item-page img
{
  float: left;
  padding-right: 15px;
}

img.imgright,
div.mosimageright
{
  float: right;
  padding-left: 3px;
}

img.imgmiddle
{
  padding-left: 6px;
  padding-right: 6px;
}

div.mosimageleft


#nav a
{
  font-size: 110%;
}

div.moduletable h3
{
  font-size: 125%;
}

div#wscshopmag div.moduletable h3
{
  font-size: 100%;
  letter-spacing: 1px;
  padding: 4px 0 3px 17px;
  color: #fff;
  background-color: #901e1e;
}

div.moduletable p
{
  margin: 0;
}

div#homepageheader div.moduletable p
{
  margin: 0 0 1em 0;
}


.componentheading
{
  font-size: 100%;
}

.contentheading
{
  padding-top: 0px;
}

.componentheading,
.componentheadingwscsearch
{
 margin-bottom: 15px;
}

td.componentheading
{
  padding-bottom: 15px;
}

div.componentheading
{
  margin-bottom: 32px;
}



h3,
.contentheading,
.componentheading,
.componentheadingwscsearch,
#nav,
div#menu_horiz,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
span.loginsubmit,
span.logoutsubmit,
a.readon
{
  font-family: georgia, garamond, serif;
}

.componentheading,
.componentheadingwscsearch
{
  line-height: 1em;
  font-size: 2.0em;
}

.contentheading
{
  line-height: 1em;
  color: #000;
  font-size: 2.0em;
}


div.componentheadingwscsearch
{
  text-transform: lowercase;
}

div.componentheadingwscsearch:first-letter
{
  text-transform: uppercase;
}

a
{
  color: #006699;
}

a:link,
a:visited
{
  text-decoration: none;
}

a:hover,
a:active
{
  color: #000099;
}


div.wrapper
{
  width: 940px;  /* 968 */
  padding-bottom: 1px;
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
}


div#ribbonmenu
{
  clear: left;
  position: relative;
  width: 100%;
  background: url(../images/menudots-wide.gif) 0 0 no-repeat #fff7e2;
  padding-top: 3px;
}

/* --- Search --- */

div.moduletable div.search,
div.moduletable div.finder
{ }

div.moduletable div.search label,
div.moduletable div.finder label
{ letter-spacing: 1px; padding-right: 46px; }

div.moduletable div.search input,
div.moduletable div.finder input
{ font-size: 12px; }


div.mainbody
{
  padding: 10px;
}

div#homepageheader
{
  padding-right: 0px;
}

div#homepagemiddle
{
  float: right;
  width: 300px;
  margin-left: 20px;
}

div#homepageleft
{
  width: 300px;
}

div.moduletable
{
  padding: 0;
  margin: 0;
}

div#topmenu div.moduletable
{
  float: left;
}

/*
div.moduletablevmshop
{
  padding-bottom: 15px;
  margin-top: 10px;
  float: left;
}

div#wscshopmag
{
  background: url(../images/moddotsbottom-pink.gif) 0 bottom no-repeat #fff7e2;
  margin-bottom: 5px;
}

div#wscshopmag img
{
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 8px;
}
*/

div#rightcol div.moduletable
{
  background: url(../images/moddotsbottom.gif) 0 bottom no-repeat #fff;
  padding-bottom: 10px;
  margin-bottom: 5px;
}


div#wscshopmag div.moduletable
{
  padding: 0;
  margin: 0;
}

div.syndicaterssicon,
div.moduletablerssicon
{
  position: absolute;
  top: 8px;
  right: 6px;
}


div.moduletablerssfd
{
  background: url(../images/moddotsbottom.gif) 0 bottom no-repeat #fff7e2;
}

div.moduletablerssfd h3
{
  font-size: 100%;
  letter-spacing: 1px;
  padding: 4px 0 3px 17px;
  color: #fff;
  background-color: #901e1e;
}

div.syndicaterssfd
{
  width: 100%;
}

div.syndicaterssfd img
{
  float: left;
  margin: 7px 5px 10px 18px;
}

div.moduletablerssfd p
{
  padding: 7px 5px 10px 18px;
  margin: 0;
}

div.moduletablerssfd p a
{
  font-size: 0.95em;
}

div.moduletablerssfd img
{
  float: left;
  padding-right: 5px;
}

div.syndicate_textrssfd
{
  float: left;
  clear: right;
  margin-top: 5px;
  background-color: #fff7e2;
}

div.syndicate_textrssfd a
{
  font-size: 0.95em;
}

div.syndicate_textrssfd p
{
  margin-bottom: 3px;
}

div#footer
{
  height: 31px;
  line-height: 31px;
  text-align: center;
}

div#footer table
{
  width: auto;
  margin: 0 auto;
}

div#footer a.mainlevel
{
  display: inline;
  width: auto;
  padding: 0 5px;
  border: 0;
}


div#leftmenu label,
div#leftmenu input
{
  margin-left: 18px;
}


div.loginelement {
  float:  left;
  margin-right: 10px;
  line-height: 16px;
}

div.loginelement label {
  display: block;
  float: left;
  text-align: right;
  padding-right: 5px;;
  width: 65px;
  line-height:24px;
}

div.loginelement input {
  width: 90px;
}

span.loginsubmit,
span.logoutsubmit {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 61px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #333;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  background: url(../images/button_bg2.png) 0 0 repeat-x;
}

span.logoutsubmit {
  top: 35px;
  left: 40%;
}

.right_image {
  float: right;
  margin-left: 10px;
  border: 0;
}

.left_image {
  float: left;
  margin-right: 10px;
  border: 0;
}

.fakevideo {
  padding: 1px;
}

.vert_spacing {
  margin: 15px 0;
}

.hide {
  display: none;
}


table.blog span.article_seperator {
  display: block;
  height: 20px;
}

/* Joomla 1.6+ cat blog content pages */
div.cat-children dt { display: none; }
div.cat-children dd:before { content: "("; }
div.cat-children dd:after  { content: ")"; }
span.item-title{ float: left; padding-right: 5px; }



table.pollstableborder td {
  text-align: left;
  padding: 2px 0;
}

a:link.nounder,
a:visited.nounder,
a:hover.nounder {
  text-decoration: none;
}


.contentheading
{
  padding: 0 0 18px 0;
  margin: 0;
  line-height: 100%;
}

td.buttonheading
{
  vertical-align: middle;
}

td.buttonheading img
{
  margin-right: 5px;
}

table.contentpaneopen, table.contentpane
{
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen
{
  width: 100%;
}

p.modhtml,
table.contentpaneopen p,
table.contentpane p,
div.blog p,
div.category-desc,
div.blog-featured p,
div#homepageheader p,
div#homepagemiddle p,
div#homepageleft p,
div.item-page p
{
  font-family: verdana, sans-serif;
  font-size: 12px;  /* 0.95em; */
  line-height: 18px;  /* 1.4em; */
  vertical-align: top;
}

.clr {
  clear: both;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption
{
  margin: 5px;
  font-family: georgia, garamond, serif;
  font-size: 11px;
}


p.readmore
{
  font-family: georgia,garamond,serif!important;
  font-size: 1em!important;
}

a.readon,
p.readmore a
{
  cursor: pointer;
  margin-bottom: 10px;
  float: right;
  padding-right: 5px;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
}

.createdate {
  height: 20px;
  vertical-align: top;
  vertical-align: top;
  padding-bottom: 5px;
  padding-top: 0px;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

form.registration
{
  margin-bottom: 20px;
}

form.registration td
{
  padding-top: 10px;
}

div.contentheading
{
  font-size: 1.9em;
  padding: 15px 0 15px 0;
}

span.pathway
{
}

span.pathway img,
div.breadcrumbs img
{
  margin: 0px 5px;
  vertical-align: top;
  padding-top: 2px;
}

div#pathway
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.95em;
}

div.back_button
{
  margin-top: 5px;
}

span.article_seperator
{
  font-size: 1px;
}

table.sectiontablenav
{
  width: 100%;
}

td.sectiontablefooter
{
  width: 60%;
  text-align: right;
}

table.pagenav
{
  width: 100%;
}

th.pagenav_prev
{
  text-align: right;
  font-weight: normal;
  width: 49%;
}

th.pagenav_next
{
  text-align: left;
  font-weight: normal;
  width: 49%;
}

th.pagenavsep
{
  text-align: center;
}

span#thispage
{
  /* font-size: 2em; */
}

div.blog_more
{
  margin-bottom: 20px;
}

h2.wscfrontpage
{
  font-size: 1.5em;
  padding: 2px 0 2px 0px;
  line-height: 1em;
}

/*
 * Module: mostreadrecent
 */
div.mostreadrecent
{
  background-color: #fff7e2;
  padding: 10px 5px;
}

div.mostreadrecent h3
{
  padding: 2px 0 2px 0px;
  line-height: 1em;
  font-size: 1.25em;
}

div.mostreadrecent p
{
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}

div.mostreadrecentstart, div.mostreadrecentend
{
  background: url(../images/popular.gif) 0 0 no-repeat #fff7e2;
  height: 3px;
  width: 100%;
}

div.mostreadrecentstart
{
  background: url(../images/popular.gif) 0 0 no-repeat #fff7e2;
}

div.mostreadrecentend
{
  background: url(../images/popular-bottom.gif) 0 0 no-repeat #fff7e2;
  margin-bottom: 10px;
}



/*
 * Module: populartoday
 */
div.populartoday
{
  background-color: #fff7e2;
  padding: 10px 5px;
}

div.populartoday h3
{
  padding: 2px 0 2px 0px;
  line-height: 1em;
  font-size: 1.25em;
}

div.populartoday p
{
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}

div.populartodaystart, div.populartodayend
{
  background: url(../images/popular.gif) 0 0 no-repeat #fff7e2;
  height: 3px;
  width: 100%;
}

div.populartodayend
{
  background: url(../images/popular-bottom.gif) 0 0 no-repeat #fff7e2;
  margin-bottom: 10px;
}


/* ******** */

/*
td.sectiontableheader
{
  padding: 4px;
  line-height: 20px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
  padding: 4px;
}

td.sectiontableentry1,
td.sectiontableentry2
{
  padding: 4px;
}
*/

a.mainlevel:link,
a.mainlevel:visited,
ul.menu li a:link,
ul.menu li a:visited
{
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
}

a.mainlevel:hover,
a.mainlevel:active,
ul.menu li a:hover,
ul.menu li a:active
{
  color: #000099;
}

a.mainlevel,
ul.menu li a
{
  padding: 8px 0px 4px 20px;
  font-size: 130%;
}

/*
div.moduletablevmshop a.mainlevel,
div.moduletablevmshop a
{
  padding-left: 25px;
  padding-top: 0;
  padding-bottom: 6px;
  background: url(../images/shop-menu-arrow.gif) 15px 4px no-repeat transparent;
  color: #901e1e;
  letter-spacing: 0;
  font-size: 1.25em;
}

li.VmOpen a
{
  font-style: italic;
}

div.vmCartModule
{
  margin-bottom: 1em;
}

div.total_products
{
}

div.show_cart
{
  clear: both;
  width: auto;
  font-size: 1.4em;
}
*/

/* in the "show cart" module */
/*
a.mainlevel-vm
{
  margin: 18px 0 0 13px;
  color: #901e1e;
}

a.mainlevel-vm:hover
{
  color: #590b0b;
}

div.moduletablevmshop a.mainlevel#active_menu
{
  background: url(../images/shop-menu-arrow.gif) 15px 4px no-repeat transparent;
}

*/

a.sublevel:link,
a.sublevel:visited
{
  text-decoration: none;
}


a.sublevel:hover
{
  text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited,
li.active a
{
  background: url(../images/football-menu-marker.gif) 7px 8px no-repeat transparent;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}


p.menufooter
{
  margin-top: 10px;
  font-size: 0.8em;
  text-align: center;
  color: #555;
}

p.menufooter span
{
  font-style: italic;
}

p.menufooter img
{
  margin-top: 20px;
}

p.menufooter a
{
  color: #555;
}

/*
div.moduletablejuser
{
  margin-bottom: 3px;
}

form#mod_juser_login
{
  font-size: 0.9em;
}

div#mod_juser_sec1
{
  float: left;
  margin-right: 7px;
}

div#mod_juser_sec2
{
  float: left;
}

input#mod_juser_pw, input#mod_juser_un
{
  background-image: none;
  padding-left: 2px;
  width: 70px;
}

div#mod_jlogin_button
{
  float: left;
  margin-left: 62px;
}

input#jlogin
{
  font-size: 1em;
}

div#jl_remember_2
{
  float: left;
  margin-left: 7px;
}

div#jl_remember_2 input
{
  float: left;
  margin-left: 0px;
}

div#jl_remember_2 label
{
  float: left;
  margin-left: 0px;
  margin-top: 3px;
}

div#jl_lost_password
{
  float: right;
  clear: left;
  margin-top: 4px;
}

div#jl_no_account
{
  margin-top: 4px;
  margin-right: 20px;
  float: right;
}

div.jl_fieldsection
{
  display: none;
}

table.jl_fieldtable tr
{
  margin-bottom: 10px;
}

div.juser_msg
{
  text-align: left;
  color: #cc3300;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}

font#greeting
{
  margin: 3px 0 3px 18px;
  float: left;
}

input#jlogout
{
  float: left;
  clear: left;
  margin-right: 5px;
  margin-left: 16px;
}

*/

div.moduletableuddeim #uddeim-modulenew p.uddeim-module-head { background-color: #fff; font-size: 85%; }

div.whosonline
{
  background-color: #fff7e2;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
}


ul#mainlevel,
ul.menu
{
  background: url(../images/menudots-wide-bottom.gif) 0 bottom no-repeat #fff7e2;
  padding: 6px 0 9px 0;
}

ul#mainlevel li,
ul.menu li
{
  display: inline;
  padding-right: 0px;
  font-weight: normal;
  font-size: 0.8em;
}


ul#mainlevel-nav li,
ul.menu-nav li
{
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  border-left: 1px solid #fff;
}

ul.menu-nav li a
{
  color: #fef6e1;
  font-size: 12px;
  font-weight: normal;
  background: none;
}

ul#mainlevel-nav li#menuentry1
{
  border-left: none;
}

a.mainlevel-nav
{
  color: #fef6e1;
  font-size: 0.95em;
  font-weight: normal;
}

img.mainmenubottom
{
  display: block;
}

img.menulogo
{
  margin-left: 30px;
  margin-top: 10px;
}

div#strapline
{
  position: relative;
  float: right;
  width: 769px;
  height: 35px;
  background: url(../images/strapline.gif) 0 0 no-repeat #fff;
}

div#topmenu
{
  float: right;
  margin-top: 4px;
}

div#bannerarea
{
  float: right;
  margin-right: 21px;
  width: 728px;
  height: 90px;
}

div#wscinset
{
  float: left;
  margin-left: 8px;
}

div#maincontent
{
  float: left;
  width: 620px;   /* 596 */
}

/*
 * There is no easy way (that I can figure out) to have proper column ordering using the core-code output div's
 * This gets things as close as I can
 */

div.item
{
/*   width: 300px; */
  margin-top: 5px;
  padding-bottom: 10px;
  background: url(../images/row-divider.gif) 0 100% no-repeat transparent;
  width: 300px;
}

div#homepagemiddle div.moduletable,
div#homepageleft   div.moduletable,
div#homepageheader div.moduletable
{
  background: url(../images/row-divider.gif) 0 100% no-repeat transparent;
  margin-top: 5px;
  padding-bottom: 15px;

}


div#rightcol
{
  float: right;
  padding-left: 12px;
  margin-top: 5px;
  width: 300px;
  background: url(../images/rightdots.gif) 0 0 repeat-y #fff;
}

/*
table.artbannersplus, table.artbannersplustop
{
  border-collapse: collapse;
}

table.artbannersplustop
{
  margin-bottom: 10px;
}

table.artbannersplus td,
table.artbannersplustop td
{
  padding: 0;
  border: 0;
}

div#rightcol table.artbannersplus td
{
  padding-bottom: 6px;
}

*/


div.latonthesubject
{
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
  clear: both;
  background: url( ../images/frontpagedivider.gif) 0 100% no-repeat transparent;
}

div.latonthesubject p
{
  font-family: georgia, garamond, serif;
  font-size: 12px!important;
  float: left;
  padding-right: 20px;
}

div.latonthesubject ul li
{
  display: inline;
  font-size: 12px!important;
  padding-right: 20px;
  line-height: 18px;
}


div.com_latots
{
  margin-bottom: 20px;
}

table.com_latots td
{
  vertical-align: top;
}

table.com_latots p
{
  margin: 0;
}

img.frontpage
{
  margin-bottom: 15px;
}

table.adminform textarea {
  width: auto;
  color: #666;
}

/*
div#leftmenu div.moduletablevmshop table tr
{
  background-image: none;
}
*/

table.bot_autharticles
{
  padding: 0;
  margin: 0;
  border: none;
}

div.message
{
  margin: 10px 0;
  color: green;
  font-weight: bold;
}

/*
img.vmcartmod
{
  float: left;
  padding: 15px;
}

p.vmcartmod
{
  float: left;
  padding: 15px;
}

div.vmcartmod
{
  background: url(../images/moddotsbottom.gif) 0 bottom no-repeat transparent;
  margin-bottom: 5px;
}

input.vmaddtocart
{
  text-align: left;
  float: right;
  width: 125px;
  height: 35px;
  cursor: pointer;
  border: none;
  color: #901e1e;
  font-family: georgia, garamond, serif;
  font-size: 1em;
  background: url(../images/add-to-cart_wsc.gif) no-repeat right transparent;
  vertical-align: middle;
}

a.vmcartnav
{
  float: left;
  font-size: 1.4em;
  color: #901e1e;
}

a.vmcartnav:hover,
input.vmcartinput:hover
{
  color: #590b0b;
}

input.vmcartinput
{
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: #fff;
  font-size: 1em;
  color: #901e1e;
  font-family: georgia, garamond, serif;
}

input.vmbigger{ font-size: 140%; }
*/

input.stbutton{ float: right; font-size: 1.5em; margin-bottom: 0px; }

dt.article-info-term{ display: none; }

span.showHere{ display: none; }

div.onthesubject h1 { float: left; font-size: 2em; padding: 0 5px 0 0; line-height: 2em;}
div.onthesubject h2 { font-size: 2em; padding: 0; line-height: 2em;}

div.items-more ol
{
  list-style: none;
}

div.pagination
{
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

div.pagination li
{
  display: inline;
  padding-right: 5px;
}

div.pagination li.pagination-start,
div.pagination li.pagination-end,
div.pagination li.pagination-prev span.pagenav,
div.pagination li.pagination-next span.pagenav,
div.pagination p.counter
{
  display: none;
}

/* user login, register, profile edit */

div.registration legend,
div.profile-edit legend
{
  font-size: 2em;
  padding: 15px 0 0 0;
}

div.registration dl,
div.profile-edit dl
{
  margin: 0px;
}

strong.red, span.star { color: red; }

div.registration dt,
div.profile-edit dt,
div.remind       dt,
div.reset        dt
{
  float: left;
  clear: left;
  width: 15em;
  margin-top: 10px;
}

div.registration dd,
div.profile-edit dd,
div.remind       dd,
div.reset        dd
{
  float: left;
  margin-top: 5px;
  margin-left: 3em;
}

button.validate { margin-top: 10px; margin-left: 0px; }

span.userreg
{
  font-size: 0.5em;
  line-height: 1.5em;
}

span.red
{
  color: red;
}

span#login-form a
{
  color: #fff;
  padding-right: 5px;
  font-size: 12px;
}

form#login-form
{
  border: none;
  font-size: 12px;
  font-family: georgia,garamond,serif;
}

form#login-form input.button
{
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
  font-family: georgia,garamond,serif;
  padding: 0 5px 0 0;
  margin: 0;
  cursor: pointer;
}

div.login-fields
{
  margin-bottom: 8px;
}

div.login-fields label
{
  float: left;
  width: 120px;
  clear: left;
}

div.login button.button { margin-left: 118px; }


/* Tooltips */
.tip-wrap{
    z-index: 10000;
}
.tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tip-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.tip-text {
   font-size: 100%;
   margin: 0;
}


/* Ari Ext Menu */
div.ux-menu-container
{
  top: -4px;
}

ul.ux-menu 
{
  padding-top: 0px;
}

.ux-menu a
{
  padding: 4px;
  border-color: #c0171d!important;
}

span.ux-menu-arrow
{
  top: 7px!important;
}

.ux-menu-sub a
{
  padding: 8px 15px;
}

li.ux-menu-item-level-1 a
{
  border-color: #000!important;
  border-bottom-style: dotted!important;
  border-top-style: dotted!important;
}

li.ux-menu-item-level-1 a.ux-menu-link-first
{
  border-top-style: solid!important;
}

li.ux-menu-item-level-1 a.ux-menu-link-last
{
  border-bottom-style: solid!important;
}

/* new category "blog" and "list" */
div.cat-children h3 
{
   display:none;
   /* a little dangerous? Done to remove "Subcategories" text from category listing pages - alternative is a language override but not known where else this text may be used*/
}

table.category
{
  width: 100%;
}

table.category th
{
  font-weight: normal;
}

table.category th,
table.category td
{
  line-height: 20px;
}

table.category td.list-title,
table.category td.list-author
{
  padding-right: 4px;
}


/* J2 store */
th.key
{
  width: 200px!important;
  font-weight: normal!important;
}


/* Kunena - including discuss plugin etc. */

.kunenadiscuss
{
  border: none;
}

.kdiscuss-title
{
  background: url("../images/pagedividertop.gif") no-repeat scroll 0 0 #F4E2DB;
  border: none;
  margin-bottom: 0px!important;
  color: #000;
  font-weight: normal;
}

.kdiscuss-text
{
  font-family: verdana,sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  vertical-align: top;
  padding-left: 5px;
}

.kdiscuss-register
{
  background: url("../images/pagedividerbottom.gif") no-repeat scroll 0 bottom #F4E2DB;
  padding: 0px 0 6px 5px;
  font-family: georgia,garamond,serif!important;
}


.kdiscuss-reply-header
{
  background-color: #fff7e2;
  background: url("../images/pagedividerbottom.gif") no-repeat scroll 0 0 #fff7e2;
}

.kdiscuss-reply-body
{
  border: none;
}

.kdiscuss-date
{
  background: none;
  padding-left: 0px;
  font-family: georgia,garamond,serif!important;
  font-size: 12px!important;
  color: #000;
}

.kdiscuss-more
{
  font-size: 12px;
}

.kdiscuss-avatar
{
  display: none;
}


/*
 * FeaturedItems module variations
 */
.moduletable-todaysmostread
{
  background: url(../images/popular.gif) 0 0 no-repeat #fff7e2;
  margin-top: 3px;
  padding-top: 10px;
  padding-left: 3px;
}

.moduletable-todaysmostread h3
{
  font-size: 15px;
}

div.featureditems-todaysmostread
{
  background: url(../images/popular-bottom.gif) 0 100% no-repeat #fff7e2;
  padding-bottom: 10px;
}

div.featureditemsheading-todaysmostread
{
  float: left;
}

div.featureditemstext-todaysmostread
{
  clear: both;
  margin-bottom: 3px;
}

span.fi-subtitle
{
  padding-left: 5px;
}

span.fi-author
{
  float: right;
  width: 120px;
}

span.fi-authoralias
{
  float: right;
  width: 120px;
}


div.featureditemstext
{
  clear: both;
  margin-bottom: 3px;
}


/* JomComment replacement, fixes */
div.jcTitles 
{ 
  font-family: georgia,garamond,serif; font-size: 1.5em; 
  margin-bottom: 5px; 
  padding-top: 10px; 
  background: url(../images/frontpagedivider.gif) 0 0 no-repeat transparent;
}
div.jomentry { margin-bottom: 30px; }
div.jomentry span { font-size: 0.95em; }
div.jomentry em { color: #006699; }
div.comment-text { margin-bottom: 10px; margin-top: 10px; }

/* Xmap */
div#xmap ul { padding-left: 10px; margin-left: 0px; margin-bottom: 10px; list-style-type: disc; }
div#xmap ul li { padding-left: 0px; margin-left: 5px; padding-right: 0px; }



/* superlogin */
div#rightcol div.moduletablesuperlog
{
  background: url(../images/moddotsbottom.gif) 0 bottom no-repeat #fff;
  padding-bottom: 10px;
  margin-bottom: 5px;
  float: left;
}

ul.menu-superlog li 
{ 
  padding-right: 0px; 
  padding-top: 4px;
  height: 17px;
}

span.quick span.super-login span.login
{
    height: 20px;
    width: 240px;
}

span.quick span.super-login span.login span.username, 
span.quick span.super-login span.login span.password 
{
    float: left;
    height: 20px;
    overflow: hidden;
    padding: 1px 2px 0px 5px;
    width: 73px;
    background-image: none;
}

span.quick span.super-login span.login span.username input,
span.quick span.super-login span.login span.password input 
{
    background-image: none;
    border: 1px solid #ddd;
    color: #646464;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    height: 17px;
}

span.quick span.super-login span.login span.username:hover,
span.quick span.super-login span.login span.password:hover
{
  background-image: none;
}


span.quick span.super-login span.login .login-button-text button,
span.quick span.super-login span.logout .logout-button-text button 
{
font-family:  georgia,garamond,serif;
    cursor: pointer;
    font-size: 10px;
    height: 21px;
}

ul.menu-superlog a#active_menu:link, 
ul.menu-superlog a#active_menu:visited, 
ul.menu-superlog li.active a 
{
  background-image: none;
}

/* AddThis - finally a decent social sharing plugin?
 * */
div.addthis_toolbox
{
  width: 100%;
}

div.addthis_default_style
{
  float: right;
}

