blob: 5b7e048fe02b53d996faf4dd7280c3063874d711 [file] [log] [blame]
Scott Maine4d8f1b2012-06-21 18:03:05 -07001.slideshow-home {
2 height: 500px;
3 width: 940px;
4 border-bottom: 1px solid #CCC;
5 position: relative;
6 margin: 0;
7}
8.slideshow-home .frame {
9 width: 940px;
10 height: 500px;
11}
12.slideshow-home .content-left {
13 float: left;
14 text-align: center;
15 vertical-align: center;
Scott Maind786a292012-06-22 21:23:32 -070016 margin: 0 0 0 35px;
Scott Maine4d8f1b2012-06-21 18:03:05 -070017}
18.slideshow-home .content-right {
Scott Maind786a292012-06-22 21:23:32 -070019 margin: 80px 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -070020}
21.slideshow-home .content-right p {
Scott Maind786a292012-06-22 21:23:32 -070022 margin-bottom: 10px;
23}
24.slideshow-home .content-right p:last-child {
25 margin-top: 15px;
26}
27.slideshow-home .content-right h1 {
28 padding:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -070029}
30.slideshow-home .item {
31 height: 500px;
32 width: 940px;
33}
34.home-sections {
35 padding: 30px 20px 20px;
36 margin: 20px 0;
37 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
38}
39.home-sections ul {
40 margin: 0;
41}
42.home-sections ul li {
43 float: left;
44 display: block;
45 list-style: none;
46 width: 170px;
47 height: 35px;
48 border: 1px solid #ccc;
49 background: white;
50 margin-right: 10px;
51 border-radius: 1px;
52 -webkit-border-radius: 1px;
53 -moz-border-radius: 1px;
54 box-shadow: 1px 1px 5px #EEE;
55 -webkit-box-shadow: 1px 1px 5px #EEE;
56 -moz-box-shadow: 1px 1px 5px #EEE;
57 background: white;
58}
59.home-sections ul li:hover {
60 background: #F9F9F9;
61 border: 1px solid #CCC;
62}
63.home-sections ul li a,
64.home-sections ul li a:hover {
65 font-weight: bold;
66 margin-top: 8px;
67 line-height: 18px;
68 float: left;
69 width: 100%;
70 text-align: center;
71 color: #09c !important;
72}
73.home-sections ul li a {
74 font-weight: bold;
75 margin-top: 8px;
76 line-height: 18px;
77 float: left;
78 width:100%;
79 text-align:center;
80}
81.home-sections ul li img {
82 float: left;
83 margin: -8px 0 0 10px;
84}
85.home-sections ul li.last {
86 margin-right: 0px;
87}
88#footer {
89 margin-top: -40px;
90}