web/wp-content/themes/inove/style.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 /*
       
     2 Theme Name: iNove
       
     3 Theme URI: http://wordpress.org/extend/themes/inove/
       
     4 Description: Inspired by MacZone.sk, created by mg12. It is very stylish, widget supported and doesn’t require any plugin.
       
     5 Version: 1.4.6
       
     6 Author: mg12
       
     7 Author URI: http://www.neoease.com/
       
     8 Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
       
     9 */
       
    10 
       
    11 /* static START */
       
    12 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset {
       
    13 	margin:0;
       
    14 	padding:0;
       
    15 }
       
    16 abbr[title], acronym[title] {
       
    17 	border-bottom:thin dotted;
       
    18 	cursor:help;
       
    19 }
       
    20 body {
       
    21 	background:#BEC3C6 url(img/bg.jpg) repeat-x;
       
    22 	color:#555;
       
    23 	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
       
    24 	font-size:12px;
       
    25 }
       
    26 h1, h2, h3, h4, h5, h6 {
       
    27 	font-weight:bold;
       
    28 	letter-spacing:-0.05em;
       
    29 	font-family:Arial;
       
    30 }
       
    31 h1 {font-size:200%;}
       
    32 h2 {font-size:170%;}
       
    33 h3 {font-size:150%;}
       
    34 h4 {font-size:130%;}
       
    35 h5 {font-size:110%;}
       
    36 h6 {font-size:100%;}
       
    37 img {
       
    38 	border:0;
       
    39 }
       
    40 img.sided {
       
    41 	background:#FFF;
       
    42 	border:2px solid #CCC;
       
    43 	padding:3px;
       
    44 }
       
    45 small {
       
    46 	font-size:10px;
       
    47 }
       
    48 a:hover img.sided {
       
    49 	border-color:#A6A6A6;
       
    50 }
       
    51 a {
       
    52 	color:#2970A6;
       
    53 	text-decoration:none;
       
    54 }
       
    55 a:hover {
       
    56 	text-decoration:underline;
       
    57 }
       
    58 .wp-caption {
       
    59 	background:#F7F7F7;
       
    60 	border:1px solid #CCC;
       
    61 	padding:5px 0;
       
    62 	margin-bottom:5px;
       
    63 	text-align:center;
       
    64 }
       
    65 .wp-caption img {
       
    66 	margin:0 5px;
       
    67 }
       
    68 .wp-caption-text {
       
    69 	text-align:center;
       
    70 	padding:0 5px !important;
       
    71 	padding:3px 5px 0;
       
    72 }
       
    73 *+html .wp-caption-text {
       
    74 	padding:3px 5px 0 !important;
       
    75 }
       
    76 .post .content .wp-caption p {
       
    77 	margin:0;
       
    78 }
       
    79 blockquote, pre {
       
    80 	background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
       
    81 	border:1px dashed #CCC;
       
    82 	padding:8px 12px 8px 36px;
       
    83 	margin:5px 0;
       
    84 }
       
    85 .more-link {
       
    86 	font-size:11px;
       
    87 }
       
    88 .alignleft {
       
    89 	float:left;
       
    90 	text-align:left;
       
    91 	margin-right:10px;
       
    92 }
       
    93 .alignright {
       
    94 	float:right;
       
    95 	text-align:right;
       
    96 	margin-left:10px;
       
    97 }
       
    98 .aligncenter {
       
    99 	display: block;
       
   100 	margin-left: auto;
       
   101 	margin-right: auto;
       
   102 }
       
   103 .floatleft {
       
   104 	float:left;
       
   105 }
       
   106 .floatright {
       
   107 	float:right;
       
   108 }
       
   109 .left {
       
   110 	float:left;
       
   111 	margin-right:10px;
       
   112 }
       
   113 .right {
       
   114 	float:right;
       
   115 	margin-left:10px;
       
   116 }
       
   117 .fixed, .clear {
       
   118 	clear:both;
       
   119 }
       
   120 input.textfield, 
       
   121 textarea {
       
   122 	background:#FFF url(img/textfield.gif) top repeat-x;
       
   123 	border:1px solid #A6A6A6;
       
   124 	padding:2px 1px;
       
   125 	font-size:12px;
       
   126 	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
       
   127 }
       
   128 .boxcaption {
       
   129 	background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
       
   130 	padding:6px 12px;
       
   131 	border-bottom:1px solid #CCC;
       
   132 }
       
   133 .boxcaption h3 {
       
   134 	font-size:12px;
       
   135 	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
       
   136 	letter-spacing:0em;
       
   137 }
       
   138 .box {
       
   139 	background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
       
   140 	padding:8px 12px;
       
   141 	margin-bottom:10px;
       
   142 }
       
   143 .messagebox, 
       
   144 .errorbox {
       
   145 	background:#EDEFF0 url(img/messagebox.gif) no-repeat;
       
   146 	padding:0 12px;
       
   147 	height:27px;
       
   148 	line-height:27px;
       
   149 	font-size:11px;
       
   150 }
       
   151 .w3c {
       
   152 	color:#080;
       
   153 	font-size:10px;
       
   154 }
       
   155 /* static END */
       
   156 
       
   157 /* layout START */
       
   158 #wrap {
       
   159 	background:url(img/light.gif) center top no-repeat;
       
   160 	padding:20px 0;
       
   161 }
       
   162 #container {
       
   163 	margin:0 auto;
       
   164 	width:936px;
       
   165 }
       
   166 /* layout END */
       
   167 
       
   168 /* header START */
       
   169 #header {
       
   170 	background:url(img/header.jpg) 0 0 no-repeat;
       
   171 	height:90px;
       
   172 	border-bottom:1px solid #A6A6A6;
       
   173 	overflow:hidden;
       
   174 }
       
   175 #caption {
       
   176 	padding:25px 30px 0;
       
   177 }
       
   178 #title a {
       
   179 	text-decoration:none;
       
   180 	color:#FFF;
       
   181 	height:30px;
       
   182 	display:block;
       
   183 	font-family:"Trajan Pro";
       
   184 	letter-spacing:0;
       
   185 }
       
   186 /* image blog title */
       
   187 /*
       
   188 #title a {
       
   189 	background:url(img/title.gif) no-repeat;
       
   190 	text-decoration:none;
       
   191 	color:#FFF;
       
   192 	width:250px;
       
   193 	height:30px;
       
   194 	text-indent:-999em;
       
   195 	display:block;
       
   196 }
       
   197 */
       
   198 #tagline {
       
   199 	color:#FFF;
       
   200 	border-top:1px solid #FFF;
       
   201 	text-decoration:none;
       
   202 	font-size:10px;
       
   203 	float:left;
       
   204 	padding:0 3px;
       
   205 }
       
   206 #header .banner {
       
   207 	float:right;
       
   208 	padding:15px 15px 0;
       
   209 	color:#999;
       
   210 }
       
   211 /* header END */
       
   212 
       
   213 /* navigation START */
       
   214 #navigation {
       
   215 	background:#FFF;
       
   216 	border-bottom:1px solid #A6A6A6;
       
   217 }
       
   218 #menus li {
       
   219 	display:inline;
       
   220 	list-style:none;
       
   221 }
       
   222 #menus li a {
       
   223 	background:transparent url(img/menu.gif) no-repeat;
       
   224 	display:block;
       
   225 	color:#382E1F;
       
   226 	height:31px;
       
   227 	line-height:31px;
       
   228 	padding:0 20px;
       
   229 	margin-left:-10px;
       
   230 	text-decoration:none;
       
   231 	font-size:11px;
       
   232 	float:left;
       
   233 	z-index:1;
       
   234 }
       
   235 #menus li a:hover, 
       
   236 #menus li a.current {
       
   237 	background-position:0 -31px;
       
   238 }
       
   239 #menus li.current_page_item a, 
       
   240 #menus li.current-cat a {
       
   241 	background-position:0 -62px;
       
   242 }
       
   243 #menus li a.home {
       
   244 	background-position:0 -93px;
       
   245 	width:45px;
       
   246 	padding:0;
       
   247 	margin-left:0;
       
   248 	text-indent:-999em;
       
   249 }
       
   250 #menus li a.home:hover {
       
   251 	background-position:0 -124px;
       
   252 }
       
   253 #menus li.current_page_item a.home {
       
   254 	background-position:0 -155px;
       
   255 }
       
   256 #menus li a.lastmenu:hover {
       
   257 	background-position:0 0;
       
   258 	cursor:default;
       
   259 }
       
   260 #searchbox {
       
   261 	background: url(img/searchbox.gif) no-repeat;
       
   262 	width:209px;
       
   263 	height:21px;
       
   264 	display:block;
       
   265 	float:right;
       
   266 	margin-top:4px;
       
   267 	margin-right:10px !important;
       
   268 	margin-right:5px;
       
   269 	padding:3px 2px;
       
   270 }
       
   271 #searchbox .textfield {
       
   272 	background:none;
       
   273 	border:0px;
       
   274 	width:185px;
       
   275 	float:left;
       
   276 	margin-right:2px;
       
   277 	padding-left:2px;
       
   278 }
       
   279 #searchbox .button {
       
   280 	background:none;
       
   281 	border:0px;
       
   282 	width:18px;
       
   283 	height:18px;
       
   284 	cursor:pointer;
       
   285 	float:left;
       
   286 	margin-top:1px;
       
   287 }
       
   288 #searchbox .searchtip {
       
   289 	color:#999;
       
   290 }
       
   291 /* navigation END */
       
   292 
       
   293 /* submenu START */
       
   294 #menus li ul {
       
   295 	display:none;
       
   296 	background:#F4F5F7;
       
   297 	border:solid #A6A6A6;
       
   298 	border-width:1px 1px 0;
       
   299 	line-height:0;
       
   300 	position:absolute;
       
   301 	z-index:1;
       
   302 }
       
   303 #menus li li {
       
   304 	float:none;
       
   305 	margin:0;
       
   306 	padding:0;
       
   307 	list-style:none;
       
   308 }
       
   309 #menus li li a {
       
   310 	float:none;
       
   311 	padding:7px 18px 7px 10px;
       
   312 	text-decoration:none;
       
   313 	border-bottom:1px solid #DDD;
       
   314 	margin:0;
       
   315 	background-image:none;
       
   316 	height:auto;
       
   317 	line-height:145%;
       
   318 	color:#999;
       
   319 	display:block;
       
   320 	width:175px;
       
   321 }
       
   322 #menus li li a.last {
       
   323 	border-color:#A6A6A6;
       
   324 }
       
   325 #menus li li a:hover, 
       
   326 #menus li li a.current {
       
   327 	background-color:#EDEFF0;
       
   328 	color:#382E1F;
       
   329 }
       
   330 #menus li li a.subtitle, 
       
   331 #menus li li a.subtitle:hover {
       
   332 	background-image:url(img/arrow.gif);
       
   333 	background-position:right;
       
   334 	background-repeat:no-repeat;
       
   335 }
       
   336 /* submenu END */
       
   337 
       
   338 /* content START */
       
   339 #content {
       
   340 	background:#FFF url(img/sidesep.gif) right repeat-y;
       
   341 	min-height:400px;
       
   342 }
       
   343 /* content END */
       
   344 
       
   345 /* main START */
       
   346 #main {
       
   347 	background:#FFF url(img/main_shadow.gif) top repeat-x;
       
   348 	width:605px;
       
   349 	padding:13px 15px 15px;
       
   350 	float:left;
       
   351 	overflow:hidden;
       
   352 }
       
   353 #notice {
       
   354 	color:#080;
       
   355 }
       
   356 #notice a {
       
   357 	text-decoration:underline;
       
   358 }
       
   359 .post {
       
   360 	padding-bottom:5px !important;
       
   361 	padding-bottom:15px;
       
   362 }
       
   363 *+html .post {
       
   364 	padding-bottom:15px !important;
       
   365 }
       
   366 .post h2 {
       
   367 	display:block;
       
   368 	margin-top:10px;
       
   369 	border-bottom:1px solid #CCC;
       
   370 	padding:0 5px 3px;
       
   371 	font-size:16px;
       
   372 	font-family:Verdana,"BitStream vera Sans";
       
   373 }
       
   374 .post h2 a.title {
       
   375 	text-decoration:none;
       
   376 	color:#4C4C4C;
       
   377 }
       
   378 .post h2 a.title:hover {
       
   379 	color:#2970A6;
       
   380 }
       
   381 .post h2 .act a {
       
   382 	font-weight:normal;
       
   383 }
       
   384 .post .info {
       
   385 	margin:5px;
       
   386 }
       
   387 .post .info span.first {
       
   388 	margin-left:0;
       
   389 }
       
   390 .post .date, 
       
   391 .post .author, 
       
   392 .post .editpost, 
       
   393 .post .comments, 
       
   394 .post .addcomment, 
       
   395 .post .addlink, 
       
   396 .post .editlinks {
       
   397 	background:url(img/icons.gif) no-repeat;
       
   398 	padding-left:22px;
       
   399 	height:16px;
       
   400 	line-height:16px;
       
   401 	display:block;
       
   402 	font-size:11px;
       
   403 }
       
   404 .post .tags, 
       
   405 .post .categories {
       
   406 	background:url(img/icons.gif) no-repeat;
       
   407 	width:16px;
       
   408 	height:16px;
       
   409 	line-height:16px;
       
   410 	display:block;
       
   411 	text-indent:-999em;
       
   412 }
       
   413 .post .under span.tags, 
       
   414 .post .under span.categories {
       
   415 	margin-right:6px;
       
   416 }
       
   417 .post .act {
       
   418 	height:16px;
       
   419 	float:right;
       
   420 }
       
   421 .post .act span {
       
   422 	float:left;
       
   423 	margin-left:15px;
       
   424 }
       
   425 .post .tags {
       
   426 	background-position:0 -400px;
       
   427 }
       
   428 .post .categories {
       
   429 	background-position:0 -480px;
       
   430 }
       
   431 .post .date {
       
   432 	background-position:0 -48px;
       
   433 	margin-right:15px;
       
   434 	float:left;
       
   435 }
       
   436 .post .author {
       
   437 	background-position:0 0;
       
   438 	float:left;
       
   439 }
       
   440 .post .editpost {
       
   441 	background-position:0 -64px;
       
   442 	margin-left:15px;
       
   443 	float:right;
       
   444 }
       
   445 .post .comments {
       
   446 	background-position:0 -96px;
       
   447 	float:right;
       
   448 }
       
   449 .post .addcomment {
       
   450 	background-position:0 -112px;
       
   451 	margin-left:15px;
       
   452 	float:right;
       
   453 }
       
   454 .post .addlink {
       
   455 	background-position:0 -176px;
       
   456 }
       
   457 .post .editlinks {
       
   458 	background-position:0 -192px;
       
   459 }
       
   460 .post .content {
       
   461 	padding:5px 0 0 5px;
       
   462 	line-height:145%;
       
   463 	overflow:hidden;
       
   464 }
       
   465 .post .content p {
       
   466 	margin-bottom:10px;
       
   467 }
       
   468 .post .under {
       
   469 	height:16px;
       
   470 	line-height:16px;
       
   471 	font-size:11px;
       
   472 	margin-bottom:10px;
       
   473 }
       
   474 .post .under span {
       
   475 	float:left;
       
   476 	margin-right:15px;
       
   477 }
       
   478 .post .content h4 {
       
   479 	color:#080;
       
   480 	margin-bottom:10px;
       
   481 }
       
   482 .post .content img {
       
   483 	max-width:600px;
       
   484 }
       
   485 .post .content ul, 
       
   486 .post .content ol {
       
   487 	padding-bottom:10px;
       
   488 }
       
   489 .post .content ul li, 
       
   490 .post .content ol li {
       
   491 	list-style-position:inside;
       
   492 	padding-left:20px;
       
   493 }
       
   494 .post .content table {
       
   495 	background:#FFF;
       
   496 	border:2px solid #CCC;
       
   497 	border-collapse:collapse;
       
   498 	margin:5px 0 10px;
       
   499 }
       
   500 .post .content th, 
       
   501 .post .content td {
       
   502 	border:1px solid #CCC;
       
   503 	padding:3px 10px;
       
   504 	text-align:left;
       
   505 	vertical-align:top;
       
   506 }
       
   507 .post .content tr.even td {
       
   508 	background:#F7F7F7;
       
   509 }
       
   510 .post .content th {
       
   511 	background:#EDEFF0;
       
   512 }
       
   513 .post .content .boxcaption {
       
   514 	background-image:url(img/postbox.gif);
       
   515 }
       
   516 .post .content .box {
       
   517 	background-image:url(img/postbox.gif);
       
   518 }
       
   519 #postpath {
       
   520 	background:url(img/icons.gif) 0 -320px no-repeat;
       
   521 	line-height:16px;
       
   522 	margin:5px 0;
       
   523 	padding-left:22px;
       
   524 }
       
   525 #pagenavi, 
       
   526 #postnavi {
       
   527 	border-top:1px solid #CCC;
       
   528 	margin:10px -5px 0;
       
   529 	padding:10px 5px 0;
       
   530 }
       
   531 #pagenavi {
       
   532 	font-size:11px;
       
   533 }
       
   534 #pagenavi .newer a, 
       
   535 #postnavi .prev a {
       
   536 	background:url(img/icons.gif) 0 -224px no-repeat;
       
   537 	padding-left:22px;
       
   538 	float:left;
       
   539 	height:16px;
       
   540 	line-height:16px;
       
   541 }
       
   542 #pagenavi .older a, 
       
   543 #postnavi .next a {
       
   544 	background:url(img/icons.gif) 100% -240px no-repeat;
       
   545 	padding-right:22px;
       
   546 	float:right;
       
   547 	height:16px;
       
   548 	line-height:16px;
       
   549 }
       
   550 /* main END */
       
   551 
       
   552 /* sidebar START */
       
   553 #sidebar {
       
   554 	background:#F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
       
   555 	width:300px;
       
   556 	float:right;
       
   557 	font-size:95%;
       
   558 	line-height:145%;
       
   559 	overflow:hidden;
       
   560 	padding-top:8px;
       
   561 }
       
   562 #sidebar li {
       
   563 	background:url(img/icons.gif) 0 -560px no-repeat;
       
   564 	padding-left:22px;
       
   565 	list-style:none;
       
   566 	margin-top:5px;
       
   567 	/*font-size:95%;*/
       
   568 }
       
   569 #sidebar .content, 
       
   570 #sidebar li {
       
   571 	font-size:12px;
       
   572 }
       
   573 #centersidebar, 
       
   574 #northsidebar .widget, 
       
   575 #southsidebar .widget {
       
   576 	background:url(img/widgetsep.png) bottom no-repeat;
       
   577 	padding:10px 15px 16px;
       
   578 }
       
   579 #centersidebar {
       
   580 	padding-bottom:6px;
       
   581 }
       
   582 #northsidebar, 
       
   583 #southsidebar {
       
   584 	font-size:95%;
       
   585 }
       
   586 #northsidebar .widget h2, 
       
   587 #southsidebar .widget h2 {
       
   588 	margin-bottom:10px;
       
   589 }
       
   590 #northsidebar .widget .content p, 
       
   591 #southsidebar .widget .content p {
       
   592 	margin-bottom:10px;
       
   593 }
       
   594 #westsidebar {
       
   595 	width:121px;
       
   596 	float:left;
       
   597 	padding-right:5px;
       
   598 	font-size:95%;
       
   599 	overflow:hidden;
       
   600 }
       
   601 #eastsidebar {
       
   602 	width:129px;
       
   603 	float:right;
       
   604 	font-size:95%;
       
   605 	overflow:hidden;
       
   606 }
       
   607 #westsidebar h3, 
       
   608 #eastsidebar h3 {
       
   609 	margin-bottom:5px;
       
   610 }
       
   611 #westsidebar .widget, 
       
   612 #eastsidebar .widget {
       
   613 	margin-bottom:15px;
       
   614 }
       
   615 #sidebar .widget_feeds {
       
   616 	padding:5px 15px 15px;
       
   617 }
       
   618 #sidebar #feedrss, 
       
   619 #sidebar #feedemail, 
       
   620 #sidebar #followme {
       
   621 	height:25px;
       
   622 	line-height:25px;
       
   623 	display:block;
       
   624 	padding:5px 5px 5px 36px;
       
   625 	float:left;
       
   626 	text-decoration:none;
       
   627 	font-size:11px;
       
   628 }
       
   629 #sidebar #feedrss {
       
   630 	background: url(img/feeds.gif) 5px 5px no-repeat;
       
   631 }
       
   632 #sidebar #feedemail {
       
   633 	background: url(img/feeds.gif) 5px -45px no-repeat;
       
   634 	margin-left:10px;
       
   635 }
       
   636 #sidebar #followme {
       
   637 	background: url(img/feeds.gif) 5px -95px no-repeat;
       
   638 	margin-left:10px;
       
   639 }
       
   640 #subscribe ul {
       
   641 	display:none;
       
   642 	position:absolute;
       
   643 	background:#F4F5F7;
       
   644 	border:1px solid #B7B7B7;
       
   645 	width:180px;
       
   646 	padding:5px;
       
   647 }
       
   648 #subscribe li {
       
   649 	background:transparent;
       
   650 	list-style:none;
       
   651 	float:left;
       
   652 	margin:0;
       
   653 	padding:0;
       
   654 	display:block;
       
   655 }
       
   656 #subscribe li a span {
       
   657 	background:url(img/readers.gif) no-repeat;
       
   658 	height:20px;
       
   659 	width:80px;
       
   660 	display:block;
       
   661 	text-indent:-999em;
       
   662 }
       
   663 #subscribe li#google_reader a span {
       
   664 	background-position:0 0;
       
   665 }
       
   666 #subscribe li#youdao_reader a span {
       
   667 	background-position:0 -20px;
       
   668 }
       
   669 #subscribe li#xianguo_reader a span {
       
   670 	background-position:0 -40px;
       
   671 }
       
   672 #subscribe li#zhuaxia_reader a span {
       
   673 	background-position:0 -60px;
       
   674 }
       
   675 #subscribe li#yahoo_reader a span {
       
   676 	background-position:0 -80px;
       
   677 }
       
   678 #subscribe li#newsgator_reader a span {
       
   679 	background-position:0 -100px;
       
   680 }
       
   681 #subscribe li#bloglines_reader a span {
       
   682 	background-position:0 -120px;
       
   683 }
       
   684 #subscribe li#inezha_reader a span {
       
   685 	background-position:0 -140px;
       
   686 }
       
   687 #subscribe li a {
       
   688 	display:block;
       
   689 	padding:5px;
       
   690 	text-decoration:none;
       
   691 	width:80px;
       
   692 	font-size:12px;
       
   693 }
       
   694 #subscribe li a:hover {
       
   695 	background:#EEDDCC;
       
   696 }
       
   697 #tag_cloud a {
       
   698 	line-height:130%;
       
   699 }
       
   700 /* sidebar END */
       
   701 
       
   702 /* footer START */
       
   703 #footer {
       
   704 	background:url(img/footer.jpg) 0 0 no-repeat;
       
   705 	display:block;
       
   706 	height:88px;
       
   707 	border-top:1px solid #CCC;
       
   708 	font-size:11px;
       
   709 	line-height:145%;
       
   710 	width:100%;
       
   711 }
       
   712 #footer a {
       
   713 	color:#2A2A2A;
       
   714 }
       
   715 #copyright {
       
   716 	margin-top:12px;
       
   717 	margin-left:20px;
       
   718 }
       
   719 #themeinfo {
       
   720 	margin-left:20px;
       
   721 }
       
   722 a#powered {
       
   723 	background:url(img/wp-logo.png) no-repeat;
       
   724 	display:block;
       
   725 	width:92px;
       
   726 	height:57px;
       
   727 	float:left;
       
   728 	margin:0 10px 0 5px;
       
   729 	text-indent:-999em;
       
   730 }
       
   731 a#gotop {
       
   732 	background:url(img/icons.gif) 0 -304px no-repeat;
       
   733 	float:right;
       
   734 	height:16px;
       
   735 	line-height:18px;
       
   736 	display:block;
       
   737 	padding-left:16px;
       
   738 	margin:5px 15px 0 0 !important;
       
   739 	margin:5px 8px 0 0;
       
   740 	text-decoration:none;
       
   741 }
       
   742 /* footer END */
       
   743 
       
   744 /* comment START */
       
   745 #commentlist {
       
   746 	background:#FCFCFC;
       
   747 	border-top:1px solid #CCC;
       
   748 	border-bottom:1px solid #CCC;
       
   749 	margin:0 -15px;
       
   750 	padding:0 15px;
       
   751 }
       
   752 #commentlist ol, 
       
   753 #commentlist li {
       
   754 	list-style:none;
       
   755 }
       
   756 #cmtswitcher {
       
   757 	background:#FFF;
       
   758 	font-size:10px;
       
   759 	padding-top:5px;
       
   760 }
       
   761 #cmtswitcher a.tab, 
       
   762 #cmtswitcher a.curtab {
       
   763 	padding:5px 10px;
       
   764 	margin-bottom:-1px;
       
   765 	display:block;
       
   766 	float:right;
       
   767 	color:#555;
       
   768 	text-decoration:none;
       
   769 }
       
   770 #cmtswitcher a.tab {
       
   771 	border:1px solid #FFF;
       
   772 	border-bottom-color:#CCC;
       
   773 }
       
   774 #cmtswitcher a.curtab {
       
   775 	background:#FCFCFC;
       
   776 	border:1px solid #CCC;
       
   777 	border-bottom-color:#FCFCFC;
       
   778 }
       
   779 #cmtswitcher .addcomment, 
       
   780 #cmtswitcher .addtrackback {
       
   781 	padding-left:22px;
       
   782 	height:16px;
       
   783 	line-height:16px;
       
   784 	display:block;
       
   785 	font-size:11px;
       
   786 	float:left;
       
   787 	margin-right:15px;
       
   788 	margin-top:4px !important;
       
   789 	margin-top:3px;
       
   790 }
       
   791 #cmtswitcher .addcomment {
       
   792 	background:url(img/icons.gif) 0 -112px no-repeat;
       
   793 }
       
   794 #cmtswitcher .addtrackback {
       
   795 	background:url(img/icons.gif) 0 -144px no-repeat;
       
   796 }
       
   797 #thecomments, 
       
   798 #thetrackbacks {
       
   799 	padding-bottom:15px;
       
   800 }
       
   801 #thecomments .comment, 
       
   802 #thecomments .messagebox {
       
   803 	margin-top:15px;
       
   804 }
       
   805 .comment .author {
       
   806 	float:left;
       
   807 	width:81px;
       
   808 	text-align:center;
       
   809 }
       
   810 .comment .pic {
       
   811 	background:url(img/commentpoint.png) 100% 33% no-repeat;
       
   812 	padding-right:14px;
       
   813 	margin-top:10px;
       
   814 }
       
   815 .comment .name {
       
   816 	width:67px;
       
   817 	padding-right:14px;
       
   818 	font-weight:bold;
       
   819 	overflow:hidden;
       
   820 }
       
   821 .comment .avatar {
       
   822 	padding:1px;
       
   823 	border:1px solid #999;
       
   824 }
       
   825 .comment .info {
       
   826 	background:#EDEFF0 url(img/comment.gif) 0 0 no-repeat;
       
   827 	float:left;
       
   828 	padding:10px 15px 0;
       
   829 	width:494px;
       
   830 }
       
   831 .comment .date, 
       
   832 .trackback .date {
       
   833 	float:left;
       
   834 	font-size:10px;
       
   835 }
       
   836 .comment .act, 
       
   837 .trackback .act {
       
   838 	float:right;
       
   839 	font-size:10px;
       
   840 }
       
   841 .comment .content {
       
   842 	background:url(img/comment.gif) 100% 100% no-repeat;
       
   843 	margin:0 -15px;
       
   844 	padding:0 15px 10px;
       
   845 	line-height:145%;
       
   846 }
       
   847 .comment .content p {
       
   848 	margin-top:10px;
       
   849 }
       
   850 .comment .content blockquote p {
       
   851 	margin-top:0;
       
   852 	margin-bottom:10px;
       
   853 }
       
   854 .admincomment .author {
       
   855 	float:right;
       
   856 }
       
   857 .admincomment .pic {
       
   858 	background:url(img/commentpoint.png) 0% 33% no-repeat;
       
   859 	padding-right:0;
       
   860 	padding-left:14px;
       
   861 }
       
   862 .admincomment .name {
       
   863 	padding-right:0;
       
   864 	padding-left:14px;
       
   865 }
       
   866 .admincomment .info {
       
   867 	float:right;
       
   868 }
       
   869 #comment_login {
       
   870 	margin-top:15px;
       
   871 }
       
   872 #thetrackbacks {
       
   873 	display:none;
       
   874 }
       
   875 #thetrackbacks li {
       
   876 	margin-top:15px;
       
   877 }
       
   878 .trackback {
       
   879 	background:#EDEFF0 url(img/box.gif) 0 0 no-repeat;
       
   880 	padding:10px 15px 0;
       
   881 	width:575px;
       
   882 }
       
   883 .trackback .title {
       
   884 	background:#EDEFF0 url(img/box.gif) 100% 100% no-repeat;
       
   885 	padding:10px 15px !important;
       
   886 	padding:0 15px 10px;
       
   887 	width:575px;
       
   888 	margin:0 -15px;
       
   889 }
       
   890 #respond {
       
   891 	padding:10px 0 0;
       
   892 	font-size:11px;
       
   893 }
       
   894 #respond .row {
       
   895 	margin-bottom:5px;
       
   896 }
       
   897 #respond .textfield {
       
   898 	width:200px;
       
   899 }
       
   900 #emoticon {
       
   901 	float:right;
       
   902 	margin-top:1px;
       
   903 	margin-right:10px;
       
   904 }
       
   905 #comment {
       
   906 	width:601px;
       
   907 }
       
   908 #commentnavi {
       
   909 	background:#EDEFF0 url(img/box.gif) 0 0 no-repeat;
       
   910 	padding:10px 15px;
       
   911 	font-size:11px;
       
   912 }
       
   913 #commentnavi a.page-numbers {
       
   914 	padding:5px 7px;
       
   915 	text-decoration:none;
       
   916 	border:1px solid #EDEFF0;
       
   917 	margin:0 -2px;
       
   918 }
       
   919 #commentnavi a.page-numbers:hover {	
       
   920 	background:#F7F7F7;
       
   921 	border:1px solid #CCC;
       
   922 	text-decoration:none;
       
   923 }
       
   924 #commentnavi span.pages {
       
   925 	padding:0 7px 0 22px;
       
   926 	background:url(img/icons.gif) 0 -272px no-repeat;
       
   927 	height:16px;
       
   928 	line-height:16px;
       
   929 	float:left;
       
   930 }
       
   931 #commentnavi span.current {
       
   932 	background:#F7F7F7;
       
   933 	padding:5px 7px;
       
   934 	border:1px solid #F7F7F7;
       
   935 	font-weight:bold;
       
   936 	margin:0 -2px;
       
   937 }
       
   938 #commentnavi #commentpager {
       
   939 	line-height:16px;
       
   940 }
       
   941 #submitbox a.feed {
       
   942 	background:url(img/icons.gif) 0 -256px no-repeat;
       
   943 	padding-left:22px;
       
   944 	height:16px;
       
   945 	line-height:16px;
       
   946 	display:block;
       
   947 	float:left;
       
   948 }
       
   949 #submitbox #submit {
       
   950 	padding:3px 6px;
       
   951 	background:#B4D666;
       
   952 	border-top:1px solid #B4D666;
       
   953 	border-right:1px solid #81B840;
       
   954 	border-bottom:1px solid #81B840;
       
   955 	border-left:1px solid #B4D666;
       
   956 	color:#2970A6;
       
   957 	font-size:11px;
       
   958 	cursor:pointer;
       
   959 }
       
   960 #submitbox #submit:hover {
       
   961 	background:#98C64C;
       
   962 	border-top:1px solid #76B33A;
       
   963 	border-right:1px solid #98C64C;
       
   964 	border-bottom:1px solid #98C64C;
       
   965 	border-left:1px solid #76B33A;
       
   966 	color:#074A7E;
       
   967 }
       
   968 #submitbox .submitbutton {
       
   969 	float:right;
       
   970 }
       
   971 #cp_post_id {
       
   972 	display:none;
       
   973 }
       
   974 /* comment END */
       
   975 
       
   976 /* calendar START */
       
   977 .widget_calendar h3 {
       
   978 	display:none;
       
   979 }
       
   980 #wp-calendar {
       
   981 	width:100%;
       
   982 }
       
   983 #wp-calendar #today {
       
   984 	background:#E6E6E6;
       
   985 }
       
   986 #wp-calendar tbody a {
       
   987 	font-weight:bold;
       
   988 }
       
   989 #wp-calendar caption {
       
   990 	font-family:Arial;
       
   991 	font-weight:bold;
       
   992 	letter-spacing:-0.05em;
       
   993 	font-size:150%;
       
   994 	text-align:left;
       
   995 	padding-bottom:5px;
       
   996 }
       
   997 #wp-calendar th, 
       
   998 #wp-calendar td {
       
   999 	text-align:center;
       
  1000 }
       
  1001 #wp-calendar tbody td {
       
  1002 	border:1px solid #CCC;
       
  1003 }
       
  1004 #wp-calendar tbody td.pad {
       
  1005 	border:0 none;
       
  1006 }
       
  1007 #wp-calendar th {
       
  1008 	background:#999;
       
  1009 	color:#FFF;
       
  1010 }
       
  1011 #wp-calendar td#prev {
       
  1012 	text-align:left;
       
  1013 	padding-top:5px;
       
  1014 }
       
  1015 #wp-calendar td#next {
       
  1016 	text-align:right;
       
  1017 	padding-top:5px;
       
  1018 }
       
  1019 /* calendar END */
       
  1020 
       
  1021 /* linkcat START */
       
  1022 .post .content .linkcat ul li {
       
  1023 	list-style:none;
       
  1024 	float:left;
       
  1025 	width:25%;
       
  1026 	padding:2px 0;
       
  1027 	overflow:hidden;
       
  1028 }
       
  1029 .post .content .linkcat ul li a {
       
  1030 	background:url(img/icons.gif) 0 -160px no-repeat;
       
  1031 	padding-left:22px;
       
  1032 	height:16px;
       
  1033 	line-height:16px;
       
  1034 }
       
  1035 /* linkcat END */
       
  1036 
       
  1037 /* related posts START */
       
  1038 /* when related posts with title */
       
  1039 #related_posts {
       
  1040 	padding-bottom:10px;
       
  1041 }
       
  1042 #related_posts h3 {
       
  1043 	background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
       
  1044 	font-size:12px;
       
  1045 	padding:6px 12px;
       
  1046 	font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
       
  1047 	letter-spacing:0em;
       
  1048 	border-bottom:1px solid #CCC;
       
  1049 }
       
  1050 #related_posts ul {
       
  1051 	background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
       
  1052 	padding:3px 12px 8px;
       
  1053 }
       
  1054 #related_posts ul li {
       
  1055 	list-style:none;
       
  1056 	padding:3px 5px;
       
  1057 	border-bottom:1px solid #E3E4E6;
       
  1058 	line-height:18px;
       
  1059 }
       
  1060 #related_posts .count {
       
  1061 	font-size:10px;
       
  1062 }
       
  1063 #related_posts .excerpt {
       
  1064 	color:#999;
       
  1065 	font-size:11px;
       
  1066 	display:block;
       
  1067 }
       
  1068 /* when related posts without title */
       
  1069 /*
       
  1070 #related_posts {
       
  1071 	padding-top:3px;
       
  1072 	padding-bottom:8px;
       
  1073 }
       
  1074 #related_posts ul li {
       
  1075 	list-style:none;
       
  1076 	padding:3px 5px;
       
  1077 	border-bottom:1px solid #E3E4E6;
       
  1078 	line-height:18px;
       
  1079 }
       
  1080 */
       
  1081 /* related posts END */
       
  1082 
       
  1083 /* one-column START */
       
  1084 .one-column #content {
       
  1085 	background:#FFF;
       
  1086 }
       
  1087 .one-column #main {
       
  1088 	width:906px;
       
  1089 }
       
  1090 .one-column #comment {
       
  1091 	width:902px;
       
  1092 }
       
  1093 .one-column .trackback, 
       
  1094 .one-column .trackback .title {
       
  1095 	width:876px;
       
  1096 }
       
  1097 .one-column .comment .info {
       
  1098 	width:795px;
       
  1099 }
       
  1100 .one-column .comment .info, 
       
  1101 .one-column .comment .content {
       
  1102 	background-image:url(img/comment_1col.gif);
       
  1103 }
       
  1104 .one-column .boxcaption, 
       
  1105 .one-column .box, 
       
  1106 .one-column .trackback, 
       
  1107 .one-column .trackback .title, 
       
  1108 .one-column #commentnavi, 
       
  1109 .one-column #related_posts h3, 
       
  1110 .one-column #related_posts ul {
       
  1111 	background-image:url(img/box_1col.gif);
       
  1112 }
       
  1113 .one-column .messagebox, 
       
  1114 .one-column .errorbox {
       
  1115 	background-image:url(img/messagebox_1col.gif);
       
  1116 }
       
  1117 .one-column .post .content .boxcaption, 
       
  1118 .one-column .post .content .box {
       
  1119 	background-image:url(img/postbox_1col.gif);
       
  1120 }
       
  1121 /* one-column END */
       
  1122 
       
  1123 /* thread twitter START */
       
  1124 .post .twitter-tweedles {
       
  1125 	background:#E2F2FB;
       
  1126 	border:1px dashed #3FCDEB;
       
  1127 	padding:10px 0 0;
       
  1128 }
       
  1129 .twitter ul {
       
  1130 	margin:0 12px 0 10px !important;
       
  1131 	margin:0 10px;
       
  1132 }
       
  1133 .post .content .twitter ul li {
       
  1134 	background:#FCFCFC;
       
  1135 	padding:0;
       
  1136 	float:left;
       
  1137 	list-style:none;
       
  1138 	list-style-position:outside;
       
  1139 	border:solid #CCC;
       
  1140 	border-width:1px !important;
       
  1141 	border-width:1px 0;
       
  1142 	width:100%;
       
  1143 	padding-top:10px;
       
  1144 	margin-bottom:10px;
       
  1145 }
       
  1146 .twitter img {
       
  1147 	float:left;
       
  1148 	padding:0 10px 0 0;
       
  1149 	margin:0 0 10px 10px;
       
  1150 }
       
  1151 .twitter_source {
       
  1152 	color:#999;
       
  1153 	font-family:georgia;
       
  1154 	font-style:italic;
       
  1155 	font-size:10px;
       
  1156 }
       
  1157 .twitter_source a {
       
  1158 	color:#999;
       
  1159 }
       
  1160 .twitter_text {
       
  1161 	margin-bottom:5px;
       
  1162 	display:block;
       
  1163 	padding-left:70px;
       
  1164 	padding-right:10px;
       
  1165 }
       
  1166 .twitter_reply {
       
  1167 	background: url(img/icons.gif) 0 -112px no-repeat;
       
  1168 	padding-left:22px;
       
  1169 	padding-right:10px;
       
  1170 	height:16px;
       
  1171 	line-height:16px;
       
  1172 	display:block;
       
  1173 	font-size:11px;
       
  1174 	float:right;
       
  1175 }
       
  1176 .twitter .twitter_pagebar {
       
  1177 	padding:0 10px;
       
  1178 	font-size:11px;
       
  1179 }
       
  1180 .twitter .twitter_pagebar a {
       
  1181 	background:#D1EAF9;
       
  1182 	padding:2px 5px;
       
  1183 	border:1px solid #D1EAF9;
       
  1184 }
       
  1185 .twitter .twitter_pagebar a:hover {
       
  1186 	border:1px dashed #3FCDEB;
       
  1187 	text-decoration:none;
       
  1188 }
       
  1189 .twitter .twitter_pagebar strong {
       
  1190 	background:#A6D0E7;
       
  1191 	padding:2px 5px;
       
  1192 	border:1px solid #A6D0E7;
       
  1193 }
       
  1194 .post .content .thread_twitter_power_by {
       
  1195 	display:block;
       
  1196 	background:#D1EAF9;
       
  1197 	border-top:1px dashed #3FCDEB;
       
  1198 	margin-bottom:0;
       
  1199 	padding:5px 10px;
       
  1200 }
       
  1201 .twitter .navigation {
       
  1202 	padding:10px 5px;
       
  1203 }
       
  1204 #thread_twitter .loading {
       
  1205 	padding:0 10px;
       
  1206 	font-size:11px;
       
  1207 }
       
  1208 #status_update_form {
       
  1209 	padding:0 10px 10px;
       
  1210 }
       
  1211 #status_update_form textarea {
       
  1212 	width:574px;
       
  1213 	display:block;
       
  1214 	margin-bottom:10px;
       
  1215 }
       
  1216 /* thread twitter END */
       
  1217