/*
Theme Name: Yashfa
Theme URI: http://wpgpl.com/themes/yashfa
Description: Yashfa is Grid Based layout for Ordinary Blogger. Yashfa contain so many widget, extra footer and many more.
Version: 1.7
Author: Nurudin Jauhari
Author URI: http://wpgpl.com/
Tags: blue, orange, custom-header, fixed-width, two-columns,right-sidebar


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Crafted on 12 February 2009
	Last Edit: 25 July 2009 12.12  +7 GMT

*/

/* import stylesheets and hide from ie/mac \*/
@import url("css-reset.css");
@import url("css-navi.css");
@import url("css-menu.css");
@import url("css-comment.css");
@import url("css-wordpress.css");
/* end import/hide */

/* Begin Typography & Colors */


body {
	font: 62% tahoma, arial, verdana, sans-serif;
        color: #000;
        background: url(../../uploads/2011/03/wood-walnut.jpg) top left;
}

pre, code {
	font: 1.1em 'Courier New', Courier, Fixed;
	width: 500px;
	overflow: auto;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* L I N K S */

a:link, a:visited {
	color: #0A73A3;
	text-decoration: none;
	}
	
a:hover {
	color: #0A73A3;
	text-decoration: underline;
	}


/* Etc
******************** */
br.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
        margin-left: 15px;
	}

.navigation a {
        color: #fff;
}

/* Basic */
#page {
	width: 950px;
	margin: 0 auto;
}
#thebg {
/*	background: url(../../uploads/2010/05/back-trans.png); */
	overflow: hidden;
}
#content-wrap {
	float: left;
	width: 100%;
/*        background: url(../../uploads/2010/05/back-trans.png); */
}

#content {
/*	margin: 0 425px 0 0; */
	margin: 0 225px 0 0;
	padding-top: 10px;
        min-height: 1000px;
}
#sidebar {
	float: left;
	position: relative;
	margin-left: -210px;
	width: 210px;
	margin-top: 10px;

/*	margin-left: -395px;
	width: 395px; */
	}



/* Menu */
#navr {
	background: url(../../uploads/site/navbar.jpg) repeat-x;
	height: 50px;
        padding-top: 8px;
        z-index: 999;
}
#navr2 {
	width: 950px;
	margin: 0 auto;
	position: relative;
        z-index: 999;
}
.menu {
	list-style: none;
	padding-bottom: 5px;
        z-index: 999;
}
.menu li {
	float: left;
}
.menu li a:link, .menu li a:visited {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.7em;
	margin-right: 5px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
}
.menu li li a:link, .menu li li a:visited {
	margin-right: 0;
        font-size: 1.5em;
	border-bottom: 1px dotted #fff;
}
.menu li.current_page_item a {
	background: #BA2800 url(../../uploads/site/navbaritem.jpg) center left repeat-x;
}
.menu li a:hover {
	background: #ED3300 url(../../uploads/site/navbaritem.jpg) center left repeat-x;
        z-index: 999;
}

.menu ul.children {
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
}

/* /Menu */

/* Header */
#header {
	margin: 5px 0 2px 0;
	width: 950px;
	height: 170px;
	background: url(wp-content/uploads/2010/06/logoweb.png) 0 0 no-repeat;	
	position: relative;
	z-index: 499;
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
}
#header h1 a {
	color: #fff;
	position: absolute;
	left: -5px;
	top: -14px;
	font-size: 60px;
	letter-spacing: -5px;
	text-transform: uppercase;
}
#header h1 a:hover {
	text-decoration: none;
}
.description {
	position: absolute;
	top: 50px;
	left: 0;
	border-left: 30px solid #ED3300;
	padding-left: 5px;
	color: #ccc;
	font-size: 30px;
}
/* /Header */

/* Post */

.post {
	margin-bottom: 10px;
        margin-left: 0;
	min-height: 268px;
        background: url(../../uploads/2011/03/paper-background.jpg) top left;
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
/*	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(148,209,209)),color-stop(0.20, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center bottom,rgb(148,209,209) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 100%); */
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.199219);
}

.posties {
	position: relative;
        padding-bottom: 10px;
}
.posties .two {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	padding-right: 20px;
	text-align: right;
	min-height: 100px;
}
.two .dater {
	width: 60px;
	height: 60px;
	background: #a90329; /* old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* ie */
	color: #fff;
	position: absolute;
	right: 20px;
	top: 10px;
	padding: 5px;
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 10px;
}
.dater h3 {
	font-size: 25px;
	text-align: center;
}

