Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/ie.css28
-rw-r--r--css/ie6.css18
-rw-r--r--css/styles_black.css301
-rw-r--r--css/styles_black_01.css42
-rw-r--r--css/styles_black_02.css42
-rw-r--r--css/styles_black_03.css42
-rw-r--r--css/styles_black_04.css42
-rw-r--r--css/styles_black_05.css42
-rw-r--r--css/styles_black_06.css42
-rw-r--r--css/styles_black_07.css42
-rw-r--r--css/styles_black_08.css42
-rw-r--r--css/styles_black_09.css42
-rw-r--r--css/styles_black_10.css42
-rw-r--r--css/styles_black_11.css42
-rw-r--r--css/styles_black_12.css42
-rw-r--r--css/styles_white.css374
-rw-r--r--css/styles_white_01.css43
-rw-r--r--css/styles_white_02.css43
-rw-r--r--css/styles_white_03.css43
-rw-r--r--css/styles_white_04.css43
-rw-r--r--css/styles_white_05.css43
-rw-r--r--css/styles_white_06.css43
-rw-r--r--css/styles_white_07.css43
-rw-r--r--css/styles_white_08.css43
-rw-r--r--css/styles_white_09.css43
-rw-r--r--css/styles_white_10.css43
-rw-r--r--css/styles_white_11.css43
-rw-r--r--css/styles_white_12.css43
28 files changed, 1741 insertions, 0 deletions
diff --git a/css/ie.css b/css/ie.css
new file mode 100644
index 0000000..ac3b091
--- /dev/null
+++ b/css/ie.css
@@ -0,0 +1,28 @@
+ul.bullet
+{
+ list-style-type: disc;
+ text-indent: 0;
+}
+.bullet li:before {
+ content: "";
+}
+
+.thumbnails
+{
+ padding-bottom: 40px;
+}
+.footer
+{
+ padding-bottom: 0;
+}
+
+/* navigation */
+
+#menu li a:hover
+{
+ overflow: auto;
+}
+#menu li
+{
+ position: static;
+} \ No newline at end of file
diff --git a/css/ie6.css b/css/ie6.css
new file mode 100644
index 0000000..bd4dbbc
--- /dev/null
+++ b/css/ie6.css
@@ -0,0 +1,18 @@
+/* ie6 compatibility */
+
+#menu
+{
+ position: absolute;
+}
+#menu li ul {
+ width: 243px;
+}
+#menu ul li ul {
+ width: 243px;
+}
+#menu ul ul li ul {
+ width: 243px;
+}
+#menu ul ul ul li ul {
+ width: 243px;
+}
diff --git a/css/styles_black.css b/css/styles_black.css
new file mode 100644
index 0000000..b9a219f
--- /dev/null
+++ b/css/styles_black.css
@@ -0,0 +1,301 @@
+/* Grid dimensions */
+
+/* Total page width: 988px */
+/* Large column width: 223px */
+/* Gutters: 20px */
+
+/* Column 1 x: 20px */
+/* Column 2 x: 263px */
+/* Column 3 x: 506px */
+/* Column 4 x: 749px */
+
+
+/* formatting */
+
+body
+{
+ margin-top: 10px;
+ margin-left: 20px;
+ background-color: black;
+}
+ul
+{
+ list-style: none;
+ padding: 0px;
+ margin: 0px;
+}
+a.link:link, a.link:visited
+{
+ text-decoration: none;
+ font-weight: normal;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+a.link:hover
+{
+ text-decoration: none;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ background-color: black;
+}
+.links
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: #999;
+}
+.links a.link:link, .links a.link:visited,
+.footer a.link:link, .footer a.link:visited,
+.thumb-wrapper a.link:link, .thumb-wrapper a.link:visited
+{
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+.links a.link:hover, .footer a.link:hover, .thumb-wrapper a.link:hover
+
+{
+ padding-top: 4px;
+ padding-bottom: 3px;
+}
+.pagination
+{
+ float: left;
+ width: 100%;
+ height: 20px;
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: white;
+ padding-bottom: 36px;
+}
+#menu li a:link, #menu li a:visited
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 20px;
+ line-height: 32px;
+ text-decoration: none;
+ font-weight: normal;
+ padding-left: 2px;
+ padding-right: 2px;
+ display: block;
+}
+#menu li a:hover, #menu li a.selected:link, #menu li a.selected:visited
+{
+ text-decoration: none;
+}
+.content ul
+{
+ padding-bottom: 22px;
+}
+.content li
+{
+ padding-bottom: 8px;
+}
+.content li a:link, .content li a:visited
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 20px;
+ line-height: 32px;
+ text-decoration: none;
+ font-weight: normal;
+}
+.footer
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: #999;
+}
+.thumb, .thumb:link, .thumb:visited
+{
+ border-width: 1px;
+ border-style: solid;
+ padding: 0;
+ margin: 0;
+}
+.thumb:hover
+{
+ border-color: black;
+ border-width: 1px;
+ border-style: solid;
+ padding: 0;
+ margin: 0;
+}
+.thumb-wrapper
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: black;
+}
+#menu li a.selected:link,
+#menu li a.selected:visited,
+#menu li a.selected:hover
+{
+ color: black;
+ background-color: none;
+}
+
+
+/* layout */
+
+.logo
+{
+ padding-top: 20px;
+ padding-bottom: 110px;
+ height: 45px;
+ position: relative;
+}
+.links-container
+{
+ left: 749px;
+ top: 10px;
+ position: absolute;
+ width: 223px;
+ display: block;
+}
+.content-container
+{
+ width: 972px;
+}
+.content
+{
+ width: 709px;
+ float: left;
+}
+.sidebar
+{
+ width: 223px;
+ float: right;
+ padding-right: 20px;
+}
+.footer
+{
+ width: 972px;
+ padding-bottom: 20px;
+ clear: both;
+}
+.thumb-wrapper
+{
+ float: left;
+ vertical-align: top;
+ width: 223px;
+ padding-right: 20px;
+ display: block;
+ position: relative;
+ padding-bottom: 29px;
+}
+
+
+/* modifiers */
+
+.clr
+{
+ margin-bottom: 20px;
+}
+.spc
+{
+ margin-bottom: 4px;
+}
+.last
+{
+ padding-right: 0px;
+}
+
+
+/* menu */
+
+#menu
+{
+ position: absolute;
+ left: 17px;
+ top: 120px;
+ padding: 3px;
+}
+#menu li ul {
+ position: absolute;
+ left: 0;
+ background-color: white;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 0;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+#menu ul li ul {
+ position: absolute;
+ left: 0;
+ background-color: white;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 240px;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+#menu ul ul li ul {
+ position: absolute;
+ left: 0;
+ background-color: white;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 240px;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+#menu ul ul ul li ul {
+ position: absolute;
+ left: 0;
+ background-color: white;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 240px;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+
+/* SHOW SUBMENU 1 */
+#menu li:hover ul, #menu li.over ul {
+ display:block;
+}
+#menu li:hover ul ul, #menu li.over ul ul {
+ display:none;
+}
+
+/* SHOW SUBMENU 2 */
+#menu ul li:hover ul, #menu ul li.over ul {
+ display:block;
+}
+#menu li:hover ul ul ul, #menu li.over ul ul ul {
+ display:none;
+}
+
+/* SHOW SUBMENU 3 */
+#menu ul ul li:hover ul, #menu ul ul li.over ul {
+ display:block;
+}
+#menu li:hover ul ul ul ul, #menu li.over ul ul ul ul {
+ display:none;
+}
+
+/* SHOW SUBMENU 4 */
+#menu ul ul ul li:hover ul, #menu ul ul li.over ul {
+ display:block;
+}
+
+#menu {
+ z-index:1;
+}
+#menu ul {
+ z-index:2;
+}
+#menu ul ul {
+ z-index:3;
+}
+#menu ul ul ul {
+ z-index:4;
+}
+#menu ul ul ul {
+ z-index:5;
+}
+
+/* Fix IE. Hide from IE Mac \*/
+* html #menu ul li { float: left; height: 1%; }
+* html #menu ul li a { height: 1%; }
+/* End */
diff --git a/css/styles_black_01.css b/css/styles_black_01.css
new file mode 100644
index 0000000..64ee0f9
--- /dev/null
+++ b/css/styles_black_01.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #78E600;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #78E600;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #78E600;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #006E00;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #006E00;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #006E00;
+} \ No newline at end of file
diff --git a/css/styles_black_02.css b/css/styles_black_02.css
new file mode 100644
index 0000000..4618a35
--- /dev/null
+++ b/css/styles_black_02.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #78E600;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #78E600;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #78E600;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #033CD2;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #033CD2;
+} \ No newline at end of file
diff --git a/css/styles_black_03.css b/css/styles_black_03.css
new file mode 100644
index 0000000..8942276
--- /dev/null
+++ b/css/styles_black_03.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #00BEFF;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #00BEFF;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #00BEFF;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #006E00;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #006E00;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #006E00;
+} \ No newline at end of file
diff --git a/css/styles_black_04.css b/css/styles_black_04.css
new file mode 100644
index 0000000..4cffb60
--- /dev/null
+++ b/css/styles_black_04.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #00BEFF;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #00BEFF;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #00BEFF;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #033CD2;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #033CD2;
+} \ No newline at end of file
diff --git a/css/styles_black_05.css b/css/styles_black_05.css
new file mode 100644
index 0000000..82871f9
--- /dev/null
+++ b/css/styles_black_05.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #00BEFF;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #00BEFF;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #00BEFF;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #6E008C;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #6E008C;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #6E008C;
+} \ No newline at end of file
diff --git a/css/styles_black_06.css b/css/styles_black_06.css
new file mode 100644
index 0000000..57e3cdc
--- /dev/null
+++ b/css/styles_black_06.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #FF7800;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #FF7800;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #FF7800;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #A00000;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #A00000;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #A00000;
+} \ No newline at end of file
diff --git a/css/styles_black_07.css b/css/styles_black_07.css
new file mode 100644
index 0000000..8d427fd
--- /dev/null
+++ b/css/styles_black_07.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #FF64D2;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #FF64D2;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #FF64D2;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #033CD2;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #033CD2;
+} \ No newline at end of file
diff --git a/css/styles_black_08.css b/css/styles_black_08.css
new file mode 100644
index 0000000..de9af36
--- /dev/null
+++ b/css/styles_black_08.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #FF64D2;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #FF64D2;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #FF64D2;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #6E008C;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #6E008C;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #6E008C;
+} \ No newline at end of file
diff --git a/css/styles_black_09.css b/css/styles_black_09.css
new file mode 100644
index 0000000..1e7482d
--- /dev/null
+++ b/css/styles_black_09.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #FF7800;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #FF7800;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #FF7800;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #6E008C;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #6E008C;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #6E008C;
+} \ No newline at end of file
diff --git a/css/styles_black_10.css b/css/styles_black_10.css
new file mode 100644
index 0000000..5c08380
--- /dev/null
+++ b/css/styles_black_10.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #FF7800;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #FF7800;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #FF7800;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #033CD2;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #033CD2;
+} \ No newline at end of file
diff --git a/css/styles_black_11.css b/css/styles_black_11.css
new file mode 100644
index 0000000..bcac2b5
--- /dev/null
+++ b/css/styles_black_11.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #FFE132;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #FFE132;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #FFE132;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #006E00;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #006E00;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #006E00;
+} \ No newline at end of file
diff --git a/css/styles_black_12.css b/css/styles_black_12.css
new file mode 100644
index 0000000..4e293c1
--- /dev/null
+++ b/css/styles_black_12.css
@@ -0,0 +1,42 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited
+{
+ color: #FFE132;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: black;
+ background-color: #FFE132;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #FFE132;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #033CD2;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: black;
+ background-color: #033CD2;
+} \ No newline at end of file
diff --git a/css/styles_white.css b/css/styles_white.css
new file mode 100644
index 0000000..1a6429f
--- /dev/null
+++ b/css/styles_white.css
@@ -0,0 +1,374 @@
+/* Grid dimensions */
+
+/* Total page width: 988px */
+/* Large column width: 223px */
+/* Gutters: 20px */
+
+/* Column 1 x: 20px */
+/* Column 2 x: 263px */
+/* Column 3 x: 506px */
+/* Column 4 x: 749px */
+
+
+/* formatting */
+
+body
+{
+ margin-top: 10px;
+ margin-left: 20px;
+ background-color: white;
+}
+ul
+{
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ clear: left;
+}
+.bullet
+{
+ list-style: none;
+ padding-left: 17px;
+ text-indent: -1em;
+}
+.bullet li:before {
+ content: "/\A0\A0";
+}
+#menu li a:link, #menu li a:visited
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 20px;
+ line-height: 32px;
+ text-decoration: none;
+ font-weight: normal;
+ padding-left: 2px;
+ padding-right: 2px;
+ display: block;
+}
+#menu li a:hover, #menu li a.selected:link, #menu li a.selected:visited
+{
+ text-decoration: none;
+}
+
+.content a.link:link, .content a.link:visited
+{
+ text-decoration: none;
+ font-weight: normal;
+}
+.content a.link:hover
+{
+ text-decoration: none;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+.content .text
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 20px;
+ line-height: 32px;
+ color: #000;
+}
+.headline
+{
+ font-size: 20px;
+ line-height: 32px;
+}
+.footer
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: #666;
+}
+.thumb, .thumb:link, .thumb:visited
+{
+ border-width: 1px;
+ border-style: solid;
+ padding: 0;
+ margin: 0;
+}
+.thumb:hover
+{
+ border-color: white;
+ border-width: 1px;
+ border-style: solid;
+ padding: 0;
+ margin: 0;
+}
+.thumb-wrapper
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: black;
+}
+.media
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ line-height: 27px;
+ color: black;
+ float: left;
+ width: 729px;
+}
+a.link:link, a.link:visited
+{
+ text-decoration: none;
+ font-weight: normal;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+a.link:hover
+{
+ text-decoration: none;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ background-color: white;
+}
+.links
+{
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: #666;
+}
+.links a.link:link, .links a.link:visited,
+.footer a.link:link, .footer a.link:visited,
+.thumb-wrapper a.link:link, .thumb-wrapper a.link:visited
+{
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+.links a.link:hover, .footer a.link:hover, .thumb-wrapper a.link:hover
+
+{
+ padding-top: 4px;
+ padding-bottom: 3px;
+}
+.pagination
+{
+ float: left;
+ width: 100%;
+ height: 20px;
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 22px;
+ color: black;
+}
+#menu li a.selected:link,
+#menu li a.selected:visited,
+#menu li a.selected:hover
+{
+ color: white;
+}
+.emphasis
+{
+ padding-top: 4px;
+ padding-bottom: 3px;
+ color: white;
+ background-color: black;
+}
+
+
+/* bottom spacing based on line-height 27 */
+
+.content .text
+{
+ padding-bottom: 27px;
+}
+.content ul
+{
+ padding-bottom: 14px;
+}
+.content li
+{
+ padding-bottom: 13px;
+}
+.media
+{
+ padding-bottom: 27px;
+}
+.thumb-wrapper
+{
+ padding-bottom: 29px;
+}
+.pagination
+{
+ padding-bottom: 36px;
+}
+
+
+/* layout */
+
+.logo
+{
+ padding-top: 20px;
+ padding-bottom: 110px;
+ height: 45px;
+ position: relative;
+}
+.links-container
+{
+ left: 749px;
+ top: 10px;
+ position: absolute;
+ width: 223px;
+ display: block;
+}
+.content-container
+{
+ width: 972px;
+ display: block;
+}
+.content
+{
+ width: 709px;
+ float: left;
+ margin-right: 20px;
+}
+.sidebar
+{
+ width: 223px;
+ float: right;
+ margin-right: 20px;
+}
+.footer
+{
+ width: 972px;
+ padding-bottom: 20px;
+ clear: both;
+}
+.thumb-wrapper
+{
+ float: left;
+ vertical-align: top;
+ width: 223px;
+ padding-right: 20px;
+ display: block;
+ position: relative;
+}
+.thumbnails
+{
+ width: 972px;
+ position: relative;
+ float: left;
+ clear: left;
+}
+
+
+/* modifiers */
+
+.clr
+{
+ margin-bottom: 20px;
+}
+.spc
+{
+ margin-bottom: 4px;
+}
+.last
+{
+ padding-right: 0px;
+}
+.main
+{
+ padding-top: 10px;
+ margin-bottom: -27px;
+}
+
+/* menu */
+
+#menu
+{
+ position: fixed;
+ left: 17px;
+ top: 120px;
+ padding: 3px;
+}
+#menu li ul {
+ position: absolute;
+ left: 0;
+ background-color: black;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 0;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+#menu ul li ul {
+ position: absolute;
+ left: 0;
+ background-color: black;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 240px;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+#menu ul ul li ul {
+ position: absolute;
+ left: 0;
+ background-color: black;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 240px;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+#menu ul ul ul li ul {
+ position: absolute;
+ left: 0;
+ background-color: black;
+ width: 237px; /* interior highlight, should equal 243 with padding */
+ margin: -35px 0 0 240px;
+ padding: 3px 3px 20px 3px;
+ display: none;
+}
+
+/* SHOW SUBMENU 1 */
+
+#menu li:hover ul, #menu li.over ul {
+ display:block;
+}
+#menu li:hover ul ul, #menu li.over ul ul {
+ display:none;
+}
+
+/* SHOW SUBMENU 2 */
+#menu ul li:hover ul, #menu ul li.over ul {
+ display:block;
+}
+#menu li:hover ul ul ul, #menu li.over ul ul ul {
+ display:none;
+}
+
+/* SHOW SUBMENU 3 */
+#menu ul ul li:hover ul, #menu ul ul li.over ul {
+ display:block;
+}
+#menu li:hover ul ul ul ul, #menu li.over ul ul ul ul {
+ display:none;
+}
+
+/* SHOW SUBMENU 4 */
+#menu ul ul ul li:hover ul, #menu ul ul li.over ul {
+ display:block;
+}
+
+#menu {
+ z-index:1;
+}
+#menu ul {
+ z-index:2;
+}
+#menu ul ul {
+ z-index:3;
+}
+#menu ul ul ul {
+ z-index:4;
+}
+#menu ul ul ul {
+ z-index:5;
+}
+
+/* Fix IE. Hide from IE Mac \*/
+* html #menu ul li { float: left; height: 1%; }
+* html #menu ul li a { height: 1%; }
+/* End */
diff --git a/css/styles_white_01.css b/css/styles_white_01.css
new file mode 100644
index 0000000..9f9d4ba
--- /dev/null
+++ b/css/styles_white_01.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #006E00;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #006E00;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #006E00;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #78E600;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #78E600;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #78E600;
+} \ No newline at end of file
diff --git a/css/styles_white_02.css b/css/styles_white_02.css
new file mode 100644
index 0000000..a29905d
--- /dev/null
+++ b/css/styles_white_02.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #033CD2;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #033CD2;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #78E600;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #78E600;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #78E600;
+} \ No newline at end of file
diff --git a/css/styles_white_03.css b/css/styles_white_03.css
new file mode 100644
index 0000000..1d773ea
--- /dev/null
+++ b/css/styles_white_03.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #006E00;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #006E00;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #006E00;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #00BEFF;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #00BEFF;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #00BEFF;
+} \ No newline at end of file
diff --git a/css/styles_white_04.css b/css/styles_white_04.css
new file mode 100644
index 0000000..6d4e40e
--- /dev/null
+++ b/css/styles_white_04.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #033CD2;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #033CD2;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #00BEFF;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #00BEFF;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #00BEFF;
+} \ No newline at end of file
diff --git a/css/styles_white_05.css b/css/styles_white_05.css
new file mode 100644
index 0000000..d6f3a48
--- /dev/null
+++ b/css/styles_white_05.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #6E008C;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #6E008C;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #6E008C;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #00BEFF;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #00BEFF;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #00BEFF;
+} \ No newline at end of file
diff --git a/css/styles_white_06.css b/css/styles_white_06.css
new file mode 100644
index 0000000..8da6f5f
--- /dev/null
+++ b/css/styles_white_06.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #A00000;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #A00000;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #A00000;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FF7800;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FF7800;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FF7800;
+} \ No newline at end of file
diff --git a/css/styles_white_07.css b/css/styles_white_07.css
new file mode 100644
index 0000000..ddcd642
--- /dev/null
+++ b/css/styles_white_07.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #033CD2;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #033CD2;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FF64D2;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FF64D2;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FF64D2;
+} \ No newline at end of file
diff --git a/css/styles_white_08.css b/css/styles_white_08.css
new file mode 100644
index 0000000..0daa28a
--- /dev/null
+++ b/css/styles_white_08.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #6E008C;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #6E008C;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #6E008C;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FF64D2;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FF64D2;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FF64D2;
+} \ No newline at end of file
diff --git a/css/styles_white_09.css b/css/styles_white_09.css
new file mode 100644
index 0000000..fcbb212
--- /dev/null
+++ b/css/styles_white_09.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #6E008C;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #6E008C;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #6E008C;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FF7800;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FF7800;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FF7800;
+} \ No newline at end of file
diff --git a/css/styles_white_10.css b/css/styles_white_10.css
new file mode 100644
index 0000000..ae2b1a6
--- /dev/null
+++ b/css/styles_white_10.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #033CD2;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #033CD2;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FF7800;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FF7800;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FF7800;
+} \ No newline at end of file
diff --git a/css/styles_white_11.css b/css/styles_white_11.css
new file mode 100644
index 0000000..bdd1d9e
--- /dev/null
+++ b/css/styles_white_11.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #006E00;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #006E00;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #006E00;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FFE132;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FFE132;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FFE132;
+} \ No newline at end of file
diff --git a/css/styles_white_12.css b/css/styles_white_12.css
new file mode 100644
index 0000000..f2f9d50
--- /dev/null
+++ b/css/styles_white_12.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #033CD2;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #033CD2;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #033CD2;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FFE132;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FFE132;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FFE132;
+} \ No newline at end of file