colocando o novo layout
[cascardo/eventmanager.git] / media / css / geral.css
1 * {margin:0; padding:0; border:0;}\r
2 \r
3 body {\r
4     font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;\r
5     font-size:12px;\r
6     color:#222;\r
7     line-height:1.65em;\r
8     background:url(/site_media/imgs/bg_top.png) repeat-x;\r
9 }\r
10 \r
11 div#top h1 {\r
12     text-indent:-9999px;\r
13     width:355px;\r
14     height:134px;\r
15     background:url(/site_media/imgs/emsl07.jpg) no-repeat;\r
16     margin:34px 0 0 30px;\r
17 }\r
18 \r
19 div#top h2 {\r
20     text-indent:-9999px;\r
21     width:217px;\r
22     height:56px;\r
23     background:url(/site_media/imgs/el_data.gif) no-repeat;\r
24     margin-top:-142px;\r
25     margin-left:530px;\r
26 }\r
27 \r
28 div#top form {\r
29     width:748px;\r
30     text-align:right;\r
31     margin-top:15px;\r
32 }\r
33 \r
34 div#top input { border:1px solid #C00; width:85px; }\r
35 div#top label { color:white; padding-left:10px; }\r
36 \r
37 div#container {width:718px; padding:67px 30px 30px 30px; }\r
38 \r
39 ul#menu {\r
40     float:left;\r
41     width:180px;\r
42     list-style:none;\r
43     margin-bottom:35px;\r
44 }\r
45 \r
46 div#content {\r
47     padding-left:220px;\r
48 }\r
49 \r
50 h2, h3, h4 { font-weight:normal; }\r
51 div#content h2 { font-size:24px; margin-bottom:20px; margin-top:5px; }\r
52 div#content h3 { font-size:16px; color:#CC0D0D; margin-bottom:16px; margin-top:5px; }\r
53 div#content h4 { font-size:16px; color:#666; margin-bottom:13px; margin-top:5px; }\r
54 \r
55 div#content p {margin-bottom:15px;}\r
56 \r
57 div#content ul {list-style:circle inside;}\r
58 \r
59 div#footer {\r
60     background:url(/site_media/imgs/bg_footer.png) repeat-x #333;\r
61     clear:both;\r
62     height:145px;\r
63     padding:13px 30px 15px 30px;\r
64 }\r
65 \r
66 div#org {float:left;}\r
67 \r
68 div#patrocinio {padding-left:220px;}\r
69 \r
70 div#patrocinio h3 {\r
71     width:58px;\r
72     height:14px;\r
73     background:url(/site_media/imgs/tit_patrocinio.gif) no-repeat;\r
74     text-indent:-9999px;\r
75 }\r
76 \r
77 div#patrocinio table {\r
78     background:white;\r
79     margin-top:13px;\r
80 }\r
81 \r
82 \r
83 /* -- meu -- */\r
84 \r
85 #cadastro input,\r
86 #cadastro textarea,\r
87 #cadastro select {\r
88     border: solid 1px #666;\r
89 }\r
90 \r
91 #cadastro input[type=text] {\r
92     width: 300px;\r
93 }\r
94 \r
95 #cadastro label {\r
96     display: block;\r
97     float: left;\r
98     width: 450px;\r
99     font-style: normal;\r
100     color: #000;\r
101 }\r
102 \r
103 #cadastro p {\r
104     display: block;\r
105     width: 450px;\r
106     font-style: italic;\r
107     font-size: small;\r
108     color: #666;\r
109 }\r
110 \r
111 #cadastro p textarea {\r
112     width: 100%;\r
113 }\r
114 \r
115 #id_minicurriculo,\r
116 #id_descricao_curta {\r
117     height: 60px;\r
118 }\r
119 \r
120 #id_recursos {\r
121     height: 150px;\r
122 }\r
123 \r
124 #menu-palestrante {\r
125     position: absolute;\r
126 }\r
127 \r
128 #menu-palestrante ul {\r
129     list-style-type: none;\r
130 }\r
131 \r
132 .login-failed {\r
133     background-color: red;\r
134     border: solid 1px white !important;\r
135 }\r