Website Template

Template Literatur

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
    <b:include data='blog' name='all-head-content'/>
    <title>
    <b:if cond='data:blog.homepageUrl == data:blog.url'>
        <data:blog.title/>
    <b:else/>
        <data:blog.pageName/> | <data:blog.title/>
    </b:if>
</title>
    <b:skin><![CDATA[/*
Theme Name: Snow Does Know
Theme URI: http://www.ezwpthemes.com/templates/snow-does-know.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: dark, fixed width, two columns, right sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


.Navbar {display: none !important;}
/* Variable definitions
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#ffffff">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#333" value="#333333">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#58a" value="#5588aa">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#666" value="#666666">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#999" value="#999999">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#c60" value="#cc6600">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#999" value="#999999">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#666" value="#666666">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#999999">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="startSide" description="Side where text starts in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="Side where text ends in blog language"
             type="automatic" default="right" value="right">
*/


/* (CSS Start) */
/* Based on YUI http://developer.yahoo.com/yui/reset/
and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, code, form, div, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

#blog_title ,.post_title ,h1 ,h2 ,h3 ,h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
input, button, textarea, select {
    font-size: 100%;
}
body {
    line-height: 1.2;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* Define */
h1 {
    font-size: 2.8em;   
}
h2, h3, h4 {
    font-size: 2em;   
}
a {
    text-decoration: none;
}
blockquote {
    margin: 5px 20px;
    padding: 5px;
}
blockquote p, code {
    padding: 10px 20px;
    display: block;
}
code {
    display: block;
    margin: 5px 20px;
}
strong, em, caption, th {
    font-style: normal;
    font-weight: bold;
}
cite {
    font-style: italic;
    font-weight: normal;
}
sub, sup {
    font-size: .8em;
}
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;   
}
small {
    font-size: 1em;
}
:focus {
    outline: 1px #666 dotted;
}
input:focus, div:focus {
    outline: 0;
}
input {
    margin: 3px;
    vertical-align: middle;
}

/* Layout */
body {
    font-size: 62.5%; /* Resets 1em to 10px */
    color: #000;
    background: #fff;
    line-height: 1.4;
}
#outer-wrapper , #wrap2 , #wrap4 ,
#header-wrapper , #content-wrapper , #footer-wrapper {
    margin: 0 auto;
}
#header-wrapper {
    position: relative;
}

/* Wordpress */
.entry p {
    margin: 10px 0 10px 0;
}
.entry ul {
    padding-left: 20px;
    list-style-type: square;
}
.entry ol {
    padding-left: 25px;
    list-style-type: decimal;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-weight: bold;
    margin: 5px 0;
}
acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
    border-bottom: 1px dashed #666;
}
.endline {
    clear: both;
}

/* Images */
p img {
    max-width: 100%; /* not working in IE6 */
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left
}


