/*  ===================================================================
Theme Name: Our Community
Theme URI: http://themetation.com/
Description: A simple, clean and fresh community site.
Date: 24th Julai 2008
Version: 3.0
Author: kailoon
Author URI: http://kailoon.com/
Tags: Community style, custom admin panel, right sidebar, 2 column.
======================================================================*/

/* global=============================================================*/

* { /*--reset all to 0--*/
	margin: 0; 
	padding: 0; 
}

body {
	color: #434343;
	font: 400 13px/18px Georgia, serif;
	background-color: #f3f3f3;
}

a {
	text-decoration: none;
	color: #e54d02;
	outline: none;
}

a:hover {
	color: red;
}

a img {
	border: 0;
}

.box {
	border: 1px solid #e0e0e0;
	background: #fff url(images/input.jpg) repeat-x top left;
}

.box2 {
	background-color: #e8e8e8;
	border: 1px solid #d8d4d4;
}

/* container =============================================================*/
.wrapper {
	width: 960px;
	margin: 0 auto;	
}

#header {
	width: 100%;
	height: 145px;
	float: left;
	background: url(images/bg.png) repeat-x top left;
}

#content {
	width: 960px;
	float: left;
	margin-top: 50px;
}

#content #left-col {
	width: 645px;
	float: left;
	padding-right: 15px;
}

#content #right-col {
	width: 300px;
	float: left;
}

#footer {
	width: 100%;
	float: left;
	background: #352b23 url(images/footer.png) repeat-x top left;
	padding: 10px 0 20px 0;
	color: #c1b0a2;
	margin-top: 20px;
}

/* #header =============================================================*/

#top_sec {
	height: 26px;
	padding: 3px 0;
}

#sec_sec {
	height: 75px;
	padding-top: 15px;
}

.section {
	float: left;
	width: 960px;
}

.left-box {
	float: left;
	width: 600px;
}

.right-box {
	float: left;
	width: 360px;
	height: 24px;
}

a#register {
	font-size: 11px;
	padding-top: 3px;
	color: #C1B0A2;
}

.admin a {
	color: #C1B0A2;	
}

.admin {
	font-size: 10px;
	float: right;
	padding-top: 3px;
	width: 360px;
	text-align: right;
}

a#register:hover , .admin a:hover {
	color: #fff;
}

form#loginform {
	float: right;
	font-size: 11px;
}

form#loginform label {
	float: left;
	padding: 2px 5px 0 0;
}

form#loginform input {
	border: 0;
	color: #999;
	font-size: 10px;
}

form#loginform label input.text {
	height: 12px;
	background-color: #000;
	padding: 2px;
	border: 1px solid #403939;
	width: 60px;
}

form#loginform input#my-submit {
	background: url(images/login.png) no-repeat top left;
	width: 17px;
	height: 22px;
	cursor: pointer;
}

a#logo {
	float: left;
	display: inline;
	margin-top: 15px;
}

#searchform {
	float: right;
	background: url(images/search.png) no-repeat top left;
	width: 209px;
	height: 17px;
	margin: 20px 0 0 0;
	display: inline;
	padding: 3px;
}

#searchform input {
	border: 0;
	color: #999;
	float: left;
}

#searchform input#s {
	background-color: #171515;
	width: 184px;
}

#searchform input#searchsubmit {
	background: url(images/search-button.png) no-repeat top left;
	cursor: pointer;
	width: 21px;
	height: 18px;
	margin: -1px 0 0 2px;
}

#navigation {
	position: relative;
	height: 38px;
	float: left;
	padding-top: 5px;
	width: 100%;
	background: url(images/nav_bar.png) no-repeat top left;
}

a#home {
	position: relative;
	height: 33px;
	float: left;
	padding-top: 5px;
	width: 80px;
	text-indent: -9999em;
}

#rss {
	float: left;
	text-align: right;
	width: 210px;
	padding: 7px 20px 4px 0;
}

#rss a img, #rss img {
	display: inline;
	margin: 2px 4px;
}

#rss .number {
	color: #0d0c0c;
	display: inline;
	float: right;
	font: 400 22px/1 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 10px;
}

/* drop down =============================================================*/
#nav.menu, #nav.menu ul, #menu.menu, #menu.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1; 
}

