You are on page 1of 87

<?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><data:blog.pageTitle/></title> <meta expr:content='data:blog.metaDescription' name='description'/> <link href='http://fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'/> <b:skin><![CDATA[/*

/* Reset & General Styling */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-sizeadjust: 100%; -ms-text-size-adjust: 100%; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } dfn { font-style: italic; } hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; } ins { background: #ff9; color: #000; text-decoration: none; } mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; } pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } q { quotes: none; } q:before, q:after { content: ""; content: none; } small { font-size: 85%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } ul, ol { margin: 0; padding: 0; list-style-position: inside; } ul ul, ol ol, ul ol, ol ul { margin: 0; } dd { margin: 0 0 0 40px; } img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } svg:not(:root) { overflow: hidden; } figure, form { margin: 0; } fieldset { border: 0; margin: 0; padding: 0; } legend { border: 0; *margin-left: -7px; padding: 0; } label { cursor: pointer; } button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button, input { line-height: normal; *overflow: visible; } table button, table input { *overflow: auto; } button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkitappearance: button; } input[type=checkbox], input[type=radio] { box-sizing: border-box; } input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; } input:valid, textarea:valid { } input:invalid, textarea:invalid { background-color: #f0dddd; } table { border-collapse: collapse; border-spacing: 0; } th { text-align: left; } tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #EAE7DE; } td { vertical-align: top; }

/* Smart clearfix */ .clear, .cleaner { clear: both; height: 0; overflow: hidden; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; }

/* Headings */ h1,h2,h3,h4,h5,h6 { margin:0; padding:0; } h1 { font-size: 26px; } h2 { font-size: 22px; } h3 { font-size: 20px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 12px; }

.floatleft { float: left; } .floatright { float: right; }

/* Text Selection Color */ ::-moz-selection { background: #05C; color: #fff; text-shadow: none; } ::selection { background: #05C; color: #fff; text-shadow: none; }

img::-moz-selection { background: transparent; } img::selection { background: transparent; }

/* Navigation */ div.navigation { border-top: 1px solid #E5E5E5; clear: both; font-size: 12px; margin: 0 0 10px; padding-bottom: 15px; text-align: center; text-transform: uppercase; width: 700px; } div.navigation a { font-weight: normal; padding:0 10px; line-height: 50px; } div.navigation span.current { padding: 0 10px; color:#ea6c35; font-weight:bold; } div.navigation span.pages { margin-right: 10px; display: none; } div.navigation .alignleft, div.navigation .alignright { margin: 0; } div.navigation .prev { float:left; } div.navigation .next { float:right; }

/* Forms */ input, textarea { font-size: 13px; padding: 7px 6px; border: 1px solid #D9D6D6; color: #000; background: #fff; font-family: "Lato", "Myriad Pro", "Arial", sans-serif; } input:focus, textarea:focus { border-color: #999; } button, input[type=button], input[type=reset], input[type=submit] { background: #848484; padding:8px 10px; border: none 0; color: #fff; } button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover { background: #222; cursor: pointer; -webkit-transition-duration: 0.2s; -moztransition-duration: 0.2s; transition-duration: 0.2s; }

input#s { float:left; margin:0 5px 0 0; }

/* Meta separator */ .separator { color: #e5e5e5; font-size: 11px; margin:0; }

/************************************************************************************ *********

2. Global Styles

************************************************************************************* ********/

body { color: #444; font-family: "Lato", "Myriad Pro", "Arial", sans-serif; font-size: 14px; overflow-x: hidden; line-height: 1.5; margin: 0; padding: 0; background: #ddd; }

/* Links */ a { color: #191919; text-decoration:none; } a:hover { text-decoration:none; color:#ea6c35} a:focus { outline: none; } a:hover, a:active { outline: none; }

p { margin: 0 0 15px; padding: 0; }

.inner-wrap {

margin: 0 auto; width: 980px; background:#fff; padding:0 40px; }

/************************************************************************************ *********

3. Header ------------------------- header.php

************************************************************************************* ********/

#navbar { border-bottom: 1px solid #e5e5e5; border-top: 3px solid #e5e5e5; }

#navbarsecond { margin-bottom: 25px; border-top: 1px solid #e5e5e5; border-bottom: 3px solid #191919; }

#logo { text-align:center; padding:40px 0; }

#logo a { font-size: 66px; font-weight: bold; display: block; line-height:1.2; }

#logo span { color:#848484; font-size:14px; display:block; text-align:center; font-weight:normal; }

.adv { float:right; margin: 0 0 15px; }

/* Header Social Icons */ #navsocial {float: right; display: inline; margin-top: 13px; font-size: 12px; } #navsocial li {float: left; display: inline; margin-left: 13px; line-height: 20px; } #navsocial li a { color:#848484; } #navsocial li a:hover { color:#ea6c35; } #navsocial img { float: left; display: inline; margin-right: 3px; }

/* Dropdown menu */ .dropdown, .dropdown * { margin: 0; padding: 0; list-style: none; } .dropdown { line-height: 1.0; } .dropdown ul { position: absolute; top: -999em; width: 170px; /* left offset of submenus need to match (see below) */ } .dropdown ul li { width: 100%; } .dropdown li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ } .dropdown li { float:left; display:inline; position: relative; } .dropdown a { position: relative; } .dropdown li:hover ul, .dropdown li.sfHover ul { left: 0; top:43px; /* match top ul list item height */ z-index: 99; } ul.dropdown li:hover li ul, ul.dropdown li.sfHover li ul { top: -999em; } ul.dropdown li li:hover ul, ul.dropdown li li.sfHover ul { left: 170px; /* match ul width */ top: 0; } ul.dropdown li li:hover li ul, ul.dropdown li li.sfHover li ul { top: -999em; } ul.dropdown li li li:hover ul,

ul.dropdown li li li.sfHover ul { left: 170px; /* match ul width */ top: 0; }

#navbarsecond .dropdown ul { position: absolute; top: -999em; width: 170px; /* left offset of submenus need to match (see below) */ } #navbarsecond .dropdown li:hover ul, #navbarsecond .dropdown li.sfHover ul { left: 0; top:47px; /* match top ul list item height */ z-index: 99; } #navbarsecond ul.dropdown li:hover li ul, #navbarsecond ul.dropdown li.sfHover li ul { top: -999em; } #navbarsecond ul.dropdown li li:hover ul, #navbarsecond ul.dropdown li li.sfHover ul { left: 170px; /* match ul width */ top: -10px; } #navbarsecond ul.dropdown li li:hover li ul, #navbarsecond ul.dropdown li li.sfHover li ul { top: -999em; } #navbarsecond ul.dropdown li li li:hover ul, #navbarsecond ul.dropdown li li li.sfHover ul { left: 170px; /* match ul width */ top: -10px; }

.dropdown { float:left; }

.dropdown a { padding: 12px 10px 15px; margin:0 5px 0 0; text-decoration:none; line-height:1.2; font-size: 14px;

color: #848484; display:block; }

.dropdown a:hover { background:#ededed; color:#ea6c35; }

.dropdown ul { text-align: left; margin: 0; background:#ededed; border-top:none; z-index:999; padding:10px 0 10px; }

#navbar .dropdown ul ul { top:-10px; padding:10px 0 10px; }

.dropdown .current_page_item a, .dropdown .current-cat a,

.dropdown .current-menu-item a, .dropdown .current_page_item a, .dropdown .current-cat a, .dropdown .current-menu-item a { outline:0; color: #848484; font-weight:bold; }

.dropdown .current_page_item ul a, .dropdown .current-cat ul a, .dropdown .current-menu-item ul a, .dropdown .current_page_item ul a, .dropdown .current-cat ul a, .dropdown .current-menu-item ul a { outline:0; font-weight:normal; color:#c0c0c0; }

.dropdown li ul li { float:left; margin:0; padding:0; }

.dropdown li ul li a { color:#ea6c35; margin:0; padding:3px 10px; }

.dropdown li:hover a { color:#ea6c35; background:#ededed; }

.dropdown li:hover ul a { color:#848484; }

.dropdown li:hover li a:hover { color:#ea6c35; }

.dropdown a.sf-with-ul { min-width:1px; }

.sf-sub-indicator {

display:block; margin:0; height:10px; width:100%; float:left; text-indent:-999em; overflow:hidden; background:url('http://3.bp.blogspot.com/ZJceOMNNKv8/UJnY8vDV06I/AAAAAAAAKAc/BIHz77v3vpU/s1600/downt%255B1%255D.png') norepeat center; }

.dropdown li:hover li .sf-sub-indicator { /* give all except IE6 the correct values */ background:url('http://1.bp.blogspot.com/-jHGkQyjlyxo/UJnZIq6LsI/AAAAAAAAKAo/W1WWJIdpvy0/s1600/rightt%255B1%255D.png') no-repeat right; /* 8-bit indexed alpha png. IE6 gets solid image only */ width:10px; float:right; margin:5px 0 0 5px; }

#navbarsecond .sf-sub-indicator { display:block; margin:0; height:10px; width:100%; float:left;

text-indent:-999em; overflow:hidden; background:url('http://4.bp.blogspot.com/9DAS7WWyYjU/UJnZRlXyMTI/AAAAAAAAKA0/XTTvCMWLTFA/s1600/down%255B1%255D.png') norepeat center; }

#navbarsecond .dropdown li:hover .sf-sub-indicator { background:url('http://4.bp.blogspot.com/Lbc304aBmM4/UGge0LgrLtI/AAAAAAAABWI/sqb2WFOGVYw/downh.png') no-repeat center; }

#navbarsecond .dropdown li:hover li .sf-sub-indicator { /* give all except IE6 the correct values */ background:url('http://4.bp.blogspot.com/wfkEqNuGEYM/UGge17gIaBI/AAAAAAAABWg/Z2nFYzO4Pho/right.png') no-repeat right; /* 8-bit indexed alpha png. IE6 gets solid image only */ width:10px; float:right; margin:5px 0 0 5px; }

#navbarsecond .dropdown a { color: #000; font-size:16px; padding:14px 10px; line-height:1.2; }

#navbarsecond .dropdown a:hover { background: #242423; color:#fff; }

#navbarsecond .dropdown ul { background: #242423; padding:10px 0 10px; }

#navbarsecond .dropdown ul ul { top:-10px; padding:10px 0 10px; background: #242423; }

#navbarsecond .dropdown li ul li { color:#000; }

#navbarsecond .dropdown li ul li a { color:#000; padding:4px 10px; }

#navbarsecond .dropdown li:hover a { color:#fff; background: #242423; }

#navbarsecond .dropdown li:hover ul a { color:#fff; }

#navbarsecond .dropdown li:hover li a:hover { color:#ea6c35; }

/************************************************************************************ *********

4. Homepage ------------------------- index.php

************************************************************************************* ********/

#content { float: left; width: 700px; }

/* Featured Slider -- wpzoom-slider.php */ #slider { margin: 0 0 25px; position: relative; width: 100%; padding: 0; }

#slider .navi { width: 75px; height: 36px; position: absolute; right: 15px; top: 15px; } #slider .navi a { display: block; text-indent: -2999px; background: url(http://2.bp.blogspot.com/OWNDhfvjMQ0/UGgey9gOZdI/AAAAAAAABV4/8BvMLlJAn-k/arrows_big.png) no-repeat; cursor: pointer; height: 36px; width: 36px; } #slider .navi a.backward { float: left; background-position: 0 0; } #slider .navi a.backward:hover { background-position: 0 -40px; } #slider .navi a.forward { float: right; background-position: -41px 0; } #slider .navi a.forward:hover { float: right; background-position: -41px -40px; }

#slider #slides { width: 100%; display: block; overflow: hidden; float: left; padding:0; } #slider .notice { color: #999; } #slider #slides .slide_content { padding:30px 25px; overflow: hidden; font-size: 16px; color: #fff; position:absolute; background:url(http://2.bp.blogspot.com/Sh8OYdPdMEM/UGgeye5QHKI/AAAAAAAABVw/iGFyMgBvv1A/75.png) repeat; bottom:30px; left:30px; width:550px; } #slider #slides .slide_content p { margin-bottom: 5px; } #slider #slides h2 { line-height: 1.3; margin: 0 0 7px; } #slider #slides h2 a { color: #fff; font-size: 36px; font-weight: bold; } #slider #slides .slides li { list-style-type: none; display:none; } #slider #slides h3 { text-transform:uppercase; font-size:16px; } #slider #slides h3 a { color:#fff; } #slider_nav { display:none; }

#slider #slides.small-size .slide_content { padding:20px 15px; overflow: hidden; font-size: 14px; color: #fff; position:absolute; background:url(http://2.bp.blogspot.com/Sh8OYdPdMEM/UGgeye5QHKI/AAAAAAAABVw/iGFyMgBvv1A/75.png) repeat; bottom:20px; left:20px; width:450px; } #slider #slides.small-size h2 a { color: #fff; font-size: 26px; font-weight: bold; } #slider #slides.small-size h3 { text-transform:uppercase; font-size:12px; }

/* Featured Category Widgets on Homepage */ .home_widgets .home_column { width:310px; margin:0 25px 0 0; float:left; }

.home_widgets .home_column.last { margin:0; }

.home_widgets .home_column h4.title { border-top: 1px solid #E5E5E5; font-size: 13px; line-height: 1.3; margin: 0 0 10px 0; padding:10px 0 0; text-transform:uppercase;

color: #212121; font-weight:normal; }

.featured-post { margin:0 0 20px; }

.home_column h3 { margin:0 0 8px; }

.home_column h3 a { font-size:21px; }

.home_column .post-thumb { margin:0 0 10px; }

/************************************************************************************ *********

5. Archive posts styling ------------------------- loop.php

************************************************************************************* ********/

h1.archive_title { border-bottom: 1px solid #E5E5E5; color: #000000; font-size: 36px; line-height: 1.1;

padding: 0 0 15px; text-transform: uppercase; width: 700px; }

.archiveposts h3.title { border-bottom: 1px solid #E5E5E5; font-size: 14px; line-height: 1.3; margin: 0; padding:8px 0; text-transform:uppercase; color: #666; font-weight:normal; width:700px; }

/* Grid view */ .recent-post { border-top: 1px solid #E5E5E5; float: left; height: 450px; margin: -1px 25px 20px 0; padding-top: 15px; width: 216px; }

.archive .recent-post, .search .recent-post { margin-top:-16px; }

.recent-post.last { margin-right:0; }

.recent-post .post-thumb { margin: 0 0 10px; position:relative; }

.recent-post h4.title { font-size: 13px; line-height: 1.3; margin: 0 0 10px 0;

padding:0 0 0; text-transform:uppercase; color: #212121; font-weight:normal; }

.recent-post h2 { line-height: 1; margin-bottom:10px; font-weight:bold; }

.recent-post h2 a { font-size: 16px; }

.recent-post .post-content { padding: 0; overflow: hidden; }

.recent-post .entry p { font-size:14px; }

.entry img {max-width:570px;}

.recent-meta { margin:0 0 5px; font-size:11px; color:#A8A8A8; }

.recent-meta a { color:#A8A8A8; }

.recent-meta a:hover { color:#ea6c35; }

.recent-meta span { margin-right:4px; }

/* List view */ .list-view .recent-post { width:100%; margin:-1px 0 25px 0; border-top: 1px solid #E5E5E5;

.archive .list-view .recent-post { margin-top:-16px; }

.list-view .recent-post .post-thumb { float:left; margin:0 15px 0 0; }

/* Read more button */ a.more-link { margin:5px 0 0; text-align:left; font-weight:bold; }

/************************************************************************************ *********

6. Single Posts Styling --------------------------------- single.php, page.php

************************************************************************************* ********/

.col_main { width:570px; float:left;

.col_meta { float: right; width: 110px; }

.category_link { text-transform:uppercase; font-size:16px; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin-bottom: 12px; line-height:1.3; } .entry p { margin-bottom: 14px; }

.entry img.alignnone, .entry img.aligncenter, .entry img.alignleft, .entry img.alignright, .entry img.attachment-fullsize { margin-bottom: 10px; max-width: 570px; width:auto; height:auto; }

.full-width .entry img.alignnone, .full-width .entry img.aligncenter, .full-width .entry img.alignleft, .full-width .entry img.alignright, .full-width .entry img.attachment-fullsize { margin-bottom: 10px; max-width: 846px; width:auto; height:auto; }

.entry ul, .entry ol { margin: 0 0 14px 14px; } .entry li ul, .entry li ol { margin-bottom: 0; } .entry li { list-style-position: inside; } .entry ul li { list-style-type: square; } .entry ol li { list-style-type: decimal; } .entry blockquote { color:#8E8E8E; border-left: solid 3px #ececec; padding:0 15px; margin: 10px; }

h1.title {

margin:0 0 10px; line-height:1.3; font-size:32px; font-weight:bold; }

h1.title a { color:#222; }

.post-meta { margin: 0 0 15px; padding: 0 0 13px; color: #656565; border-bottom: 1px solid #e5e5e5; }

.col_meta h3 { border-top: 1px solid #E5E5E5; font-size: 14px; line-height: 1.3; margin: 0; padding: 10px 0; text-transform: uppercase; color: #666; font-weight: normal; }

.prevnext { margin: 0 0 11px; padding: 5px 0 0; color: #656565; font-size: 12px; font-weight: bold; } .prevnext .next_link { float: right; } .prevnext .separator { margin-left:4px; }

/* Related Posts */ .related_posts { margin: 15px 0; } .related_posts ul li { list-style-type: none; padding: 0 0 10px; margin: 0 0 10px; display: block; font-size: 11px; } .related_posts ul li a { font-weight:bold; display:block; font-size:14px; }

/* Sharing buttons */ .share_box .share_btn { margin:0 0 10px; }

/* Tags */ .tag_list { margin:0 0 12px; color:#63676A; } .tag_list a {font-weight:bold; } .tags_wrap { overflow:hidden; }

/* [gallery] shortcode */ .entry .gallery .gallery-item { max-width:150px; display: -moz-inline-stack; display: inline-block; verticalalign: top; zoom: 1; *display: inline; margin: 10px; } .entry .gallery { clear: both; margin: auto; text-align: center; } .entry .gallery a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); opacity: 0.6; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s easein-out; -webkit-transition: opacity .25s ease-in-out;}

/* Images align */ .entry .aligncenter, div.aligncenter { display: block; clear:both; margin-left: auto; margin-right: auto; } .alignleft, .entry .alignleft { float: left; margin-right:15px; } .alignright, .entry .alignright { float: right; margin-left:15px; }

/* Caption for images */ .entry .wp-caption { max-width: 100% !important; width:auto; text-align:center; } .entry .wp-caption img { background:none; margin:0; border:0 none; max-width:100%; width:auto; height:auto;} .entry .wp-caption-text, .gallery-caption { color:#A7A3A3; font-size:11px; margin:0; padding:4px 0 0; text-align:center; }

.entry .wp-caption.aligncenter { margin:0 auto 15px; }

img.wp-smiley { border: none; padding: 0; }

.thumbnails { clear: both; float: left; font-size: 11px; line-height: 1.6em; } .thumbnails img { height: 100px; margin:0 20px 15px 0; width: 100px; } .thumbnails .active img { border:3px solid #FFCB65; }

/* Template: Sidebar on the left */ .side-left #content { float: right; border-right: 0; } .side-left #sidebar { float: left; }

/* Template: Full-width */ .full-width #content { width: 980px; } .full-width .col_main { width:846px; } .full-width h1.archive_title { width:980px; } .full-width .entry, .page .entry { float: none; display: block; padding-right: 0; } .full-width .entry img { max-width: 846px; }

/* Template: Archives */ .post .col_arch { float: left; width: 100%; margin: 10px 0; border-bottom: 1px solid #ececec; paddingbottom: 15px; } .post .col_arch .left { display:block; text-transform: uppercase; font-size:12px; font-weight:bold; } .post .col_arch .right { float: left; margin-top:12px; } .post .col_arch .right ul {margin-left:0; } .post .col_arch .right ul li a { font-weight: normal; }

.post .col_arch .right ul li { width: 30%; float: left; margin: 0 10px 5px 0; list-style-type: none; } .post .col_arch:last-child { border-bottom:none; }

/************************************************************************************ *********

7. Sidebar & Widgets ------------------------- sidebar.php

************************************************************************************* ********/

#sidebar { float: right; width: 260px; font-size:13px; color:#5C5C5C; }

.archive #sidebar, .page #sidebar, .search #sidebar { margin-top:20px; }

#sidebar .widget { margin-bottom:20px; }

.widget h2 { border-bottom: 1px solid #E5E5E5; font-size: 14px; line-height: 1.3; margin: 0 0 15px 0; padding:8px 0; text-transform:uppercase; color: #666; font-weight:normal; }

.home_column .widget h3.title { border-top: 1px solid #E5E5E5; border-bottom:none; font-size: 13px; line-height: 1.3; margin: 0 0 10px 0; padding:10px 0 0; text-transform:uppercase; color: #212121; font-weight:normal; }

.widget { float: left; line-height: 1.5; width: 100%; } .widget ul { clear: both; margin: 5px 0; line-height: 1.7; } .widget ul li { list-style-type: none; } .widget ul ul { margin: 0; padding: 0; border-top: none; } .widget ul ul li { border: none; } .widget #cat, .widget select { width: 100%; background: #F7F7F7; border: 1px solid #cdcfd4; color: #333333; display: inline; padding: 5px; line-height: 1.5; clear: both; float: left; } .side_ad { text-align: center; margin:25px 0 10px; }

/* Category Widget */ .widget_categories ul li { color: #8B8A8A; text-align: right; font-weight: normal; padding: 2px 0; clear: both; } .widget_categories ul li li { padding-left:10px; } .widget_categories ul li a { text-align: left; float: left; }

/* Video Widget */ .wpzoom_media .open .description { margin: 10px 0 5px; font-size: 12px; line-height: 16px; } .wpzoom_media .hide { display: none; } .wpzoom_media ul { text-align:center; } .wpzoom_media li { text-align:center; display:inline; list-style-type: none; font-size: 14px; padding: 8px 2px; line-height: 20px; } .wpzoom_media li a { color:#ccc; font-weight: bold;} .wpzoom_media li a.active { color:#ea6c35; }

/* Recent Comments */ .recent-comments-list .avatar { margin-right: 8px; float: left;}

.recent-comments-list li { padding: 6px 0 10px; margin:0 0 5px; border-bottom: 1px solid #eee; lineheight:1.4; } .recent-comments-list li a { font-weight:bold; }

/* Recent Posts */ .widget .feature-posts-list br {display: none;} .widget .feature-posts-list img { margin: 4px 12px 5px 0; float: left;} .widget .feature-posts-list small { font-size: 12px; color: #8B96A0; margin: 2px 0 4px; display: block; } .widget .feature-posts-list .post-excerpt { display: block;} .widget .feature-posts-list li { padding: 6px 0; margin:0; border-bottom:1px solid #ececec; lineheight:1.4; } .widget .feature-posts-list li a { font-weight:bold; }

/* Flickr widget */ .widget .flickr_badge_image {margin-right: 10px; margin-bottom: 12px; float: left; } .widget .flickr_badge_image img { width: 64px; height: 64px; } .widget .flickr_badge_image img:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60); opacity: 0.6; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}

/* Popular Posts Widget */ .popular-news .comments { color: #A9A9A9; } .popular-news li { padding: 0 0 6px; }

/* Archive widget */ .widget_archive li { width:49%; float:left; display:block; margin:0; padding:0 0 6px;}

/************************************************************************************ *********

8. Comments ------------------------- comments.php

************************************************************************************* ********/

#comments { clear: both; } #comments h3 { border-top: 1px solid #E5E5E5; font-size: 14px; line-height: 1.3; margin: 0; padding: 10px 0; text-transform: uppercase; color: #666; font-weight: normal; }

#comments .navigation { padding: 0 0 18px 0; } .commentlist { list-style: none; margin: 0; } .commentlist li.comment { border-bottom: 1px solid #dedede; font-size:12px; line-height: 1.7; margin: 0 0 24px 0; padding: 0 0 0 76px; position: relative; } .commentlist li:last-child { border-bottom: none; margin-bottom: 0; } #comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; } #comments .comment-body p:last-child { margin-bottom: 6px; } #comments .comment-body blockquote p:last-child { margin-bottom: 24px; } .commentlist ol { list-style: decimal; } .commentlist .avatar { position: absolute; top: 4px; left: 0; } .comment-author { margin-bottom:3px; } .comment-author cite { color: #B1B1B1; font-weight: bold; font-style:normal; font-size:14px; }

.comment-author .says { display:none; } .comment-meta { font-size: 12px; margin: 0; float: right; } .comment-meta a:link, .comment-meta a:visited { color: #888; text-decoration: none; } .comment-meta a:active, .comment-meta a:hover { color: #333; } .reply { font-size: 12px; padding: 0 0 24px 0; } .commentlist .children { list-style: none; margin: 0; } .commentlist .children li { border: none; margin: 0; } .nopassword, .nocomments { display: none; } #comments .pingback { border-bottom: 1px solid #dedede; margin-bottom: 18px; padding-bottom: 18px; } .commentlist li.comment+li.pingback { margin-top: -6px; } #comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; } #comments .pingback .url { font-size: 13px; font-style: italic; } .comment-notes { display:none; }

/* Comments form */ #respond { margin: 24px 0; overflow: hidden; position: relative; } #respond p { margin: 0; } #respond .comment-notes { margin-bottom: 1em; } .form-allowed-tags { line-height: 1em; } .children #respond { margin: 0 48px 0 0; } .commentlist #respond { clear: both; display: block; } #comments-list #respond { margin: 0 0 18px 0; } #comments-list ul #respond { margin: 0; } #cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; } #respond .required_lab { font-weight: bold; }

#respond label { font-size: 14px; } #respond input { margin: 0 0 9px; } #respond textarea { width: 96%; height: 145px; } #respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; display:none; } #respond .form-allowed-tags code { font-size: 11px; } #respond .form-submit { text-align:left; margin-top:10px; } #respond .form_fields { float: left; width: 36%; margin-right: 5%; } #respond .form_fields p { margin-bottom:7px; } #respond .form_fields input { width:100%; } #respond .comment-form-comment { width: 80%; float: left; } #respond .form_fields input, #respond textarea { clear: both; display: block; margin: 3px 0 0; }

/************************************************************************************ *********

9. Footer ------------------------- footer.php

************************************************************************************* ********/

#footer { padding:15px 0 0; }

#footer div.column { display: inline;

float: left; margin-right: 25px; width: 310px; }

#footer div.last { margin-right: 0; }

#footer .widget-area { padding:0 0 15px; margin:0 0 15px; border-bottom:3px solid #ececec; }

#footer .column .widget { width:310px; float:left; line-height:1.7; overflow:hidden; margin-bottom:15px; }

#footer .widget h3.title { border-top: 1px solid #E5E5E5;

border-bottom: 0 none; font-size: 14px; line-height: 1.3; margin: 0 0 10px 0; padding:12px 0 0; text-transform:uppercase; color: #666; font-weight:normal; }

.copyright { font-size: 11px; min-height:80px; width: 100%; } .copyright .left { margin: 10px 0; float: left; } .copyright .right { float: right; margin: 10px 0;} p.wpzoom { display: inline; float: right; line-height: 16px; } p.wpzoom img { display: inline; float: right; padding: 0 0 0 2px; }

/************************************************************************************ *********

9. Media Queries

************************************************************************************* ********/

/* Tablet Landscape */

@media screen and (max-width: 1060px) {

body { min-width:100%; } .inner-wrap { width: 90%; padding: 0 3%; } #content { width:66%;} #navsocial { float:left; }

#slider {width:100%; padding:0; } #slider #slides { width:100%; padding-left:0; } #slider #slides li img { width:100%; } #slider #slides .slide_content {width:60%; } #slider #slides.small-size .slide_content {width:70%; } #slider #slides h2 a { font-size: 22px; }

.home_widgets .home_column { width: 32%; margin: 0 2% 0 0; } .home_widgets .home_column img { width:auto; max-width:100%; height:auto; }

.recent-post { width: 100%; float: left; } .recent-post .post-thumb { float:left; margin:0 10px 0 0;}

.col_main, .full-width .col_main { width:80%; } .col_meta, .full-width .col_meta { width:16%; }

#sidebar { width:30%; } #sidebar .widget {width:100%; margin-right:2%; float:left; }

.cover { position: relative; padding-bottom: 56.25%; display:block; padding-top: 30px; height: 0; overflow: hidden; width: 100%; max-width: 100%; } .cover iframe, .cover object, .cover embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Template: Full-width */ .full-width #content { width: 100%; } .full-width h1.archive_title { width:100%; } .full-width .entry img { max-width: 100%; } .full-width .entry .wp-caption { max-width:100%; }

#footer div.column { margin-right: 2%; width: 31%; } #footer .column .widget { width:100%; }

.entry img.alignnone, .entry img.aligncenter, .entry img.alignleft, .entry img.alignright, .entry img.attachment-fullsize { margin-bottom: 10px; max-width: 100%; width:auto;

height:auto; }

.full-width .entry img.alignnone, .full-width .entry img.aligncenter, .full-width .entry img.alignleft, .full-width .entry img.alignright, .full-width .entry img.attachment-fullsize { margin-bottom: 10px; max-width: 100%; width:auto; height:auto; }

/* Tabled Portrait */ @media screen and (max-width: 768px) {

#slider #slides.small-size .slide_content { display:none; }

.col_main, .full-width .col_main { width:100%; } .col_meta, .full-width .col_meta { width:100%; } .share_box .share_btn { float:left; width:30%; }

.widget_archive li { width:100%; }

.share_box .share_btn:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* All Mobile Sizes (devices and browser) */ @media screen and (max-width: 640px) {

.inner-wrap { width: 94%; padding: 0 3%; } #content { width:100%;}

#slider #slides .slide_content { display:none; } #slider #slides { width:100%; padding-left:0; border:none; } #slider #slides li img { width:100%; }

.home_widgets { margin-left:0%; }

.recent-post .post-content {overflow:visible; } .recent-post .post-thumb { width:100%; margin-right:0;} .recent-post .post-thumb img { width:100%;}

#respond .form_fields { width:97%; margin:0; } #respond .comment-form-comment {width:99%; } #respond .form_fields input { width:98%; }

.children #respond { margin-right:0; }

#sidebar { width:100%; margin-left:0%;} #sidebar .widget {width:100%; margin-right:0%; float:none; }

#footer div.column { margin-right: 0; width: 100%; } #footer .column .widget { width:100%; }

.comments-content ol { list-style: none outside none; margin: 0; } .avatar-image-container img {width:60px;height:60px; left: 0; position: absolute; top: 4px;}

.comments-content ol li {border-bottom: 1px solid #DEDEDE; font-size: 12px; line-height: 1.7; margin: 0 0 24px; padding: 0 0 0 76px; position: relative;}

.comments-content ol li .comment-actions{ display: block;

font-size: 12px; padding: 0 0 24px;}

.comments-content ol li ol li {border:none;margin: 0;}

.comments-content ol li ol .continue {display:block;padding: 0 0 0 76px;margin: 0 0 24px;}

.comments-content ol li cite {color: #B1B1B1; font-size: 14px; font-style: normal; font-weight: bold;}

.comments-content ol li span.datetime { float: right; font-size: 12px; margin: 0;}

.comments-content ol li span.datetime a {color: #888888;} .thread-toggle {display:none;} .profile-img { float: left; margin: 0 5px 5px 0; padding: 4px; border:3px solid #289728; } .profile-img:hover {

border:3px dotted #3B3A3B; } .profile-data { margin:0 10px 20px 10px; padding:0; font: bold 10pt "ms sans serif", verdana,Arial; color:#289728; line-height: 1.6em; text-align:left; text-transform:lowercase; } .profile-data:hover { color:#3B3A3B; } .profile-datablock { margin:.5em 0 .5em; } .profile-datablock:hover { background: transparent url(http://2.bp.blogspot.com/_7wsQzULWIwo/SzPhsxuJBqI/AAAAAAAACnc/eOf_gWliTk/s320/admin.png) no-repeat bottom right ; } .profile-textblock { color:#333; margin: 0.5em 0; line-height: 1.6em;

padding:5px 0 5px 0; border-top:2px solid #289728; border-bottom:2px solid #289728; } .profile-link { display:none; }

/*-----Custom Labels Cloud widget by www.MyBloggerTricks.com----*/ .label-size{ margin:0 2px 6px 0; padding: 3px; text-transform: uppercase; border: solid 1px #C6C6C6; border-radius: 3px; float:left; text-decoration:none; font-size:10px; color:#666; }

.label-size:hover { border:1px solid #6BB5FF; text-decoration: none; -moz-transition: all 0.5s ease-out;

-o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transform: rotate(7deg); -o-transform: rotate(7deg); -webkit-transform: rotate(7deg); -ms-transform: rotate(7deg); transform: rotate(7deg); filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand'); zoom: 1; }

.label-size a { text-transform: uppercase; float:left; text-decoration: none; } .label-size a:hover { text-decoration: none; } /* Start of Post Navigator by MBT (LIGHT Theme) ------ */ #calendarDisplay {display:none;} /* div that holds calendar */

#blogger_calendar { margin:0px auto 0px 0px;width:100%;} /* Table Caption - Holds the Archive Select Menu */ #bcaption {border:1px solid #C7C7C7;padding:2px;margin:10px 0 0;background:#fff;font:bold 100% Tahoma, Arial, Sans-serif} /* The Archive Select Menu */ #bcaption select {background:#ffff;border:0 solid #C7C7C7;color:#0080ff;font-weight:bold;textalign:center;} /* The Heading Section */ table#bcalendar thead {} /* Head Entries */ table#bcalendar thead tr th {width:20px;text-align:center;padding:3px; border:1px solid #C7C7C7; font:bold 100% Tahoma, Arial, Sans-serif;background:#fff;color:#0080ff;} /* The calendar Table */ table#bcalendar {border:1px solid #C7C7C7;border-top:0; margin:0px 0 0px;width:100%;background:#fff} /* The Cells in the Calendar */ table#bcalendar tbody tr td {cursor:pointer; text-align:center; border-radius:4px; padding:3px;border:1px solid #C7C7C7; color:#666;font:bold 100% Tahoma, Arial, Sans-serif;} /* Links in Calendar */ table#bcalendar tbody tr td a:link, table#bcalendar tbody tr td a:visited, table#bcalendar tbody tr td a:active {font-weight:bold;color:#ffffff; text-decoration:none;} table#bcalendar tbody tr td a:hover {color:#ffffff; text-decoration:none;} /* First Row Empty Cells */ td.firstCell {visibility:visible;} /* Cells that have a day in them */ td.filledCell { background:#fff;} td.filledCell:hover { background:#dddddd;} /* Cells that are empty, after the first row */

td.emptyCell {visibility:hidden;} /* Cells with a Link Entry in them */ td.highlightCell {background:#53A9FF;border:1px solid #C7C7C7} td.highlightCell:hover {background:#72B9FF;border:1px solid #C7C7C7} /* Table Footer Navigation */ table#bcNavigation {width:100%;background:#fff;border:1px solid #C7C7C7;bordertop:0;color:#0080ff;font:bold 100% Tahoma, Arial, Sans-serif;} table#bcNavigation a:link {text-decoration:none;color:#0080ff} table#bcNavigation a:hover{text-decoration:underline;} td#bcFootPrev {width:10px;} td#bcFootAll{text-align:center;} td#bcFootNext {width:10px;} ul#calendarUl {margin:5px auto 0!important;} ul#calendarUl li a:link {} /* End of Post Navigator by MBT (LIGHT Theme) ------ */

]]></b:skin> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>

<script src='/dropdown.js' type='text/javascript'/> <script src='/jtools.js' type='text/javascript'/> <script type='text/javascript'> jQuery(document).ready(function() {

jQuery(&quot;.pagination&quot;).tabs(&quot;.slides li&quot;, { effect: &#39;fade&#39;,

rotate: true }).slideshow({ clickable: false, autoplay: false, interval: 3000 });

jQuery(&quot;.tabs&quot;).tabs(&quot;.slide li&quot;, {event:&#39;mouseover&#39;, effect: &#39;fade&#39;});

}); </script>

<script type='text/javascript'> //<![CDATA[ imgr = new Array();

imgr[0] = "http://sites.google.com/site/fdblogsite/Home/nothumbnail.gif";

showRandomImg = true;

aBold = true;

summaryPost = 70; summaryTitle = 25;

numposts = 6; numposts1 = 3; numposts2 = 1; numposts3 = 4; numposts5 = 5; numposts6 = 10;

function removeHtmlTag(strx,chop){ var s = strx.split("<"); for(var i=0;i<s.length;i++){ if(s[i].indexOf(">")!=-1){ s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); } } s = s.join(""); s = s.substring(0,chop-1); return s; }

function showrecentposts1(json) {

j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0; img = new Array(); if (numposts1 <= json.feed.entry.length) { maxpost = numposts1; } else { maxpost=json.feed.entry.length; } document.write('<ul class="slides">'); for (var i = 0; i < maxpost; i++) { var entry = json.feed.entry[i]; var posttitle = entry.title.$t; var pcm; var posturl; if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { posturl = entry.link[k].href; break; } }

for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') {

pcm = entry.link[k].title.split(" ")[0]; break; } }

if ("content" in entry) { var postcontent = entry.content.$t;} else if ("summary" in entry) { var postcontent = entry.summary.$t;} else var postcontent = "";

postdate = entry.published.$t;

if(j>imgr.length-1) j=0; img[i] = imgr[j];

s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5);

if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d;

//cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : '';

var month = [1,2,3,4,5,6,7,8,9,10,11,12];

var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];

var day = postdate.split("-")[2].substring(0,2); var m = postdate.split("-")[1]; var y = postdate.split("-")[0];

for(var u2=0;u2<month.length;u2++){ if(parseInt(m)==month[u2]) { m = month2[u2] ; break; } }

var daystr = day+ ' ' + m + ' ' + y ; pcm='<a href="'+posturl+'#disqus_thread'+'"></a>';

var trtd = '<li><a href="'+posturl+'"><img width="980" height="550" src="'+img[i]+'"/></a><div class="slide_content"><h2><a href="'+posturl+'">'+posttitle+'</a></h2><p>'+removeHtmlTag(postcontent,summaryPost)+' [...]</p></div></li>'; document.write(trtd);

j++; } document.write('</ul>'); }

function showrecentposts1a(json) { j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0; img = new Array(); if (numposts1 <= json.feed.entry.length) { maxpost = numposts1; } else { maxpost=json.feed.entry.length; } document.write('<ul class="pagination">'); for (var i = 0; i < maxpost; i++) { var entry = json.feed.entry[i]; var posttitle = entry.title.$t; var pcm; var posturl; if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { posturl = entry.link[k].href; break; } }

for (var k = 0; k < entry.link.length; k++) {

if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') { pcm = entry.link[k].title.split(" ")[0]; break; } }

if ("content" in entry) { var postcontent = entry.content.$t;} else if ("summary" in entry) { var postcontent = entry.summary.$t;} else var postcontent = "";

postdate = entry.published.$t;

if(j>imgr.length-1) j=0; img[i] = imgr[j];

s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5);

if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d;

//cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : '';

var month = [1,2,3,4,5,6,7,8,9,10,11,12]; var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];

var day = postdate.split("-")[2].substring(0,2); var m = postdate.split("-")[1]; var y = postdate.split("-")[0];

for(var u2=0;u2<month.length;u2++){ if(parseInt(m)==month[u2]) { m = month2[u2] ; break; } }

var daystr = day+ ' ' + m + ' ' + y ; pcm='<a href="'+posturl+'#disqus_thread'+'"></a>';

var trtd = '<li>'+posttitle+'</li>'; document.write(trtd);

j++; } document.write('</ul>'); }

function showrecentposts2(json) { j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0; img = new Array(); if (numposts2 <= json.feed.entry.length) { maxpost = numposts2; } else { maxpost=json.feed.entry.length; }

for (var i = 0; i < maxpost; i++) { var entry = json.feed.entry[i]; var posttitle = entry.title.$t; var pcm; var posturl; if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { posturl = entry.link[k].href; break; } }

for (var k = 0; k < entry.link.length; k++) {

if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') { pcm = entry.link[k].title.split(" ")[0]; break; } }

if ("content" in entry) { var postcontent = entry.content.$t;} else if ("summary" in entry) { var postcontent = entry.summary.$t;} else var postcontent = "";

postdate = entry.published.$t;

if(j>imgr.length-1) j=0; img[i] = imgr[j];

s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5);

if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d;

//cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : '';

var month = [1,2,3,4,5,6,7,8,9,10,11,12]; var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];

var day = postdate.split("-")[2].substring(0,2); var m = postdate.split("-")[1]; var y = postdate.split("-")[0];

for(var u2=0;u2<month.length;u2++){ if(parseInt(m)==month[u2]) { m = month2[u2] ; break; } }

var daystr = day+ ' ' + m + ' ' + y ;

var trtd = '<div class="post-thumb"><a href="'+posturl+'"><img width="310" height="220" src="'+img[i]+'"/></a></div><h3><a href="'+posturl+'">'+posttitle+'</a></h3><div class="postcontent"><p>'+removeHtmlTag(postcontent,summaryPost)+' [...]</p></div><div class="recentmeta"><span>Posted in '+daystr+'</span><span class="separator"></span><span><a href="'+posturl+'">'+pcm+' comments</a></span></div>'; document.write(trtd);

j++; }

function showrecentposts3(json) { j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0; img = new Array(); if (numposts3 <= json.feed.entry.length) { maxpost = numposts3; } else { maxpost=json.feed.entry.length; }

for (var i = 0; i < maxpost; i++) { var entry = json.feed.entry[i]; var posttitle = entry.title.$t; var pcm; var posturl; if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { posturl = entry.link[k].href; break; } }

for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') { pcm = entry.link[k].title.split(" ")[0]; break; } }

if ("content" in entry) { var postcontent = entry.content.$t;} else if ("summary" in entry) { var postcontent = entry.summary.$t;} else var postcontent = "";

postdate = entry.published.$t;

if(j>imgr.length-1) j=0; img[i] = imgr[j];

s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5);

if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d;

//cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : '';

var month = [1,2,3,4,5,6,7,8,9,10,11,12]; var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];

var day = postdate.split("-")[2].substring(0,2); var m = postdate.split("-")[1]; var y = postdate.split("-")[0];

for(var u2=0;u2<month.length;u2++){ if(parseInt(m)==month[u2]) { m = month2[u2] ; break; } }

var daystr = day+ ' ' + m + ' ' + y ;

var trtd = '<li><a href="'+posturl+'"><img width="75" height="50" src="'+img[i]+'"/></a><a href="'+posturl+'">'+posttitle+'</a> <br/><small>'+daystr+'</small> <br/><div class="clear"></div></li>'; document.write(trtd);

j++; }

//]]> </script>

<script type='text/javascript'> //<![CDATA[ var classicMode = false ; var summary = 30; var indent = 3;

function stripHtmlTags(s,max){return s.replace(/<.*?>/ig, '').split(/\s+/).slice(0,max-1).join(' ')}

function getSummaryLikeWP(id) { return document.getElementById(id).innerHTML.split(/<!--\s*more\s*-->/)[0]; }

function getSummaryImproved(post,max){ var re = /<.*?>/gi var re2 = /<br.*?>/gi var re3 = /(<\/{1}p>)|(<\/{1}div>)/gi var re4 = /(<style.*?\/{1}style>)|(<script.*?\/{1}script>)|(<table.*?\/{1}table>)|(<form.*?\/{1}form>)|(<code.*?\/ {1}code>)|(<pre.*?\/{1}pre>)/gi

post = post.replace(re4,'') post = post.replace(re3,'<br /> ').split(re2)

for(var i=0; i<post.length; i++){ post[i] = post[i].replace(re,''); } var post2 = new Array(); for(var i in post) { //if(post[i]!='' && post[i]!=' ' && post[i] != '\n') post2.push(post[i]); if(/[a-zA-Z0-9]/.test(post[i])) post2.push(post[i]) ;

var s = ""; var indentBlank = ""; for(var i=0;i<indent;i++){ indentBlank += " "; } if(post2.join('<br/>').split(' ').length < max-1 ){ s = post2.join(indentBlank +' <br/>'); } else { var i = 0; while(s.split(' ').length < max){

s += indentBlank + ' ' + post2[i]+'<br/>'; i++; } } return s; }

function createSummaryAndThumb(pID,title,url,date,comment){ var posturl= url; var title=title; var date =date; var comment = comment; var div = document.getElementById(pID); var content = div.innerHTML; if (/<!--\s*more\s*-->/.test(content)) { div.innerHTML = getSummaryLikeWP(pID); div.style.display = "block"; } else {

var imgtag = ""; var img = div.getElementsByTagName("img"); var summ = summary; if(img.length>=1) {

imgtag = '<a href="'+posturl+'"><img class="entry-thumb" width="216" height="160" src="'+img[0].src+'"></a>'; } var summary1 = '<div class="post-thumb">'+imgtag+'</div><div class="post-content"><h2><a href="'+posturl+'">'+title+'</a></h2><div class="entry"><p>'+stripHtmlTags(content,summary)+'[...]</p></div><div class="clear"></div><div class="recent-meta"><span>'+date+'</span><span class="separator"></span><span>'+comment+'</span></div></div>';

div.innerHTML = summary1; div.style.display = "block"; } }

function showrecentcomments(json) { for (var i = 0; i < 6; i++) { var entry = json.feed.entry[i]; var ctlink; if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { ctlink = entry.link[k].href; break; } } if ("content" in entry) {

var comment = entry.content.$t;} else if ("summary" in entry) { var comment = entry.summary.$t;} else var comment = ""; comment = comment.replace(/<.*?>/ig, ''); document.write('<li>'); document.write('<a href="' + ctlink + '">' + entry.author[0].name.$t + '</a> : '); if (comment.length < 100) { document.write(comment); } else { comment = comment.substring(0, 100); var quoteEnd = comment.lastIndexOf(" "); comment = comment.substring(0, quoteEnd); document.write(comment + '...'); }

document.write('</li>'); } }

//]]>

</script>

<script type='text/javascript'> //<![CDATA[ var relatedTitles = new Array(); var relatedTitlesNum = 0; var relatedUrls = new Array(); function related_results_labels(json) { for (var i = 0; i < json.feed.entry.length; i++) { var entry = json.feed.entry[i]; relatedTitles[relatedTitlesNum] = entry.title.$t; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { relatedUrls[relatedTitlesNum] = entry.link[k].href; relatedTitlesNum++; break; } } } } function removeRelatedDuplicates() { var tmp = new Array(0); var tmp2 = new Array(0); for(var i = 0; i < relatedUrls.length; i++) { if(!contains(tmp, relatedUrls[i])) {

tmp.length += 1; tmp[tmp.length - 1] = relatedUrls[i]; tmp2.length += 1; tmp2[tmp2.length - 1] = relatedTitles[i]; } } relatedTitles = tmp2; relatedUrls = tmp; } function contains(a, e) { for(var j = 0; j < a.length; j++) if (a[j]==e) return true; return false; } function printRelatedLabels() { var r = Math.floor((relatedTitles.length - 1) * Math.random()); var i = 0;

while (i < relatedTitles.length && i < 20) { document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>'); if (r < relatedTitles.length - 1) { r++; } else { r = 0; } i++;

} //]]> </script> <!-- Blogger Archive Calendar by www.MyBloggerTricks.com --> <script type='text/javascript'> //<![CDATA[ var bcLoadingImage = "http://mybloggertricks.googlecode.com/files/loading-trans.gif.png"; var bcLoadingMessage = " Loading...."; var bcArchiveNavText = "View Archive"; var bcArchiveNavPrev = '?'; var bcArchiveNavNext = '?'; var headDays = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]; var headInitial = ["Su","Mo","Tu","We","Th","Fr","Sa"]; // Nothing to configure past this point ---------------------------------var timeOffset; var bcBlogID; var calMonth; var calDay = 1; var calYear; var startIndex; var callmth; var bcNav = new Array (); var bcList = new Array ();

//Initialize Fill Array var fill = ["","31","28","31","30","31","30","31","31","30","31","30","31"]; function openStatus(){ document.getElementById('calLoadingStatus').style.display = 'block'; document.getElementById('calendarDisplay').innerHTML = ''; } function closeStatus(){ document.getElementById('calLoadingStatus').style.display = 'none'; } function bcLoadStatus(){ cls = document.getElementById('calLoadingStatus'); img = document.createElement('img'); img.src = bcLoadingImage; img.style.verticalAlign = 'middle'; cls.appendChild(img); txt = document.createTextNode(bcLoadingMessage); cls.appendChild(txt); } function callArchive(mth,yr,nav){ // Check for Leap Years if (((yr % 4 == 0) && (yr % 100 != 0)) || (yr % 400 == 0)) { fill[2] = '29'; } else { fill[2] = '28';

} calMonth = mth; calYear = yr; if(mth.charAt(0) == 0){ calMonth = mth.substring(1); } callmth = mth; bcNavAll = document.getElementById('bcFootAll'); bcNavPrev = document.getElementById('bcFootPrev'); bcNavNext = document.getElementById('bcFootNext'); bcSelect = document.getElementById('bcSelection'); a = document.createElement('a'); at = document.createTextNode(bcArchiveNavText); a.href = bcNav[nav]; a.appendChild(at); bcNavAll.innerHTML = ''; bcNavAll.appendChild(a); bcNavPrev.innerHTML = ''; bcNavNext.innerHTML = ''; if(nav < bcNav.length -1){ a = document.createElement('a'); a.innerHTML = bcArchiveNavPrev; bcp = parseInt(nav,10) + 1; a.href = bcNav[bcp]; a.title = 'Previous Archive';

prevSplit = bcList[bcp].split(','); a.onclick = function(){bcSelect.options[bcp].selected = true;openStatus();callArchive(prevSplit[0],prevSplit[1],prevSplit[2]);return false;}; bcNavPrev.appendChild(a); } if(nav > 0){ a = document.createElement('a'); a.innerHTML = bcArchiveNavNext; bcn = parseInt(nav,10) - 1; a.href = bcNav[bcn]; a.title = 'Next Archive'; nextSplit = bcList[bcn].split(','); a.onclick = function(){bcSelect.options[bcn].selected = true;openStatus();callArchive(nextSplit[0],nextSplit[1],nextSplit[2]);return false;}; bcNavNext.appendChild(a); } script = document.createElement('script'); script.src = 'http://www.blogger.com/feeds/'+bcBlogId+'/posts/summary?published-max='+calYear+''+callmth+'-'+fill[calMonth]+'T23%3A59%3A59'+timeOffset+'&published-min='+calYear+'-'+callmth+'01T00%3A00%3A00'+timeOffset+'&max-results=100&orderby=published&alt=json-inscript&callback=cReadArchive'; document.getElementsByTagName('head')[0].appendChild(script); } function cReadArchive(root){ // Check for Leap Years if (((calYear % 4 == 0) && (calYear % 100 != 0)) || (calYear % 400 == 0)) { fill[2] = '29';

} else { fill[2] = '28'; } closeStatus(); document.getElementById('lastRow').style.display = 'none'; calDis = document.getElementById('calendarDisplay'); var feed = root.feed; var total = feed.openSearch$totalResults.$t; var entries = feed.entry || []; var fillDate = new Array(); var fillTitles = new Array(); fillTitles.length = 32; var ul = document.createElement('ul'); ul.id = 'calendarUl'; for (var i = 0; i < feed.entry.length; ++i) { var entry = feed.entry[i]; for (var j = 0; j < entry.link.length; ++j) { if (entry.link[j].rel == "alternate") { var link = entry.link[j].href; } } var title = entry.title.$t; var author = entry.author[0].name.$t; var date = entry.published.$t;

var summary = entry.summary.$t; isPublished = date.split('T')[0].split('-')[2]; if(isPublished.charAt(0) == '0'){ isPublished = isPublished.substring(1); } fillDate.push(isPublished); if (fillTitles[isPublished]){ fillTitles[isPublished] = fillTitles[isPublished] + ' | ' + title; } else { fillTitles[isPublished] = title; } li = document.createElement('li'); li.style.listType = 'none'; li.innerHTML = '<a href="'+link+'">'+title+'</a>'; ul.appendChild(li); } calDis.appendChild(ul); var val1 = parseInt(calDay, 10) var valxx = parseInt(calMonth, 10); var val2 = valxx - 1; var val3 = parseInt(calYear, 10); var firstCalDay = new Date(val3,val2,1); var val0 = firstCalDay.getDay(); startIndex = val0 + 1;

var dayCount = 1; for (x =1; x < 38; x++){ var cell = document.getElementById('cell'+x); if( x < startIndex){ cell.innerHTML = ' '; cell.className = 'firstCell'; } if( x >= startIndex){ cell.innerHTML = dayCount; cell.className = 'filledCell'; for(p = 0; p < fillDate.length; p++){ if(dayCount == fillDate[p]){ if(fillDate[p].length == 1){ fillURL = '0'+fillDate[p]; } else { fillURL = fillDate[p]; } cell.className = 'highlightCell'; cell.innerHTML = '<a href="/search?updated-max='+calYear+'-'+callmth+''+fillURL+'T23%3A59%3A59'+timeOffset+'&updated-min='+calYear+'-'+callmth+''+fillURL+'T00%3A00%3A00'+timeOffset+'" title="'+fillTitles[fillDate[p]].replace(/"/g,'\'')+'">'+dayCount+'</a>'; } } if( dayCount > fill[valxx]){ cell.innerHTML = ' ';

cell.className = 'emptyCell'; } dayCount++; } } visTotal = parseInt(startIndex) + parseInt(fill[valxx]) -1; if(visTotal >35){ document.getElementById('lastRow').style.display = ''; } } function initCal(){ document.getElementById('blogger_calendar').style.display = 'block'; var bcInit = document.getElementById('bloggerCalendarList').getElementsByTagName('a'); var bcCount = document.getElementById('bloggerCalendarList').getElementsByTagName('li'); document.getElementById('bloggerCalendarList').style.display = 'none'; calHead = document.getElementById('bcHead'); tr = document.createElement('tr'); for(t = 0; t < 7; t++){ th = document.createElement('th'); th.abbr = headDays[t]; scope = 'col'; th.title = headDays[t]; th.innerHTML = headInitial[t]; tr.appendChild(th); }

calHead.appendChild(tr); for (x = 0; x <bcInit.length;x++){ var stripYear= bcInit[x].href.split('_')[0].split('/')[3]; var stripMonth = bcInit[x].href.split('_')[1]; bcList.push(stripMonth + ','+ stripYear + ',' + x); bcNav.push(bcInit[x].href); } var sel = document.createElement('select'); sel.id = 'bcSelection'; sel.onchange = function(){var cSend = this.options[this.selectedIndex].value.split(',');openStatus();callArchive(cSend[0],cSend[1],cSend[2]);}; q = 0; for (r = 0; r <bcList.length; r++){ var selText = bcInit[r].innerHTML; var selCount = bcCount[r].innerHTML.split('> (')[1]; var selValue = bcList[r]; sel.options[q] = new Option(selText + ' ('+selCount,selValue); q++ } document.getElementById('bcaption').appendChild(sel); var m = bcList[0].split(',')[0]; var y = bcList[0].split(',')[1]; callArchive(m,y,'0'); } function timezoneSet(root){ var feed = root.feed;

var updated = feed.updated.$t; var id = feed.id.$t; bcBlogId = id.split('blog-')[1]; upLength = updated.length; if(updated.charAt(upLength-1) == "Z"){timeOffset = "+00:00";} else {timeOffset = updated.substring(upLength-6,upLength);} timeOffset = encodeURIComponent(timeOffset); } //]]> </script> <script src='/feeds/posts/summary?max-results=0&amp;alt=json-inscript&amp;callback=timezoneSet'/> <!-- End Blogger Archive Calendar by www.MyBloggerTricks.com -->

</head>

<body> <div class='inner-wrap'> <header id='header'> <div id='navbar'> <ul id='navsocial'> <li> <a href=''><img alt='RSS' height='16' src='http://3.bp.blogspot.com/-rdkNKDu8wzo/UJnZj4A4UPI/AAAAAAAAKCA/HUiiYnhIMs/s1600/rss%255B1%255D.png' width='16'/>RSS</a> </li> <li>

<a href='http://twitter.com/' rel='external,nofollow'><img alt='Twitter' height='16' src='http://3.bp.blogspot.com/ebMCCjFnpEM/UJnZudkGwfI/AAAAAAAAKCM/l1DXOzyv-jM/s1600/twitter%255B1%255D.png' width='16'/>Twitter</a> </li> <li> <a href='http://facebook.com/' rel='external,nofollow'><img alt='Facebook' height='16' src='http://1.bp.blogspot.com/pPTPTC94ml8/UJnZ5foUywI/AAAAAAAAKCY/uSIzqzGEZP8/s1600/facebook%255B1%255D.png' width='16'/>Facebook</a> </li> </ul>

<ul class='dropdown' id='mainmenu'> <li><a href=''>About</a></li> <li><a href=''>Advertise</a></li> <li><a href=''>Become an Author</a></li> <li><a href=''>Archives</a></li> <li><a href=''>Contact</a></li> </ul> <div class='clear'/> </div><!-- /#navbar -->

<b:section id='header1' showaddelement='yes'> <b:widget id='Header1' locked='false' title='live TV (Header)' type='Header'/> <b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar'/> </b:section>

<div id='navbarsecond'> <ul class='dropdown' id='secondmenu'> <li><a href='http:///livetv247.blogspot.com/'>Home</a></li> <li><a href=''>Dawn</a></li> <li><a href=''>Coffee</a></li> <li><a href=''>Inspiration</a></li> <li><a href=''>World</a></li> <li><a href=''>Sky</a></li> <li><a class='sf-with-ul' href=''>Girl</a> <ul class='sub-menu'> <li><a href=''>Beautiful</a></li> <li><a href=''>Beautiful 1</a></li> <li><a href=''>Beautiful 2</a></li> <li><a href=''>Beautiful 3</a></li> </ul> </li>

</ul> <div class='clear'/> </div><!-- /#navbarsecond --> </header> <b:if cond='data:blog.homepageUrl == data:blog.url'> <b:section id='mainslider' showaddelement='yes'/>

<div class='home_widgets'>

<b:section class='home_column' id='Gadget1' showaddelement='yes'> <b:widget id='HTML4' locked='false' title='Latest News' type='HTML'/> </b:section> <b:section class='home_column' id='Gadget2' showaddelement='yes'> <b:widget id='HTML5' locked='false' title='Latest News' type='HTML'/> </b:section> <b:section class='home_column last' id='Gadget3' showaddelement='yes'> <b:widget id='HTML6' locked='false' title='Latest News' type='HTML'/> </b:section>

</div>

</b:if>

<div id='main' role='main'> <div id='content'>

<b:section class='main' id='main' showaddelement='no'> <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>

</b:section>

</div><!-- /#content -->

<div id='sidebar'> <div class='widget widget_search' id='search-2'> <h2>Search</h2> <div class='widget_content'> <form action='/search' id='searchform' method='get'> <fieldset> <input id='s' name='s' onblur='if (this.value == &apos;&apos;) {this.value = &apos;Search&apos;;}' onfocus='if (this.value == &apos;Search&apos;) {this.value = &apos;&apos;;}' type='text' value='Search'/> <input id='searchsubmit' type='submit' value='Search'/> </fieldset> </form> <div class='clear'/> </div> </div>

<b:section class='widget feature-posts' id='wpzoom-feature-posts-3' showaddelement='yes'>

<b:widget id='Label1' locked='true' title='Categories' type='Label'/> <b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/> </b:section>

<div class='clear'/> </div> <div class='clear'/> </div><!-- /#main -->

<div id='footer'> <div class='widget-area'> <b:section class='column' id='footer1' showaddelement='yes'/>

<b:section class='column' id='footer2' showaddelement='yes'/> <b:section class='column last' id='footer3' showaddelement='yes'/>

<div class='clear'/> </div><!-- /.widget-area--> <div class='clear'/>

<div class='copyright'> <div class='left'> Copyright 2013 livetv365.blogspot.com. All Rights Reserved. </div> <div class='right'>

</div> </div><!-- /.copyright --> </div> </div>

<b:section class='footer' id='footer'/> <b:include data='blog' name='google-analytics'/> </body> </html>

You might also like