/*
	www.i-design.tw Default Styles
	Author: underfire
	=========================================================
	Copyright (c) underfire.
	=========================================================
*/

body {
    background: #F8F2E6;
    color: #5B544A;
}

.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 */

a:link, a:visited {
    color: #A5864C;
    text-decoration: none;
}

a:hover, a:active {
    color: #CD9B40;
    text-decoration: underline;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #877D69;
}

::selection {
    background: #262B2F; 
	color: white; /* Safari */
}

::-moz-selection {
    background: #262B2F; 
	color: white; /* Firefox */ 
}

/* ~~~~~~~~~~ PAGE STYLE ~~~~~~~~~~ */

#wrap-bd {
    background: #F8F2E6 url(../images/light-bg.jpg) center top no-repeat;
}

#wrap-hd {
    background: url(../images/noise.png) left top repeat;
}

#wrap-ft {
	background: url(../images/light-hr.png) left bottom repeat-x;
	padding-bottom: 30px;
}

#wrap-inner {
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

#head-light {
    display: none;
}

#illustrator {
    display: none;
}

#page {
    width: 920px;
    min-height: 730px;
    margin: 0 auto;
}

/* ~~~~~~~~~~ HEADER STYLE ~~~~~~~~~~ */

#header {
	position: relative;
}

#version {
    background: transparent;
    height: 16px;
    font-size: 11px;
    color: #DED1B7;
    text-align: right;
    line-height: 1.4;
}

#version a {
    color: #974E0C;
}

#version a:hover {
    color: #F6D15F;
}

#version .theme {
    float: right;
}

#version .theme span {
    display: block;
    float: left;
}

#version .theme a {
    display: block;
    float: left;
    margin-top: 2px;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    margin-left: 2px;
    font-size: 1%;
    text-decoration: none;
}

#version a.light {
    background: url(../images/light-sprite.png) 0 0 no-repeat;
}

#version a.light:hover {
    background: url(../images/light-sprite.png) 0 0 no-repeat;
}

#version a.dark {
    background: url(../images/light-sprite.png) -19px 0 no-repeat;
}

#version a.dark:hover {
    background: url(../images/light-sprite.png) -38px 0 no-repeat;
}

#easyTooltip{
    padding: 2px 5px 4px;
    border: 1px solid #E6DBC6;
    background :#F3ECDF;
    font-size: 10px;
    color: #C5874E;
}

#header .middle {
    height: 111px;
    position: relative;
}

#header h1 {
    background: transparent;
}

/* ~~~~~~~~~~ NAV STYLE ~~~~~~~~~~ */

#nav {
    background: transparent;
	height: 49px;
}

#menu li {
    float:left;
	width: 102px;
    height: 49px;
}

#menu li a {
    background: url(../images/light-nav-sprite.png) left top no-repeat scroll;
    display: block;
	width: 102px;
    height: 49px;
    position: relative;
}

ul#menu li.page-item-3 a {
   background-position: 0 0; 
}

ul#menu li.page-item-2 a {
    background-position:-102px 0;
}

ul#menu li.page-item-7 a {
    background-position:-204px 0;
}

ul#menu li.page-item-9 a {
    background-position:-306px 0;
}

ul#menu li.page-item-13 a {
    background-position:-408px 0;
}

ul#menu li a span {
	background: url(../images/light-nav-sprite.png) no-repeat scroll bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
    height: 49px;
	z-index: 100;
	text-indent: -9999em;
}

ul#menu li.page-item-3 a span {
   background-position: 0 -49px; 
}

ul#menu li.page-item-2 a span {
    background-position:-102px -49px;
}

ul#menu li.page-item-7 a span {
    background-position:-204px -49px;
}

ul#menu li.page-item-9 a span {
    background-position:-306px -49px;
}

ul#menu li.page-item-13 a span {
    background-position:-408px -49px;
}

ul#menu li a span:hover {
    cursor:pointer;
}

ul#menu li.page-item-3.current_page_item span {
   background-position: 0 -98px; 
}

ul#menu li.page-item-2.current_page_item span {
    background-position:-102px -98px;
}

ul#menu li.page-item-7.current_page_item span {
    background-position:-204px -98px;
}

ul#menu li.page-item-9.current_page_item span {
    background-position:-306px -98px;
}

ul#menu li.page-item-13.current_page_item span {
    background-position:-408px -98px;
}