#nav.menu a, #menu.menu a {
	display:block;
	text-decoration:none;
}

#nav.menu li, #menu.menu li {
	float:left;
	position:relative;
}

#nav.menu ul, #menu.menu ul {
	position:absolute;
	display:none;
}

#nav.menu li ul a, #menu.menu li ul a {
	height:auto;
	float:left;
}

#nav.menu ul ul, #menu.menu ul ul {
	top:auto;
}	

#nav.menu li:hover ul ul, #nav.menu li:hover ul ul ul, #nav.menu li:hover ul ul ul ul, 
#menu.menu li:hover ul ul, #menu.menu li:hover ul ul ul, #menu.menu li:hover ul ul ul ul 
{
	display:none;
}

#nav.menu li:hover ul, #nav.menu li li:hover ul, #nav.menu li li li:hover ul, #nav.menu li li li li:hover ul,
#menu.menu li:hover ul, #menu.menu li li:hover ul, #menu.menu li li li:hover ul, #menu.menu li li li li:hover ul
{
	display:block;
}
/* .menu=============================================================*/
#menu {
	font-size: 10px;
}

#menu a {
	padding: 10px;
	color: #666;
}

#menu a:hover {
	color: #ccc;
}

#menu.menu ul {
	top: 28px;
	width: 100px;
	background-color: #000;
} 

#menu.menu ul li a {
	width: 80px;
}

#menu.menu li ul ul {
	left: 100px;
}

#menu.menu ul a {
	color: #ccc;
} 

/* #nav=============================================================*/

#nav a {
	padding: 12px 15px;
	color: #3a2f27;
	font-size: 14px;
	text-shadow: 0 1px 0 #ccc;
}

#nav a:hover, #nav li.current-cat a {
	color: #000;
}

#nav.menu ul {
	width:12em;
	top:1.5em;
	top: 38px;
	background-color: #333;
	width: 140px;
	border-top: 3px solid #000;
}

#nav.menu ul a {
	color: #e1e1e1;
	text-shadow: 0 0 0 #fff;
}
#nav.menu ul a:hover {
	color: #fff;
}
#nav.menu li ul a {
	width: 110px;
}

#nav.menu ul ul {
	top: -3px;
}

#nav.menu li ul ul {
	left: 130px;
	margin:0px 0 0 10px;
}

#sidebar ul li ul ul {
	background-image: none;
	border: 0;
	padding: 0;
	margin: 0;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul ul li {
	padding: 4px 0;
}

#nav { 
	float: left;
	width: 650px;
}

/* .content=============================================================*/

.featured {
	float: left;
	width: 605px;
	padding: 19px;
	margin-bottom: 25px;
}

.featured .f-photo {
	clear: left;
	width: 605px;
	margin-bottom: 10px;
	overflow: hidden;
}

.featured .f-photo a {
	float: left;
}

.clear { clear: both; }

.featured .f-photo h2 {
	padding: 0;
	margin: 0;
}

.featured .f-photo h2 a {
	float: left;
	position: absolute;
	color: #fff;
	background: url(images/title-bg.png) repeat;
	display: block;
	top: 300px;
	padding: 10px;
	font: 400 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 400px;
}

.featured .f-photo h3 a { 
	color: #000;
	font: 400 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 0 0 0;
}

.featured .f-author {
	float: left;
	color: #999;
	width: 90px;
	padding-right: 10px;
	font-size: 10px;
}

.featured .f-author img {
	float: left;
	border: 1px solid #e8e8e8;
}

.featured .f-excerpt {
	float: left;
	width: 505px;
	padding-bottom: 10px;
}

.featured .f-excerpt small {
	color: #666;
	font-size: 10px;
	font-style: italic;
}

.featured .f-excerpt p {
	float: left;
}

.f-bottom {
	float: left;
	width: 605px;
	padding-left: 14px;
	margin-top: -15px;
	margin-bottom: 20px;
}

a.f-read {
	float: right;
	background: url(images/f-read.png) no-repeat top left;
	width: 109px;
	height: 21px;
	color: #fff;
	padding: 5px 0 0 16px;
	font-size: 11px;
	margin-bottom: -25px;
	position: relative;
}

/* .post=============================================================*/

#left-post-col h3 a, #right-post-col h3 a {
	float: left;
	padding: 5px 14px;
	color: #666;
	width: 287px;
	background-color: #e0e0e0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
}