.dater h5 {
	text-align: center;
	margin-top: 5px;
}
.posties .one {
	margin-left: 130px;
	padding-top: 10px;
}

	.post h1 {
		font-size: 1.2em;
                margin: 0 0 10px 0;
                padding: 5px 0 5px 20px;
	}


	.wpst_question {
		font-size: 1.2em;
                margin: 0 0 10px 0;
                padding: 0 0 5px 20px;
	}

	.wpst_question ul li {
		list-style: none;
	}

	.wpst_question ul li label {
		font-size: 0.8em;
		line-height: 1.4em;
	}

	.post h2 {
		font-family: "Trebuchet MS", Helvetica, Arial, verdana, sans-serif;
		font-size: 2.5em;
                margin: 0 0 10px 0;
                padding: 15px 0 10px 20px;
                color: #000;
/*	        background: url(../../uploads/site/navbar.jpg) center left repeat-x; */
		-webkit-border-radius: 5px 5px 0 0; /* Saf3+, Chrome */
		border-radius: 5px 5px 0 0; /* Opera 10.5, IE 9 */
	}
	.post h2 a {
		color: #000;
		text-decoration: none;
		display: block;
	}
	.entry {
                padding-bottom: 10px;
        }
	.entry h3 {
		margin: 0 0 5px 15px;
		font-size: 18px;
                color: #0A73A3;
	}
	.entry h4 {
		margin: 0 0 5px 0;
		font-size: 16px;
	}
	.entry h5 {
		margin: 0 0 5px 0;
		font-size: 14px;
	}
	.entry p {
                font-size: 1.5em;
		line-height: 1.65em;
		margin: 0 20px 20px 20px;
	}
	.entry ul {
		list-style: disc;
                margin: 0 15px 0 15px;
                font-size: 1.4em;
	}
	.entry ol {
		list-style: decimal;
	}	
	.entry li {
		line-height: 1.8em;
		margin-left: 20px;	
	}

	.entry p img {
	width: 200px;
	margin-right: 10px;
	}

.tagged {
	font-style: italic;
	font-size: 1.2em;
	color: #777;
	margin-left: 15px;
}

.metadata {
/*        visibility: hidden; */
	color: #999;
	margin-top: 70px;
	padding: 10px 0;
}
.metadata  a{
	color: #777;
	text-decoration: underline;
}

.postmetadata {
	background: #efefef;
	padding: 10px;
	margin-top: 20px;

}	

.pagetitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	text-align: right;
}

.recent2 li {
	display: block;
	color:#777;
	font-size:0.9em;
	float: left;
	text-align: right;
	width: 500px;
	padding: 5px 0;
	line-height: 22px;
	border-bottom: 1px solid #ccc;
}
.recent2 li a {
	font-size:1em;
	font-weight: bold;
	float: left;
	text-align: left;
}
/* /Post */


/* Sidebar */
#sidebar ul {
	list-style:  none;
}
#sidebar h2, #sidebar h3 {
	color: #000;
/*        background: url(../../uploads/site/navbar.jpg) center left repeat-x; */
	font-weight: normal;
	font-size: 1.8em;
	padding: 8px 10px 4px;
        margin: 0 0 10px 0;
	-webkit-border-radius: 5px 5px 0 0; /* Saf3+, Chrome */
	border-radius: 5px 5px 0 0; /* Opera 10.5, IE 9 */
}

#sidebar h3 a, #sidebar h3 a:hover {
        color: #000;
}

#sidebar .boxr, #sidebar .categories, #sidebar .linkcat {
	padding: 0 0 15px 0;
        margin: 0 0 10px 0;
        background: url(../../uploads/2011/03/paper-background.jpg) top left;
/*	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(148,209,209)),color-stop(0.20, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center bottom,rgb(148,209,209) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 100%); */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.199219);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.199219);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.199219);
}
#sidebar .categories li, #sidebar .archives li {
	text-align: right;
	color: #999;
}
#sidebar .categories li a:link, #sidebar .categories li a:visited, #sidebar .archives li a:link, #sidebar .archives li a:visited {
	text-align: left;
	float: left;
	font-size: 1.2em;
}
#sidebar .boxy {
	margin-bottom: 20px;
	padding: 10px 0;
}
#s {
	width: 160px;
	margin-left: 10px;
	border: 1px solid #777;
	padding: 3px;
}
#searchsubmit {
        margin: 5px 0 0 10px;
	padding: 2px;
	background: #444;
	color: #fff;
	border: 1px solid #444;
}
#sidebar .buser {
	border: 1px solid #ABD808;
	border-top: 4px solid #ABD808;
	border-bottom: 4px solid #ABD808;
}
#sidebar .buser li {
	padding: 3px 10px;
}

#sidebar .categories li, #sidebar .widget_pages li, #sidebar .widget_recent_entries li, #sidebar .linkcat li, #sidebar .archives li,#sidebar .widget_get_recent_comments li, .widget_links li, .widget_meta li,#sidebar .widget_categories li {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px 0 10px;
}