ul#menu li.selected a span:hover {
	cursor:default;
}

/* ~~~~~~~~~~ BANNER STYLE ~~~~~~~~~~ */

#banner {
    background: url(../images/light-banner-hr.png) bottom no-repeat;
    margin: 32px 0 20px 0;
    position: relative;
}

#banner .textarea {
	float: left;
	width: 360px;
	padding-top: 32px;
}

#banner .smiledite .photo {
    float: right;
    background: url(../images/banner-smiledite.png) right bottom no-repeat;
    width: 536px;
    height: 342px;
    text-indent: -9999em;
}

#banner .digi .photo {
    float: right;
    background: url(../images/banner-digi.gif) center 3px no-repeat;
    width: 536px;
    height: 342px;
    text-indent: -9999em;
}

#banner .frienditude .photo {
    float: right;
    background: url(../images/banner-frienditude.gif) center 3px no-repeat;
    width: 536px;
    height: 342px;
    text-indent: -9999em;
}

#banner h2 {
    background: transparent;
    padding-left: 0;
    height: 36px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
    font-size: 30px;
    text-transform: none;
    line-height: 1.3;
    color: #5D5548;
}

#banner .smiledite h2 strong {
	background: transparent;
	text-indent: 0;
}

#banner .digi h2 strong {
	background: transparent;
	text-indent: 0;
}

#banner .frienditude h2 strong {
	background: transparent;
	text-indent: 0;
}

#banner .kkbox h2 strong {
	background: transparent;
	text-indent: 0;
}

#banner .info p {
	line-height: 1.4;
	margin-bottom: 24px;
}

#banner .link {
    background:url(../images/light-sprite.png) -60px 0 no-repeat;
    padding-left: 20px;
    color: #BC601B;
}

#slider li{ 
    width:920px;
    height:344px;
    overflow:hidden; 
}

#prevBtn, #nextBtn{ 
    display:block;
    position:absolute;
    top:86px;
}

#prevBtn { 
    left:-56px;
}

#nextBtn { 
    right: -36px;
}

#prevBtn a, #nextBtn a {
    display:block;
    text-indent: -9999em;
    outline: none;
}

#prevBtn a {
    background:url(../images/light-sprite.png) 0 -23px no-repeat;
    width: 45px;
    height: 75px;
}

#prevBtn a:hover {
    background:url(../images/light-sprite.png) -49px -23px no-repeat;
}

#nextBtn a { 
    background:url(../images/light-sprite.png) -100px -23px no-repeat;
    width: 47px;
    height: 74px;
}

#nextBtn a:hover { 
    background:url(../images/light-sprite.png) -155px -23px no-repeat;	
}

/* ~~~~~~~~~~ FEATURED STYLE ~~~~~~~~~~ */

#featured li.customize {
	background: url(../images/light-featured.gif) 0 0 no-repeat;
}

#featured li.standard {
	background: url(../images/light-featured.gif) -290px 0 no-repeat;
}

#featured li.charge {
	background: url(../images/light-featured.gif) -580px 0 no-repeat;
}

#featured li h3 {
	background: url(../images/light-sprite.png) 0 -108px no-repeat;
	margin-bottom: 8px;
	padding-left: 28px;
	height: 21px;
	font-size: 16px;
	line-height: 1.4;
	color: #5D5548;
}

/* ~~~~~~~~~~ ABOUT STYLE ~~~~~~~~~~ */

#about .describe p {
	color: #5B544A;
}

#about .describe p a {
	text-decoration: underline;
}

#about .avatar {
	background: url(../images/author.png) no-repeat;
	position: absolute;
	width: 242px;
	height: 194px;
	right: 33px;
}

#about .social-bookmarking li.frist {
	color: #766B58;
}

#about .social-bookmarking li.twitter a {
	background-position: 0 -77px;
}

#about .social-bookmarking li.flickr a {
	background-position: 0 -117px;
}

#about .social-bookmarking li.delicious a {
	background-position: 0 -157px;
}

#about .social-bookmarking li.lastfm a {
	background-position: 0 -486px;
}

/* ~~~~~~~~~~ PROCEDURE STYLE ~~~~~~~~~~ */

#procedure {
    background: url(../images/light-procedure.png) top no-repeat;
    padding-top: 52px;
    color: #333;
    height: 1%;
}