#left-post-col h3 a, #right-post-col h3 a {
	color: #666;
}

#left-post-col h3 a:hover, #right-post-col h3 a:hover {
	color: #333;
}

#left-post-col {
	float: left;
	width: 315px;
	padding-right: 15px;
}

#content #left-post-col img, #content #right-post-col img {
	margin-bottom: 10px;
}

#right-post-col {
	float: left;
	width: 315px;
}

.post {
	float: left;
	width: 315px;
	margin-bottom: 10px;
}

.post h2 {
	padding: 0 0 4px 0;
}

.post h2 a {
	color: #111;
	font-size: 20px;
}

.post h2 a:hover {
	color: #e54d02;
}

.post .comment {
	float: right;
	background: url(images/comment.png) no-repeat top left;
	width: 38px;
	height: 24px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	padding: 4px 5px 0 0;
	display: inline;
}

.post .comment a {
}

.post .post-sum {
	float: left;
	width: 283px;
	padding: 15px;
	margin-top: -14px;
}

.post .post-sum .date {
	font-size: 11px;
	font-style: italic;
	font-size: 10px;
	color: #666;
}

.post .post-sum img {
	float: left;
	margin: 5px 8px 0 0;
}

.read-more {
	float: left;
	background: url(images/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	margin: -12px 0 0 14px;
}

/* #right-col=============================================================*/
.ui-tabs-hide {
	display: none;
}

#right-col #ad {
	float: left;
	width: 288px;
	padding: 5px;
	margin: 0 0 5px 0;
}

#right-col #ad a img, #right-col #ad img {
	display: inline;
	margin: 9px;
}

#right-col #ad div {
	float: left;
	margin: 4px;
	display: inline;
	padding: 4px;
}

.top_ad {
	margin-bottom: 5px; 
}

#right-col #ad div a img {

}

#right-col .tab-box {
	float: left;
	width: 298px;
	margin: 10px 0 5px 0;
}

#right-col .tab-box ul#tab-toolbar {
	float: left;
	list-style: none;
	width: 280px;
	margin-bottom: -1px;
	padding: 0;
}

#right-col .tab-box ul#tab-toolbar li {
	float: left;
	display: inline;
}

#right-col .tab-box ul#tab-toolbar li {
	float: left;
	font-weight: 900;
	font-size: 11px;
	color: #979090;
	height: 25px;
	display: inline;
	padding: 5px 13px;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: -1px;
	position: relative;
}

#right-col .tab-box ul#tab-toolbar li a:hover {
	color: #3a2f27;
}

.tags { 
	padding: 10px;
}

#right-col .tab-box ul#tab-toolbar li.ui-state-active {
	color: #3a2f27;
	background: #fff url(images/input.jpg) repeat-x top left;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	position: relative;
}

#right-col .tab-box ul#tab-toolbar li.ui-state-active a {
	color: #000;
}

#right-col .tab-box .ui-tabs-panel {
	border: 1px solid #e0e0e0;
	float: left;
	width: 298px;
	background-color: #fff;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right-col .tab-box .ui-tabs-panel ul {
	float: left;
	width: 260px;
	list-style: none;
	padding: 10px;
	font-size: 12px;
}

#right-col .tab-box .ui-tabs-panel ul li {
	float: left;
	width: 280px;
	font-size: 12px;
}

#right-col .tab-box .ui-tabs-panel ul li {
	float: left;
	width: 260px;
	padding: 8px 0;
	color: #666;
	border-bottom: 1px solid #f3f3f3;
}

#right-col .tab-box a {
	color: #666;
}

#right-col .tab-box a:hover {
	color: #e54d02;
}

.gra {
	float: left;
	width: 40px;
}

.gra img {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.co {
	float: left;
	width: 220px;
}

#right-col .tab-box .ui-tabs-panel ul.author_lists li {
	width: 50%;
	font-size: 9px;
	line-height: 13px;
}

#right-col .tab-box .ui-tabs-panel ul.cat_lists li {
	width: 50%;
}

#right-col .tab-box .ui-tabs-panel ul.author_lists li span {
	float: left;
	width: 104px;
	overflow: hidden;
}

