bright.css
author Eugen Sawin <sawine@me73.com>
Thu, 23 Sep 2010 21:52:33 +0200
changeset 6 1fc4d26a5d3d
parent 2 dfd4cfda60f3
child 8 9db4eeefef26
permissions -rwxr-xr-x
Fixed wrong id name for the footer.
     1 body, html 
     2 { 
     3 }
     4 
     5 body
     6 { 
     7 	font-size:12px; 
     8 	font-family:sans-serif; 
     9 	color:#727272;
    10 	line-height:20px; 
    11 	margin:0;
    12 	background: #f9f9f9; 
    13 }
    14 
    15 * html #main
    16 { 
    17 }
    18 
    19 #main
    20 { 
    21 }
    22 
    23 .inner 
    24 { 
    25 	width: 100%; 
    26 	padding-bottom: 200px;
    27 }
    28 
    29 #footer
    30 { 
    31 	height: 400px; 
    32 	/*margin-top: -520px; */
    33 }
    34 
    35 p,ul,li	
    36 { 
    37 	margin:0; 
    38 	padding:0;
    39 }
    40 
    41 a
    42 { 
    43 	text-decoration: none; 
    44 	color:#566;
    45 }
    46 
    47 a:hover					
    48 { 
    49 	text-decoration:none;
    50 }
    51 
    52 img		
    53 { 
    54 	border:0; 
    55 	vertical-align:top;
    56 }
    57 
    58 a.link1
    59 { 
    60 	border-bottom: dashed 1px #699; 
    61 	position:relative; 
    62 }
    63 
    64 a.link1:hover	
    65 { 
    66 	border-bottom: 0; 
    67 }
    68 
    69 #content	
    70 { 
    71 	height:220px; 
    72 	padding-top:10px; 
    73 	width:820px; 
    74 	margin:0 auto;
    75 }
    76 
    77 #footer_holder	
    78 { 
    79 	width:870px; 
    80 	padding-top:102px; 
    81 	margin:0 auto;
    82 }
    83 
    84 #footer_holder2	
    85 { 
    86 	width:325px; 
    87 	float:right; 
    88 	line-height:20px; 
    89 	margin:0 -30px 0 0;
    90 }
    91 
    92 #footer_holder2 p	
    93 { 
    94 	margin-bottom:27px;
    95 }
    96 
    97 #copy_footer	
    98 { 
    99 	padding-top:340px; 
   100 	height:15px; 
   101 	font-size:10px; 
   102 	text-align:center;
   103 }
   104 
   105 #content_right	
   106 { 
   107 	float:right; 
   108 	width:300px; 
   109 	margin:0 -36px 0 0; 
   110 }
   111 
   112 .name	
   113 { 
   114 	position:relative;
   115 	top:330px; 
   116 	width:100%; 
   117 	font-size:34px;
   118 	font-weight: bold;
   119 	float:center;
   120 	text-align:center;
   121 }
   122 
   123 .objective
   124 { 
   125 	height:45px; 
   126 	padding-left:25px;
   127 	width:300px;
   128 }
   129 
   130 .tab
   131 {
   132 	width:300px; 
   133 	float:left;
   134 }
   135 
   136 .tab th	
   137 { 
   138 	text-align:right; 
   139 	font-weight: normal; 
   140 	width:96px;
   141 }
   142 
   143 .tab td	
   144 { 
   145 	padding-left:8px;
   146 }
   147 
   148 .red	
   149 { 
   150 	color:#B22;
   151 }
   152