/* Captions */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}
.wp-caption img {
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
/* End hide from IE Mac */
/* end of clearfix */
/* Global */
body {
    color: #000;
    background: #000000;
    font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
    text-decoration: none;
    color: #000;
}
a:hover, .post a:hover {
    color: #ff6;
    text-decoration: none;
}
#blog_title ,.post-title ,h1 ,h2 ,h3 ,h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
blockquote, code {
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    border: 1px dashed #999;   
}
blockquote {
    background: #F8F4AB;
}
code {
    background: #F5D582;
    display: block;
    padding: 10px;
    margin: 10px 0;
}

/* Layout */
#outer-wrapper {
    min-width: 998px; /* not working in IE6 */
    overflow: hidden;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivysDDaK15MtpIKJKAu1ji4ydUhYQFNNL583jmaFjYOurYR3ScC52taUhG7hLLNu1atd7JeLLP_xlWOdhtotHxZgSCkptFPBO9faFl4YsN3HN5ftC-k32kULv0TG4wmMic0WLFIS219Gp6/s0/container_bg.jpg) repeat-y center 637px;
}
#wrap2 {
    padding: 0 0 5px 0;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4l6qwrAY6ey5GGdJuJ92UiyrX75BOMXNsNsk1kNzNkV30hPg1Japk7gjYq8G2h4Xk1mxMg5JkS4v1-WWPnA6KsWLO5X2qlPX8if27Q7IZj_2An6d1ruRKcwZ2z37iiF0wAu-bMuP_3A8Y/s0/bottom_frame.jpg) no-repeat center bottom;
}
#wrap4 {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkU4weogqBstZQo8-uKpIt6XekehDWxYkEmaDftk8cICe-YcSeIxZZJ0YLM6iJWeASSHh4Hln0EJp3CpxYIuWUn-08cjqhHAdpKQ4Jw0YjQ6qQ97R1yMifRDEKNh9ug-5GS2sIzo48wPjn/s0/top_frame.jpg) no-repeat center top;
}
#wrap5 {
    margin: 0 auto;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN_snHoggbv7UnpdKhxJ619FqVY5HpfdqZkV-dZYlhoQ03yF-xVc6zo8l79DnyibRqnIIZuipqNX1xW0U34BsLPM8TrC3Imc1fEqiEE-1rqcwkg2-SkYs4SjXfQu2R_BUCUROswdPbK4kP/s0/top_container.jpg) no-repeat center 383px;
}
#header-wrapper , #content-wrapper , #footer-wrapper {
    width: 998px;
    margin: 0 auto;
}
#header-wrapper {
    height: 251px;
    position: relative;
}
#content-wrapper {
    min-height: 900px;
    padding: 0px 0 70px 0;
}
#footer-wrapper {
    clear: both;
    height: 60px;
    position: relative;
}
/* Footer */
.credit {
    font-size: 1.1em;
    text-align: center;
    padding: 0px 330px 0px 93px;
}
.credit, .credit a, .credit a:hover {
    color: #2e2e2e;
}
/* Header */
#header-wrapper #blog_title {
    font-size: 3em; /* Blog Title */
    padding: 48px 200px 0px 214px;
    text-align: left;
}
#header-wrapper h2 {
    font-size: 1.2em; /* Blog Description */
    text-align: left;
    font-weight: normal;
    padding: 0px 200px 0px 216px;
}
#header-wrapper #blog_title, #header-wrapper #blog_title a, #header-wrapper h2 {
    color: #B41E1F;
}
/* menu */
#menu {
    width: 600px;
    height: 26px;
    position: absolute;
    left: 52px;
    top: 213px;
    overflow: hidden;
}
#menu ul li {
    padding: 0 12px;
    font-size: 1.4em; /* Menu Font Size */
    font-weight: bold;
    text-align: center;
    float: left;
}
#menu ul li a {
    padding: 0px 0 0px 0px;
    line-height: 2;
    color: #FFFFFF;
}
#menu ul li a:hover {
    color: #fc0;
}
#menu ul ul li {
    font-size: 1em;
}

/* searchform */
#searchform {
    overflow: hidden;
    position: absolute;
    left: 44px;
    top: 265px;
}
.searchtext {
    width: 198px;
    color: #807e75;
    border: 0;
    font-size: 1.2em;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi07vmWA2_z-aOVxUFQ-jRiTo40qa6cOrJ7PWGo4SiO-ZfZ9jilUlgfDe3JElzerB0KqYti8u39ub4kc6FNLbhOImlpO1gST-yMkaHOZJ204zrmQJi5pg5e6LBQKzCFlt9QSZFPlrQTdh2z/s0/spacer.gif);
    padding: 0;
    margin: 22px 6px 0px 0px;
    float: left;
}
#searchsubmit {
    border: 0;
    margin: 0 0 0px 0;
    width: 35px;
    height: 55px;
    float: left;
}
#rss {
    position: absolute;
    left: 946px;
    top: 226px;
}
#rss img {
    width: 30px;
    height: 32px;
}

