1
2.www_title  { font-family: "Georgia,Palatino,Times,Roman";
3              font-size: 33pt; 
4              text-align: center;}
5
6#container {
7	margin: 0px auto;
8	text-align: left;
9	width: 860px;
10}
11#header{
12	height:40px;
13	width:777px;
14}
15#content{
16	padding: 0px 0px 0px 0px;
17	border:1px solid white;
18}
19#left{
20	padding: 0px 0px 0px 0px;
21	border:1px solid white;
22	width:192px;
23	float:left;
24}
25#middle{
26	padding: 0px 0px 0px 0px;
27	border:1px solid white;
28	margin-left:200px;
29	margin-right:196px;
30	width:658px;
31}
32
33/*Credits: Dynamic Drive CSS Library */
34/*URL: http://www.dynamicdrive.com/style/ */
35
36.urbangreymenu{
37width: 190px; /*width of menu*/
38}
39
40.urbangreymenu .headerbar{
41font: bold 13px Verdana;
42color: white;
43background: #606060; 
44margin-bottom: 0; /*bottom spacing between header and rest of content*/
45text-transform: uppercase;
46padding: 7px 0 7px 7px;
47}
48
49.urbangreymenu ul{
50list-style-type: none;
51margin: 0;
52padding: 0;
53margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
54}
55
56.urbangreymenu ul li{
57padding-bottom: 1px; /*bottom spacing between menu items*/
58}
59
60.urbangreymenu ul li a{
61font: normal 12px Arial;
62color: black;
63background: #E9E9E9;
64display: block;
65padding: 5px 0;
66line-height: 17px;
67padding-left: 14px;
68text-decoration: none;
69}
70
71.urbangreymenu ul li a:visited{
72color: black;
73}
74
75.urbangreymenu ul li a:hover { /*hover state CSS*/
76color: black;
77background: #bbbbbb;
78}
79
80.samplecode {
81	background-repeat:repeat-x;
82	border:1px solid #d1c7ac;
83	width: 230px;
84	color:#333333;
85	padding:3px;
86	margin-right:4px;
87	margin-bottom:8px;
88	font-family:tahoma, arial, sans-serif;
89}
90
91table.stats {
92    text-align: center;
93    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
94    font-weight: normal;
95    font-size: 11px;
96    color: #fff;
97    background-color: #666;
98    border: 0px;
99    border-collapse: collapse;
100    border-spacing: 0px;
101}
102
103td.blank {
104    background-color: white;
105    background: white;
106    color: white;
107}
108
109td.content {
110    background-color: #E9E9E9;
111    color: #000;
112    padding: 4px;
113    text-align: left;
114    border: 1px #fff solid;
115    height: 40px;
116    vertical-align: top;
117}
118
119td.header {
120    background-color: #bbb;
121    color: #000;
122    padding: 4px;
123    text-align: left;
124    border: 1px #fff solid;
125    vertical-align: top;
126}
127
128table.stats {
129    color: #000;
130    padding: 4px;
131    text-align: left;
132    border: 1px #fff solid;
133}
134
135
136table.stats td.hed {
137    background: #606060; 
138    color: white;
139    padding: 4px;
140    text-align: left;
141    border-bottom: 2px #fff solid;
142    font-size: 12px;
143    font-weight: bold;
144}
145
146.post {
147    width: 640px; /*width of menu*/
148}
149
150.postheader {
151    font: bold 13px Verdana;
152    color: white;
153    background: #606060; 
154    margin-bottom: 0; /*bottom spacing between header and rest of content*/
155    text-transform: uppercase;
156    padding: 7px 0 7px 7px;
157}
158
159.postcontent{
160	padding-left: 14px;
161}
162