Website Template

Template ELT

<?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: Global Village Connection
Theme URI: http://www.ezwpthemes.com/templates/global-village-connection.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: tan, fixed width, two columns, left 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: #767774;
    background: #A86D43 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNmlOAMuD1sN6SgAS0sccwIdBDFoYjA3TTqAydXliv76BepxuBxrRHS_lU1NpkieUonNectLkXbPX18aL1O90sC8sNp778Pw-sRulKQbfYwuXXn34bdgplI8qxgESl5DbgaAzgSa5njwg/s0/body_bg.jpg) center top repeat-y;
    font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
    text-decoration: none;
    color: #000;
}
a:hover, .post a:hover {
    color: #900;
    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;
}

/* Layout */
#outer-wrapper {
    min-width: 998px; /* not working in IE6 */
    overflow: hidden;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFQSAWIt6mCXeTlR67zn8NAzdouYUm8e6e-A4iEsx9-pGX2ZvyeuB8me4dLbyyWLTyepsxsOsmerS0AZZmNQWFOlTUcKj97xClvUDT2MUxjxEviGrNu17fSHnd965Y9cl0R85iVYGXFfk/s0/container_bg.jpg) repeat-y center 747px;
}
#wrap2 {
    padding: 0 0 5px 0;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7b9YtvRnB5d7yPh8yQMct8Y3M1bX_UbQyXC7AQd4nYXRDxJ5sBjOBT2nZRtBWWOj39i6WNdlEP2TIpnQ9PkAPNLgVrkvY-WY_ApeBSlhi2wGhoxJFS7L8T8L-AsYKpDXwEFKbeDFVxy8/s0/bottom_frame.png) no-repeat center bottom;
}
#wrap4 {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSOhJDwEZC-DTGNXGWDLYkowuyMMm3GIVOWVRWgIl_GO0s911-EwEVfMbP0nbVFoz3_HGl-NiWuv0lltLTXrw0gMkT-iLNgk94fC8Ij99W4SOdX7S5tTsBbEMTBvVJsWJF9vc27LKtKow/s0/top_frame.jpg) no-repeat center top;
}
#wrap5 {
    margin: 0 auto;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiS4p4YBdSHn-RsoOpNGtq-Ct1vSDqVe3Q3VhDqYqmaF_z4JLQIfrUjMAyLzvccyhNJc9xth1pEp3EObF5KAWVr3nLDU4sK6_evKYzzucKilr9YxJjmyUJdSx9wkahMez6UDEu5tASB-ac/s0/top_container.jpg) no-repeat center 299px;
}
#header-wrapper , #content-wrapper , #footer-wrapper {
    width: 998px;
}
#header-wrapper {
    height: 303px;
}
#content-wrapper {
    min-height: 900px;
    padding: 0px 0 30px 0;
}
#footer-wrapper {
    clear: both;
    height: 55px;
    position: relative;
}
/* Footer */
.credit {
    font-size: 1.1em;
    text-align: center;
    padding: 0px 146px 0px 146px;
}
.credit, .credit a, .credit a:hover {
    color: #b18f83;
}
/* Header */
#header-wrapper #blog_title {
    font-size: 3em; /* Blog Title */
    padding: 55px 50px 0px 592px;
    text-align: left;
}
#header-wrapper h2 {
    font-size: 1.4em; /* Blog Description */
    text-align: left;
    padding: 0px 50px 0px 594px;
}
#header-wrapper #blog_title, #header-wrapper #blog_title a, #header-wrapper h2 {
    color: #EEEEEC;
}
/* menu */
#menu {
    width: 595px;
    height: 26px;
    position: absolute;
    left: 319px;
    top: 267px;
    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: #FFFEF1;
}
#menu ul li a:hover {
    color: #ff4;
}
#menu ul ul li {
    font-size: 1em;
}

/* searchform */
#searchform {
    overflow: hidden;
    position: absolute;
    left: 55px;
    top: 265px;
}
.searchtext {
    width: 185px;
    color: #000;
    border: 0;
    font-size: 1.2em;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv1tNYMT-0UHyeiglE1stMFKMqhoXN0fuqWHfaZ_Ts914seh5wtif1dnhciuR6SFhbuqfjuToTJbItxz0G48sHBqpvm47V-okapAiP80QMGbjU4vdOC_qdGbgSVxV_FvnET_My7BvSQSA/s0/spacer.gif);
    padding: 0;
    margin: 9px 4px 0px 0px;
    float: left;
}
#searchsubmit {
    border: 0;
    margin: 0 0 0px 0;
    width: 25px;
    height: 25px;
    float: left;
}
#rss {
    position: absolute;
    left: 526px;
    top: 80px;
}
#rss img {
    width: 32px;
    height: 23px;
}