/* Content */
#main-wrapper {
    width: 631px;
    padding: 10px 0px 0 0px;
    display: inline;
    margin: 0 0 0 24px;
    float: left;
    color: #555;
}
.post {
    width: 100%;
    padding: 0px 0 0px 0;
    margin: 0px 0 0px 0px;
    position: relative;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-8yp3ZQh6CNIu2XPogxMpuGrxLBYdgcWFtaAQ2s6gY2usgfiFMap6viGD75qiFhMPMvt8AMSVcb32iEll8Kr_TSjWn2Dwurj2-BDOZS8s0zx6j7DX6Kmx4gmGgEJJWZzeWXIQzRkjzEw0/s0/post_bg.png) repeat-y;
}
.post .post-title {
    margin: 0px 0px 0 0px;
    padding: 25px 30px 18px 82px;
    font-size: 1.4em; /* Post Title */
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1qQfQd7KY4gEtNdJGjugANYOsoc0NHzDndU2M0vGfvvkC3k6qAgriq2s_vwNbvEJXbbJmdbOqY43K5dIhIuP47pVFq0N3awVO6NrH5zh8nD6NDugQzytQEUvpiw8MHySzMcnXlfTXwVuF/s0/post_header_bg.png) no-repeat;
}
.post .post-title a {
    color: #F7FDFB;
}
.post .post-title a:hover {
    color: #ff6;
}
.post .post_bottom {
    padding: 0 0 30px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3FdOKpfshFBG6_ft8mYgOJKnjZ203ydI8pFp7TIE3ctm4FN-mK5TqBggQZ7VCqcnS4_uCyc5mNK8go_6W3ewwgUPa-tMllp4kfVoAeuIFkoRVjmc1yx-FY2sDk2rT-fY9ZO6B2hzceTWR/s0/post_bottom.png) no-repeat right bottom;
}
.post_date {
    width: 45px;
    height: 33px;
    font-size: 1.2em;
    line-height: 14px;
    padding: 0px 0px 0 0px;
    text-align: center;
    position: absolute;
    left: 3px;
    top: 20px;
    color: #1c180e;
}
.edit_post {
    width: 83%;
    color: #333;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px 10px;
    background: #ffc;
    border: 1px dashed #999;
}
.edit_post a {
    font-style: italic;
    color: #33C;
}
.edit_post a.post-edit-link {
    margin-right: 15px;
    font-style: normal;
    color: #E5631C;
    text-decoration: underline;
}
.edit_post a:hover.post-edit-link {
    color: #33c;
}
.entry {
    width: 537px;
    overflow: hidden;
    margin: 0 0 0 60px;
    padding: 0 0 10px;
    font-size: 1.2em;
}
.entry a {
    color: #969696;
    text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
    color: #9B9B9B;
}
.post_path {
    font-size: 1.1em;
    margin: 0 20px 0 22px;
    padding: 7px 7px 12px 12px;
    color: #555;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7UztK1a-pLr6cca1zUg-4R8Fy7lu0zxVc7TbFWlsp5XpAW7NtK3jAhoYk1u02x8EUHfpaDXzFfn99FW2fHqDVFwargF39B85LdPGPTIpOmhj4ekcZQloAMng5o9Iy0CddBZDAouPWULCL/s0/arrow.gif) left 10px no-repeat;
}
.post_path a {
    color: #999;
}
.post_path a:hover {
    color: #fc0;
}
.postmetadata {
    padding: 2px 22px 0 60px;
    text-align: left;
    font-size: 1.1em;
}
.tags {
    font-size: 1.2em;
    margin: 10px 30px 0 60px;
}
.tags a {
    text-decoration: underline;
}
.read_comments {
    margin: 0px 50px 0 0px;
    text-align: right;
    padding: 17px 0px 10px 60px;
}
.bookmark {
    margin: 18px 0 5px 60px;
}
.wp-pagenavi {
    padding: 5px 36px 5px 60px;
    line-height: 20px;
}
.post-footer {
    padding: 10px 60px;
}
.read_comments a {
    font-size: 1.1em;
    color: #696F71;
    padding: 5px 6px 5px 0px;
}
.read_comments a:hover {
    color: #ff6;   
}
.notfound {
    margin: 100px auto;
    text-align:center;
    font-size: 4em;
    font-weight: bold;
    color: #7e2d17;
}

