$value){ unset($_GET[$key]); $_GET[str_replace("amp;","",$key)] = $value; }; IF ($_GET["gzip"] && extension_loaded("zlib")) ob_start("ob_gzhandler"); $align = ($_GET["align"] == "left")? "left" : "center"; $width = strtolower(str_replace("percent","%",$_GET["width"])); IF (substr($width,-1) == "%"){ $width = substr($width,0,-1)*1; IF ($width < 50) $width = 50; IF ($width > 100) $width = 100; $width .= "%"; }ELSEIF (substr($width,-2) == "px"){ $width = substr($width,0,-2)*1; IF ($width < 400) $width = 400; $width .= "px"; }ELSE $width = "930px"; $sidebaralign = ($_GET["sidebaralign"] == "left")? "left" : "right"; $sidebarwidth = strtolower(str_replace("percent","%",$_GET["sidebarwidth"])); IF (substr($sidebarwidth,-1) == "%"){ $sidebarwidth = substr($sidebarwidth,0,-1)*1; IF ($sidebarwidth < 10) $sidebarwidth = 10; IF ($sidebarwidth > 90) $sidebarwidth = 90; $sidebarwidth .= "%"; }ELSEIF (substr($sidebarwidth,-2) == "px"){ $sidebarwidth = substr($sidebarwidth,0,-2)*1+20; IF ($sidebarwidth < 100) $sidebarwidth = 100; $sidebarwidth .= "px"; }ELSE $sidebarwidth = "40%"; $leftsidebarwidth = strtolower(str_replace("percent","%",$_GET["leftsidebarwidth"])); IF (substr($leftsidebarwidth,-1) == "%"){ $leftsidebarwidth = substr($leftsidebarwidth,0,-1)*1; IF ($leftsidebarwidth < 10) $leftsidebarwidth = 10; IF ($leftsidebarwidth > 90) $leftsidebarwidth = 90; $leftsidebarwidth .= "%"; }ELSEIF (substr($leftsidebarwidth,-2) == "px"){ $leftsidebarwidth = substr($leftsidebarwidth,0,-2)*1+20; IF ($leftsidebarwidth < 40) $leftsidebarwidth = 40; $leftsidebarwidth .= "px"; }ELSE $leftsidebarwidth = "50%"; $linkhue = $_GET["linkhue"]*1; $linksaturation = $_GET["linksaturation"]*1; $backgroundhue = $_GET["backgroundhue"]*1; $backgroundsaturation = $_GET["backgroundsaturation"]*1; IF (1 > $backgroundhue || $backgroundhue > 255) $backgroundhue = 140; IF (1 > $backgroundsaturation || $backgroundsaturation > 255) $backgroundsaturation = 100; IF (1 > $linkhue || $linkhue > 255) $linkhue = 225; IF (1 > $linksaturation || $linksaturation > 255) $linksaturation = 150; $menu = $_GET["menu"]; IF (!in_array($menu,array("horizontal","regular"))) $menu = "horizontal"; $imagenomargins = $_GET["imagenomargins"]; require_once(dirname(__FILE__)."/style-colors.php"); require_once(dirname(__FILE__)."/ads/before-css.php"); ?> body { border: 0px; background: #; border-top: 10px solid #; color: #333333; font: 12px/16px Helvetica, Arial, sans-serif; margin: 0px; text-align: ; } a { color: #; } .header a { color: #ffffff; text-decoration: none; } .header a:hover, .header a:active, .header a:focus { text-decoration: underline; } .sidebar li a, .footer li a, .post-info li a, .social-buttons li a { color: #333333; text-decoration: none; } .sidebar li a:hover, .sidebar li a:active, .sidebar li a:focus, .footer li a:hover, .footer li a:active, .footer li a:focus, .post-info li a:hover, .post-info li a:active, .post-info li a:focus, .social-buttons li a:hover, .social-buttons li a:active, .social-buttons li a:focus { text-decoration: underline; } blockquote { border-left: 1px solid #dddddd; font-style: italic; margin: 15px 0px 0px 1px; padding-left: 20px; } .my-comment blockquote { border-color: #; } code, pre, xmp { font: 13px/16px monospace; overflow: hidden; white-space: normal; } pre ol { margin-top: 0px; } fieldset { border: 1px solid #dddddd; padding: 15px; } form { display: inline; } h1, h2, h3, h4, h5, h6 { margin: 0px; } h1 { color: #000000; font: bold 32px/32px Garamond, Georgia, 'Times New Roman', serif; letter-spacing: -1px; padding: 5px 0px 0px 0px; font-variant: small-caps; } h1 a img { border: 0px; margin: -22px 0px -22px 2px; margin: -5px 0px -1px 2px; } h2 { color: #000000; font: 41px/43px Georgia, 'Times New Roman', serif; letter-spacing: -2px; margin: 20px 0px 15px -2px; padding-bottom: 5px; width: 90%; } .sidebar h2, .footer h2 { border: 0px; font: normal 12px/16px Helvetica, Arial, sans-serif;; margin: 0px; } h3 { background: #; border: 1px solid #; color: #; font: bold 12px/16px Helvetica, Arial, sans-serif; margin: 20px 0px 15px; padding: 5px 8px; } * html h3, .main h3 { margin-bottom: 0px; } h1 a, h2 a { text-decoration: none; } h2 a:hover, h2 a:focus { text-decoration: underline; } .post-text h1 a, .post-text h2 a { text-decoration: underline; } .header h1 a:hover, .header h1 a:active, .header h1 a:focus, .header h1 a:hover img, .header h1 a:active img, .header h1 a:focus img { background: transparent; } h2 a:hover, h2 a:active, h2 a:focus { background: transparent; } .post-text h1, .post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6 { background: transparent; border: 0px; color: #000000; font: 24px/27px Georgia, 'Times New Roman', serif; letter-spacing: -1px; margin: 20px 0px 15px; padding: 0px; text-transform: none; width: 90%; } * html .post-text h1, * html .post-text h2, * html .post-text h3, * html .post-text h4, * html .post-text h5, * html .post-text h6 { margin-bottom: 0px; } .post-text h1, .post-text h2 { font-size: 30px; line-height: 33px; } .post-text h5, .post-text h6 { font-size: 18px; letter-spacing: 0px; line-height: 21px; } .post-text h1, .post-text h3, .post-text h5 { text-transform: uppercase; } hr { background-color: #dddddd; border: 0; color: #dddddd; height: 1px; margin: 15px 0px; } * html hr { margin-bottom: 0px; } * +html hr { margin-bottom: 0px; } img { border: 0px; } .post-text img, .comment img, .my-comment img { background: #ffffff; border: 1px solid #dddddd; padding: 3px; max-width: 95% !important; } .post-text a img, .comment a img, .my-comment a img { border-color: #; border-bottom-color: #; } .post-text a:hover img, .post-text a:focus img, .comment a:focus img, .comment a:hover img, .my-comment a:hover img, .my-comment a:focus img { background: #ffffff; border-color: #; } .social-buttons img { border: 0px; float: left; margin: 1px 5px 0px 0px; } img.gravatar { float: left; margin: 0px 15px 10px 0px; } img.left { clear: left; margin: 0px 15px 15px 0px; } img.right { clear: right; margin: 0px 0px 15px 15px; } img.wp-smiley { background: transparent; border: 0px; padding: 0px; } input, textarea { font: 12px/16px Helvetica, Arial, sans-serif; margin-bottom: 1px; } * +html input, * html +textarea { margin-bottom: 0px; } * html input, * html textarea { margin-bottom: 0px; } input.text, textarea.textarea { background: #ffffff; border-color: #a0a0a0 #ddd #ddd #a0a0a0; border-style: solid; border-width: 2px 1px 1px 2px; padding: 1px 10px; } input.text:hover, input.text:focus, textarea.textarea:hover, textarea.textarea:focus { background: #; border-color: # # # #; } label input.text { margin-right: 3px; } input.button { background: #dddddd; border-color: #c8c8c8 #a0a0a0 #a0a0a0 #c8c8c8; border-style: solid; border-width: 1px 2px 2px 1px; cursor: pointer; padding: 0px 10px; overflow: visible; width: auto; } * +html input.button { height: 21px; line-height: 16px; } * html input.button { height: 17px; line-height: 17px; } input.button:hover, input.button:focus { background: #; border-color: # # # #; } textarea.textarea { padding: 5px 10px; } .footer input.text, .sidebar input.text { width: 60%; } .sidebar-left input.text, .sidebar-right input.text { width: 80%; } .footer input.button, .sidebar input.button { width: auto; } .footer textarea.textarea, .sidebar textarea.textarea { width: 80%; } .post-content input.text, #comments-post input.text { width: 50%; } .post-content textarea.textarea, #comments-post textarea.textarea { width: 70%; } ol { border: 0px; clear: left; margin: 15px 0px 0px 35px; padding: 0px; } ol li { border: 0px; list-style: decimal outside; } p { margin: 15px 0px 0px; } .post-text li p { overflow: visible; width: auto; } p.anchor { height: 0px; } *html p.anchor { position: absolute; } table { border: 1px solid #dddddd; border-style: none none solid solid; } table td, table th { border: 1px solid #dddddd; border-style: solid solid none none; padding: 2px 6px; } table th { font-weight: bold; } ul { border-bottom: 1px solid #dddddd; clear: left; color: #999999; list-style: none outside; margin: 15px 0px 0px; padding: 0px; } li ul { border-bottom: none; margin: 4px 0px -4px; } li { border-top: 1px solid #dddddd; list-style-type: none; padding: 4px 0px; } li li { padding-left: 10px; } .header-menu ul { border: 0px; display: inline; float: right; list-style: none outside; margin: 15px 0px 0px; } .header-menu li { border: 0px; border-left: 1px solid #; font-weight: bold; float: left; margin-left: 20px; padding: 0px 1px 5px 15px; text-transform: uppercase; } .header-menu li ul { border: 0px; display: block; float: none; margin: 0px; padding: 0px; } .header-menu li li { border: 0px; display: block; float: none; font-weight: normal; margin: 0px; padding: 0px; text-transform: none; } .header-menu li li ul { margin: 0px; } .header-menu li li li { padding-left: 10px; } .post-text ul, .comment-text ul { border: 0px; color: #333333; margin: 15px 0px 0px 27px; padding: 0px; } .post-text ol li, .comment-text ol li { padding: 0px; } .post-text ul li, .comment-text ul li { border: 0px; list-style: disc outside; padding: 0px; } ul.social-buttons li { clear: both; } small, .rss { font-size: 90%; } .aligncenter, .centered { display: block; margin: 15px auto; margin-right: auto; } .alignright { float: right; margin: 0px 0px 15px 15px; } .alignleft { float: left; margin: 0px 15px 15px 0px; } .body { margin: ; width: ; } .body-content { text-align: left; } * +html .body-content { margin-bottom: 28px; } .body-border { border-top: 1px solid #; padding: 10px 0px; } .clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* \*/ * html .clear { height: 1%; } /* */ .clearer { clear: both; position: absolute; } .comments-box { margin-top: 15px; border-bottom: 1px solid #dddddd; } .fixed { height: 1.25em; overflow: hidden; width: 100%; } .fixed-content { width: 200%; } .footer { margin: ; text-align: left; width: ; } .footer-ad { padding: 0px 10px; } .footer-border { border: 1px solid #; padding: 1px; } .footer-content { border: 1px solid #dddddd; margin: ; overflow: hidden; padding: 0px 0px 15px; text-align: left; } .footer-columns { padding: 0px 9px; } .footer-column-content { overflow: hidden; padding: 0px 9px 2px; } .footer-column-center { float: left; width: 34%; } .footer-column-left, .footer-column-right { float: left; width: 33%; } .footer-credits { padding: 3px 18px 2px; clear: both; } * +html .footer-credits { margin-top: -13px; } .gallery { border: 1px solid #dddddd; background: #; font-size: 0px; line-height: 0px; margin-top: 15px !important; padding: 8px; text-align: center; } * html .gallery { margin-top: 15px !important; } .gallery-caption { display: none; } .gallery-item { float: none !important; margin: 0px !important; width: auto !important; } .gallery dt, .gallery dl{ display: inline; padding: 0px; margin: 0px; } .gallery img { border-width: 1px !important; margin: 2px; } .gallery br { display: none; } .grayed, .grayed a { color: #999999; } .header { margin: ; width: ; } .header-content { text-align: left; } .header-menu { clear: right; float: right; padding-bottom: 10px; width: 60%; } .header-title { clear: left; float: left; padding: 10px 0px; width: 40%; width: 100%; } .main { float: ; margin-: -; width: 100%; } .main-content { margin-: ; padding: ; } .none { display: none; } .pagination { padding: 2px 0px; text-align: center; } .pagination a, .pagination s { padding: 1px 6px; text-decoration: none; } .pagination a { border: 1px solid #; } .pagination s { border: 1px solid #dddddd; color: #dddddd; } .pagination strong { font-weight: normal; padding-right: 8px; } .post, .post-info, .comments, .sidebar .widget, .footer { background: #ffffff url('post-background.png') repeat-x; border: 1px solid #; border-top: none; margin-bottom: 11px; padding: 0px 18px 18px; overflow: hidden; } .sidebar .widget, .footer { background: #eee url('widget-background.png') repeat-x; } .footer { padding: 0px 0px 18px; } .post-content, .post-info-content, .comment-content, .my-comment-content { padding: 2px 0px 15px; } .post-content, .post-info-content { padding-bottom: 0px; } .comment { border-top: 1px solid #dddddd; } .my-comment { border-top: 2px solid #; margin-bottom: 1px; } .comment p, .my-comment p { line-height: 16px; padding: 3px; } .comment-text p { line-height: 16px; padding: 0px; } .comment-content { background: #f6f6f6; padding-left: 15px; } .my-comment-content { background: #; padding-left: 15px; } * +html .comment-content, * +html .my-comment-content { padding-top: 2px; } * html .post-content, * html .post-info-content, * html .comment-content, * html .my-comment-content { padding-top: 17px; } .post-text, .comments-box{ color: #33333; } .post-header { border-top: 1px solid #dddddd; color: #999999; margin: -15px 0px 0px; padding: 6px 0px; } .post-header a { color: #999999; } .post-header .date { float: right; padding-left: 20px; } .post-text { padding-bottom: 5px; } .comment-text { clear: both; margin-top: -5px; } * +html .comment-text { margin-top: 0px; } * html .comment-text { margin-top: -15px; } .rss { float: right; margin: 1px 0px -2px 5px; padding-right: 1px; } * +html .rss { margin-top: 0px; } * html .rss { margin-top: 0px; } .share { overflow: hidden; padding-right: 20px; } .share-left { float: left; width: 50%; } .share-right { float: right; margin-right: -20px; width: 50%; } * html .share-right { margin-right: -10px; } .sidebar { float: ; margin-top: 15px; overflow: hidden; width: ; } .sidebar-content { padding: ; } .sidebar-left { float: left; width: ; } * html .sidebar-left { margin-right: -; position: relative; z-index: 2; } .sidebar-right { float: right; margin-right: -; width: 100%; } * html .sidebar-right { margin-right: 0px; position: relative; z-index: 1; } .sidebar-right .sidebar-content { margin-right: ; } * html .sidebar-right .sidebar-content { margin: 0px 0px 0px 12px; margin-right: 0px; padding-left: ; } body.lt1024 .sidebar-left { float: none; width: auto; } body.lt1024 .sidebar-right { float: none; margin: 0px; width: auto; } body.lt1024 .sidebar-right .sidebar-content { margin: 0px; } .tagline { color: #; font: 14px/14px 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, sans-serif; padding: 0px 0px 3px 3px; text-transform: uppercase; } .wp-caption img { max-width: 100% !important; } .wp-caption .wp-caption-text { border-bottom: 1px solid #dddddd; font: 12px/16px Helvetica, Arial, sans-serif; margin: 0; padding: 3px 0; text-align: center; } * html .wp-caption { margin-top: 15px; } * +html .wp-caption { margin-top: 15px; } .wp-caption.alignleft { margin-right: 13px; } .wp-caption.alignleft .wp-caption-text{ margin-right: 2px; } .wp-caption.alignright { margin-left: 13px; text-align: right; } .wp-caption.alignright .wp-caption-text{ margin-left: 2px; } #wp-calendar { width: 100%; } #wp-calendar caption { border-bottom: 1px solid #dddddd; font: 12px/16px Helvetica, Arial, sans-serif; margin: 15px 0px; text-align: left; } #wp-calendar td, th { font-weight: normal; padding: 0px; } #wp-calendar td a { font-weight: bold; } @media print { .header-menu, .sidebar, .footer { display: none; } .header-title { width: 100%; padding: 10px 20px; } .header-top { border-top-width: 0px; border-bottom-width: 3px; height: 0px; } .header, .header-content, .body, .body-content, .main, .main-content { margin: 0px; padding: 0px; width: 100%; } .comments { page-break-before: always; } .comments, .comments-content { margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; width: 100%; } .post, .post-info, .comment, .my-comment { overflow: visible; } }