|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/medward/css/ |
Upload File : |
@charset "UTF-8";
/* CSS Document */
.preloadImg {display:none;}
div.multi_drop_menus * {
margin:0; padding:0;
}
/* set your menu's font and colors here - the MENU MECHANICS follow below */
div.multi_drop_menus {
font-family: 'Fauna One', serif; /* font family for menu */
font-size:16px; /* size of menu's type relative to parent element */
color:#ffffff;
text-align:right;
text-decoration:none;
margin:0px 0 0px 0px;
background-color:transparent; /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
}
div.multi_drop_menus ul {
display:inline; /* fixes margin-doubling bug in IE6 */
}
div.multi_drop_menus li {
background-color:none; /* background color of the level 1 menu items */ /* color behind name links!!*/
border-right:0px solid #000; /*++++WAS 2++++*/
background-color:#871F78;
padding-right:12px; /* creates dividing lines to right of each horiz level 1 menu item *//* set to 0px to remove */
} /* border-right is automatically removed from vert menu below */
div.multi_drop_menus li:hover {
background-color:#871F78; /* background color of hovered menu items */ /*====??====*/
}
div.multi_drop_menus a {
color:#cdcdcd; /* sets the color of all menu type */
padding:1px 8px 1px 0px; /*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems */
}
div.multi_drop_menus a:hover {
color:white; /* type color of a hovered menu choice was #ababab */
}
div.multi_drop_menus ul li ul { /* sets the width of menu levels 2 - 4 !!! AMIT * WAS 8.65em*/
width:9.2em; /*++++ WIDTH OF MENU ITEMS 3 & 4 ++++*/ /*++++ WIDTH OF MENU ITEMS 3 & 4 ++++*/ /*++++ WIDTH OF MENU ITEMS 3 & 4 ++++*/
}
/*++++STYLIST ROLLOVER IMAGE?++++*/
div.multi_drop_menus li li {
background-color:none; /* background color of the level 2 menu */
border-bottom:0px solid #CCB; /* lines between menu choices - set to 0px if not wanted */
}
div.multi_drop_menus ul li ul li a { /*++++ width of names ++++*/ /*++++ width of names ++++*/ /*++++ width of names ++++*/
width:181px; /*++++ 163 ++++*/ /*++++ latest – 172 ++++*/
margin-left:-10px; /*++++position of names WAS 16px ++++*/
}
div.multi_drop_menus ul li ul li ul {
border-top:0px solid #CCB; /* set the border-top of levels 3 and 4 of a horizontal menu - set to 0px to remove - for a vertical menu, you will set this for levels 1 - 4 below */
top:0px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
}
/*++++++PORTFOLIO++++++*/
div.multi_drop_menus li li li {
background-color: rgba(0, 0, 0, 0.7); /* background color of the level 3 menu !!!! */
color:#ababab;
text-align:center;
margin-left:10px; /*++++position of portfolio++++ WAS 20px */
}
div.multi_drop_menus li li li:hover {
background-color: rgba(0, 0, 0, 0.7); /* background color of the level 3 menu !!!! */
color:#ababab;
text-align:center;
}
div.multi_drop_menus li li li li a { /* ++++ GETS RID OF BLACK LINE ON CLIENT LIST ROLLOVER!! ++++*/
padding:0px 0px 0px 0px;
margin:0px;
}
/*++++TRANSPARENCY++++*/ /*++++TRANSPARENCY++++*/ /*++++TRANSPARENCY++++*/ /*++++TRANSPARENCY++++*/
div.multi_drop_menus li li li li {
background-color: rgba(0, 0, 0, 0.7); /* background color of the level 4 menu !!!! */ /* color behind portfolio links!!*/
color:#ababab;
padding-right:8px;
margin-left:0px; /*++++position of last links++++*/
/*width:480px;*/
}
div.multi_drop_menus li li li li:hover {
background-color: rgba(0 , 0, 0, 0.7); /* background color of the level 4 menu !!!! */ /* color behind portfolio links!!*/
padding-right:0px;
color:#ababab;
border-bottom: 1px solid white; /* ++++ WHITE UNDERLINE ON ROLLOVERS ++++*/
border-top: 1px solid white;
}
/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
div.multi_drop_menus.vertical ul {
border-top:0px solid #CCB; /* set the border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
}
div.multi_drop_menus.vertical li {
border-bottom:0px solid #CCB; /* adds horizontal lines between menu choices - overrides main setting above for this feature */
}
div.multi_drop_menus.vertical ul ul {
border-top:0px solid #CCB; /* set the border-top of levels 2 - 4 of a vertical menu - set to 0 to remove */
top:0px; /* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
}
/* end vertical menu preferences */
/* END MENU PREFERENCES */
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div.multi_drop_menus {
float:left;
width:100%;
}
div.multi_drop_menus ul {
float:left; /* makes ul wrap li */
font-size:1em; /* prevents inheritence from main text style sheet */
}
div.multi_drop_menus li {
float:left; /*causes the list to align horizontally instead of stack */
list-style-type:none; /* removes the bullet off each list item */
position:relative; /* positioning context for the absolutely positioned drop-down */
}
div.multi_drop_menus a {
display:block; /* makes link fill li so entire area is "hot" */
text-decoration:none; /* removes the underlining from the links */
}
/* the horizontal menu ends here */
/* the drop-downs starts here */
div.multi_drop_menus ul li ul {
position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
left:-8px;
border:0; /* stops inheritance from level 1 ul */
margin-left:0px; /* stops inheritance from level 1 ul */
}
div.multi_drop_menus ul li ul li {
width:100%;
padding:0; /* stops inheritance */
border-left:0; /* stops inheritance */
border-right:0; /* stops inheritance */
}
div.multi_drop_menus ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div.multi_drop_menus ul li:hover ul {
display:block; /* shows the drop-down when the menu is hovered */
z-index:1000; /* Safari needs this to display menu on top of other page elements */
}
/* pop-outs starts here */
body div.multi_drop_menus ul li ul li ul {
position:absolute; /* associated menu with parent li positioning context */
visibility:hidden; /* ensures that level 3 menu is not revealed when level 2 is reveled */
left:100%;
top:0px; /* aligns level 3 and 4 pop-out with previous level */
}
div.multi_drop_menus ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div.multi_drop_menus ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not revealed when level 3 is revealed */
div.multi_drop_menus ul li ul li ul li:hover ul {visibility:visible;} /* shows level 4 menu when associated level 3 li is hovered */
/* the clientlist stuff */
div.multi_drop_menus ul li ul li:hover ul li:hover ul li ul li {visibility:hidden;} /* shows level 3 menu when associated level 2 li is hovered */
div.multi_drop_menus ul li ul li:hover ul li ul li:hover ul li {visibility:visible;} /* ensures that level 4 is not revealed when level 3 is revealed */
/*div.multi_drop_menus ul li ul li ul li:hover ul li:hover ul li ul {visibility:visible;} /* shows level 4 menu when associated level 3 li is hovered */
/* the drop-downs end here */
/* extra styles for the vertical menu */
div.multi_drop_menus.vertical ul {
border-left:0px; /* removes the border of the level 1 ul that can be used in the horizontal menu */
margin-left:0; /* removes left margin that is available on horizontal menu */
}
.vertical ul { /* took off the id so the ul ul width setting in prefs was more specific */
width:100%;
}
div.multi_drop_menus.vertical li {
position:relative; /* positioning context for the level 2 menu */
width:100%; /* set width of level 1 menu - MUST match left value in ul ul selector below */
clear:left; /* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
border-right:0; /* removes right borders used by horiz level 1 */
}
div.multi_drop_menus.vertical ul ul {
position:absolute; /* make ul position relative to parent li for all menu levels */
left:100%; /* align level 2 with level 1 - MUST match li width in selector above */
top:-1px; /* aligns the level 2 pop-out */
}
/* levels 2 -4 width */
div.multi_drop_menus.vertical li li {
width:100%;
}
div.multi_drop_menus.vertical ul ul ul {
left:100%; /* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
}
/* END MENU MECHANICS */
/* inevitable hacks for IE6 and < */
* html div.multi_drop_menus {
z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
} /* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.multi_drop_menus ul li ul {
z-index:400; /*ensures menu is on top of other page elements */
}
* html div.multi_drop_menus a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
}
* html div.multi_drop_menus.vertical a {
/* now hasLayout in IE - works on the vert menu as container has width */
zoom:100%;
}
* html div.multi_drop_menus ul ul a { /* second level of horiz menu */
zoom:100%; /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
}
/* info on haslayout:
http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
http://onhavinglayout.fwpf-webdesign.de/hack_management/
*/
/* END OF LIST-BASED MENU */
/*AMIT*/
img.amit-image {
position: absolute;
top: -20px;
left: 36px;}
img.amit-client {
position: absolute;
top: -107px;
left:376px;
width:420px; /* WAS 424 */
height:497px; /* WAS 500 */
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* AMIT FIREFOX */
@-moz-document url-prefix() {
img.amit-client {
position: absolute;
top: -111px !important; /*-107 */
left:376px;
width:423px !important; /* WAS 424 */
height:498px !important; /* WAS 500 */
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*WHITEHEAD*/
img.whitehead-image {
position: absolute;
top: -44px;
left: 36px;}
img.whitehead-client {
position: absolute;
top: -87px;
left: 449px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/*STELLA*/
img.stellafashion-image {
position: absolute;
top: -69px;
left: 36px;}
img.stellafashion-client {
position: absolute;
top: -91px;
left: 449px;
width:352px;
height:501px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/*OLIVEIRA*/
img.oliveira-image {
position: absolute;
top: -93px;
left: 36px;}
img.oliveira-client {
position: absolute;
top: -180px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/*HUFF*/
img.huff-image {
position: absolute;
top: -65px;
left: 36px;}
img.huff-client {
position: absolute;
top: -152px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* HUFF FIREFOX */
@-moz-document url-prefix() {
img.huff-client {
position: absolute;
top: -154px !important; /* -152 */
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*C-JENSEN*/
/*HIUTRON*/
img.huitron-image {
position: absolute;
top: -88px;
left: 36px;}
img.huitron-client {
position: absolute;
top: -175px;
left: 448px;
width:355px;
height:501px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* HIUTRON FIREFOX */
@-moz-document url-prefix() {
img.huitron-client {
position: absolute;
top: -177px !important; /* -204 */
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*LAUGHLIN*/
img.laughlin-image {
position: absolute;
top: -134px;
left: 36px;}
img.laughlin-client {
position: absolute;
top: -177px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* LAUGHLIN FIREFOX */
@-moz-document url-prefix() {
img.laughlin-client {
position: absolute;
top: -179px !important; /* -177 */
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*BARR2*/
img.barr2-image {
position: absolute;
top: -159px;
left: 36px;}
img.barr2-client {
position: absolute;
top: -202px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* BARR FIREFOX */
@-moz-document url-prefix() {
img.barr2-client {
position: absolute;
top: -203px !important; /* -202 */
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*CASTRO*/
img.castro-image {
position: absolute;
top: -180px;
left: 36px;}
img.castro-client {
position: absolute;
top: -223px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* CASTRO FIREFOX */
@-moz-document url-prefix() {
img.castro-image {
position: absolute;
top: -186px !important; /* -180 */
left: 35px;}
}
@-moz-document url-prefix() {
img.castro-client {
position: absolute;
top: -230px !important; /* -223 */
left: 449px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*MANDEL*/
/*LESURE*/
img.lesure-image {
position: absolute;
top: -201px;
left: 36px;}
img.lesure-client {
position: absolute;
top: -288px;
left: 449px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* LESURE FIREFOX */
@-moz-document url-prefix() {
img.lesure-image {
position: absolute;
top: -209px !important; /* -203 */
left: 36px;}
}
@-moz-document url-prefix() {
img.lesure-client {
position: absolute;
top: -300px !important; /* -291 */
left: 449px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*EVA*/
img.eva-image {
position: absolute;
top: -228px;
left: 36px;}
img.eva-client {
position: absolute;
top: -290px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* EVA FIREFOX */
@-moz-document url-prefix() {
img.eva-image {
position: absolute;
top: -232px !important; /* -228 */
left: 36px;}
}
@-moz-document url-prefix() {
img.eva-client {
position: absolute;
top: -298px !important; /* -292 */
left: 449px;
width:352px;
height:501px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*LAWRENCE*/
img.lawrence-image {
position: absolute;
top: -250px;
left: 36px;}
img.lawrence-client {
position: absolute;
top: -337px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.8);
z-index:2000}
/* LAWRENCE FIREFOX */
@-moz-document url-prefix() {
img.lawrence-image {
position: absolute;
top: -259px !important; /* -250 */
left: 36px;}
}
@-moz-document url-prefix() {
img.lawrence-client {
position: absolute;
top: -348px !important; /* -337 */
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.8);
z-index:2000}
}
/*RAGIOLA*/
img.ragolia-image {
position: absolute;
top: -274px;
left: 36px;}
img.ragolia-client {
position: absolute;
top: -295px;
left: 448px;
width:354px;
height:500px;
background-color: rgba(0 , 0, 0, 0.8);
z-index:2000}
/* RAIOLA FIREFOX */
@-moz-document url-prefix() {
img.ragolia-image {
position: absolute;
top: -283px !important; /* -250 */
left: 36px;}
}
@-moz-document url-prefix() {
img.ragolia-client {
position: absolute;
top: -305px !important; /* -337 */
left: 448px;
width:354px;
height:502px;
background-color: rgba(0 , 0, 0, 0.8);
z-index:2000}
}
/*K_JENSEN*/
img.k_jensen-image {
position: absolute;
top: -298px;
left: 36px;}
img.k_jensen-client {
position: absolute;
top: -385px;
left: 449px;
width:353px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* K JENSEN FIREFOX */
@-moz-document url-prefix() {
img.k_jensen-image {
position: absolute;
top: -308px !important; /* -274 */
left: 36px;}
}
@-moz-document url-prefix() {
img.k_jensen-client {
position: absolute;
top: -397px !important; /* -361 */
left: 449px;
width:353px;
height:501px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*MARY ELLEN*/
img.maryellen-image {
position: absolute;
top: -322px;
left: 36px;}
img.maryellen-client {
position: absolute;
top: -365px;
left: 448px;
width:354px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* MARY ELLEN FIREFOX */
@-moz-document url-prefix() {
img.maryellen-image {
position: absolute;
top: -331px !important; /* -322 */
left: 36px;}
}
@-moz-document url-prefix() {
img.maryellen-client {
position: absolute;
top: -375px !important; /* -365 */
left: 449px;
width:353px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*MELISSA BUCK*/
img.buck-image {
position: absolute;
top: -346px;
left: 36px;}
img.buck-client {
position: absolute;
top: -389px;
left: 448px;
width:354px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* MELISSA BUCK FIREFOX */
@-moz-document url-prefix() {
img.buck-image {
position: absolute;
top: -355px !important; /* -322 */
left: 36px;}
}
@-moz-document url-prefix() {
img.buck-client {
position: absolute;
top: -399px !important; /* -365 */
left: 449px;
width:353px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*ALFREDO*/
img.alfredo-image {
position: absolute;
top: -369px;
left: 36px;}
img.alfredo-client {
position: absolute;
top: -434px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.5);
z-index:2000}
/* +++++++++++++++ FIREFOX +++++++++++++++ */
@-moz-document url-prefix() {
img.alfredo-image {
position: absolute;
top: -381px !important; /* -345 */
left: 36px;}
}
@-moz-document url-prefix() {
img.alfredo-client {
position: absolute;
top: -449px !important; /* -410 */
left: 449px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.5);
z-index:2000}
}
/*NORRIS*/
img.norris-image {
position: absolute;
top: -370px;
left: 36px;}
img.norris-client {
position: absolute;
top: -413px;
left: 448px;
width:353px;
height:500px;
background-color: rgba(0 , 0, 0, 0.5);
z-index:2000}
/* +++++++++++++++ FIREFOX +++++++++++++++ */
@-moz-document url-prefix() {
img.norris-image {
position: absolute;
top: -380px !important; /* -345 */
left: 36px;}
}
@-moz-document url-prefix() {
img.norris-client {
position: absolute;
top: -424px !important; /* -410 */
left: 448px;
width:354px;
height:500px;
background-color: rgba(0 , 0, 0, 0.5);
z-index:2000}
}
/*STELLA*/
/*REY*/
img.rey-image {
position: absolute;
top: -395px;
left: 36px;}
img.rey-client {
position: absolute;
top: -482px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* REY FIREFOX */
@-moz-document url-prefix() {
img.rey-image {
position: absolute;
top: -405px !important; /* -372 */
left: 36px;}
}
@-moz-document url-prefix() {
img.rey-client {
position: absolute;
top: -494px !important; /* -415 */
left: 450px;
width:352px;
height:501px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*KAMINISKYI*/
/*STEDMAN*/
img.stedman-image {
position: absolute;
top: -418px; /* 393 */
left: 36px;}
img.stedman-client {
position: absolute;
top: -483px;
left: 450px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/* STEDMAN FIREFOX */
@-moz-document url-prefix() {
img.stedman-image {
position: absolute;
top: -428px !important; /* -393 */
left: 36px;}
}
@-moz-document url-prefix() {
img.stedman-client {
position: absolute;
top: -495px !important; /* -458 */
left: 450px;
width:352px;
height:501px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
}
/*PRODUCTION*/
img.production-image {
position: absolute;
top: -245px;
left: 36px;}
img.production-client {
position: absolute;
top: -267px;
left: 488px;
width:352px;
height:500px;
background-color: rgba(0 , 0, 0, 0.7);
z-index:2000}
/*PROFILE*/
p.profile{
font-family: 'Fauna One', serif;
font-size:16px;
color:white;
text-align:left;
padding:40px 20px 0px 20px;
position: absolute;
top: -205px;
left: 230px;
width:790px;
height:470px;
background-color: rgba(50 , 50, 50, 1);
z-index:2000}
img.profile-image {
position: absolute;
top: -205px;
left: 230px;}