-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
144 lines (135 loc) · 11.5 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
html, body, div, h1, h2, h3, p, a, em, img, strong, ul, li, form, label { margin : 0; padding : 0; border : 0; outline : 0; font-size : 100%; vertical-align : baseline; background : transparent;}
ol, ul { list-style: none; list-style-image: none; list-style-position: outside; list-style-type: none; }
a img { border: none; }
html, body { height: 100%; }
body { background: url(/img/bg.gif) 0 0 repeat-x #ccc; font: 12px 'Open Sans', sans-serif; color: #666; }
a { color: #000; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; color: #666; }
p { padding: 0 0 10px; }
h2 { letter-spacing: 3px; padding: 6px 0 10px 0; font: bold 18px 'PT Sans', sans-serif; color: #333; font-variant:small-caps; }
h3 strong { color:#73ce00; font-weight:bolder; }
form { padding: 0; margin: 0; }
fieldset { clear: both; }
form .field, form .buttons { padding-bottom: 3px;padding-top:3px; }
form .field { padding-left: 120px; }
form .field label { display: inline; float: left; width: 100px; margin-left: -120px; }
button { margin-left: 120px; background-color: #ccc; border-top: 1px solid #eee; border-left: 1px solid #eee; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; color: #555; }
button[type="reset"] { margin-left: 10px; }
button[type="submit"]:hover { background-color: #555; color: #fff; }
input, textarea { width: 130px; border-top: 1px solid #eee; border-left: 1px solid #eee; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font-size: 12px; color: #555; }
input:focus, textarea:focus { background-color: #eee; }
input.invalid, textarea.invalid { border: 1px dashed #FF0000; }
label.invalid { font-weight: bolder; color: #000; }
#outerWrapper { overflow: hidden; position: relative; height:100%; width: 1000px; margin: 0 auto; padding-bottom: 135px; background: url(/img/reflection.jpg) center 431px no-repeat transparent; }
#contentWrapper { position: relative; overflow: hidden; width: 558px; height: 278px; margin: 140px auto 0; padding: 6px; background-color: #fff; border: 1px solid #c1c1c1; border-bottom: 0 none; }
#content { position: relative; overflow: hidden; width: 558px; height: 278px; background: url(/img/content-bg.gif) repeat-x 0 0 #eee; }
#scrollWrapper { position: relative; width: 9999px; }
#navMain { position: absolute; bottom: 0; left: 200px; overflow: hidden; z-index: 100; clear: both; height: 20px; padding: 10px 0 4px 10px; text-align: center; border-left: 1px solid #fff; border-right: 1px solid #fff; background: url(/img/navMain-bg.gif) repeat-x 0 0 #fff; }
#navMain li { display: block; float: left; }
#navMain li a { display: block; float: left; }
#navMain li img { padding: 0 7px; }
#navMain li a { filter:alpha(opacity=50); opacity:0.50; }
#navMain li a.selected, #navMain li a:hover, #navMain li a:focus { filter:alpha(opacity=100); opacity:1; }
#home { padding: 15px 10px 25px; height: 188px; }
#home h1 { position: relative; margin: 0; padding: 30px 0 0; font: normal 36px 'Kreon', sans-serif; color: #666; text-align: center;padding-bottom:25px; }
#home h1 a { color: #00000; }
#home h3 { font: normal 14px 'PT Sans', sans-serif; color: #333; text-align: center; }
#home h2 { text-align: center; }
#avatar { padding-bottom: 15px; }
#logo { padding-bottom:25px; }
#networks ul { overflow: hidden; padding: 2px 0 2px; }
#networks li { overflow: hidden; display: block; float: left; width: 252px; height: 46px; margin: 0 14px 0 0; }
#networks li a { overflow: hidden; display: block; float: left; width: 252px; height: 36px; padding: 0 0 sssss1sss0px; color: #666; }
#networks img { float: left; margin: 0 16px 0 0; }
#networks strong { display: block; font: bold 14px 'PT Sans', sans-serif; color: #333; }
#networks li a:hover, #networks li a:focus { padding-left: 2px; width: 250px; text-decoration: none; color: #333; }
#addressDetails { float: left; width: 240px; margin: 0 20px 0 0; padding: 0 0 0 1px; border-right: 1px dotted #ccc; }
#addressDetails h3 { padding: 6px 0 0 0; font-weight: bold; font-size: 14px; color: #333; }
#contactForm { float: left; width: 260px; }
#note { color: #333; font: bolder 13px 'PT Sans', sans-serif; text-align:center; display:none;}
#addressDetails p { padding-top: 10px; }
/*p#copyleft{ height: 20px; left: 10px;position: absolute; top:-30px; width:990px; text-align:center; padding: 10px 0 18px 0; background: url(/img/copyright-symbol.gif) no-repeat bottom right; color: #888; font-weight: bold; }*/
/* =gallery section
----------------------------------------------------------------------------------------- */
ul.gallery { overflow: hidden; padding: 10px 0 0 4px; }
ul.gallery li { float: left; display: inline; width: 70px; height: 65px; margin: 0 9px 20px; }
ul.gallery li a { float: left; display: block; width: 70px; height: 65px; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }
ul.gallery li a:hover, ul.gallery li a:focus { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
/* gallery Navigation */
.navGallery { width: 516px; height: 20px; position: absolute; bottom: 8px; left: 28px; }
.navGallery li { display: inline; }
.navGallery li a { padding: 0 4px; color: #666; }
.navGallery li a:hover, .navGallery li a:focus, .navGallery li.current a { text-decoration: none; color: #000; }
.navGallery li.current a { text-decoration: underline; }
#loader { display: none; text-align:center; }
.section { position: relative; float: left; margin-right: 50px; width: 538px; height: 253px; padding: 0 10px 25px; }
.left { float: left; margin: 5px 16px 5px 0; }
/* The rest is prettyPhoto */
div.dark_rounded .pp_top .pp_left{background:url(/img/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/img/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/img/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/img/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/img/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/img/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/img/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/img/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/img/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/img/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(/img/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(/img/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/img/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/img/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/img/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/img/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/img/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/img/dark_rounded/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px #000 solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/img/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/img/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/img/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/img/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}