#right-col .tab-box .ui-tabs-panel ul.author_lists li strong {
	font-size: 10px;
	text-transform: uppercase;
}

#right-col .tab-box .ui-tabs-panel ul.author_lists li a {
	float: left;
	width: 100%;
}

#right-col .tab-box .ui-tabs-panel ul.author_lists li a img {
	float: left;
	display: inline;
	padding: 2px;
	background-color: #fff;
	margin-right: 5px;
	border: 1px solid #ccc;
}

/* #sidebar =============================================================*/
#sidebar {
	float: left;
	width: 300px;
	font-size: 12px;
}

h2.widgettitle {
	padding: 0;
	margin: 0 0 5px;
}

#sidebar #sidebar1 {
	float: left;
	width: 300px;
}

#sidebar ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 300px;
	list-style: none;
}

#sidebar ul li {
	margin: 5px 0;
}

#sidebar ul li a {
	color: #666;
	font-style: italic;
}

#sidebar ul li a:hover {
	color: #e54d02;
}

#sidebar ul li ul {
	background-color: #fff;
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	width: 282px;
	background: #fff url(images/input.jpg) repeat-x top left;
	margin: 5px 0 10px 0;
}

#sidebar ul li ul li {
	margin: 0;
	padding: 4px 8px;
}

#sidebar ul li ul li a {

}

#related {
	padding: 4px 8px;
	width: 282px;
	background: #fff url(images/input.jpg) repeat-x top left;
	margin: 5px 0 10px 0;
	list-style: none;	
}

#related li {
	margin: 5px 0;
	padding: 2px 0;
	border-bottom: 1px solid #f3f3f3;
}

#related li a {
	color: #666;
	font-style: italic;
}

#related li a:hover {
	color: #e54d02;
}
/* .single =============================================================*/

.entry-meta {
	padding: 10px 0;
	font-size: 12px;
}

.wrapper .single {
	float: left;
	width: 605px;
	padding: 19px;
	margin-bottom: 5px;
}

.single h1 {
	padding: 0 0 4px 0;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
}

.single span.date {
	padding: 0 0 10px 0;
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #999;
}

.single p {
	padding: 0 0 15px 0;
}

em.tag {
	clear: both;
	display: block;
	padding-top: 10px;
	font-size: 10px;
	color: #999;
}

#author-intro {
	float: left;
	width: 100%;
	margin: 10px 0;
}

#author-intro h3 {
	font-style: normal;
	padding-bottom: 5px;
	font: 400 9px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#author-intro .desc {
	float: left;
	width: 500px;
	padding: 0 0 0 10px;
	color: #666;
	font-style: italic;
	font-size: 11px;
}

#author-intro .desc p {
	padding: 10px 0;
}

#author-intro .desc h4 {
	margin-bottom: 10px;
}

#author-intro .desc h4 a em {
	opacity: 0;
	font-size: 11px;
	color: #666;
}

#author-intro:hover .desc h4 em {
	opacity: 1;
}

#author-intro .author-img {
	float: left;
	width: 100px;
	text-align: center;
}

#author-intro .author-img img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.navigation {
	clear: both;
	margin: 5px 0;
}

.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/* #comments=============================================================*/

#comments {
	clear: both;
	padding: 15px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title, h3#reply-title {
	color: #000;
	margin-bottom: 10px;
}

h3#comments-title {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

.commentlist li {
	position: relative;
	width: 100%;
}

.commentlist img.avatar {
	background-color: #FFFFFF;
	border-bottom:1px solid #d1d1d1;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #e2e2e2;
	height:auto;
	padding:3px;
	width:38px;
	position: absolute;
	top: 4px;
	left: 0;
}

.comment_wrapper {
	margin: 0 0 10px 61px;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	border-bottom:1px solid #d1d1d1;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e2e2e2;
}

.comment-author-admin .comment_wrapper {
	background-color: #FFFAE0;
	border-top: 1px solid #f5ecb1;
	border-left:1px solid #f5ecb1;
	border-bottom: 1px solid #eede77;
	border-right:1px solid #eede77;
}

.comment-author-admin .reply a {
	background-color: #a99f5d;
	color: #fff;
}

.commentlist .children {
	margin-left: 60px;
	list-style: none;
}

.comment-meta a {
	font-size: 10px;
	color: #999;
}

.comment-body {
	margin: 10px 0;
}