.procedure-inner {
	background: transparent;
    padding: 0 36px 40px;
}

#procedure h3 {
	background: transparent;
	padding-left: 0;
    color: #85A539;
}

#procedure li strong {
	color: #85A539;
}

#procedure .remark {
	color: #85A539;
}

/* ~~~~~~~~~~ PORTFOLIO STYLE ~~~~~~~~~~ */

#portfolio #tabs {
    background: url(../images/light-tabs.png) left top no-repeat;
    padding-top: 50px;
    height: 365px;
}

#page ul#year li {
    margin-bottom: 0;
    height: 50px;
    line-height: 1.7;
}

#page ul#year li a {
    background: transparent;
	width: 260px;
    height: 50px;
    position: relative;
}

#page ul#year li a span {
    background: url(../images/light-sprite.png) no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 50px;
    z-index: 100;
    text-indent: 0;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

#page ul#year li.y2005 a span,
#page ul#year li.y2006 a span,
#page ul#year li.y2007 a span,
#page ul#year li.y2008 a span,
#page ul#year li.y2009 a span,
#page ul#year li.y2010 a span {
    background-position: 0 999px; 
}

ul#year li a span:hover {
    cursor:pointer;
}

#page #tabs li.y2005 a.selected span,
#page #tabs li.y2006 a.selected span,
#page #tabs li.y2007 a.selected span,
#page #tabs li.y2008 a.selected span,
#page #tabs li.y2009 a.selected span,
#page #tabs li.y2010 a.selected span {
    background-position: 3px -386px;
    color: #fff;
}

#tabs li a.selected:hover {
    text-decoration: none;
}

#tabs li a.selected span:hover {
	cursor:default;
}

#portfolio .section {
	background: url(../images/twitter-hr.png) bottom repeat-x;
	padding-bottom: 24px;
	margin-bottom: 28px;
}

#portfolio .section .web-img {
    background: url(../images/light-photo-shadow.png) center bottom no-repeat;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

#portfolio .section .web-img img {
	display: block;
    border: 6px #fff solid;
	width: 308px;
	height: 188px;
}

#portfolio .photo h6 {
	background: url(../images/light-sprite.png) -64px -364px no-repeat;
}

#portfolio .section .photo li a {
	border: 4px #fff solid;
}

#portfolio .section .photo li a:hover {
	border: 4px #fff solid;
}

#portfolio .section .textarea h2 {
	color: #5D5548;
}

#portfolio .section .textarea .link {
	background:url(../images/light-sprite.png) -60px 0 no-repeat;
    padding-left: 20px;
}

#portfolio .section .textarea .link a {
	border-bottom: 1px #BC601B dotted;
    color: #BC601B;
}

#portfolio .section .textarea .link a:hover {
	border-bottom: 1px #5D5548 dotted;
    color: #5D5548;
}

#portfolio .section .textarea .info {
	background:url(../images/light-hr.png) left bottom no-repeat;
    border-bottom: 0;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

#portfolio .section .textarea .info p {
	margin-bottom: 10px;
	line-height: 1.6;
}

#portfolio .section .textarea .role {
	margin-bottom: 10px;
    font-weight: bold;
	color: #AD9F85;
	line-height: 1.4;
}

#portfolio .section .textarea .role p {
	float: right;
	width: 216px;
}

#portfolio .section .textarea .role .label {
	float: left;
	width: 40px;
}

.hiddencontent {
	float: left;
	display:none;
	width: 605px;
}

/* ~~~~~~~~~~ BLOG STYLE ~~~~~~~~~~ */

#blog {
	margin-top: 30px;
	*margin-top: 40px;
}

#blog #content .section {
	background: url(../images/light-blog-hr.png) bottom repeat-x;
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
}

#blog #content .section h2 {
	margin-bottom: 18px;
	width: 530px;
	font-size: 16px;
	line-height: 1.2;
}

#blog #content .section h2 a:hover {
	border-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}

#blog #content .section .num-comments {
	background: url(../images/light-sprite.png) 0 -525px no-repeat;
	width: 60px;
	height: 28px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
}

#blog #content .section .num-comments a {
    color: #D6C5AA;
}

#blog #content .section .num-comments a:hover {
    color: #A5864C;
}

#blog #content .section .time {
    background: url(../images/light-sprite.png) 0 -562px no-repeat;
    color: #BDB4A2;
}

