4 replies [Last post]
cssapprentice
Offline
newbie
Last seen: 13 years 46 weeks ago
Joined: 2009-04-24
Posts: 4
Points: 0

Hi,

The logo on my site, www.manchestermodelling.com, needs to be positioned higher in the header but I don't know to do it.

Can anyone help?

web_girl
Offline
newbie
Last seen: 13 years 48 weeks ago
Joined: 2009-04-24
Posts: 10
Points: 0

Positioning...

You've positioned it too low from the top.

Try this:

#logo {layout.css (line 56)
background:transparent url(../images/logo.png) no-repeat scroll left top;
height:91px;
left:0;
position:absolute;
top:30px;
}

cssapprentice
Offline
newbie
Last seen: 13 years 46 weeks ago
Joined: 2009-04-24
Posts: 4
Points: 0

Thanks web girl. I've fixed

Thanks web girl. I've fixed that now.
I have the same problem on another site: www.socialsearchconultancy.com and I thought I could apply a solution to both but I don't have a layout.css file for that site?

web_girl
Offline
newbie
Last seen: 13 years 48 weeks ago
Joined: 2009-04-24
Posts: 10
Points: 0

Use internal css

You can use internal css to achieve the same thing if you don't have an external file linked...

Insert the code between the and tags....

For example:

<head>
<style type="text/css">
hr {color:sienna}
p {margin-left:20px}
body {background-image:url("images/back40.gif")}
</style>
</head>

Here's some more on that:http://www.w3schools.com/CSS/css_howto.asp

cssapprentice
Offline
newbie
Last seen: 13 years 46 weeks ago
Joined: 2009-04-24
Posts: 4
Points: 0

Thanks. I have an external

Thanks.

I have an external sheet, just not layout.css

I've got template_css.css as below:

