connections/css/default.css
author Dan
Mon, 08 Dec 2008 11:36:24 -0500
changeset 4 ffba60211d61
child 6 ab28d9f00fbf
permissions -rw-r--r--
Moved files around to make compliant with theme Hg 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
	line-height:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    22
	background: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    23
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    24
a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    25
	color: #909D73;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    26
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    27
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    28
a:visited {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    29
	color: #8a3207;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    30
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    31
a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    32
	color: #753206;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    33
	text-decoration:underline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    34
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    35
input, textarea {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    36
	background: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    37
	border: #E1D6C6 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    38
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    39
#rap {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    40
	background:#fff url(../img/rap.jpg) center repeat-y;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    41
	width:760px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    42
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    43
	padding:0px 8px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    44
	text-align:left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    45
	font-family: Trebuchet MS,Georgia, Arial, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    46
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    47
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    48
#header {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    49
	background:#fff url(../img/top.jpg) no-repeat bottom; 	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    50
 	height: 183px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    51
	margin: 0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    52
	width:760px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    53
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    54
	border:#fc9 0px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    55
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    56
#main {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    57
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    58
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    59
	background:url(../img/content_bg.gif) repeat;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    60
	width:740px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    61
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    62
#content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    63
	width:510px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    64
	float:left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    65
	padding:5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    66
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    67
	overflow:auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    68
	display:inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    69
  text-align: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    70
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    71
#sidebar {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    72
	width:186px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    73
	float:right;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    74
	padding:0px 8px 10px 8px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    75
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    76
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    77
	color:#333;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    78
	display:inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    79
} 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    80
a img {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    81
	border: none;
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
acronym, abbr {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    84
	border-bottom: 1px dotted #0c6bf0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    85
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    86
acronym, abbr, span.caps {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    87
	cursor: help;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    88
	letter-spacing: .07em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    89
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    90
code {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    91
	font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    92
	font-style: italic;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    93
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    94
blockquote {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    95
	margin: 15px 30px 0 45px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    96
	padding: 0 0 0 45px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    97
	background: url(../img/blockquote.gif) no-repeat left top;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    98
	font-style:italic;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    99
}
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
cite {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   102
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   103
	font-style: normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   104
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   105
h3 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   106
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   107
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   108
	font-size:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   109
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   110
p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   111
	margin: 0 0 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   112
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   113
	line-height: 1.5em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   114
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   115
h1, h2, h3, h4 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   116
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   117
	font-weight: normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   118
	letter-spacing: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   119
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   120
#header h1 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   121
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   122
	margin: 0;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   123
	font-size: 1.6em;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   124
	padding:10px 20px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   125
	text-align:right;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   126
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   127
#header h1 a 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   128
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   129
	color:#B5C09D;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   130
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   131
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   132
#header h1 a:hover 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   133
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   134
	color:#F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   135
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   136
#header #desc
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
	font-weight:normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   139
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   140
	color:#B5C09D;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   141
	text-align:right;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   142
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   143
	padding:0 20px 0 0;
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
#sidebar div.heading {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   146
	margin: 0 0 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   147
	padding:2px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   148
	font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   149
	color: #676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   150
	text-align:center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   151
	background:url(../img/sidenav_top.jpg) no-repeat center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   152
	border:#ccc 0px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   153
	height:22px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   154
	font-weight:bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   155
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   156
#sidebar div.slider {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   157
	list-style-type: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   158
	padding: 0 2px 0 2px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   159
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   160
  margin-top: 7px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   161
	font-size: 0.9em;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   162
	border:#E1D6c6 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   163
	border-top:#f3f6ed 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   164
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   165
#sidebar div.slideblock {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   166
  padding: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   167
  padding-bottom: 3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   168
  overflow: hidden;   
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   169
  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
   170
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   171
#sidebar div.slideblock2 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   172
  padding: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   173
  padding-bottom: 3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   174
  overflow: hidden;   
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   175
  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
   176
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   177
#sidebar div.slideblock a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   178
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   179
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   180
  padding: 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   181
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   182
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   183
#sidebar div.slideblock a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   184
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   185
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   186
  background-color: #e2ebda;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   187
  padding: 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   188
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   189
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   190
#pagenav {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   191
	list-style:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   192
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   193
#sidebar ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   194
	margin: 0.1em 0 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   195
	padding: 0;	
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 ul li a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   198
	text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   199
	border:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   200
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   201
#sidebar ul li a:link {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   202
	color: #909D73;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   203
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   204
#sidebar ul li a:visited {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   205
	color: #999999;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   206
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   207
#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
   208
	color: #990000;
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
#sidebar ul ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   211
	list-style-type: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   212
	padding: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   213
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   214
	font-size: 1em;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   215
	background:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   216
	border:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   217
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   218
#sidebar ul ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   219
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   220
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   221
	padding-left:10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   222
	margin-left:10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   223
	background:url(../img/subcat_bullet.gif) no-repeat left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   224
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   225
#content ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   226
	margin-left: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   227
	padding-left: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   228
	list-style-type: none;
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
#content ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   231
	background: url(../img/bullet.gif) no-repeat 0 7px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   232
	padding-left: 1.5em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   233
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   234
#content p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   235
  margin-left: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   236
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   237
.post, .page {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   238
	margin:0 0 30px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   239
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   240
.page {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   241
	margin:25px -5px 0 27px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   242
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   243
.post-info, .page-info {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   244
	font-size:0.85em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   245
	font-family: Verdana, Arial, Sans-Serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   246
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   247
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   248
	color:#333;
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
.page-info {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   251
	text-align:center;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   252
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   253
.post-info a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   254
	color:#990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   255
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   256
.post-info a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   257
	color:#000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   258
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   259
.post-content, .page-content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   260
	padding:10px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   261
	margin:3px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   262
	border-top:#BBC4A3 1px solid;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   263
	font-family: Georgia, Verdana, Arial, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   264
	font-size:12px;
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
.page-content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   267
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   268
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   269
.post-title, .page-title {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   270
	font-family:Georgia, Arial, Serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   271
	font-size:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   272
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   273
	font-weight:bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   274
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   275
.page-title {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   276
	font-size:1.6em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   277
	font-weight:normal;
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
#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
   280
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   281
	color:#676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   282
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   283
.post-date {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   284
	float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   285
	color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   286
	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
   287
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   288
	text-align: center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   289
	font-weight: bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   290
	margin: 3px 10px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   291
	padding: 8px 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   292
	width: 55px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   293
	background: #E7EBDE;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   294
	line-height:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   295
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   296
.post-footer 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   297
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   298
	padding-top:20px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   299
	background:url(../img/divider.gif) no-repeat center;
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
#footer {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   302
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   303
	padding: 7px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   304
	border-top:#BBC4A3 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   305
	clear: both;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   306
	font-size: 0.8em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   307
	color: #999;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   308
	text-align:center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   309
	width:740px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   310
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   311
#footer a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   312
  border: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   313
  color: #7A7636;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   314
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   315
.commentlist {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   316
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   317
	font-weight:normal;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   318
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   319
#commentform {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   320
	margin:0 0 0 40px;
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
#commentform textarea {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   323
	width: 80%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   324
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   325
#commentform p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   326
	margin: 0 0 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   327
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   328
#comments,#respond {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   329
	text-transform: uppercase;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   330
	margin: 3em 0 1em 40px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   331
	color: #676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   332
	font: 0.9em verdana, helvetica, sans-serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   333
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   334
.commentlist li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   335
	margin:5px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   336
	padding:10px 10px 20px 10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   337
	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
   338
	border:#E1D6C6 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   339
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   340
.commentlist .alt {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   341
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   342
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   343
#topnav {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   344
	list-style:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   345
	font-size:0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   346
	margin:0;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   347
	padding:11px 20px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   348
	text-align:right;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   349
	font-family:Verdana, Arial, Sans-Serif;
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
#topnav li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   352
	list-style: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   353
	display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   354
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   355
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   356
	font-weight: bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   357
  position: relative;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   358
  top: -2px;
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
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   361
#topnav li.sep {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   362
	margin-left: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   363
  margin-right: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   364
  margin-top: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   365
  margin-bottom: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   366
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   367
  padding-bottom: 2px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   368
  border-left: 1px solid #3B4423;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   369
  border-right: 1px solid #F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   370
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   371
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   372
#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
   373
	text-decoration: none;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   374
	color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   375
  border-width: 0 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   376
  border-style: solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   377
  border-color: #7D8B5A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   378
  background-color: #7D8B5A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   379
  padding: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   380
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   381
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   382
#topnav li form {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   383
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   384
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   385
  display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   386
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   387
#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
   388
  font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   389
  cursor: pointer;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   390
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   391
#topnav li input[type ~="text"] {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   392
  padding: 2px 2px 3px 2px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   393
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   394
  border-color: #F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   395
  color: #5D7B3A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   396
  margin: 0 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   397
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   398
#topnav li input[type ~="text"]:focus {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   399
  color: #1c1010;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   400
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   401
#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
   402
	color:#F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   403
  border-color: #F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   404
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   405
  /* padding: 3px 3px 5px 3px; */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   406
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   407
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   408
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   409
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
   410
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
   411
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
   412
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
   413
div.pagebar#pagebarpopup a { display: block; margin: 0; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   414
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   415
/*
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   416
 * jBox menu system
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
 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   419
/* Exception for Connections theme */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   420
div#pagebar_main {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   421
  margin: 0px 7px 0px 8px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   422
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   423
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   424
div.menu, div.menu_nojs {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   425
  background-color: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   426
  font-size: 7pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   427
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   428
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   429
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
   430
  padding: 2.5pt 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   431
  margin-right: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   432
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   433
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   434
  float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   435
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   436
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   437
div.menu div.label, div.menu_nojs div.label {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   438
  color: #201000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   439
  cursor: default;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   440
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   441
div.menu span.sep, div.menu_nojs span.sep {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   442
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   443
  float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   444
  width: 5px;
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
div.menu div.multopts, div.menu_nojs div.multopts {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   447
  line-height: 17pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   448
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   449
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
   450
  float: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   451
  display: inline;
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
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
   454
  color: #990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   455
  background-color: #BBC4A3;
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
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
   458
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   459
  font-size: 9pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   460
  padding: 4px 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   461
  max-width: 70px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   462
  background-color: #E3E6DD;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   463
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   464
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
   465
  background-color: #ECEFF6;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   466
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   467
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
   468
  background-color: #FAFDF6;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   469
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   470
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
   471
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   472
  font-size: 9pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   473
  padding: 3px 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   474
  max-width: 70px;
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 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
   477
  color: #400000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   478
  background-color: transparent;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   479
  background-image: url(../img/content_bg.gif);
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   480
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   481
div.menu ul, div.menu_nojs ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   482
  display: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   483
  position: absolute;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   484
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   485
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   486
  background-color: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   487
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   488
  min-width: 120px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   489
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   490
div.menu ul li, div.menu_nojs ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   491
  list-style: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   492
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   493
div.menu ul a, div.menu_nojs ul a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   494
  float: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   495
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   496
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   497
span.menuclear {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   498
  font-size: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   499
  height: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   500
  width: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   501
  clear: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   502
  line-height: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   503
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   504
}
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
.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
   507
.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
   508
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   509
.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
   510
.tblholder td.row1 { padding: 4px; background-color: #E3E6DD !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   511
.tblholder td.row2 { padding: 4px; background-color: #F3F6ED !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   512
.tblholder td.row3 { padding: 4px; background-color: #EBEDE6 !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   513
.tblholder table   { background-color: #FFFFFF; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   514
.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
   515
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   516
.catCheck       { padding: 3px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   517
.catCheck:hover { padding: 3px; background-color: #F3F6ED; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   518
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   519
/* Information, warning, question, and error boxes */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   520
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
   521
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
   522
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
   523
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
   524
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   525
table#stretcher {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   526
  width: 100%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   527
  height: 100%;
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
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   530
a.wikilink-nonexistent, a.wikilink-nonexistent:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   531
  color: #B05020;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   532
  text-decoration: underline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   533
  border-bottom: 1px dotted;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   534
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   535
a.wikilink-nonexistent:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   536
  color: #D06030;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   537
}