Index: branches/5.0.x/themes/simple/inc/layout.css =================================================================== diff -u -r12579 -r12609 --- branches/5.0.x/themes/simple/inc/layout.css (.../layout.css) (revision 12579) +++ branches/5.0.x/themes/simple/inc/layout.css (.../layout.css) (revision 12609) @@ -20,12 +20,16 @@ position:relative; } - #content-main { background:#FFF; float:left; + margin:0 13px; + width:531px; +} + +#content-main.inner { margin:0 0 20px 13px; - width:696px; + width:738px; } #content-main { @@ -67,69 +71,11 @@ position:relative; } -.home #masthead { -background-image:url('../img/bg-masthead-home.png'); -} - .inside #masthead { margin-top:-19px; padding-top:19px; } -.events #masthead { -background-image:url(../img/bg-masthead-events.png); -margin-top:-11px; -padding-top:11px; -} - -.media-center #masthead { -background-image:url(../img/bg-masthead-media-center.png); -margin-top:-15px; -padding-top:15px; -} - -.about-asialink #masthead { -background-image:url(../img/bg-masthead-about-asialink.png); -margin-top:-19px; -padding-top:19px; -} - -.support-us #masthead { -background-image:url(../img/bg-masthead-support-us.png); -margin-top:-12px; -padding-top:12px; -} - -.arts #masthead { -background-image:url(../img/bg-masthead-arts.png); -margin-top:-19px; -padding-top:19px; -} - -.leaders-program #masthead { -background-image:url(../img/bg-masthead-leaders-program.png); -margin-top:-17px; -padding-top:17px; -} - -.corporate-programs #masthead { -background-image:url(../img/bg-masthead-corporate-programs.png); -margin-top:-1px; -padding-top:1px; -} - -.community-health #masthead { -background-image:url(../img/bg-masthead-community-health.png); -margin-top:-6px; -padding-top:6px; -} - -.school-education #masthead { -background-image:url(../img/bg-masthead-school-education.png); -margin-top:-17px; -padding-top:17px; -} - /* -- !Branding -- */ h1#branding { position:relative; @@ -138,7 +84,7 @@ } h1#branding a { -background:url(../img/logo.png) no-repeat left top; +background:url('../img/logo.png') no-repeat left top; display:block; height:105px; text-indent:-999em; @@ -209,7 +155,7 @@ /* -- !Navigation -- */ ul#nav { -background:#282828 url(../img/bg-nav.png) repeat-x left top; +background:#282828 url('../img/bg-nav.png') repeat-x left top; border-top:1px solid #FFF; font-size:12px; margin:0; @@ -241,16 +187,16 @@ /* Rounded Corner */ #nav li:first-child a,#nav li.first-child a { -background:url(../img/bg-nav.png) no-repeat left -105px; +background:url('../img/bg-nav.png') no-repeat left -105px; } #nav li:first-child:hover a,#nav li:first-child a.active,#nav li.first-child:hover a,#nav li.first-child-hover a,#nav li.first-child a.active { -background:url(../img/bg-nav.png) no-repeat left -140px; +background:url('../img/bg-nav.png') no-repeat left -140px; } /* Contact Us */ #nav li.last-child a { -background:url(../img/bg-nav.png) no-repeat left -315px; +background:url('../img/bg-nav.png') no-repeat left -315px; } /* Red Border on Hover */ @@ -377,7 +323,7 @@ } #content-tools a { -background:url(../img/ir-content-tools.png) no-repeat 0 50%; +background:url('../img/ir-content-tools.png') no-repeat 0 50%; display:block; float:left; height:11px; @@ -500,26 +446,26 @@ padding:0 20px; } -#content-main .round-top { -background:url(../img/bg-content-inside-top.png) no-repeat left top; +#content-main.inner .round-top { +background:url('../img/bg-content-inside-top.png') no-repeat left top; height:21px; margin:0 -21px; } -#content-main .round-bottom { -background:url(../img/bg-content-inside-bottom.png) no-repeat left bottom; +#content-main.inner .round-bottom { +background:url('../img/bg-content-inside-bottom.png') no-repeat left bottom; height:21px; margin:0 -21px; } /* !Sub Navigation --------------------- */ #nav-sub { -background:#46474b url(../img/bg-nav-sub-bottom.png) no-repeat left bottom; +background:#46474b url('../img/bg-nav-sub-bottom.png') no-repeat left bottom; } #nav-sub ul { -background:url(../img/bg-nav-sub-top.png) no-repeat left top; +background:url('../img/bg-nav-sub-top.png') no-repeat left top; list-style:none; margin:0; padding:15px 0; @@ -532,7 +478,7 @@ } #nav-sub li a { -background:url(../img/bg-nav-sub-li.png) no-repeat 12px .65em; +background:url('../img/bg-nav-sub-li.png') no-repeat 12px .65em; border-bottom:1px solid #1c1d21; color:#FFF; display:block; @@ -541,7 +487,7 @@ } #nav-sub li.expanded a { -background:#6a6b6d url(../img/bg-nav-sub-li-expanded.png) no-repeat 10px .65em; +background:#6a6b6d url('../img/bg-nav-sub-li-expanded.png') no-repeat 10px .65em; text-decoration:none; }