/* Content */
#main-wrapper {
    width: 647px;
    padding: 0px 0px 0 0px;
    display: inline;
    margin: 0 46px 0 0;
    float: right;
}
.post {
    padding: 0px 0 0px 0;
    margin: 0px 0 0px 0px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2XlfQAVfgutSbJpHzw7pduehKdj4eYcgSLnGHhRHmgVOtltmi8XdzeBddZcy57Wuhdy5WLVS5RNNG4HO_kLdFfVKXFHnYotwdLVw5POHukjspgPQtK_Fj4TfbzrFW1UkPUEM6LqzrqA0/s0/post_bg.jpg) center top repeat-y;
    position: relative;
}
.post_top {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2KVpWtXOKu4fMDVvTTG83bCS2XMNobrvad0E7Ln8wBQQiLE62nV82Bst4MV4lC2moOlVXZkyauBktQrL66MD9DfU1_k8vjvDu4ITalDOKUb3fOkQ8Iq0mr_fat2iZXRkd1lZVGRgNp-E/s0/post_top.jpg) center top no-repeat;
}
.post_bottom {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6gxdo02nzlBLKNuCOIUrDiOb2nN6uQh4TOv483TL5oJR8qd9tS-tCjyMv_Mh5PCIZrMiHFxHs_189pMk3Lg24f3CD2sei4P-WyGFbRIFS1tYUCWlNwy5zOL8vrSbVmDDXV0Jkqp4wWj8/s0/post_bottom.jpg) center bottom no-repeat;
    padding-bottom: 20px;
}
.post .post-title {
    margin: 0px 5px 0 0px;
    padding: 35px 40px 5px 67px;
    font-size: 18px; /* Post Title */
    font-family: "Trebuchet MS";
    font-weight: normal;
}
.post .post-title a {
    color: #BB7235;
}
.post .post-title a:hover {
    color: #900;
}
.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;
}
.post_path span {
    color: #706ED6;   
}
.post_path a:hover {
    text-decoration: underline;
}
.postmetadata a {
    text-decoration: underline;
}
.entry {
    width: 563px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.2em;
}
.entry a {
    color: #1f85da;
    text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
    color: #B86E2D;
}
.post_path {
    font-size: 1.1em;
    margin: 0 0 0 42px;
    padding: 7px 27px 12px 15px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTckqRNmP4OGVgkMdGX-R__AERnUmT7yd7gYwELuKoCX1fZHBbCmLoYLXGHj7HpkDTAhiiXujYo4Njye4DKOLnVbgJ9sQraG6ykgiXuGG2pIsDW3J6GsgG4oiBCMfNmtn0UZrnU_zmqeg/s0/arrow.gif) left 10px no-repeat;
}
.postmetadata {
    padding: 2px 42px 0 42px;
    text-align: right;
    font-size: 1.1em;
}
.tags {
    font-size: 1.2em;
    margin: 10px 42px 0 42px;
}
.tags a {
    text-decoration: underline;
}
.read_comments {
    margin: 0px 42px 0 0px;
    text-align: left;
    font-weight: bold;
    padding: 17px 0px 17px 42px;
}
.bookmark {
    margin: 18px 42px 0 42px;
}
.wp-pagenavi {
    padding: 5px 42px 5px 42px;
    line-height: 20px;
}
.post-footer {
    padding: 10px 42px;
}
.read_comments a {
    font-size: 1.2em;
    color: #B86E2D;
    padding: 21px 25px 21px 25px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhduQ51NLUDNycBS58Aw13HYQDOZ_X-pbNG8tp5fU1Z1ulEi3X5-qUUv8mn6iFMcjJJ_nmFZu9zpiXWt1CNd4SBe426yVrRic5eSoM6ulsHXfNBiWHpRe1b9GxX4cQxcSVqcpSkK_hfMRo/s0/read_comments.jpg) no-repeat center 10px;
}
.read_comments a:hover {
    color: #a00;   
}
.notfound {
    margin: 100px auto;
    text-align:center;
    font-size: 4em;
    font-weight: bold;
    color: #7e2d17;
}