.reply {
	font-size: 11px;
	text-align: right;
}

.reply a, a.comment-edit-link {
	color: #888;
	padding: 3px 6px;
	background-color: #f7f7f7;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.reply a:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #333;
}

.nopassword, .nocomments {

}

#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}

#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* #repsond=============================================================*/
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	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;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 11px;
	line-height: 1;
	color: #fff;
	padding: 3px 6px;
	background-color: #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#cancel-comment-reply-link:hover {
	background-color: #000;
}

#respond .required {
	color:#FF4B33;
	font-weight:bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin:0 0 9px;
	width:98%;
	padding: 4px;
	border: 1px solid #ccc;
}

.form-submit input#submit {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #665d50;
	color: #fff;
	border: 0;
	padding: 5px 8px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
}

#respond textarea {
	width:98%;
	padding: 4px;
	border: 1px solid #ccc;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
	text-align: right;
}

#respond .form-submit input {
	width: auto;
}

/* #footer=============================================================*/
#footer {
	font-size: 11px;
}

#footer p {
	padding: 13px 0 0 0;
	border-top: 1px solid #53473e;
	float: left;
	width: 100%;
}

#footer p a {
	margin: 0 2px;
}

#footer a {
	color: #b57443;
}

#footer p span {
	width: 400px;
	float: left;
}

#footer p em {
	width: 560px;
	float: left;
	text-align: right;
	font-style: normal;
}

#footer h2 {
	color: #fff;
	padding: 10px 0 0;
	clear: both;
}

#footer .oxox {
	float: left;
	width: 25%;
	padding: 10px 0;
}

#footer .oxox ul {
	width: 220px;
	list-style: none;
	padding: 0 30px 0 0;
	float: none;
}

#footer ul li {
	padding: 3px 0;
}


/* .archives=============================================================*/
.breadcrumb {
	padding: 5px 0;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	font-style: italic;
	text-shadow: 0 1px 0 #fff;
}

.breadcrumb a {
}

.thumb {
	float: right;
	display: inline;
	margin-left: 10px;
}

.archives {
	float: left;
	width: 613px;
	padding: 15px;
	margin-bottom: 35px;
}

.archives .date {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

.archives .data {
	font-size: 11px;
	color: #434343;
	font-style: italic;
}

.archives p {
	padding: 0 0 15px 0;
}

.archives img {
	float: right;
	background-color: #FFFFFF;
	border-bottom:1px solid #d1d1d1;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #e2e2e2;
	padding: 4px;
}

.archives h2 a {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-style: normal;
}

h2.pagetitle {
	font: 400 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	color: #999;
}

h2.pagetitle a {
	font-style: italic;
	padding: 1px 4px;
}

h2.pagetitle a:hover {
	color: red;
}

h2.pagetitle2 {
	font: 400 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	color: #666;
}

h2.pagetitle2 strong {
	font-size: 14px;
	color: #333;
}

/* #author-details=============================================================*/
.profile_details {
	float: left;
	display: inline;
	width: 613px;
	padding: 15px;
	margin-bottom: 20px;
}

.aut_avatar {
	float: left;
	width: 80px;
	display: inline;
}

.aut_desc {
	float: left;
	width: 533px;
	display: inline;
}

.aut_desc h2 {
	padding: 0;
	margin-bottom: 10px;
}

.aut_desc p {
	padding: 10px 0;
	font-size: 11px;
}

.aut_desc .contact a {
	margin: 0 10px 0 0;
}

.author-post {
	float: left;
	width: 645px;
	margin-bottom: 10px;
}

.author-post h2 {
	padding: 0 0 4px 0;
}

.author-post h2 a {
	color: #3a2f27;
}

.author-post h2 a:hover {
	color: #e54d02;
}

.author-post .comment {
	float: right;
	background: url(images/comment.png) no-repeat top left;
	width: 38px;
	height: 24px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	padding: 4px 5px 0 0;
	display: inline;
}

.archives .comment {
	float: right;
	background: url(images/comment.png) no-repeat top left;
	width: 38px;
	height: 24px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	padding: 4px 5px 0 0;
	display: inline;
	margin-top: -23px;
}

.author-post .comment a {
}

.author-post .post-sum {
	float: left;
	width: 613px;
	padding: 15px;
	margin-top: -14px;
}

.author-post .post-sum .date {
	font-size: 11px;
	font-style: italic;
}

.author-post .post-sum img {
	float: left;
	margin: 5px 8px 0 0;
}

.author-read-more {
	float: right;
	background: url(images/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	margin: -12px 14px 0 0;
}

.read-more2 {
	float: right;
	background: url(images/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	margin: -48px 14px 0 0;
}
/* archives=============================================================*/

.archives2 {
	float: left;
	width: 287px;
	margin: 0 15px 0 0;
	display: inline;
	padding: 9px;
}

.archives2 h2 {
	padding: 2px 0 7px 0;
	font-style: normal;	
}
	

.archives2 ul {
	clear: left;
	list-style: none;
	font-style: italic;
	color: #999;
}

.archives2 ul li {
	padding: 3px 0;
	border-bottom: 1px solid #f3f3f3;
}

.archives2 ul li a {
	color: #434343;
	font-style: normal;
}

.archives2 ul li a:hover {
	color: #e54d02;
}

.archives2 ul li ul li {
	padding: 3px 0 3px 20px;
	border-bottom: 0;
}

#bookmarks {
	color: #ccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: italic;
	float: left;
	width: 605px;
}

#bookmarks a {
	padding: 3px;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
	display: inline;
	text-align: center;
	margin-left: 10px;
}

#bookmarks a:hover {
	border: 1px solid #d3d3d3;
}