#sidebar .boxr li:hover, #sidebar .categories li:hover, #sidebar .linkcat li:hover, #widget .widget_categories li:hover {
	background: #efefef;
}
#sidebar .boxr li li, #sidebar .categories li li, #sidebar .linkcat li li {
	border: none;
	padding-left: 0;
        font-size: 1.2em;
}

#sidebar a {
	color: #333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333;
	text-decoration: underline;
}

#sidebar dl {
	font-size: 1.2em;
	width: 100%;
	float: left;
	margin: 0 0 0 10px;
	display: block;
	clear: both;
}

#sidebar dl dt {
	width: 20%;
	clear: left;
	float: left;
	padding-right: 5px;
	font-weight: bold;
}

#sidebar dl dd {
	display: inline-block;
	position: relative;
	margin-right: -100%;
	float: left;
	width: 80%;
	margin-bottom: 5px;
}

.sideinfo {
	background: #efefef;
	margin-bottom: 20px;
	padding: 15px;
}
.widget_flickrRSS h3 {
	margin-bottom: 10px;
}
.widget_flickrRSS img {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 80px;
	padding: 0;
	margin-left: 10px;
}
.widget_flickrRSS img a:link,.widget_flickrRSS img a:visited {
	border-bottom: none !important;
}
.widget_flickrRSS {
	overflow: auto;
}

.widget_twitter ul li {
        font-size: 1.1em;
        padding: 10px;
        margin-top: 1px;
	border-bottom: 1px dotted #000;
}

.widgettitle a:link,.widgettitle a:hover,.widgettitle a:visited {
        color: #fff;
}

ul.dlm_download_list {
        margin: 0 15px 0 0;
        font-size: 1.2em;
}

.dlm_download_list li {
	list-style: none;
	padding: 4px 4px 4px 9px;
	border-bottom: 1px dotted #000;
	margin-bottom: 1px;
	font-size: 1.2em;
}

.widget_rss ul li {
        font-size: 1.2em;
        margin: 0 10px 3px 10px;
        border-bottom: 1px dotted;
        padding: 3px 0 3px 0;
}

/* /Sidebar */

.related  h2{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 15px;
	margin-bottom: 10px;
}
.related li {
	margin-bottom: 10px;
}
.related p {
		line-height: 1.8em;
}

.author-info {
        visibility: hidden;
	background: #efefef;
	padding: 10px;
}
.author-info .avatar {
	float: right;
}
.author-info h4 {
	font-size: 12px;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
}
p.bio {
	margin-bottom: 10px;
	line-height: 1.8em;
}
.sleft {
	width: 150px;
	float: left;
}


/* Footer */
#more-footer {
	border-top: 1px solid #ccc;
	padding: 20px;
	font-size: 13px;
	line-height: 1.6em;
	position: relative;
}
#more-more-footer {
	width: 950px;
	margin: 0 auto;
	position: relative
}
.inner {
	width: 315px;
}
.inner-one {
	float: left;
}
.inner-two {
	float: left;
}
.inner-two .grap {
	margin-right: 20px;
}
.inner-three {
	float: left;
}
.recent li {
	text-align: right;
}
.infopost {
	text-align: right;
	font-size: 12px;
	position: absolute;
	right: 0;
}
.recent a {
	text-align: left;
	float: left;
}
#extra-footer {
	border-top: 1px solid #ccc;
	padding: 20px;
	font-size: 11px;
}
#more-footer a:link,#more-footer a:visited {
	color: #fff;
}
#more-footer h3 {
	color: #000;
	font-weight: normal;
	font-size: 19px;
	margin-bottom: 10px;
	position: relative;
}



#footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 0;
}

.rgrav {
	float: left;
	margin-right: 5px;
}
.rdata a {
	display: block;
}