/* welcome */
#welcome {
    color: #727166;
    font-size: 11px;
    padding: 114px 0px 90px 38px;
}
#welcome p {
    width: 188px;
    height: 119px;
    padding: 0px 0 0px 0px;
    overflow: hidden;
}

/* Sidebar */
#sidebar-wrapper {
    width: 284px;
    display: inline;
    padding: 0px 0px 0px 0px;
    margin: 0px 58px 0px 0px;
    overflow: hidden;
    float: right;
    position: relative;
    color: #535b5e;
}
#sidebar_main {
    padding: 0px 0 0px 0;
    margin: 0px 0 0 0;
}
#sidebar_main h2 {
    padding: 15px 20px 20px 86px;
    font-size: 16px;
    color: #112446;
    position: relative;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJAIQtYO9nEbzq5mD3HgA5NpwYXO_fRGjngOFGUbYHSvCxwvYgGZg02yPwFxmJhcC5BXd_52vR0945ax9A_Si7HnSlgzrl27aDgFygdWaIIb8Zok0k9rI5iWBv5rjVUyRZQaKz7RmKvA6E/s0/sidebar_header_bg.jpg) no-repeat;
}
#sidebar_main .widget {
    overflow: hidden;
    font-size: 1.2em;
    padding: 0px 0 10px 0px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFMvPIPhc24p8X20n5fMfIxS9xbhJSm3WaZOMEylkQMs3u8cL_PShJsVdWmFrKio0SwubeO78t3Rz3PgqbTU5KoAf8qoTpND9-4Pm1evkI8ftO2kRj_8PERTY170ouY5FUW-nsrWc97s_2/s0/sidebar_bg.png) no-repeat left 52px;
}
#sidebar_main ul li a {
    color: #788285;
}
#sidebar_main ul li a:hover {
    color: #78823f;
}
#sidebar_main .widget-content {
    padding: 0 30px 0 45px;
    background: none;
}
#sidebar_main ul ul li {
    font-size: 1em;
    border: none;
    padding: 6px 0px 6px 20px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1FyRR2qikOsgTd0Y8stLa1XgX8N9rQgnX0cpvUsd3ZN9Ejf2XYxEhHOjILSpLelB3TiPrOw9fsIyC_Tx3Y0ZEYI_yYp3V7A2lgV887S_3JtF7MqpeH3iMqWC1bmHtNXSr7nt7_y4V6itu/s0/sidebar_li.gif) no-repeat left 12px;
    position: relative;
}
#sidebar_main ul ul ul {
    padding: 0;
    margin: 0;
}
#sidebar_main ul ul ul li {
    font-size: 1em;
    margin: 0;
    width: 80%;
}
#sidebar_main .textwidget {
    margin: 7px 0;
}
#sidebar-wrapper select {
    font-size: 1em;
    margin: 7px 0;
    width: 95%;
}
#sidebar-wrapper ul li div ,#sidebar_ul li object {
    padding: 5px 30px;
}
#sidebar-wrapper ul li div div {
    padding: 0;
}

/* PageNavi*/

.wp-pagenavi a {
    padding: 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #06c;
    color: #06c;
    background-color: #fff;
}
.wp-pagenavi a:hover {
    border: 1px solid #000;
    color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 2px 4px;
    margin: 2px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

/* Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 0px auto 0;
    margin-bottom: 15px;
    width: 100%;
    color: #601006;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    font-size: 11px;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
}
#wp-calendar a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#wp-calendar a:hover {
    background: #fc0;
    color: #000;
}
#wp-calendar caption {
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    font: bold 13px Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
    text-align: center;
}
#wp-calendar th {
    text-align: center;
    font-style: normal;
    font-size: 12px;
    text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark ul {
    display: inline;
}
.bookmark ul li {
    background: none;
    display: inline;
    list-style-type: none;
}
.bookmark_line img {
    border: 0;
}

/* Comments */
h3#comments {
    padding: 0 0 0 46px;
}
h3#comments, #respond h3 {
    padding-top: 10px;
    font-size: 1.4em;
    color: #333;
}
#commentform {
    margin: 5px 0 0 0px;
}
#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
    width: 98%;
    padding: 2px;
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
    margin: 5px 0;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