#blog #content .section .description a {
    color: #A5864C;
    text-decoration: none;
}

#blog #content .section .description a:hover {
    color: #CD9B40;
    text-decoration: underline;
}

#blog #content .section .readmore {
	float: right;
}

#blog #content .section .readmore a {
	display: block;
	background: url(../images/light-sprite.png) 0 -584px no-repeat;
	width: 94px;
	height: 13px;
	text-indent: -9999em;
}

#blog #content .section .readmore a:hover {
	background: url(../images/light-sprite.png) -110px -584px no-repeat;
}

#blog #content .navigation {
	padding-top: 10px;
}

#blog #content .navigation .alignleft {
	float: left;
}

#blog #content .navigation a {
	color: #A5864C;
}

#blog #content .navigation a:hover {
	color: #CD9B40;
}

#blog #content .navigation .alignleft a {
	background: url(../images/light-sprite.png) 0 -611px no-repeat;
}

#blog #content .navigation .alignleft a:hover {
	background: url(../images/light-sprite.png) 0 -649px no-repeat;
}

#blog #content .navigation .alignright {
	float: right;
}

#blog #content .navigation .alignright a {
	background: url(../images/light-sprite.png) right -611px no-repeat;
}

#blog #content .navigation .alignright a:hover {
	background: url(../images/light-sprite.png) right -649px no-repeat;
}

#blog .section-ft .cats {
    float: left;
    margin-top: 9px;
    color: #bdb4b7;
}

#blog .comblock {
	margin-top: 30px;
}

#blog .pagetitle {
	margin-bottom: 20px;
	font-size: 15px;
}

#blog .bookmark {
	float: right;
	margin-top: 6px;
	filter:Alpha(Opacity=70, FinishOpacity=70, Style=2);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* ~~~~~~~~~~ BLOG SIDEBAR STYLE ~~~~~~~~~~ */

#page #text-383062342 .rss {
	background: transparent url(../images/light-sprite.png) 0 -685px no-repeat;
	margin: 10px 0 50px;
	height: 56px;
}

#page #text-383062342 .rss a {
    background: transparent url(../images/light-sprite.png) 0 -769px no-repeat;
	width: 62px;
	height: 54px;
}

#page #text-383062342 .rss a:hover {
	background: transparent url(../images/light-sprite.png) -66px -769px no-repeat;
    width: 62px;
	height: 54px;
}

#right #search #s {
	float: none;
	background:url(../images/light-sprite.png) 0 -443px no-repeat;
	width: 200px;
	height: 23px;
	border: 0;
	padding: 9px 0 0 12px;
}

#right #search #searchsubmit {
    float: none;
    background: transparent;
    background-color: #CAB999;
    width: 74px;
    height: 30px;
    color: #fff;
    font-size: 13px;
}

#right #search #searchsubmit:hover {
	background: transparent;
    background-color: #B27B17;
	color: #fff;
}

#right .widget_categories {
	padding-top: 0px;
}

#right .widget h2 {
    margin-bottom: 16px;
	*margin-left: -16px;
    height: 35px;
    text-indent: 0;
    line-height: 2;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
}

#right .widget {
	margin-bottom: 22px;
}

#right .widget_categories h2 {
	background:url(../images/light-sprite.png) 0 -833px no-repeat;
}

#right .widget_stags_cloud h2 {
	background:url(../images/light-sprite.png) 0 -833px no-repeat;
}

#right .widget_delicious h2 {
	background:url(../images/light-sprite.png) 0 -833px no-repeat;
}

#right .widget_categories .cat-item,
#right .widget_delicious .delicious-item {
    background: transparent;
    border-bottom: 1px #CAB999 dashed;
}

#right .widget_categories .cat-item a,
#right .widget_delicious .delicious-item a {
	background:url(../images/light-sprite.png) 2px -883px no-repeat;
	color: #A5864C;
}

#right .widget_delicious .delicious-item a {
	width: 258px;
    font-size: 12px;
	-o-text-overflow:ellipsis; 
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

#right .widget_categories .cat-item a:hover,
#right .widget_delicious .delicious-item a:hover {
	background:url(../images/light-sprite.png) 2px -920px no-repeat;
	color: #D2A859;
	text-decoration: none;
}

/* ~~~~~~~~~~ COMMENT STYLE ~~~~~~~~~~ */

.comblock h3#comments {
	font-size: 15px;
}