/* CSS Document */
* {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
body {background:#d8d9d3; padding:34px 0px 33px 0px;}
img {border:none}
p {}
td {line-height:14px; color:#575859; font:normal 11px Arial, Helvetica, sans-serif; vertical-align:top}
table {border-collapse:collapse; border:0px; width:100%;}
ul {list-style:none}
a {color:#424242; font-weight:normal; font-size:12px; text-decoration:none}
a:visited {color:#424242;}
a:hover {color:#424242; text-decoration:underline}
hr {}
hr.separator {}
.article_seperator {border-bottom:3px solid #f7f7f7; height:15px; display:block; width:100%}

/*424242
/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯FORMS¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.button {background:url(../images/button2.gif) no-repeat 0 0; width:120px; height:18px; color:#424242; font:bold 11px Arial; margin:2px 0px 0px 20px; border:none}
.contact_email #contact_text {width:350px; height:100px}
.introtext {width:80%}
.contact_email .inputbox{width:auto}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯MENU-NAV¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.pagenavbar {color:#424242; font:normal 12px arial} /*<< Start < Prev Next > End >>"*/
.pagenavbar a {color:#424242 !important; font:normal 12px arial}
.pagenavbar:visited {color:#424242 !important; font:normal 12px arial}

.pagenav {color:#424242; font:normal 12px arial; margin:0px 7px 0px 7px;} /* format text for "<< Start < Previous 1 Next > End >>" links */
a.pagenav:visited {color:#424242; font:normal 12px arial}
a.pagenav:hover {color:#424242; font:normal 12px arial}

a.readon {/*background:url(../images/readon.gif) no-repeat 0 0px; display:block; width:90px; height:20px;/* special for mambo */ color:#1fa7db !important; padding:0px 0px 0px 0px; text-decoration:none !important; font:bold 12px Arial !important; margin:0px 0px 0px 0px;} /* Read More" */
a.readon:hover {color:#a338c8; text-decoration:underline !important}
a.readon:visited {color:#a338c8}

.back_button {padding:30px 0px 20px 0px;}
.back_button a {color:#424242; font:bold 12px Arial; text-decoration:none} /* "BACK" Button's style */
.back_button a:hover {color:#424242; text-decoration:underline}
.back_button a:visited {color:#424242}
.pagenav_prev a {color:#424242; font:bold 12px Arial; text-decoration:none} /* "PRE" Button's style */
.pagenav_prev a:hover {color:#424242; text-decoration:underline}
.pagenav_prev a:visited {color:#424242}
.pagenav_next a {color:#424242; font:bold 12px Arial; text-decoration:none} /* "NEXT" Button's style */
.pagenav_next a:hover {color:#424242; text-decoration:underline}
.pagenav_next a:visited {color:#424242}

.mostread ul {} /* most popular' style – By default - user2*/
.mostread li {}

.blogsection {color:#424242; font-weight:bold; font-size:11px; text-decoration:none}
.category {color:#424242 !important; font-weight:bold; font-size:11px; text-decoration:none}
.toclink {color:#424242; font-weight:bold; font-size:11px; text-decoration:none}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯CONTENT¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
a.category:link {}
a.category:hover {}
a.category:visited {}

.blog {margin:0px 0px 0px 0px;} /* Main table*/
.blog td {padding:0px 0px 0px 0px; }
.blogsection {} /* Links of Blog's section */
.blog_more {padding:7px 0px 5px 32px; color:#424242; font:bold 12px Tahoma;} /* Text "More" in blog's section*/
a.blogsection:link {color:#424242; font:normal 12px Tahoma} /* Link's style */
a.blogsection:visited {color:#424242} /* visited Link's style */
a.blogsection:hover {color:#424242} /* hover Link's style*/

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯padding¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.contentheading,
.componentheading,
.back_button,
.blog_more,
.modifydate,
.contentpaneopen td,
.contentpane td
{padding-left:32px;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯titles¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.componentheading,
.contentheading,
.componentheading_faq {font:normal 18px Arial !important; color:#424242 !important; padding:23px 0px 0px 32px !important; background:none; margin:0px 0px 0px 0px; }/*<_¯_¯_¯_¯_¯_¯_¯_¯_¯_¯_¯_¯_----------------------------------------*/
.contentpane .contentheading {background:none !important} /* Page Contact us */

.contentpaneopen {margin:0px 0px 0px 0px; width:100%}
.contentpaneopen img {margin:0px 20px 10px 0px; float:left}
* html .contentpaneopen img {margin:0px 0px 10px 0px; float:left}
.contentpaneopen td {font:normal 12px Arial; line-height:16px; color:#3c3c3c; padding:10px 0px 0px 32px; text-align:left; } /* the table that containing the service information (components, categories, forms...).*/
.contentpaneopen td td {padding:0px 0px 0px 0px !important}/* the table that containing text */
.contentpaneopen a {color:#72c62f; font-weight:normal; font-size:12px; text-decoration:underline}
.contentpaneopen a:hover{color:#72c62f; text-decoration:none}
.contentpaneopen label {line-height:30px}
.contentpaneopen font {color:#72c62f; font:normal 12px Arial}
.contentpaneopen li {padding:0px 0px 6px 11px; background:url(../images/li_bg.gif) no-repeat 0 6px}
.contentpaneopen li a {color:#72c62f !important}
.contentpaneopen input {margin:0px 5px 0px 0px;padding:0px 0px 2px 0px;}
* html .contentpaneopen input {width:auto}
.contentpaneopen .inputbox {width:150px; margin:0px 0px 0px 0px;}
.contentpaneopen .button {background:url(../images/button.gif) no-repeat 0 0; width:62px; height:18px; color:#424242; margin:0px 0px 0px 5px; font-weight:bold}

.contentpane td {padding:10px 0px 10px 32px; font:normal 12px arial; line-height:16px}
.contentpane li {}
.contentpane li a{color:#065083; font-size:12px; padding:0px 0px 0px 0px;}
* html .contentpane iframe {width:90% !important;margin:10px 0px 0px 32px;}
.contentpane .button {background:url(../images/button2.gif) no-repeat 0 0; width:120px; height:18px !important; color:#424242; margin:0px 0px 0px 0px; font-weight:bold}
.contentpagetitle {}

span.contentheading {background:none; padding:0px 0px 0px 0px !important;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯page faq¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.contentpane_faq td {padding:0px 15px 4px 32px; font:normal 12px arial; line-height:16px;}
.contentpane_faq td td {padding:0px 0px 10px 0px;}
.componentheading_faq td{padding:3px 0px 6px 0px !important; }
.sectiontableheader_faq td {padding:3px 0px 6px 0px !important; }
.contentpane_faq input, .contentpane_faq select {width:70px; margin:0px 0px 0px 0px;}
.contentdescription_faq {padding-top:10px !important;}
.contentdescription_faq img {margin:5px 10px 0px 0px;}

tr.sectiontableentry1_faq td,
tr.sectiontableentry2_faq td {
text-align: left;
padding: 4px 0 4px 4px;
border-top: 1px solid #222;
border-bottom: 1px solid #111;
}

.sectiontableentry2_faq {
background: #1A1A1A;
}

.componentheading_ln {font:bold 12px Arial !important; color:#424242 !important; padding:27px 0px 35px 103px !important; background:url(../images/title_bg.gif) no-repeat 36px 17px; margin:0px 0px 10px 0px;}
.contentpane_ln td {padding:10px 10px 15px 20px; font:normal 12px arial; line-height:16px; text-align:left}
.contentpane_ln td td {padding:0px 0px 0px 0px;}
.contentpane_ln input {width:110px; margin:0px 0px 0px 0px;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.content_rating {margin:0px 0px 0px 25px;}
.content_vote {margin:0px 0px 0px 25px;}
.message {margin:0px 0px 0px 25px; color:#bf0000; font:normal 12px Arial; padding:10px 0px 0px 0px;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯SUBHEADINGS¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
a.contentpagetitle:hover{} /* subheading Being references*/
a.contentpagetitle:link {}
a.contentpagetitle:visited {}

.contentdescription img {margin:0px 15px 0px 0px;} /* formating section "DESCRIPTION" categories (News/Weblinks/Latest news...) */

table.contenttoc {float:none; margin:0px 0px 6px 0px;} /* Tables of Content. Use for multipages articles */
table.contenttoc td {padding:3px 0px 0px 0px !important;} /* Tables of Content. Use for multipages articles */
table.contenttoc th {padding:0px 0px 10px 0px;} /* Tables of Content. Use for multipages articles */
table.contenttoc td.toclink {} /*Tables of Content. Use for multipages articles for links*/
.pagenavcounter {padding:0px 0px 10px 0px; margin:0px 0px 0px 0px; color:#065083}
a.toclink:link {color:#065083}
a.toclink:visited {color:#065083}
a.toclink:hover {color:#065083}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯DATES, AUTHORS¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.createdate {color:#9298a3 !important; font:normal 10px arial !important; padding:0px 9px 0px 50px !important; background:url(../images/createdate.gif) no-repeat 32px 3px !important;} /* The date of created style*/
.modifydate {color:#3c3c3c !important; font:normal 12px arial !important; padding:10px 0px 0px 32px !important} /* formating text - Last updated on */
.small {color:#6d6d6d; font:normal 12px arial; margin:0px 0px 0px 0px;} /* text - "Written by:...." */
.smalldark {color:#3c3c3c; font:normal 12px arial;} /* formating text - "Number of Voters" */

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯WEBLINKS¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.weblinks {color:#065083} /* f0rmating links on section "Weblinks"*/
a.weblinks:hover {color:#065083}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯NEWSFEED¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.newsfeedheading {color:#065083} /* only for heading newsfeed.*/
.newsfeeddate {color:#065083} /* date for newsfeed */
.fase4rdf {color:#065083} /* text newsfeed */

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯SEARCH¯PAGE¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
table.searchintro td {padding:10px 0px 10px 40px;} /* formating message "Search Keyword: test returned 4 matches" */

/*=========================================================================BLOCKS===================================================================================*/
/*==================================================================================================================================================================*/

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯MAINMENU¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s1 {background:#f4f9fe; margin:0px 0px 4px 0px;}
.module_s1 div {}
.module_s1 div div {}
.module_s1 div div div {padding:0px 0px 22px 0px; width:100%}
.module_s1 div div div div {padding:0px 0px 0px 0px;}
.module_s1 h3 {color:#272727; font:normal 18px Arial; padding:23px 0px 8px 29px; margin:0px 0px 10px 0px;}
.module_s1 table {margin:0px 0px 0px 32px; width:143px}
.module_s1 table table {margin:0px 0px 0px 0px; width:auto}
.module_s1 td {padding:6px 0px 8px 0px; background:url(../images/li_gl.gif) repeat-x bottom}
.module_s1 td td {padding:0px 0px 0px 0px;}
.module_s1 td div {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:none; /*width:138px !important*/} /*sub_main_menu indent*/
.module_s1 img {width:0px; height:0px}

.mainlevel {background:url(../images/mainmenu_bullet.gif) no-repeat 0px 5px; padding:0px 0px 0px 19px; margin:0px 0px 0px 0px; color:#1fa7db !important; font:bold 13px Arial; text-decoration:none; display:block} /* Item Of Menu Main */
a.mainlevel:visited {color:#1fa7db;}
a.mainlevel:hover {color:#1fa7db;}

#active_menu {} /* active item */

a.sublevel {}
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:hover {}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯LOGIN FORM¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s2 {background:#2a2a2a; margin:0px 0px 4px 0px;}
.module_s2 div {width:100%}
.module_s2 div div {width:auto}
.module_s2 div div div {padding:26px 0px 36px 35px; height:160px}
.module_s2 div div div div {background:url(../images/spacer.gif); padding:0px 0px 0px 0px; height:auto}
.module_s2 h3 {color:#ffffff; font:normal 18px Arial; padding:14px 0px 15px 0px; margin:0px 0px 13px 0px;}
.module_s2 a {color:#11a1d7 !important; font:normal 11px Tahoma; text-decoration:underline}
.module_s2 a:hover {color:#11a1d7; text-decoration:none}
.module_s2 label {color:#ffffff; font:bold 11px arial; vertical-align:top; margin:0px 10px 0px 0px; display:block}
.module_s2 table {margin:0px 0px 0px 0px; }
.module_s2 td {color:#ffffff; font:normal 11px Tahoma; padding:2px 0px 0px 0px;}
.module_s2 td td {padding:0px 0px 0px 0px;}
.module_s2 br {line-height:3px}
.module_s2 form {text-align:left; padding:0px 0px 0px 0px;}
.module_s2 form div {width:65px; margin:0px 0px 0px 0px;}
* html .module_s2 form div {width:65px; margin:0px 0px 0px 0px;}
.module_s2 form td {text-align:left}
.module_s2 .inputbox {width:122px; height:16px; margin:0px 0px 5px 0px; padding:0px 0px 0px 3px; border:1px solid #818181; color:#818181; vertical-align:middle; font:normal 11px Arial;} /* inputbox */
/** html .module_s2 .inputbox {width:auto;}/* hack for IE (checkbox)*/
.module_s2 .button {display:block; width:62px; height:18px; background:url(../images/button.gif) no-repeat 0 0; border:none; font:bold 10px tahoma; color:#ffffff; margin:8px 0px 4px 0px; vertical-align:middle; text-transform:uppercase} /* button */
#mod_login_remember {margin:0px 10px 0px 0px; vertical-align:middle; background:none; border:none; float:left; display:block; width:12px} /*checkbox*/
.module_s2 input[type="checkbox"] {width:auto; vertical-align:middle; margin:0px 5px 0px 0px;}/* checkbox (for Mozilla, Opera) */

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯POLLS¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s3 {background:#fbfbfb}
.module_s3 div {}
.module_s3 div div {width:100%}
.module_s3 div div div {padding:10px 0px 25px 28px; width:auto}
.module_s3 div div div div {padding:0px 0px 0px 0px;}
.module_s3 h3 {color:#1b1b1b; font:normal 18px Tahoma; padding:14px 0px 12px 0px;}
.module_s3 table {}
.module_s3 table table {}
.module_s3 thead td, .poll {padding:0px 10px 15px 0px; font:normal 12px Arial !important; color:#1b1b1b;} /* question */
.module_s3 td {padding:0px 0px 6px 10px; text-align:left; vertical-align:middle;}
.module_s3 td td {padding:0px 0px 0px 0px !important;} /* formating td for table polls */
.module_s3 td div {text-align:left} /* buttons align */
.module_s3 label {margin:0px 6px 0px 0px; font:normal 12px Arial; color:#7a7a7a; line-height:26px } /* text */
.module_s3 input {margin:0px 0px 0px 0px; vertical-align:top}
.module_s3 .button {background:url(../images/button.gif) no-repeat 0 0; width:62px; height:18px; vertical-align:middle; margin:20px 0px 10px 0px; color:#ffffff; font-weight:normal; font-size:12px; text-transform:lowercase}
.pollstableborder_s3 td {}

.sectiontableentry1_s3 {padding:5px 0px 5px 0px !important;}
.sectiontableentry2_s3 {padding:5px 0px 5px 0px !important;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯WHO'S ON LINE¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s4 {font:normal 12px Arial; color:#525252; background:#fcfcfc; margin:0px 0px 4px 0px;}
.module_s4 div {}
.module_s4 div div {width:100%}
.module_s4 div div div {padding:10px 22px 15px 28px; width:auto}
.module_s4 h3 {color:#3b3b3b; font:normal 18px Arial; padding:6px 0px 0px 0px; margin:0px 0px 13px 0px;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯LATEST_NEWS¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s5 {background:#f9f9f9; margin:0px 0px 4px 0px;}
.module_s5 div {}
.module_s5 div div {}
.module_s5 div div div {padding:10px 22px 20px 28px; width:100%}
.module_s5 div div div div {background:none; padding:0px 0px 0px 0px;}
.module_s5 h3 {color:#3b3b3b; font:normal 18px Arial; padding:10px 0px 10px 0px; margin:0px 0px 13px 0px;}
ul.latestnews_s5 {margin:10px 10px 0px 0px;}
li.latestnews_s5 {margin:0px 0px 19px 0px;}
li.latestnews_s5 a {color:#525252; font:normal 11px Arial !important; background:url(../images/latestnews_bullet.gif) no-repeat 0 4px; padding:0px 0px 0px 15px; text-decoration:none;}
li.latestnews_s5 a:hover{color:#525252; text-decoration:underline}
li.latestnews_s5 a:visited{color:#525252}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯SEARCH¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s6 {background:#fbfbfb; margin:0px 0px 4px 0px;}
.module_s6 div {}
.module_s6 div div {}
.module_s6 div div div {height:69px}
.module_s6 h3 {}
.inputbox_s6 {width:164px; height:16px; border:1px solid #e2e2e2; color:#2c2c2c; vertical-align:middle; font:normal 11px Arial; padding:1px 0px 0px 6px; margin:24px 0px 0px 14px; background:#ffffff}
#search_searchword {width:110px; vertical-align:top} /*user4 search by default*/
#mod_login_remember {}
.search_s6 {}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯POPULAR¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s7 {background:#f6f6f6; margin:0px 0px 8px 0px;}
.module_s7 div {}
.module_s7 div div {}
.module_s7 div div div {padding:18px 22px 20px 28px;}
.module_s7 div div div div {background:none; padding:0px 0px 0px 0px;}
.module_s7 h3 {color:#3b3b3b; font:normal 18px Arial; padding:10px 0px 10px 0px; margin:0px 0px 13px 0px;}
ul.latestnews_s7 {margin:10px 10px 0px 0px;}
li.mostread_s7 {margin:0px 0px 6px 0px;}
li.mostread_s7 a {color:#1fa7db; font:normal 11px Arial !important; background:url(../images/popular_bullet.gif) no-repeat 0 4px; padding:0px 0px 0px 8px; text-decoration:underline;}
li.mostread_s7 a:hover{color:#1fa7db; text-decoration:none}
li.mostread_s7 a:visited{color:#1fa7db}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯NEWSFEDS¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s8 {margin:0px 0px 0px 0px; background:#344050}
.module_s8 div {}
.module_s8 div div {padding:0px 0px 15px 0px;}
.module_s8 div div div {padding:0px 0px 0px 0px;}
.module_s8 h3 {color:#d5dfeb; font:normal 15px Arial; background:url(../images/module_h3_bg.gif) no-repeat 0 0; padding:9px 0px 8px 34px; margin:0px 0px 19px 0px;}
.module_s8 td {padding:0px 0px 0px 16px; font:normal 11px Arial; color:#d3dde8; line-height:16px}
.module_s8 a {font:normal 11px Arial; color:#d3dde8 !important; text-decoration:underline}
.module_s8 a:hover {text-decoration:none}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯WELCOME¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s10 {background:#f7f7f7; padding:19px 20px 36px 26px; font:normal 12px Arial !important; color:#6c6c6c; line-height:18px; margin:0px 0px 4px 0px;}
.module_s10 h3 {color:#3b3b3b; font:normal 18px Arial; padding:0px 0px 15px 0px; margin:0px 0px 0px 0px;}
.module_s10 a {font:normal 12px Arial; color:#8a8a8a !important; text-decoration:underline}
.module_s10 a:hover {text-decoration:none}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯BANNER¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module_s12 {margin:0px 0px 0px 0px;}
.module_s12 div {background:none}
.module_s12 div div {}
.module_s12 div div div {width:100%; padding:0px 0px 0px 0px;}
.module_s12 div div div div {}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯PATHWAY¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
#pathway {height:35px; padding:0px 30px 0px 23px;}
#pathway .space {float:left; padding:12px 0px 0px 0px;}
span.pathway {margin:0px 0px 0px 0px;} /* left space*/
.pathway {color:#394044; font:bold 11px Arial;} /*formating pathway text*/
a.pathway {color:#394044 !important; font:bold 11px Arial; background:url(../images/pathway_bullet.gif) no-repeat left center; padding:0px 0px 0px 14px; text-decoration:underline} /*formating pathway link*/
a.pathway:hover {text-decoration:none}
.pathway img {margin:0px 12px 0px 11px;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯TOPMENU¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
#topmenu {height:82px; background:url(../images/topmenu_bg.gif) repeat-x 0 0}
ul#mainlevel-nav {padding:0px 0px 0px 20px;}
ul#mainlevel-nav li {display:block; float:left; background:url(../images/topmenu_separator.gif) no-repeat right 2px; padding:0px 27px 0px 26px; margin:32px 0px 0px 0px;}
a.mainlevel-nav {color:#ffffff; font:normal 13px Arial; text-decoration:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
a.mainlevel-nav:visited {color:#ffffff; font:normal 13px Arial; text-decoration:none;}
a.mainlevel-nav:hover {color:#ffffff; font:normal 13px Arial; text-decoration:underline; padding:10px 0px 0px 0px;}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯INDEX.PHP_STYLES¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.clr {clear:both}

.tail {background:url(../images/tail.gif) repeat-x top}
.main {width:844px; margin:auto; padding:0px 0px 20px 0px;}
.space {padding:8px}

.c1 {width:100%}
.c2 {width:202px}
.c3 div {width:3px}

.logo {background:url(../images/header_bg1.gif) repeat-x 0 0;}
.logo .bg {width:100%; background:url(../images/header_bg.jpg) no-repeat right 0; height:222px}
.logo img {margin:86px 0px 0px 29px;}

#footer {font:normal 12px Tahoma; color:#b2b2b2; padding:0px 33px 0px 33px; border-top:3px solid #f7f7f7; margin:6px 0px 0px 0px;}
#footer .space {padding:15px 0px 0px 20px; height:50px;}
#footer .space div {text-align:left; padding:0px 10px 0px 0px;}
#footer .space div div {padding:0px 0px 0px 0px; vertical-align:middle}
#footer a {font:normal 12px Tahoma; color:#b7bac6; text-decoration:underline}
#footer a:hover {text-decoration:none}

#banner {padding:10px 0px 10px 0px; text-align:center}

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯TEMPLATE¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/
.module {font:normal 12px Arial; color:#525252; background:#fcfcfc; margin:0px 0px 4px 0px;}
.module div {}
.module div div {width:100%}
.module div div div {padding:10px 22px 25px 28px; width:auto}
.module h3 {color:#3b3b3b; font:normal 18px Arial; padding:14px 0px 8px 0px; margin:0px 0px 13px 0px;}
/*_____________________________________________________TEMPLATE________________________________________________*/

.c_t {background:url(../images/c_t.gif) repeat-x 0 0 #ffffff}
.c_l {background:url(../images/c_l.gif) repeat-y 0 0}
.c_r {background:url(../images/c_r.gif) repeat-y right 0}
.c_b {background:url(../images/c_b.gif) repeat-x 0 bottom}
.c_tl {background:url(../images/c_tl.gif) no-repeat 0 0}
.c_tr {background:url(../images/c_tr.gif) no-repeat right 0}
.c_bl {background:url(../images/c_bl.gif) no-repeat 0 bottom}
.c_br {background:url(../images/c_br.gif) no-repeat right bottom}
/*
mainmenu - _s1
login form - _s2
polls - _s3
who's on line - _s4
latest news - _s5
search - _s6
popular - _s7
newsflash - _s8
topmenu - _s9
user7 - _s10

*/