#respond {
    width: 85%;
    padding: 0 0 0 10px;
    color: #333;
    margin: 0 auto;
}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.commentlist {
    padding: 0 0 0 0px;
    margin: 0 auto;
    width: 85%;
}
.commentlist li {
    margin: 15px 0 0px;
    padding: 5px 5px 10px 10px;
    list-style: none;
    font-weight: bold;
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
    font-size: 1em;
}
.commentlist p {
    margin: 10px 5px 10px 0;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1.2em;
    text-transform: none;
}
.commentlist li .avatar {
    float: right;
    border: 1px solid #333;
    padding: 2px;
    background: #fff;
}
.commentlist li a {
    color: #000;
}
.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.2em;
}
#main-wrapper .comment-body p a {
    text-decoration: underline;
}
.nocomments {
    text-align: center;
}
.commentmetadata {
    font-size: 1.2em;
    display: block;
    font-weight: normal;
}
.thread-alt {
    background-color: #dcbea4;
}

.thread-even {
    background-color: #e3cbb3;
}
.depth-1 {
    border: 1px solid #000;
}
.alt {
    border-left: 1px solid #666; /* odd page */
    background-color: #C29581;
    padding: 10px;
}
.even {
    border-left: 1px solid #666; /* even page */
    background-color: #D0AD9E;
}

/* For Blogger */ #sidebar_main ul li div { padding: 0; margin:0; } #sidebar_main ul ul { background: none; } #sidebar_sub ul li div { padding: 0; margin: 0;} #comments { width: 85%; margin: 0 auto;}
#sidebar-wrapper #sidebar-main {
    margin: 0;
    padding: 0;
}
#sidebar_sub #sidebar-sub {
    margin: 0;
    padding: 0;
}
#welcome1 .widget {
    padding: 0;
    margin: 0;
}
#sidebar-wrapper #ArchiveList ul li {
    padding-left: 0;
}
#sidebar-wrapper #ArchiveList ul ul li {
    padding-left: 8px;
}

body#layout #searchform {
    display: none;
}
body#layout #rss {
    display: none;
}


#ArchiveList ul li {text-indent: 0!important;}

#comments {
    padding-left: 15px;
}
#comments h4 {
  margin:1em 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: $sidebarcolor;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
#blog-pager-newer-link {
  float: $startSide;
 }

#blog-pager-older-link {
  float: $endSide;
 }

#blog-pager {
padding: 0 15px;
  text-align: center;
 }

