Guest User

Untitled

a guest
Oct 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. body {
  2. margin: 0px;
  3. padding: 0px;
  4. background-color: #8AAD37;
  5. font-family: "Galliard", Georgia;
  6. line-height: 1;
  7. }
  8.  
  9. #header {
  10. height: 158px;
  11. background-color: white;
  12. background-image: url(images/header_repeat.png);
  13. background-repeat: repeat-x;
  14. box-shadow: 0px 1px 8px #222;
  15. -moz-box-shadow: 0px 1px 8px #222;
  16. -webkit-box-shadow: 0px 1px 8px #222;
  17. position: relative;
  18. z-index: 1;
  19. }
  20.  
  21. #header_inner {
  22. background-image: url(images/header_bg.png);
  23. background-repeat: no-repeat;
  24. padding-top: 8px;
  25. padding-bottom: 9px;
  26. height: 141px;
  27. }
  28.  
  29. #header_content {
  30. margin: 0px auto;
  31. background-color: white;
  32. height: 140px;
  33. width: 960px;
  34. position: relative;
  35. }
  36.  
  37. #daily_tips {
  38. float: right;
  39. }
  40.  
  41. #header_content h1 {
  42. text-indent: -9999px;
  43. background-image: url(images/bruce_keith_logo.png);
  44. width: 148px;
  45. height: 140px;
  46. margin: 0px;
  47. position: absolute;
  48. }
  49.  
  50. #header .menu {
  51. list-style-type: none;
  52. padding: 0px;
  53. margin: 0px;
  54. position: absolute;
  55. bottom: 0px;
  56. left: 148px;
  57. }
  58. #header .menu li {
  59. float: left;
  60. font-size: 16.5px;
  61. height: 45px;
  62. line-height: 23px;
  63. padding: 3px 11px 6px;
  64. background-image: url(images/nav_divider.png);
  65. background-repeat: no-repeat;
  66. background-position: bottom left;
  67. }
  68. #header .menu li:first-child {
  69. background: none;
  70. }
  71. #header .menu li a {
  72. color: #769a29;
  73. text-decoration: none;
  74.  
  75. }
  76.  
  77. #header .menu li.current-menu-item a {
  78. color: #005b8e;
  79. }
  80.  
  81. #header .menu li a:hover {
  82. text-decoration: underline;
  83. }
  84.  
  85. #daily_tips input[type=text] {
  86. background-color: #F2F2F2;
  87. font-family: Sans-Serif;
  88. font-size: 15px;
  89. border: 2px solid white;
  90. width: 207px;
  91. height: 32px;
  92. padding-left: 4px;
  93. padding-right: 4px;
  94. }
  95. #daily_tips div#input {
  96. border: 1px solid #DADADA;
  97. width: 219px;
  98. display: inline-block;
  99. }
  100.  
  101. #daily_tips #arrow {
  102. border: 0px;
  103. cursor: pointer;
  104. text-indent: -9999px;
  105. background-image: url(images/email_arrow.png);
  106. background-repeat: no-repeat;
  107. width: 14px;
  108. height: 28px;
  109. margin-left: 1px;
  110. display: inline-block;
  111. vertical-align: middle;
  112. }
  113.  
  114. #daily_tips span {
  115. color: #457293;
  116. font-family: "Galliard Bold Italic";
  117. }
  118. #daily_tips {
  119. margin-top: 24px;
  120. margin-right: 25px;
  121. }
  122.  
  123. #content {
  124. background-image: url(images/content_bg.png);
  125. background-repeat: repeat-y;
  126. background-position: top center;
  127. }
  128. #content_container.home {
  129. background-image: url(images/homepage_content_bg.png);
  130. }
  131. #content #main-left {
  132. padding-top: 19px;
  133. color: white;
  134. padding-left: 18px;
  135. width: 400px;
  136. }
  137. #content #main-left p {
  138. margin: 10px 0px;
  139. line-height: 22px;
  140. }
  141. #content #main-left h1 {
  142. font-weight: normal;
  143. height: 92px;
  144. font-size: 46px;
  145. line-height: 100px;
  146. margin: 0px;
  147.  
  148. }
  149. #content #main-left h3 {
  150. margin: 0px;
  151. line-height: 24px;
  152. font-family: "Galliard Bold", Georgia;
  153. font-weight: normal;
  154. font-size: 20px;
  155. }
  156. #content #main_home {
  157. height: 340px;
  158. }
  159. #content #main-footer {
  160. height: 248px;
  161. background-color: #e8f2f4;
  162. }
  163. #content #main-footer-left {
  164. width: 446px;
  165. float: left;
  166. padding-top: 15px;
  167. margin-right: 5px;
  168. padding-left: 18px;
  169. }
  170. #content #main-footer-left p {
  171. line-height: 22px;
  172. }
  173. #content #main-footer-left h1 {
  174. color: #01396d;
  175. font-size: 22px;
  176. font-weight: normal;
  177. margin-bottom: 0px;
  178. }
  179. #content #main-footer-left h3 {
  180. font-size: 20px;
  181. font-weight: normal;
  182. margin-bottom: 0px;
  183. margin-top: 10px;
  184. }
  185. #content #main-footer #coaching_programs {
  186. background-image: url(images/coaching_programs_bg.png);
  187. background-repeat: no-repeat;
  188. width: 267px;
  189. height: 228px;
  190. float: left;
  191. padding: 10px;
  192. color: white;
  193. }
  194. #content #main-footer #coaching_programs h3 {
  195. margin: 8px 0px 0px;
  196. font-weight: normal;
  197. }
  198. #content #main-footer #coaching_programs p {
  199. font-size: 14px;
  200. line-height: 18px;
  201. margin-top: 10px;
  202. }
  203. #content #main-footer #coaching_programs ul {
  204. list-style-image: url(images/checkmark.png);
  205. padding-left: 22px;
  206. line-height: 22px;
  207. margin-top: 5px;
  208. }
  209. #content #main-footer #coaching_programs p span {
  210. font-style: italic;
  211. font-weight: 600;
  212. text-decoration: underline;
  213. }
  214. #content #main-footer #testimonials {
  215. background-image: url(images/testimonials_bg.png);
  216. background-repeat: no-repeat;
  217. width: 204px;
  218. height: 248px;
  219. float: left;
  220. }
  221. .green {
  222. color: #54791c;
  223. }
  224. .blue {
  225. color: #01396d;
  226. }
  227. #content #main-footer-left p {
  228. font-size: 14px;
  229. margin-top: 4px;
  230. }
  231. #content_container img,
  232. #mid-footer_container img {
  233. margin: 0px;
  234. display: block;
  235. }
  236. #content_container,
  237. #mid-footer_container,
  238. #footer-bar_container {
  239. width: 960px;
  240. margin: 0px auto;
  241. background-color: white;
  242. }
  243. #footer-bar_container {
  244. height: 40px;
  245. }
  246.  
  247. #mid-footer {
  248. background-color: white;
  249. }
  250.  
  251. #footer-bar {
  252. height: 40px;
  253. box-shadow: 0px 0px 16px #222;
  254. -moz-box-shadow: 0px 0px 16px #222;
  255. -webkit-box-shadow: 0px 0px 16px #222;
  256. position: relative;
  257. z-index: 2;
  258. background-color: white;
  259. }
  260. .fb_footer_like {
  261. display: inline-block;
  262. padding-top: 9px;
  263. float: left;
  264. }
  265.  
  266. #fbar_connect {
  267. float: right;
  268. color: #073A71;
  269. position: relative;
  270. right: 0px;
  271. }
  272. #fbar_contact {
  273. padding-left: 17px;
  274. color: #073A71;
  275. }
  276. #fbar_contact_info {
  277. color: #6D6D6D;
  278. }
  279. #fbar_contact,
  280. #fbar_contact_info,
  281. #fbar_connect {
  282. display: inline-block;
  283. font-size: 14px;
  284. line-height: 44px;
  285. height: 40px;
  286. white-space: nowrap;
  287. }
  288. #footer_container {
  289. width: 960px;
  290. margin: 0px auto;
  291. }
  292. #website_by {
  293. color: white;
  294. font-weight: lighter;
  295. float: right;
  296. font-size: 10px;
  297. font-family: Sans-Serif;
  298. }
  299. #website_by a {
  300. color: white;
  301. text-decoration: none;
  302. }
  303. #website_by a:hover {
  304. text-decoration: underline;
  305. }
  306. #footer {
  307. text-align: center;
  308.  
  309. }
  310. #footer-logo {
  311. width: 115px;
  312. margin: 10px auto 0px;
  313. background-color: #80A22F;
  314. }
  315. #border-bottom {
  316. width: 115px;
  317. margin: 0px auto;
  318. height: 15px;
  319. background-color: #80A22F;
  320. }
  321. #footer-copyright {
  322. background-color: #8AAD37;
  323. font-size: 14px;
  324. white-space: nowrap;
  325. text-align: center;
  326. color: white;
  327. padding: 5px 0px;
  328. }
  329.  
  330. h1 {
  331. margin-top: 0px;
  332. }
Add Comment
Please, Sign In to add comment