.comblock .comment,
.comblock .comment-admin {
	background: #FFFBF2 url(transparent);
	margin-bottom: 3px;
	padding: 20px 20px 24px 20px;
    color: #8D8576;
}

.comblock .left {
	float: left;
}

.comblock .left .avatar {
	border: 3px #E0D8CB solid;
	width: 32px;
	height: 32px;
}

.comblock .right {
	float: right;
	width: 486px;
}

.comblock .right .time-comments {
    border-bottom: 1px #E0D8CB dotted;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #8D8576;
}

.comblock .right .time-comments .time {
	background: transparent;
	padding-left: 0;
	font-size: 11px;
	color: #BDB6A8;
}

.comblock .right .time-comments .author-name {
	float: left;
}

.comblock .right .time-comments .author-name a {
	color: #D59C34;
}

.comblock .right .time-comments .author-name a:hover {
	color: #D59C34;
}

.comblock .right .comment-content {
	line-height: 1.4;
}

.comblock #respond li {
	margin-bottom: 5px;
}

.comblock #respond li label {
	float: left;
	padding-top: 6px;
	width: 40px;
}

.comblock #respond li .text {
	float: left;
	background:url(../images/light-sprite.png) 0 -443px no-repeat;
	width: 210px;
	height: 23px;
	border: 0;
	padding: 9px 0 0 12px;
}

.comblock #respond li textarea {
	float: left;
	background: #FAF4E9;
	border: 2px #CAB999 solid;
	padding: 8px 0 0 12px;
	overflow: auto;
    width: 534px;
}

.comblock #respond li .submitbutton {
	background: transparent;
    background-color: #CAB999;
    margin-left: 40px;
    width: auto;
    height: auto;
    border: 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding-bottom: 4px;
    padding: 6px 20px;
}

.comblock #respond li .submitbutton:hover {
	background: transparent;
    background-color: #B27B17;
	color: #fff;
}

/* ~~~~~~~~~~ CONTACT STYLE ~~~~~~~~~~ */

#contact .personal .statement em {
	color: #956464;
}

#contact .personal ul {
	margin-left: 0;
}

#contact .personal li {
	margin-bottom: 16px;
	padding-bottom: 16px;
    background:url(../images/light-contact-hr.png) left bottom no-repeat;
	border-bottom: 0;
	width: 340px;
}

#contact .wpcf7 .field label {
    color: #848079;
    font-weight: bold;
}

#contact .wpcf7 .field .wpcf7-form-control-wrap input {
	float: left;
	background:url(../images/light-sprite.png) 0 -443px no-repeat;
	width: 210px;
	height: 23px;
	border: 0;
	padding: 9px 0 0 12px;
}

#contact .wpcf7 .field.quiz .wpcf7-form-control-wrap input {
	float: left;
	background:url(../images/light-sprite.png) 0 -483px no-repeat;
	margin: -14px 0 0 50px;
	width: 148px;
	height: 23px;
	border: 0;
	padding: 9px 0 0 12px;
}

#contact .wpcf7 .field .wpcf7-form-control-wrap textarea {
	float: left;
	background: #FAF4E9;
	border: 2px #CAB999 solid;
	padding: 8px 0 0 12px;
	overflow: auto;
    width: 400px;
}

#contact .wpcf7 .button input {
	margin-bottom: 16px;
}


#contact .wpcf7 .button input {
    background: transparent;
    background-color: #CAB999;
    margin-left: 40px;
    width: auto;
    height: auto;
    border: 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding-bottom: 4px;
    padding: 6px 20px;
}

#contact .wpcf7 .button input:hover {
	background: transparent;
    background-color: #B27B17;
	color: #fff;
}

.post-edit-link {
	background: url(../images/icon-edit.gif) no-repeat;
	display: inline-block;
	margin-top: 30px;
	padding-left: 26px;
	height: 16px;
	line-height: 1.4;
}

/* ~~~~~~~~~~ FOOTER STYLE ~~~~~~~~~~ */

#footer {
	background: #F8F2E6 url(../images/light-footer.jpg) center bottom no-repeat;
	position: relative;
}

#footer #tear {
    display: none;
}

#footer-wrap {
	background: url(../images/tape.png) left top no-repeat;
    width: 944px;
	margin: 0 auto;
    padding-top: 16px;
}