.feed-links {
  display:none;
}
#calendarDisplay {
    display: none;
}
#bcalendar {
    width: 100%;
}
#bcNavigation {
    display: none;
}
.BlogArchive ul ul ul li { width: 100%;}
/* (CSS End) */

]]></b:skin>
<!--[if lte IE 6]>
<script type="text/javascript">
//<![CDATA[
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c-=1)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c-=1)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('2 E={J:\'E\',Z:{},1E:7(){4(x.1l&&!x.1l[6.J]){x.1l.23(6.J,\'24:25-26-27:3\')}4(1F.11){1F.11(\'28\',7(){E=29})}},1G:7(){2 a=x.1m(\'8\');x.1H.1b.1n(a,x.1H.1b.1b);2 b=a.1o;b.1c(6.J+\'\\\\:*\',\'{12:2a(#1I#2b)}\');b.1c(6.J+\'\\\\:9\',\'Q:1p;\');b.1c(\'1J.\'+6.J+\'1K\',\'12:y; 1q:y; Q:1p; z-2c:-1; 1d:-1r; 1L:1M;\');6.1o=b},1N:7(){2 a=13.2d;4(13.1e.K(\'2e\')!=-1||13.1e.K(\'1q\')!=-1){E.1f(a)}4(13.1e==\'8.1s\'){2 b=(a.F.1s==\'y\')?\'y\':\'2f\';G(2 v M a.3){a.3[v].9.8.1s=b}}4(13.1e.K(\'14\')!=-1){E.1t(a)}},1t:7(a){4(a.F.14.K(\'2g\')!=-1){2 b=a.F.14;b=1u(b.2h(b.1v(\'=\')+1,b.1v(\')\')),10)/2i;a.3.N.9.8.14=a.F.14;a.3.C.I.2j=b}},15:7(a){2k(7(){E.1f(a)},1)},2l:7(a){2 b=a.1O(\',\');G(2 i=0;i<b.2m;i++){6.1o.1c(b[i],\'12:2n(E.1P(6))\')}},1f:7(a){a.S.1Q=\'\';6.1R(a);6.16(a);6.1t(a);4(a.O){6.1S(a)}},1T:7(b){2 c=6;2 d={2o:\'16\',2p:\'16\'};4(b.17==\'A\'){2 e={2q:\'15\',2r:\'15\',2s:\'15\',2t:\'15\'};G(2 a M e){d[a]=e[a]}}G(2 h M d){b.11(\'1w\'+h,7(){c[d[h]](b)})}b.11(\'2u\',6.1N)},1x:7(a){a.8.2v=1;4(a.F.Q==\'2w\'){a.8.Q=\'2x\'}},1S:7(a){2 b={\'2y\':P,\'2z\':P,\'2A\':P};G(2 s M b){a.3.N.9.8[s]=a.F[s]}},1R:7(a){4(!a.F){1g}U{2 b=a.F}G(2 v M a.3){a.3[v].9.8.1U=b.1U}a.S.18=\'\';a.S.19=\'\';2 c=(b.18==\'1V\');2 d=P;4(b.19!=\'y\'||a.O){4(!a.O){a.D=b.19;a.D=a.D.2B(5,a.D.1v(\'")\')-5)}U{a.D=a.1h}2 e=6;4(!e.Z[a.D]){2 f=x.1m(\'1J\');e.Z[a.D]=f;f.2C=e.J+\'1K\';f.S.1Q=\'12:y; Q:1p; 1y:-1r; 1d:-1r; 1q:y;\';f.11(\'2D\',7(){6.1i=6.2E;6.1j=6.2F;e.16(a)});f.1h=a.D;f.1W(\'1i\');f.1W(\'1j\');x.1X.1n(f,x.1X.1b)}a.3.C.I.1h=a.D;d=V}a.3.C.I.1w=!d;a.3.C.I.N=\'y\';a.3.N.9.8.18=b.18;a.S.19=\'y\';a.S.18=\'1V\'},16:7(e){2 f=e.F;2 g={\'W\':e.2G+1,\'H\':e.2H+1,\'w\':6.Z[e.D].1i,\'h\':6.Z[e.D].1j,\'L\':e.2I,\'T\':e.2J,\'1k\':e.2K,\'1z\':e.2L};2 i=(g.L+g.1k==1)?1:0;2 j=7(a,l,t,w,h,o){a.2M=w+\',\'+h;a.2N=o+\',\'+o;a.2O=\'2P,1Y\'+w+\',1Y\'+w+\',\'+h+\'2Q,\'+h+\' 2R\';a.8.1i=w+\'u\';a.8.1j=h+\'u\';a.8.1y=l+\'u\';a.8.1d=t+\'u\'};j(e.3.N.9,(g.L+(e.O?0:g.1k)),(g.T+(e.O?0:g.1z)),(g.W-1),(g.H-1),0);j(e.3.C.9,(g.L+g.1k),(g.T+g.1z),(g.W),(g.H),1);2 k={\'X\':0,\'Y\':0};2 m=7(a,b){2 c=P;2S(b){1a\'1y\':1a\'1d\':k[a]=0;1A;1a\'2T\':k[a]=.5;1A;1a\'2U\':1a\'2V\':k[a]=1;1A;1I:4(b.K(\'%\')!=-1){k[a]=1u(b)*.2W}U{c=V}}2 d=(a==\'X\');k[a]=2X.2Y(c?((g[d?\'W\':\'H\']*k[a])-(g[d?\'w\':\'h\']*k[a])):1u(b));4(k[a]==0){k[a]++}};G(2 b M k){m(b,f[\'2Z\'+b])}e.3.C.I.Q=(k.X/g.W)+\',\'+(k.Y/g.H);2 n=f.30;2 p={\'T\':1,\'R\':g.W+i,\'B\':g.H,\'L\':1+i};2 q={\'X\':{\'1B\':\'L\',\'1C\':\'R\',\'d\':\'W\'},\'Y\':{\'1B\':\'T\',\'1C\':\'B\',\'d\':\'H\'}};4(n!=\'1D\'){2 c={\'T\':(k.Y),\'R\':(k.X+g.w),\'B\':(k.Y+g.h),\'L\':(k.X)};4(n.K(\'1D-\')!=-1){2 v=n.1O(\'1D-\')[1].31();c[q[v].1B]=1;c[q[v].1C]=g[q[v].d]}4(c.B>g.H){c.B=g.H}e.3.C.9.8.1Z=\'20(\'+c.T+\'u \'+(c.R+i)+\'u \'+c.B+\'u \'+(c.L+i)+\'u)\'}U{e.3.C.9.8.1Z=\'20(\'+p.T+\'u \'+p.R+\'u \'+p.B+\'u \'+p.L+\'u)\'}},1P:7(a){a.8.12=\'y\';4(a.17==\'32\'||a.17==\'33\'||a.17==\'34\'){1g}a.O=V;4(a.17==\'35\'){4(a.1h.21().K(/\\.22$/)!=-1){a.O=P;a.8.1L=\'1M\'}U{1g}}U 4(a.F.19.21().K(\'.22\')==-1){1g}2 b=E;a.3={N:{},C:{}};2 c={9:{},I:{}};G(2 r M a.3){G(2 e M c){2 d=b.J+\':\'+e;a.3[r][e]=x.1m(d)}a.3[r].9.36=V;a.3[r].9.37(a.3[r].I);a.38.1n(a.3[r].9,a)}a.3.C.9.39=\'y\';a.3.C.I.3a=\'3b\';a.3.N.I.1w=V;b.1T(a);b.1x(a);b.1x(a.3c);b.1f(a)}};3d{x.3e("3f",V,P)}3g(r){}E.1E();E.1G();',62,203,'||var|vml|if||this|function|style|shape|||||||||||||||||||||px|||document|none||||image|vmlBg|EvPNG|currentStyle|for||fill|ns|search||in|color|isImg|true|position||runtimeStyle||else|false||||imgSize||attachEvent|behavior|event|filter|handlePseudoHover|vmlOffsets|nodeName|backgroundColor|backgroundImage|case|firstChild|addRule|top|propertyName|applyVML|return|src|width|height|bLW|namespaces|createElement|insertBefore|styleSheet|absolute|border|10000px|display|vmlOpacity|parseInt|lastIndexOf|on|giveLayout|left|bTW|break|b1|b2|repeat|createVmlNameSpace|window|createVmlStyleSheet|documentElement|default|img|_sizeFinder|visibility|hidden|readPropertyChange|split|fixPng|cssText|vmlFill|copyImageBorders|attachHandlers|zIndex|transparent|removeAttribute|body|0l|clip|rect|toLowerCase|png|add|urn|schemas|microsoft|com|onbeforeunload|null|url|VML|index|srcElement|background|block|lpha|substring|100|opacity|setTimeout|fix|length|expression|resize|move|mouseleave|mouseenter|focus|blur|onpropertychange|zoom|static|relative|borderStyle|borderWidth|borderColor|substr|className|onload|offsetWidth|offsetHeight|clientWidth|clientHeight|offsetLeft|offsetTop|clientLeft|clientTop|coordsize|coordorigin|path|m0|l0|xe|switch|center|right|bottom|01|Math|ceil|backgroundPosition|backgroundRepeat|toUpperCase|BODY|TD|TR|IMG|stroked|appendChild|parentNode|fillcolor|type|tile|offsetParent|try|execCommand|BackgroundImageCache|catch'.split('|'),0,{}))
//]]>
</script>
<script type="text/javascript">
   EvPNG.fix('div, ul, img, li, h3, h2, h1, a');