/* WP */
img.alignright {
	display:inline;
	margin:0 0 2px 15px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 15px 2px 0;
/*	padding:4px; */
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.wp-caption.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption {
	border:1px solid #333;
	text-align:center;
	padding-top:4px;
	padding-bottom: 4px;
	position: relative;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #000;
	color: #fff;
	padding: 4px;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

img.centered,.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.inn {
	padding: 10px 10px 0;
}

.feeder {
	position: absolute;
	right: 0;
	top: 10px;
}
.feeder a:link, .feeder a:visited {
	background: url(images/feed-icon.png) 0 0 no-repeat;
	padding-left: 18px;
	color: #FD6A11;
}

table.gdocs {
	margin:10px 0px 15px 20px;
	font-size:1.35em;
	text-align:left;
    	font-family: "Trebuchet MS", sans-serif;
    	line-height: 1.4em;
    	font-style: normal;
    	border-collapse:separate;
	border: none;
	width: 685px;
}

table.gdocs th {
    vertical-align: center;
    font-size: 1.35em;
    padding:10px;
    color:#000;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.199219);
    border-bottom: 1px dotted #000;
    text-transform: capitalize;
}

table.gdocs tbody tr td {
	padding:7px 7px 7px 9px;
	vertical-align:top;
    	color:#000;
    	text-shadow:1px 1px 1px #fff;
	border-bottom: 1px dotted #000;
}

table.gdocs tbody td.col_1, table.gdocs thead th.col_1 {
	width: 40px;
	text-align: center;
}

table.gdocs tbody td.col_2, table.gdocs thead th.col_2 {
	display: none;
}

table.gdocs tbody td.col_3, table.gdocs thead th.col_3 {
	width: 230px;
}

table.gdocs tbody td.col_4, table.gdocs thead th.col_4 {
	width: 230px;
}

table.gdocs tbody td.col_5, table.gdocs thead th.col_5 {
	display:none;
}

table.gdocs tbody td.col_6, table.gdocs thead th.col_6 {
	display:none;
}

.wp-table-reloaded {
	margin:10px 0px 15px 10px;
	font-size:1.35em;
	width:97%;
	text-align:left;
    	font-family: "Trebuchet MS", sans-serif;
    	line-height: 1.4em;
    	font-style: normal;
    	border-collapse:separate;
}

.wp-table-reloaded-id-2 {
        margin: 0 0 0 3px;
}

.wp-table-reloaded th {
    vertical-align: center;
    font-size: 1.4em;
    padding:4px;
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px rgb(148,209,209);
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(148,209,209)),color-stop(0.50, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
    background-image: -moz-linear-gradient(center bottom,rgb(148,209,209) 0%,rgb(255,255,255) 50%,rgb(255,255,255) 100%);
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    height: 30px;
}

.wp-table-reloaded tbody td {
	padding:7px 7px 7px 9px;
	vertical-align:top;
/*    	border: 2px solid #E7EFE0; */
    	-moz-border-radius:2px;
    	-webkit-border-radius:2px;
    	border-radius:2px;
    	color:#666;
    	text-shadow:1px 1px 1px #fff;
}

.wp-table-reloaded .even {
        border: none;
}

.wp-table-reloaded .even td {
        min-height: 25px;
        color: #000;
}
.wp-table-reloaded .odd td{
        min-height: 25px;
        color: #000;
}
.wp-table-reloaded .header {
/*	background-image:url(http://www.familiecoers.nl/gijzultgenieten/wp-content/plugins/wp-table-reloaded/img/bg.gif); */
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#999;
	background-image:url(http://www.familiecoers.nl/gijzultgenieten/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#999;
	background-image:url(http://www.familiecoers.nl/gijzultgenieten/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

.events_widget_list li {
        font-size: 1.2em;
        margin: 0 10px 0 10px;
	padding: 4px 0 4px 0;
        line-height: 1.5em;
	border-bottom: 1px dotted #000;
}

.widget_dm_new_download li, widget_dm_new_download li a, widget_dm_new_download li a:hover  {
        font-size: 1.2em;
        margin: 0 10px 0 10px;
        padding-left: 40px;
        line-height: 2.2em;
        background: url(../../uploads/site/pdficon.png) no-repeat center left;
}

#kpg-albums {
        margin-left: 35px;
}

.downloads {
        width: 97%;
        margin-left: 10px;
        margin-top: 1px;
}

.downloads td {
        padding-left: 10px;
        padding-top: 5px;
}

.downloads tr {
        border-bottom: 1px solid #000;
}

.downloads p {
        margin-left: 0;
        margin-bottom: 0;
}

.small {
        font-size: 0.75em;
}

.hr {
       border-bottom: 1px solid #000;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')"; */
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666'); */
}

#gce_widget-3-container ul.gce-list h3 {
	font-size: 1.2em;
	margin: 0;
}

#gce_widget-3-container ul.gce-list span {
	font-size: 1.1em;
	margin: -10px 0 0 10px;
}

#gce_widget-3-container ul.gce-list li.gce-feed-1 {
	margin: 0 0 10px 0;
}

/* Change Log *** 
1.0	: Public Releaed
1.1 : Fix Header
1.2 : Fix Error on Functions.php, Fix Menu, Fix Screenshot, Fix Extra Footer
1.3 : Fix Error and internationalize support (thanks Aldo)
1.4 : Fix Single Page problem
1.5 : Fix IE Problem
1.6	: Fix Sidebar Widget
1.7 : Fix Categories Widget, New WP Caption design and Add RSS Feed Icon 
*** */