#footer-container {
	width: 920px;
	margin: 0 auto;
    margin-bottom: 40px;
}

#footer .heading {
	margin-bottom: 8px;
}

#footer .heading h3 {
    background: transparent;
    float: left;
    margin-right: 10px;
    text-indent: 0;
    font-size: 16px;
    color: #5D5548;
}

#footer .comments h3 {
	background: transparent;
}

#footer .twitter h3 {
	background: transparent;
}

#footer .rss {
	background: url(../images/light-sprite.png) 0 -140px no-repeat;
	display: block;
	height: 28px;
	width: 38px;
	text-indent: -9999em;
	position: absolute;
	right: 4px;
	top: 0;
}

#footer .rss:hover {
	background: url(../images/light-sprite.png) -50px -140px no-repeat;
}

#footer .heading .follow {
	background: url(../images/light-sprite.png) 0 -178px no-repeat;
	display: block;
	float: right;
	margin-top: 1px;
	height: 20px;
	width: 99px;
	text-indent: -9999em;
}

#footer .heading .follow:hover {
	background: url(../images/light-sprite.png) -110px -178px no-repeat;
}

#footer .block li a {
	background: url(../images/light-sprite.png) no-repeat;
	display: block;
	width: 240px;
	height: 22px;
	margin-bottom: 2px;
	text-decoration: none;
	line-height: 1.3;
	padding: 8px 16px 0 34px;
	color: #B27B17;
}

#footer .block li a span {
	display: block;
	width: 240px;
	-o-text-overflow:ellipsis; 
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

#footer .block li a span:hover {
    cursor: pointer;
    color: #CFA555;
}

#footer .posted li a {
	background-position: 0 -208px;
}

#footer .posted li a:hover {
	background-position: 0 -238px;
}

#footer .comments li a {
	background-position: 0 -268px;
}

#footer .comments li a:hover {
	background-position: 0 -298px;
}

#bottom {
	background: url(../images/light-hr.png) left top repeat-x;
	height: 52px;
}

#bottom-wrap {
	width: 920px;
	margin: 0 auto;
	padding: 14px 0 0;
	color: #BEB39F;
}

#footer .copyright {
	float: left;
	height: 24px;
	line-height: 2;
}

#footer .valid {
	padding-left: 8px;
}

#footer .copyright a {
	border-bottom: #CFA555 1px dotted;
	color: #CFA555;
}

#footer .copyright a:hover {
	border-bottom: #B27B17 1px dotted;
	color: #B27B17;
	text-decoration: none;
}

#footer .powered {
	float: right;
	height: 24px
}

#footer .powered a {
	display: block;
	background: url(../images/light-sprite.png) 0 -350px no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
}

#footer .powered a:hover {
	background: url(../images/light-sprite.png) -27px -350px no-repeat;
}

/* ~~~~~~~~~~ TWITTER STYLE ~~~~~~~~~~ */

div#twitter-box {
	background: #EFE9DC url(../images/light-twitter.gif) top no-repeat;
	padding-top: 6px;
}

div#twitter {
	background: transparent;
	height: 1%;
}

div#twitter h4 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #fff;
	background-color: #888;
	display: none;
}

p#preloader {
	background: transparent url(../images/light-loader.gif) 1em center no-repeat;
}

ul#twitter_update_list li {
    background: transparent url(../images/twitter-hr.png) bottom center no-repeat;
    border-bottom: 0;
    color: #AD9F85;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #9D7F47;
}

ul#twitter_update_list li span {
	display: block;
	line-height: 1.4;
	margin-bottom: 3px;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #B27B17;
}

a#profileLink {
	display: none;
}

/* ~~~~~~~~~~ ERROR STYLE ~~~~~~~~~~ */

.error {
    background: url(../images/404.png) left 90px no-repeat;
    height: 400px;
}

.error h1 {
    display: none;
}

/* ~~~~~~~~~~ WP_SYNTAX STYLE ~~~~~~~~~~ */

.description .wp_syntax {
  color: #FFF9EF;
  background-color: #9E937F;
  border: 1px dashed #7D7567;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

.description .wp_syntax .line_numbers {
  text-align: right;
  background-color: #7D7567;
  color: #fff;
  overflow: visible;
}

.description h1,.description h2,.description h3,.description h4,.description h5,.description h6,.description strong {
    font-weight:bold;
	color: #363636;
	}