</script>
<![endif]-->
  </head>

  <body>

  <div id='outer-wrapper'><div id='top_bg'><div id='bottom_bg'><div id='wrap2'><div id='wrap3'><div id='wrap4'><div id='wrap5'>

    <!-- skip links for text browsers -->
    <span id='skiplinks' style='display:none;'>
      <a href='#main'>skip to main </a> |
      <a href='#sidebar'>skip to sidebar</a>
    </span>

<!-- (Header-wrapper Start) -->

    <div id='header-wrapper'>
      <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Introduction to Literature (Header)' type='Header'/>
</b:section>
        <b:section class='header-tabs' id='header-tabs' preferred='yes' showaddelement='no'>
<b:widget id='PageList8' locked='false' title='Pages - Menu' type='PageList'/>
<b:widget id='Profile1' locked='false' title='' type='Profile'/>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
</b:section>
<div id='rss'><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'><img alt='RSS' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi07vmWA2_z-aOVxUFQ-jRiTo40qa6cOrJ7PWGo4SiO-ZfZ9jilUlgfDe3JElzerB0KqYti8u39ub4kc6FNLbhOImlpO1gST-yMkaHOZJ204zrmQJi5pg5e6LBQKzCFlt9QSZFPlrQTdh2z/s0/spacer.gif'/></a></div>
    </div>
   