#bookmarks a img {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	float: right;
}

/* WordPress CSS*/
#content img {
	margin: 0;
	height: auto;
	max-width: 605px;
}
#content .attachment img {
	max-width: 960px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* Formatting*/
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 28px; }
h2 { font-style: italic; font-size: 18px; font-weight: 400; }
h3 { font-size: 16px; font-style: italic; font-weight: 400;}
h4 { font-style: italic; font-size: 14px; font-weight: 400; }
h2 a { color: #3A2F27; }
h2 a:hover { color: red; }
blockquote { width: 500px; font-style: italic; padding: 0 0 0 30px; clear: both; margin: 0 0 10px 70px; font: 400 14px/22px Georgia, "Times New Roman", Times, serif; background: url(images/q.png) no-repeat top left; }

blockquote p { padding: 0; color: #666; font-style: italic; }

.single ul, .single ol, .post .post-sum ol, .post .post-sum ul { padding: 0 18px; margin: 10px; color: #666; }
.single ul li, .single ol li, .post .post-sum ol li, .post .post-sum ul li { padding-bottom: 5px; }
h2, h3, h4 { font-weight: 400; font-style: normal; padding: 5px 0 5px; color: #000; margin-bottom: 20px; }
ul { list-style-type: circle; }

ul li ul { list-style-type: disc; }

ol { list-style-type: decimal; }

ol li ol { list-style-type: lower-roman; }

a.download { background: url(images/download.png) no-repeat top left; padding-left: 32px; font: 400 24px Georgia, "Times New Roman", Times, serif; margin: 5px 20px 0 0; }

a.preview { background: url(images/preview.png) no-repeat top left; padding-left: 32px; font: 400 24px Georgia, "Times New Roman", Times, serif;margin: 5px 20px 0 0; }

/* Widgets */
.thumbnail_list li, .thumbnail_list li a, #sidebar .thumbnail_list li, #sidebar .thumbnail_list li a {
	float: left;
	width: 100%;
	padding: 3px 0;
	margin: 0;
}

.thumbnail_list li a img {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.footer_widget .thumbnail_list li a img, .flickr_badge_image img {
	background-color: #222;
	border: 1px solid #444;
}

#sidebar .flickr_badge_image img {
	background-color: #fff;
	border: 1px solid #ccc;
}

#content .thumbnail_list li a img {
	margin: 0 5px 5px 0;
}

.flickr_wrap {
	float: left;

}

.flickr_badge_image {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	overflow: hidden;
}

.flickr_badge_image img {
	padding: 4px;
	width: 40px;
	height: 40px;
}

.twitter_bird li {
	border-bottom: 1px dotted #ccc;
}

#footer .twitter_bird li {
	border-bottom: 1px dotted #5e411e;
}

.twitter_bird small {
	display: block;
	padding: 0 0 5px;
	color: #999;
}