ciao ho alcuni problemi con il sito che sto realizzando, fin ora sono andato avanti con i vari post ma ora non trovo una risposta, ho dei problemi di allineamento.... ho inserito un'immagine nella parte alta del sito ma questa rimane sulla destra, il modulo cerca che sta sotto l'immagine è allineato a sinistra, credo che dipenda dalla larghezza degli articoli di default che sono nel pacchetto joomla, come posso fare per restringerli? puo' dipendere da altro?
aggiungo che ieri ho inserito un'immagine di backgound visibile su tutta la pagina ma lo sfondo del modulo pubblicità si vedeva solo se il puntatore/mouse era nella zona pubblicità
non credo serva il codice del template ma comunque allego il tema in css
questo è il tema in css
/* @group Additional Style sheets */
@import url('initial.css');
@import url('layout.css');
@import url('modules.css');
@import url('menus.css');
@import url('basic_typography.css');
@import url('template.css');
@import url('clearing.css');
@import url('editor.css');
/* @end */
/* @group default Joomla styles */
/*
* You can can the default Joomla styles here if you haven't already added specific style rules in "theme.css".
* If you have already added specific style rules to "theme.css" you will be over-riding those with the styles you declare below.
*/
/*---------------------------------------*/
/*** This CSS is for STYLES ONLY - colors, backgrounds, borders, text formatting etc.
Any layout - dimensions, spacing & placement etc. is defined in its respective CSS file. ***/
/*---------------------------------------*/
/* Containers */
body {
color: #333;
background: url(../images/bg_.jpg) top left no-repeat fixed;}
div.inside {
/*background: url(../images/bg_container.png);*/
}
div#wrapper {
border: 0.0em solid #DFDFDF; /*2*/
background: url(../images/trans_.png) center top;
}
div#header {
background-color: #; /*1*/
border-top: 1px solid #F3F3F3;}
div#logo {
background-image:url("../images/fresh.jpg");
background-repeat:no-repeat;
border:0.1em solid #CCCCCC;
height:315px;
width:798px;
}
div#top-module {
}
div#breadcrumbs {
}
div#breadcrumbs p {
}
div#breadcrumbs a {
}
div#search {
}
div#nav {
background-color: #; /*2*/
border: 0px solid #E6E6E6;
border-bottom: 2px solid #4B4B4B;}
div#MiddleCol {
}
div#top-user-modules {
background-color: #F3F3F3; /*2*/
border: 2px solid #F3F3F3;}
div#user1, div#user2, div#user5 {
}
div#mainbody {
background-color: #FFF; /*white*/
}
div#left {
}
div#right {
}
div#bottom-user-modules {
}
div#user6, div#user7, div#user8, div#user9 {
}
div#footer-user-modules {
}
div#user11, div#user12, div#user13, div#user14 {
}
div#footer {
border-top: 3px solid #4B4B4B;}
div#copyright {
font-size: 85%;
color: #4B4B4B;}
div#credits {
font-size: 85%;
color: #4B4B4B;}
ul#access li a, div#backtotoplink a {
color: #DFDFDF;
}
/************************************************ Style Elements */
/* Basic typography */
/* Links */
a, a:link {color: #313131;
text-decoration: underline;}
a:visited {}
a:hover {color: #1F1F1F;
text-decoration: none;}
a:focus {outline: 1px dotted #ccc;}
/* Headings */
h1, .componentheading {}
h2, .contentheading {}
h3 {}
h4 {}
h5 {}
h6 {}
div#sitename {
font-weight: bold;
font-size: 2.0em;
font-weight: normal;
margin-top: 0em;
margin-bottom: 0em;
}
div#sitename a:link,
div#sitename a:visited,
div#sitename a:hover {}
div#slogan {
font-size: 1.7em;
margin: 1.2em 0em 1.2em 0em;
font-weight: normal;
font-size: 100%;
font-family: serif;
text-transform: uppercase;}
/* Text styles */
strong, b {}
blockquote {
border-left:10px solid #ddd;
background: #fff;
}
pre {
border-left: 5px solid #666;
background: #ccc;
}
.code , code {
border-left: 5px solid #666;
background: #ccc;
}
.highlight {
background: #FF0; /*yellow*/}
/* Lists */
ol, ul, li {}
li > p {}
/* Horizontal rules */
hr {}
div.hr {border-bottom: 1px dotted #000;}
p a, p a:link { color: #313131;
text-decoration: none;
border-bottom: 1px dotted #4B4B4B;}
p a:visited {}
p a:hover { color: #1F1F1F;
text-decoration: none;
border-bottom: 1px dotted #313131;}
p :focus {
outline: 0;
}
/*-----------------------------------*/
/*** MENUS/NAVIGATION ***/
/*---------------------------------------*/
/* Top Horizontal Menu */
/*---------------------------------------
Note: Top Menu by default in Module Position/Name 'user3' with Menu Class Suffix '-nav' and style 'raw'.
Menu Style should be set to 'List' in the backend Module Manager.
Output code is ul.menu-nav
Note: For fly-out suckerfish menu to work as intended "Always show sub-menu Items" must be enabled in the Menu Module Parameters.
---------------------------------------*/
#nav ul li{ background-color: #DFDFDF; /*2*/
}
#nav ul li a,
#nav ul li a:visited {
border-right:1px solid #F3F3F3; /*1*/
}
#nav ul li a:hover {
background-color:#EBEBEB;}
#nav ul li#current a,
#nav a#active_menu-nav {
font-weight: bold;
color: #FFF;
background: #4B4B4B;
}
#nav ul li:hover a,
#nav ul li.iehover a {}
/* top level parent */
#nav ul li.parent a:after {content: " +";}
#nav ul li.parent li a:after {content: none;}
/* first sub-level list (tier 2 links) */
#nav ul li ul {}
#nav ul li:hover ul, #nav ul li.iehover ul {}
#nav ul li:hover ul li a, #nav ul li.iehover ul li a {
border-bottom:1px solid #F3F3F3; /*1*/
}
#nav ul li:hover ul li:hover a, #nav ul li.iehover ul li.iehover a {}
/* first sub-level parent */
#nav ul li li.parent a:after {content: " +";}
#nav ul li li.parent li a:after {content: none;}
/* Second sub-level list (tier 3 links)*/
#nav ul li:hover ul li ul, #nav ul li.iehover ul li ul {}
#nav ul li:hover ul li a, #nav ul li.iehover ul li a {}
#nav ul li:hover ul li a:hover, #nav ul li.iehover ul li a:hover {}
#nav ul li:hover ul li:hover ul, #nav ul li.iehover ul li.iehover ul {}
/* second sub-level parent */
#nav ul li li li.parent a:after {content: " +";}
#nav ul li li li.parent li a:after {content: none;}
/***MAIN MENU***/
/*---------------------------------------
Note: Main Menu by default in Module Position/Name 'left' with Module Class Suffix '_menu' and style 'xhtml'.
Default install sets Menu Style to 'List'.
All mod_mainmenu will take on these properties.
Add Menu Class Suffix to specify per menu, or add Preffix #left/#right to distinguish between menus in either columns.
Output code is div.moduletable_menu ul.menu
Note: For fly-out suckerfish menu to work as intended "Always show sub-menu Items" must be enabled in the Menu Module Parameters.
---------------------------------------*/
/* Left Column Vertical fly-out suckerfish menu */
#left ul.menu ul,
#left ul.menu ul ul,
#left ul.menu ul ul ul {}
#left ul.menu li {
border-bottom: 1px solid #F3F3F3;}
#left ul.menu li a:link,
#left ul.menu li a:visited {}
#left ul.menu li a:hover {}
#left ul.menu li#current a {
font-weight: bold;}
#left ul.menu ul li {
background:none;
}
/* Root Menu */
#left ul.menu a {}
/* Root Menu Hover Persistence */
#left ul.menu a:hover,
#left ul.menu li:hover a,
#left ul.menu li.iehover a {}
/* top level parent */
#left ul.menu li.parent:hover, #left ul.menu li.parent.iehover {background-color:#DFDFDF; /*2*/}
#left ul.menu li.parent a:after {content: " +";}
#left ul.menu li.parent li a:after {content: none;}
/* 2nd Menu */
#left ul.menu ul {
border-top: 1px solid #F3F3F3; /*1*/
}
#left ul.menu li:hover li {
background:#EBEBEB;
border:1px solid #F3F3F3; /*1*/
border-top:0px;
}
#left ul.menu li:hover li a,
#left ul.menu li.iehover li a {}
/* 2nd Menu Hover Persistence */
#left ul.menu li:hover li a:hover,
#left ul.menu li:hover li:hover a,
#left ul.menu li.iehover li a:hover,
#left ul.menu li.iehover li.iehover a {}
/* first sub-level parent */
#left ul.menu li li.parent a:after {content: " +";}
#left ul.menu li li.parent li a:after {content: none;}
/* 3rd Menu */
#left ul.menu li:hover li:hover li a,
#left ul.menu li.iehover li.iehover li a {}
/* 3rd Menu Hover Persistence */
#left ul.menu li:hover li:hover li a:hover,
#left ul.menu li:hover li:hover li:hover a,
#left ul.menu li.iehover li.iehover li a:hover,
#left ul.menu li.iehover li.iehover li.iehover a {}
/* second sub-level parent */
#left ul.menu li li li.parent a:after {content: " +";}
#left ul.menu li li li.parent li a:after {content: none;}
/* 4th Menu */
#left ul.menu li:hover li:hover li:hover li a,
#left ul.menu li.iehover li.iehover li.iehover li a {}
/* 4th Menu Hover Persistence*/
#left ul.menu li:hover li:hover li:hover li a:hover,
#left ul.menu li.iehover li.iehover li.iehover li a:hover {}
/* Right Column Vertical fly-out suckerfish menu */
#right ul.menu ul,
#right ul.menu ul ul,
#right ul.menu ul ul ul {}
#right ul.menu li {border-bottom: 1px solid #F3F3F3;}
#right ul.menu li a:link,
#right ul.menu li a:visited {}
#right ul.menu li a:hover {}
#right ul.menu li#current a {font-weight: bold;}
#right ul.menu ul li {background:none;}
/* Root = Vertical, Secondary = Vertical */
#right ul.menu,
#right ul.menu li,
#right ul.menu ul {}
/* Root Menu */
#right ul.menu a {}
/* Root Menu Hover Persistence */
#right ul.menu a:hover,
#right ul.menu li:hover a,
#right ul.menu li.iehover a {}
/* top level parent */
#right ul.menu li.parent:hover {background-color:#DFDFDF; /*2*/}
#right ul.menu li.parent a:before {content: "+ ";}
#right ul.menu li.parent li a:before {content: none;}
/* 2nd Menu */
#right ul.menu ul {
border-top: 1px solid #F3F3F3; /*1*/
}
#right ul.menu li:hover li {
background:#EBEBEB;
border:1px solid #F3F3F3; /*1*/
border-top:0px;}
#right ul.menu li:hover li a,
#right ul.menu li.iehover li a {}
/* 2nd Menu Hover Persistence */
#right ul.menu li:hover li a:hover,
#right ul.menu li:hover li:hover a,
#right ul.menu li.iehover li a:hover,
#right ul.menu li.iehover li.iehover a {}
/* first sub-level parent */
#right ul.menu li li.parent a:before {content: "+ ";}
#right ul.menu li li.parent li a:before {content: none;}
/* 3rd Menu */
#right ul.menu li:hover li:hover li a,
#right ul.menu li.iehover li.iehover li a {}
/* 3rd Menu Hover Persistence */
#right ul.menu li:hover li:hover li a:hover,
#right ul.menu li:hover li:hover li:hover a,
#right ul.menu li.iehover li.iehover li a:hover,
#right ul.menu li.iehover li.iehover li.iehover a {}
/* second sub-level parent */
#right ul.menu li li li.parent a:before {content: "+ ";}
#right ul.menu li li li.parent li a:before {content: none;}
/* 4th Menu */
#right ul.menu li:hover li:hover li:hover li a,
#right ul.menu li.iehover li.iehover li.iehover li a {}
/* 4th Menu Hover Persistence */
#right ul.menu li:hover li:hover li:hover li a:hover,
#right ul.menu li:hover li:hover li:hover li:hover a,
#right ul.menu li.iehover li.iehover li.iehover li a:hover {}
#right ul.menu li.iehover li.iehover li.iehover li.iehover a {}
/* Footer Menu EDIT */
/*---------------------------------------
Note: Footer Menu in Module Position/Name 'user15' with no Menu Class Suffix nd style 'raw'.
Output code is ul.menu
---------------------------------------*/
#footer ul.menu {
font-size: 85%;
color: #4B4B4B;}
#footer ul.menu li {
border-right:1px solid #DFDFDF; /*1*/}
#footer ul.menu li a,
#footer ul.menu li a:visited {}
#footer ul.menu li a:hover {background-color:#EBEBEB;}
/*---------------------------------------*/
/*** ALL MODULES ***/
/*---------------------------------------*/
/*---------------------------------------*/
/*** MODULES with Style 'raw' or 'xhtml' - output as div.moduletable ***/
/*** MENU MODULES with Module Class Suffix _menu ***/
/*---------------------------------------*/
.moduletable,
.moduletable_menu,
.moduletable_text {
/*background: url(../images/trans.png);*/
border: 1px solid #DFDFDF;
background: #EBEBEB;
}
.moduletable h3,
.moduletable_menu h3,
.moduletable_text h3 {
background-color: #FFF;
text-transform: uppercase;
border-bottom: 1px solid #313131;
font-size: 100%;
font-family: serif;
text-transform: uppercase;
}
/*---------------------------------------*/
/*** MODULES with Style 'rounded' - output as div.module div div div ***/
/*** MENU MODULES with Module Class Suffix _menu ***/
/*---------------------------------------*/
.module,
.module_menu {
background: url(../images/mod_br.png) 100% 100% no-repeat;
border-bottom: 0px solid #000; /*black*/
}
.module div,
.module_menu div {
background: url(../images/mod_bl.png) 0% 100% no-repeat;
}
.module div div,
.module_menu div div {
background: url(../images/mod_tr.png) 100% 0% no-repeat;
}
.module div div div,
.module_menu div div div {
background: url(../images/mod_tl.png) 0% 0% no-repeat;
}
.module h3,
.module_menu h3 {
background: url(../images/mod_h3.png) no-repeat 50% 0%;
text-transform: uppercase;
font-size: 100%;
font-family: serif;
}
/* Module List items
To specify ---> Latest News = ul & li class latestnews, Popular = ul & li class mostread */
.module ul li,
.moduletable ul li {}
.module ul li a,
.moduletable ul li a {}
.module ul li a:hover,
.moduletable ul li a:hover {}
div#top-user-modules .moduletable,
div#top-user-modules .moduletable_menu {
/*background: url(../images/trans.png);*/
border: 0px solid #DFDFDF;
background: #F3F3F3;
}
div#top-user-modules .moduletable h3,
div#top-user-modules .moduletable_menu h3 {
background-color: #F3F3F3;
border-bottom: 1px solid #DFDFDF;
font-size: 100%;
font-family: serif;
text-transform: uppercase;}
div#bottom-user-modules .moduletable,
div#bottom-user-modules .moduletable_menu {
background: #4B4B4B;
color:#F3F3F3;
}
div#bottom-user-modules .moduletable h3,
div#bottom-user-modules .moduletable_menu h3{
background: #313131;
color:#F3F3F3;
border-bottom: 1px solid #1F1F1F;
}
/*div#footer-user-modules .module,
div#footer-user-modules .module_menu {
background: url(../images/mod_wide_br.png) 100% 100% no-repeat;
}
div#footer-user-modules .module div,
div#footer-user-modules .module_menu div {
background: url(../images/mod_wide_bl.png) 0% 100% no-repeat;
}
div#footer-user-modules .module div div,
div#footer-user-modules .module_menu div div {
background: url(../images/mod_wide_tr.png) 100% 0% no-repeat;
}
div#footer-user-modules .module div div div,
div#footer-user-modules .module_menu div div div {
background: url(../images/mod_wide_tl.png) 0% 0% no-repeat;
}
div#footer-user-modules .module h3,
div#footer-user-modules .module_menu h3{
background: #4B4B4B;
}*/
div#footer-user-modules h3 {
color: #F3F3F3;
background: #4B4B4B;
border-bottom: 1px solid #1F1F1F;
}
div#footer-user-modules .moduletable {
border: 1px solid #4B4B4B;
}
/* Form */
fieldset {}
form {}
form label {}
.button {
border: 1px solid #1F1F1F;
background: #4B4B4B;
color: #F3F3F3;
font-size: 85%;
text-transform: uppercase;
}
.button:hover,
.button:focus {
border: 1px solid #1F1F1F;
background: #313131;
color: #FFFFFF;
}
.inputbox {
border: 1px solid #4B4B4B;
background: #F3F3F3;
}
.inputbox:hover,
.inputbox:focus {
background: #FFF;
border: 1px solid #313131;
}
.checkbox {
border: 1px solid #4B4B4B;
background: #F3F3F3;
}
.checkbox:hover,
.checkbox:focus {
background: #FFF;
border: 1px solid #313131;
}
/* -- Joomla Contact Form override -- */
.contact address {
line-height: 100%;
font-size: 85%;
font-style: normal;}
.contact p {
line-height: 100%;
font-size: 85%;
color: #313131;}
.contact fieldset {
border-width: 0px;
}
.contact legend {
color: #00A4DF;
}
.contact label {}
.contact .req {
color: red !important;
}
.contact .inputbox {
border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
border-style: solid;
border-width: 1px;
}
.marker {
text-transform: uppercase;
color: #4B4B4B;}
/* Tooltips */
.tool-tip {
background: #ffc;
border: 1px solid #D4D5AA;
}
.tool-title {
background: url(../../system/images/selector-arrow.png) no-repeat;
border-bottom: 1px solid #d4d5aa;
}
/* Error Messages */
dl#system-message {
border-top: 2px solid #FEABB9;
border-bottom: 2px solid #FEABB9;
}
/***********************************************Core Joomla Output with Beez Overrides */
/*---------------------------------------*/
/*** MODULES ***/
/*---------------------------------------*/
/* Breadcrumbs */
span.breadcrumbs pathway {}
a.pathway {}
a.pathway:hover {}
span.breadcrumbs pathway img {}
/* Search */
form.search {}
input#mod_search_searchword.inputbox {}
/* Latest News */
ul.latestnews {}
li.latestnews {}
a.latestnews {}
/* Popular */
ul.mostread {}
li.mostread {}
a.mostread {}
/* Sections */
ul.sections {}
ul.sections li {}
/*** Polls ***/
/* Poll Title */
.moduletable h4 {}
form.poll {}
input#voteid
form.poll label {}
form.poll input.button a {}
/*** Login Form Module ***/
form.form-login {}
/* Username */
form.form-login input#mod_login_username.inputbox {}
/* Password */
form.form-login input#mod_login_password.inputbox {}
/* Remember Me */
label.remember {}
input#mod_login_remember.checkbox {}
/* button */
form.form-login input.button {}
/* Forgot your password?, Forgot your username?, Create an account */
form.form-login p a {}
form.form-login p a:hover {}
/*** Banner Module ***/
div.bannergroup{}
/* Item Links */
div.banneritem a {}
div.banneritem a:hover {}
/*** Advertisement Module - has Module Class Suffix _text ***/
div.bannergroup_text{}
/* Featured Links Heading */
div.bannerheader {}
/* Item Links */
div.banneritem_text a {}
div.banneritem_text a:hover {}
/* Footer Links */
div.bannerfooter_text a {}
div.bannerfooter_text a:hover {}
div.feed_description {}
/*---------------------------------------*/
/*** CONTENT LAYOUTS ***/
/*---------------------------------------*/
/*** PAGE LAYOUT - Frontpage, Section & Catgeory Blog ***/
/* Page Title */
h1.componentheading {
font-size: 100%;
font-family: serif;
text-transform: uppercase;
text-align: center;
color: #1F1F1F;
border-bottom: 1px solid #DFDFDF;
}
/* Blog Layout*/
div.blog {}
/* Article */
div#articlepage {
background:#F3F3F3;
}
p.articleinfo {
border-bottom: 1px solid #EBEBEB;
text-align: right;
font-size: 85%;}
/* User Rating */
span.content_rating {}
/* Vote */
span.content_vote {}
/* Leading Article */
div.leading {
background:#F3F3F3;
}
/* Article Title */
h2.contentheading {
font-weight: bold;
border-top: 1px solid #DFDFDF;
border-bottom: 3px solid #DFDFDF;
background: #FFF;
}
/* Article Title Linkable*/
a.contentpagetitle {
text-decoration: none;}
/** ICONS **/
p.buttonheading {text-align:right !important;}
.buttonheading img {border:0;}
/* PDF, Print, Email links & icons */
p.buttonheading a img {border: 0 none;}
p.buttonheading a:link,p.buttonheading a:visited{border: 0 none;}
p.buttonheading a:hover {}
p.buttonheading a:active,p.buttonheading a:focus{}
/** PAGE INFO **/
p.pageinfo {}
/* Section Name & Category Title Linkable */
p.pageinfo span a{font-weight: bold;}
/** ITEM INFO **/
p.iteminfo {
color: #4B4B4B;
font-size: 85%;}
/* Author Name */
p.iteminfo span.createdby {text-align: right;}
/* Create Date & Time */
p.iteminfo span.createdate{text-align: right;}
/* Modified Date & Time */
p.iteminfo span.modifydate{text-align: right;}
/* Leading Article Separator */
span.leading_separator {
border-bottom: 1px solid #F3F3F3;}
/* Article Separator */
span.article_separator {}
/* Columns */
/* First Column */
div.article_column column1 cols2 {}
/* Second Column */
div.article_column column2 cols2 {}
div.article_row {}
.article_column p {
text-align: justify;}
div.column1,
div.column2,
div.column3,
div.column4 {}
div.cols2 {}
div.cols3 {}
div.cols4 {}
/* Row Separator */
span.row_separator {
border-bottom: 1px dotted #4B4B4B;
}
/* Main Content Text */
div.blog p{}
/* Read More */
a.readon {
background:url(../images/arrow_icon.png) no-repeat 0 0;
border-bottom: 0px dotted #4B4B4B;
}
a.readon:hover {
background:url(../images/arrow_icon_dark.png) no-repeat 0 0;
}
div.blog p a.readon {
border-bottom: 0px dotted #4B4B4B;
}
/* More Articles (Links) */
div.blog_more {}
/* More Articles Header */
.blog_more h2 {
font-size: 100%;
font-family: serif;
text-transform: uppercase;
border-bottom: 1px solid #313131;
text-align: center;
color: #1F1F1F;}
/* More Articles List (Links) */
div#mainbody div.blog_more ul {
background:#EBEBEB;
border:1px solid #DFDFDF;
color:#E6E6E6;
line-height:1.3em;
list-style-type: none;
}
div#mainbody div.blog_more li {
background-image: none;}
div#mainbody div.blog_more ul li a {
background:url(../images/arrow_icon.png) no-repeat 0 0;
font-weight:bold;
text-decoration: none;
}
div#mainbody div.blog_more ul li a:hover {
background:url(../images/arrow_icon.png) no-repeat !important;
color:#1F1F1F;
font-weight:bold;}
div#mainbody div.blog_more ul li a:active,
div#mainbody div.blog_more ul li a:active,
div#mainbody div.blog_more ul li a:focus,
div#mainbody div.blog_more ul li a:focus {
background:url(../images/arrow_icon.png) no-repeat !important;
color:#1F1F1F;
font-weight:bold;}
/* Pagination */
/* Page 1 of _ */
p.counter {
text-align: center;
border-bottom: 1px solid #EBEBEB;
font-size: 100%;
font-family: serif;
text-transform: uppercase;}
/* << Start Prev 1 2 3 Next End >> **/
ul.pagination {}
ul.pagination li {}
ul.pagination li strong a {}
ul.pagination li strong a:hover,
ul.pagination li strong a:active,
ul.pagination li strong a:focus {}
/*** TOC ***/
/* Article Index Container*/
table.contenttoc {
border: 1px solid #4B4B4B;
}
/* Article Index Header*/
table.contenttoc th {}
/* Article Index Linked Items*/
table.contenttoc td a.toclink {}
table.contenttoc td a.toclink:hover {}
table.contenttoc td a.toclink.active {}
/* Page Nav Counter */
div.pagenavcounter {}
/******/
/*** PAGE NAVIGATION ***/
/** TOC Nav <<Prev - Next>> **/
div.pagenavbar {
text-align: center;
border-top: 1px solid #4B4B4B;
}
div.pagenavbar a {text-decoration: none;}
div.pagenavbar a:hover {color: #4B4B4B;text-decoration: underline}
/** General Page Nav <Prev Next> **/
table.pagenav {
border-bottom: 3px solid #4B4B4B;
}
/* Both */
table.pagenav th {}
/* Prev */
table.pagenav th.pagenav_prev{}
table.pagenav th.pagenav_prev a {
text-decoration: none;}
table.pagenav th.pagenav_prev a:hover {
color: #4B4B4B;
text-decoration: underline;}
/* Next */
table.pagenav th.pagenav_next{}
table.pagenav th.pagenav_next a {
text-decoration: none;}
table.pagenav th.pagenav_next a:hover {
color: #4B4B4B;
text-decoration: underline}
/*** Section Table Blog Layout ***/
/* Section/Category Description */
div.contentdescription {}
/* Section Image */
.image_left {}
.image_right {}
/* Category Links */
ul li a.category {}
ul li a.category:hover {}
/*Number of Articles */
ul li span.small {
color: #4B4B4B;
}
/*** Category Table Layout ***/
/* Filter Input Field*/
div.filter {}
div.filter p input.inputbox{}
/* Display Drop-down */
div.display {}
div.display select#limit.inputbox{}
table.category {}
/* Table Headers */
.sectiontableheader{
background:#F3F3F3;
border-bottom: 2px solid #4B4B4B;}
.sectiontableheader a {}
.sectiontableheader a:hover {}
/* Table Row 1 */
tr.sectiontableentry1 {
background-color: #FFFFFF;
border-bottom: 1px solid #DFDFDF;}
tr.sectiontableentry1 a {}
tr.sectiontableentry1 a:hover {}
/* Table Row 2 */
tr.sectiontableentry2 {
background-color: #FFF;
border-bottom: 1px solid #DFDFDF;}
tr.sectiontableentry2 a {}
tr.sectiontableentry2 a:hover {}
/* First Column */
td.sectiontableheader:first-child,
.sectiontableentry1 td:first-child,
.sectiontableentry2 td:first-child {}
/* Last Column */
td.sectiontableheader:last-child,
.sectiontableentry1 td:last-child,
.sectiontableentry2 td:last-child {}
.sectiontablefooter {}
/* Table Headers IDs & Columns */
#count {}
#tableOrdering {} /*Article Title*/
#tableOrdering2 {} /*Date*/
#author {}
#hits {}