<!-- (Header-wrapper End) -->

<!-- (Content-wrapper Start) -->
    <div class='clearfix' id='content-wrapper'>

      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
      </div>

<!-- (Sidebar-wrapper Start) -->
      <div class='clearfix' id='sidebar-wrapper'>
      <div id='searchform'><form expr:action='data:blog.homepageUrl + &quot;search/&quot;' method='get'>
                    <input class='searchtext' id='s' name='q' type='text' value=''/>
                    <input alt='Search' id='searchsubmit' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi07vmWA2_z-aOVxUFQ-jRiTo40qa6cOrJ7PWGo4SiO-ZfZ9jilUlgfDe3JElzerB0KqYti8u39ub4kc6FNLbhOImlpO1gST-yMkaHOZJ204zrmQJi5pg5e6LBQKzCFlt9QSZFPlrQTdh2z/s0/spacer.gif' type='image' value=''/>
        </form></div>
      <b:section id='welcome1' showaddelement='no'>
<b:widget id='HTML1' locked='false' title='About' type='HTML'/>
</b:section>
<div class='clearfix' id='sidebar_main'>
<ul><li>
<b:section id='sidebar-main' preferred='yes'>
<b:widget id='HTML4' locked='false' title='' type='HTML'/>
<b:widget id='HTML3' locked='false' title='Blogger news' type='HTML'/>
<b:widget id='HTML2' locked='false' title='Blogroll' type='HTML'/>
<b:widget id='Label1' locked='false' title='Categories' type='Label'/>
<b:widget id='BlogArchive1' locked='false' title='Archives' type='BlogArchive'/>
</b:section>
</li></ul>
</div>
</div>

<!-- (Sidebar-wrapper End) -->

<!-- (Main-wrapper Start) -->

      <div class='clearfix' id='main-wrapper'>

<!-- Main Start -->
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'/>
</b:section>
      </div>
     
<!-- (Main-wrapper End) -->

<div style='clear: both;'/>

    </div>
   
<!-- (Content-wrapper End) -->
   
   
<div style='clear: both;'/>

<!-- (Footer-wrapper) -->

    <div id='footer-wrapper'>
            <div class='credit'>
Copyright  2011 <data:blog.title/>.All rights reserved. Powered by <a href='http://www.blogger.com/'>Blogger</a><br/><a href='http://www.luggageguides.com'>Luggage</a>, <a href='http://www.gourmet-cookie-bouquets.com/'>Cookie Bouquet</a>, <a href='http://mssharepointhosting.com/sharepoint-foundation-2010/'>SharePoint Foundation 2010</a>, Designed by <a href='http://www.ezwpthemes.com/'>Ezwpthemes.com</a>.
        </div>
    </div>
   
<!-- (Footer-wrapper End) -->

<div style='clear: both;'/>

  </div></div></div></div></div></div></div>
</body>
</html>
               

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Posting Komentar

Site Search