/* welcome */
#welcome {
    color: #515151;
    font-weight: normal;
    font-size: 11px;
    padding: 82px 0px 91px 72px;
}
#welcome p {
    width: 173px;
    height: 153px;
    padding: 0px 0 0px 0px;
    overflow: hidden;
}

/* Sidebar */
#sidebar-wrapper {
    width: 273px;
    display: inline;
    padding: 0px 0px 11px 0px;
    margin: 0px 0px 0px 26px;
    overflow: hidden;
    float: left;
    position: relative;
    color: #625922;
}
#sidebar_main {
    padding: 0px 0 0px 0;
    margin: 0px 0 0 0;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAAJWsGz3rM967XY9rWIcWenjvv-0A-mGetkYGp0-uxqVqBpqLVXqRcjvICQgD9k-JSBNZLAjyINBNlWbwFc4LIlW1nEiRQL6ucdktv8bK-ifnSSFCDuJCR7mhsUg5jB_rZqSidV8ntBo/s0/sidebar_main_bg.jpg) repeat-y top right;
}
#sidebar_main h2 {
    padding: 64px 10px 4px 104px;
    font-size: 16px;
    color: #FD5F18;
    position: relative;
}
#sidebar_main .widget {
    overflow: hidden;
    font-size: 1.2em;
    padding: 3px 0 12px 0px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY1yDc4HZVtzH4L7QNy4tTw4DEye5KUZM-UDcsPtIC-Um39YDQnellNXgd28KRUhp9TwhNleSm96z0Rid108Km25mWhyphenhyphenPlV8CCe6ERLENOlnzt9vgUQzZZv6TsCiwO6pVP3W0LkjgtH-k/s0/sidebar_main_li.png) no-repeat top right;
}
#sidebar_main ul li a {
    color: #817a4b;
}
#sidebar_main ul li a:hover {
    color: #a00;
}
#sidebar_main .widget-content {
    padding: 0 10px 0 90px;
    background: none;
}
#sidebar_main ul ul li {
    font-size: 1em;
    border: none;
    padding: 4px 0px 4px 20px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfPw27P6zw2HEZriSEi3A0cfUc07Oj3DNRWLboK9Dz2X9_tyvDVtZ4O9Qfmoqq2bOghVtE4lBc79_MHwtD2vOW0f6kuGE0hMPc8561Ch4huIhgrnKGn4tfjmhqNwNkB65rPisg4u_HbLE/s0/sidebar_li_bg.jpg) no-repeat left 7px;
    word-wrap: break-word;
    overflow: hidden;
}
#sidebar_main ul ul ul {
    padding: 0;
    margin: 0;
}
#sidebar_main ul ul ul li {
    font-size: 1em;
    margin: 0;
    width: 90%;
}
#sidebar_main .textwidget {
    margin: 7px 0;
}
#sidebar-wrapper select {
    font-size: 1em;
    margin: 7px 0 0px 60px;
    width: 70%;
}
#sidebar-wrapper ul li div ,#sidebar_ul li object {
    padding: 10px 10px 0px 90px;
}
#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>
  </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='ELT for Young Learns (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='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/AVvXsEiv1tNYMT-0UHyeiglE1stMFKMqhoXN0fuqWHfaZ_Ts914seh5wtif1dnhciuR6SFhbuqfjuToTJbItxz0G48sHBqpvm47V-okapAiP80QMGbjU4vdOC_qdGbgSVxV_FvnET_My7BvSQSA/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/AVvXsEiv1tNYMT-0UHyeiglE1stMFKMqhoXN0fuqWHfaZ_Ts914seh5wtif1dnhciuR6SFhbuqfjuToTJbItxz0G48sHBqpvm47V-okapAiP80QMGbjU4vdOC_qdGbgSVxV_FvnET_My7BvSQSA/s0/spacer.gif' type='image' value=''/>
        </form></div>
      <b:section id='welcome1' showaddelement='no'/>
<div class='clearfix' id='sidebar_main'>
<ul><li>
<b:section id='sidebar-main' preferred='yes'>
<b:widget id='HTML4' locked='false' title='Blogger templates' 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.lasvegashotelsadvisor.com/23-most-magnificent-aquariums-in-the-world.html'>Aquariums</a>, <a href='http://mssharepointhosting.com/sharepoint-server-2010/'>SharePoint Server</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