connections/css/default.css
author Dan
Tue, 02 Mar 2010 15:26:56 -0500
changeset 12 72dd1126dda2
parent 10 1fdb801384f2
permissions -rw-r--r--
Converted the entire top section to be CSS instead of image based for structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     1
/* 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     2
Theme Name: Connections
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     3
Theme URI: http://www.patriciamuller.com/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     4
Version: 1.0
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     5
Description: A Theme from wpthemes.Info
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     6
Author: Patricia Muller
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     7
Author URI: http://www.vanillamist.com/blog/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     8
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     9
Port information:
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    10
Ported from: WordPress
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    11
Ported by: Dan Fuhry - http://enano.homelinux.org/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    12
*/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    13
html,body { height: 100%; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    14
body {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    15
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    16
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    17
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    18
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    19
	/* text-align:center; */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    20
	color:#29303B;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    21
	background: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    22
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    23
a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    24
	color: #909D73;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    25
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    26
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    27
a:visited {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    28
	color: #8a3207;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    29
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    30
a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    31
	color: #753206;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    32
	text-decoration:underline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    33
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    34
input, textarea {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    35
	background: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    36
	border: #E1D6C6 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    37
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    38
#rap {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    39
	background:#fff url(../img/rap.jpg) center repeat-y;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    40
	width:760px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    41
	margin:0 auto;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    42
	padding: 0 8px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    43
	text-align:left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    44
	font-family: Trebuchet MS,Georgia, Arial, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    45
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    46
}
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    47
#preheader {
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    48
  height: 9px;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    49
  background: #f6f3ee;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    50
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    51
#header {
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    52
	background-color: #fcfbf6; 	
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    53
	margin: 0 auto;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    54
	width: 741px;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    55
	padding: 1px 2px;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    56
	border: #dedccf 1px solid;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    57
}
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    58
#postheader {
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    59
  height: 7px;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    60
  background: #f6f3ee;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    61
}
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    62
#banner {
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    63
  background: url(../img/banner.jpg) no-repeat;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    64
  height: 140px;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    65
  padding-top: 3px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    66
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    67
#main {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    68
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    69
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    70
	background:url(../img/content_bg.gif) repeat;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    71
	width:740px;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
    72
	line-height: 1.3em;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    73
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    74
#content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    75
	width:510px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    76
	float:left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    77
	padding:5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    78
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    79
	overflow:auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    80
	display:inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    81
  text-align: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    82
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    83
#sidebar {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    84
	width:186px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    85
	float:right;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    86
	padding:0px 8px 10px 8px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    87
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    88
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    89
	color:#333;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    90
	display:inline;
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    91
}
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    92
#sidebar .heading a {
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    93
  font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    94
  color: #676E04;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    95
  font-weight: bold;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    96
  font-size: 1.1em;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    97
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    98
a img {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    99
	border: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   100
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   101
acronym, abbr {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   102
	border-bottom: 1px dotted #0c6bf0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   103
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   104
acronym, abbr, span.caps {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   105
	cursor: help;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   106
	letter-spacing: .07em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   107
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   108
code {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   109
	font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   110
	font-style: italic;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   111
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   112
blockquote {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   113
	margin: 15px 30px 0 45px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   114
	padding: 0 0 0 45px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   115
	background: url(../img/blockquote.gif) no-repeat left top;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   116
	font-style:italic;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   117
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   118
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   119
cite {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   120
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   121
	font-style: normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   122
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   123
h3 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   124
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   125
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   126
	font-size:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   127
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   128
p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   129
	margin: 0 0 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   130
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   131
	line-height: 1.5em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   132
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   133
h1, h2, h3, h4 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   134
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   135
	font-weight: normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   136
	letter-spacing: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   137
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   138
#header h1 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   139
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   140
	margin: 0;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   141
	font-size: 1.6em;	
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   142
	padding:10px 10px 0 0;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   143
	text-align:right;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   144
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   145
#header h1 a 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   146
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   147
	color:#B5C09D;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   148
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   149
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   150
#header h1 a:hover 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   151
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   152
	color:#F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   153
}
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   154
#header #banner {
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   155
  line-height: 1.4em;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   156
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   157
#header #desc
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   158
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   159
	font-weight:normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   160
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   161
	color:#B5C09D;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   162
	text-align:right;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   163
	margin:0;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   164
	padding:0 10px 0 0;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   165
}
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   166
#sidebar div.slider {
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   167
	list-style-type: none;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   168
	padding: 2px;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   169
	margin: 0;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   170
  margin-top: 7px;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   171
	font-size: 0.9em;	
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   172
	border: #e1d6c6 1px solid;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   173
  background-color: #f3f6ed;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   174
	/* border-top: #f3f6ed 1px solid; */
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   175
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   176
#sidebar div.heading {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   177
	margin: 0 0 0 0;
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   178
	padding: 2px 2px 0 2px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   179
	font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   180
	color: #676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   181
	text-align:center;
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   182
	/* background:url(../img/sidenav_top.jpg) no-repeat center; */
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   183
  background-color: #e2ebda;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   184
	border:#ccc 0px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   185
	height:22px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   186
	font-weight:bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   187
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   188
#sidebar div.slideblock {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   189
  padding: 5px;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   190
  padding-bottom: 2em;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   191
  overflow: hidden;   
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   192
  background:#F3F6ED url(../img/sidenav_bottom.jpg) no-repeat bottom;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   193
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   194
#sidebar div.slideblock2 {
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   195
  margin-top: 10px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   196
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   197
#sidebar div.slideblock a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   198
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   199
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   200
  padding: 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   201
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   202
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   203
#sidebar div.slideblock a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   204
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   205
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   206
  background-color: #e2ebda;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   207
  padding: 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   208
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   209
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   210
#pagenav {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   211
	list-style:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   212
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   213
#sidebar ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   214
	margin: 0.1em 0 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   215
	padding: 0;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   216
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   217
#sidebar ul li a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   218
	text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   219
	border:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   220
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   221
#sidebar ul li a:link {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   222
	color: #909D73;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   223
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   224
#sidebar ul li a:visited {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   225
	color: #999999;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   226
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   227
#sidebar ul li a:hover, #sidebar ul li a:active {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   228
	color: #990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   229
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   230
#sidebar ul ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   231
	list-style-type: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   232
	padding: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   233
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   234
	font-size: 1em;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   235
	background:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   236
	border:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   237
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   238
#sidebar ul ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   239
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   240
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   241
	padding-left:10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   242
	margin-left:10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   243
	background:url(../img/subcat_bullet.gif) no-repeat left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   244
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   245
#content ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   246
	margin-left: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   247
	padding-left: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   248
	list-style-type: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   249
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   250
#content ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   251
	background: url(../img/bullet.gif) no-repeat 0 7px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   252
	padding-left: 1.5em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   253
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   254
#content p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   255
  margin-left: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   256
}
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   257
#content h3 {
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   258
  margin: 0.4em 0 0.6em 0;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   259
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   260
.post, .page {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   261
	margin:0 0 30px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   262
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   263
.page {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   264
	margin:25px -5px 0 27px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   265
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   266
.post-info, .page-info {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   267
	font-size:0.85em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   268
	font-family: Verdana, Arial, Sans-Serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   269
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   270
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   271
	color:#333;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   272
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   273
.page-info {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   274
	text-align:center;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   275
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   276
.post-info a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   277
	color:#990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   278
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   279
.post-info a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   280
	color:#000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   281
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   282
.post-content, .page-content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   283
	padding:10px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   284
	margin:3px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   285
	border-top:#BBC4A3 1px solid;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   286
	font-family: Georgia, Verdana, Arial, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   287
	font-size:12px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   288
}
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   289
.post-content-disable-border {
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   290
  border-top-width: 0;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   291
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   292
.page-content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   293
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   294
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   295
.post-title, .page-title {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   296
	font-family:Georgia, Arial, Serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   297
	font-size:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   298
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   299
	font-weight:bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   300
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   301
.page-title {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   302
	font-size:1.6em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   303
	font-weight:normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   304
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   305
#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   306
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   307
	color:#676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   308
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   309
.post-date {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   310
	float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   311
	color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   312
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   313
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   314
	text-align: center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   315
	font-weight: bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   316
	margin: 3px 10px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   317
	padding: 8px 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   318
	width: 55px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   319
	background: #E7EBDE;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   320
	line-height:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   321
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   322
.post-footer 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   323
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   324
	padding-top:20px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   325
	background:url(../img/divider.gif) no-repeat center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   326
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   327
#footer {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   328
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   329
	padding: 7px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   330
	border-top:#BBC4A3 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   331
	clear: both;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   332
	font-size: 0.8em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   333
	color: #999;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   334
	text-align:center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   335
	width:740px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   336
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   337
#footer a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   338
  border: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   339
  color: #7A7636;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   340
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   341
.commentlist {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   342
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   343
	font-weight:normal;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   344
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   345
#commentform {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   346
	margin:0 0 0 40px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   347
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   348
#commentform textarea {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   349
	width: 80%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   350
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   351
#commentform p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   352
	margin: 0 0 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   353
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   354
#comments,#respond {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   355
	text-transform: uppercase;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   356
	margin: 3em 0 1em 40px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   357
	color: #676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   358
	font: 0.9em verdana, helvetica, sans-serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   359
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   360
.commentlist li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   361
	margin:5px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   362
	padding:10px 10px 20px 10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   363
	background:#F3F6ED url(../img/comments_bottom.jpg) repeat-x bottom;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   364
	border:#E1D6C6 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   365
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   366
.commentlist .alt {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   367
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   368
}
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   369
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   370
#topnav {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   371
	list-style:none;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   372
	font-size: 0.9em;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   373
	margin: 0 0 1px 0;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   374
	padding: 0 10px 0 0;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   375
	text-align:right;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   376
	font-family:Verdana, Arial, Sans-Serif;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   377
	background-color: #7d8b5a;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   378
}
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   379
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   380
#topnav li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   381
	list-style: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   382
	display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   383
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   384
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   385
	font-weight: bold;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   386
  font-size: 0.9em;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   387
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   388
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   389
#topnav li.sep {
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   390
  margin: 0 3px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   391
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   392
  border-left: 1px solid #3B4423;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   393
  border-right: 1px solid #F7F3ED;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   394
  position: relative;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   395
  top: -3px;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   396
}
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   397
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   398
#topnav li a:link, #topnav li a:visited {
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   399
  vertical-align: top;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   400
  position: relative;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   401
  top: 3px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   402
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   403
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   404
#topnav li a:link, #topnav li a:visited, #topnav li input[type ~="submit"], #topnav li input[type ~="button"], #topnav li button {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   405
	text-decoration: none;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   406
	color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   407
  border-width: 0 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   408
  border-style: solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   409
  border-color: #7D8B5A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   410
  background-color: #7D8B5A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   411
  padding: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   412
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   413
#topnav li form {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   414
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   415
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   416
  display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   417
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   418
#topnav li input[type ~="submit"], #topnav li input[type ~="button"], #topnav li button {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   419
  cursor: pointer;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   420
  padding: 2px;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   421
  margin: 0;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   422
  font-family: arial, helvetica, sans-serif;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   423
  vertical-align: bottom;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   424
  border-width: 0 1px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   425
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   426
#topnav li input[type ~="text"] {
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   427
  padding: 3px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   428
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   429
  border-color: #F7F3ED;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   430
  border-width: 0 1px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   431
  color: #5D7B3A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   432
  margin: 0 4px;
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   433
  font-family: arial, helvetica, sans-serif;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   434
  vertical-align: bottom;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   435
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   436
#topnav li input[type ~="text"]:focus {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   437
  color: #1c1010;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   438
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   439
#topnav li a:hover, #topnav li a:focus, #topnav li input[type ~="submit"]:hover, #topnav li input[type ~="button"]:hover, #topnav li button:hover, #topnav li input[type ~="submit"]:focus, #topnav li input[type ~="button"]:focus, #topnav li button:focus {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   440
	color:#F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   441
  border-color: #F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   442
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   443
  /* padding: 3px 3px 5px 3px; */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   444
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   445
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   446
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   447
div.pagebar                { background-color: #F3F6ED; margin-top: 0px; padding: 3px; font-size: 7pt; text-align: left; font-family: arial, helvetica, sans-serif; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   448
div.pagebar a              { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #909D73; } 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   449
div.pagebar a:hover        { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #990000; background-color: #BBC4A3; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   450
div.pagebar#pagebarpopup   { display: none; position: absolute; width: 150px; padding: 0; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   451
div.pagebar#pagebarpopup a { display: block; margin: 0; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   452
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   453
/*
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   454
 * jBox menu system
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   455
 */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   456
 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   457
/* Exception for Connections theme */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   458
div#pagebar_main {
12
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   459
  border-top: 1px solid #e2d6c6;
72dd1126dda2 Converted the entire top section to be CSS instead of image based for structure
Dan
parents: 10
diff changeset
   460
  margin: 0px 8px 0 7px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   461
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   462
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   463
div.menu, div.menu_nojs {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   464
  background-color: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   465
  font-size: 7pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   466
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   467
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   468
div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   469
  padding: 2.5pt 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   470
  margin-right: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   471
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   472
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   473
  float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   474
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   475
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   476
div.menu div.label, div.menu_nojs div.label {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   477
  color: #201000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   478
  cursor: default;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   479
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   480
div.menu span.sep, div.menu_nojs span.sep {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   481
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   482
  float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   483
  width: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   484
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   485
div.menu div.multopts, div.menu_nojs div.multopts {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   486
  line-height: 17pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   487
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   488
div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts div.label {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   489
  float: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   490
  display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   491
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   492
div.menu a.liteselected, div.menu_nojs a.liteselected, div.menu a.liteselected:hover, div.menu_nojs a.liteselected:hover, div.menu a:hover, div.menu_nojs a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   493
  color: #990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   494
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   495
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   496
div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   497
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   498
  font-size: 9pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   499
  padding: 4px 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   500
  max-width: 70px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   501
  background-color: #E3E6DD;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   502
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   503
div.menu input[type ^="text"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="password"]:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   504
  background-color: #ECEFF6;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   505
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   506
div.menu input[type ^="text"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="password"]:focus {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   507
  background-color: #FAFDF6;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   508
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   509
div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   510
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   511
  font-size: 9pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   512
  padding: 3px 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   513
  max-width: 70px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   514
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   515
div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, div.menu_nojs a.selected:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   516
  color: #400000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   517
  background-color: transparent;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   518
  background-image: url(../img/content_bg.gif);
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   519
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   520
div.menu ul, div.menu_nojs ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   521
  display: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   522
  position: absolute;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   523
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   524
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   525
  background-color: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   526
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   527
  min-width: 120px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   528
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   529
div.menu ul li, div.menu_nojs ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   530
  list-style: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   531
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   532
div.menu ul a, div.menu_nojs ul a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   533
  float: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   534
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   535
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   536
span.menuclear {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   537
  font-size: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   538
  height: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   539
  width: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   540
  clear: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   541
  line-height: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   542
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   543
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   544
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   545
.mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   546
.tblholder   { margin: 0; margin-left: 0.2in; padding: 0px;  border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   547
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   548
.tblholder th      { padding: 4px; background-color: #C8D6A3 !important; color: #696E5B !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   549
.tblholder td.row1 { padding: 4px; background-color: #E3E6DD !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   550
.tblholder td.row2 { padding: 4px; background-color: #F3F6ED !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   551
.tblholder td.row3 { padding: 4px; background-color: #EBEDE6 !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   552
.tblholder table   { background-color: #FFFFFF; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   553
.tblholder th.subhead { padding: 4px; background-color: #D0D4C7 !important; color: #696E5B !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   554
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   555
.catCheck       { padding: 3px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   556
.catCheck:hover { padding: 3px; background-color: #F3F6ED; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   557
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   558
/* Information, warning, question, and error boxes */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   559
div.error-box                     { background-image: url(../../../images/error.png);    background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   560
div.info-box                      { background-image: url(../../../images/info.png);     background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   561
div.warning-box                   { background-image: url(../../../images/warning.png);  background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   562
div.question-box                  { background-image: url(../../../images/question.png); background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   563
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   564
table#stretcher {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   565
  width: 100%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   566
  height: 100%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   567
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   568
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   569
a.wikilink-nonexistent, a.wikilink-nonexistent:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   570
  color: #B05020;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   571
  text-decoration: underline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   572
  border-bottom: 1px dotted;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   573
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   574
a.wikilink-nonexistent:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   575
  color: #D06030;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   576
}