blob: 5adad188a21026d92d1a844670eb3d4308789cbb [file] [log] [blame]
Greg Clayton854bb532010-06-10 02:48:57 +00001
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
81.post{
82width: 640px; /*width of menu*/
83}
84
85.postheader{
86font: bold 13px Verdana;
87color: white;
88background: #606060;
89margin-bottom: 0; /*bottom spacing between header and rest of content*/
90text-transform: uppercase;
91padding: 7px 0 7px 7px;
92}
93
94.postcontent{
95 padding-left: 14px;
96}