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