@charset "utf-8";
/*
Theme Name: PussorOne
Theme URI: http://www.pussor.com/
Description: Simply clever theme with two columns, right-sidebar.Compatible with Wordpress 2.9, valid XHTML & CSS.
Version: 0.1
Author: Pussor
Tags: two-columns, terse, white, right-sidebar
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset {
	margin:0;
	padding:0;
}
html,body {
	color:#333333;
	font-family:Arial,Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
	font-size: 14px;
	overflow-x:hidden;
	overflow-y:auto;
	background: #ECECEC;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-1px;
	font-family:Helvetica, Georgia,Verdana,"BitStream vera Sans",Tahoma,Sans-serif;
	padding-bottom:3px;
    font-weight:400;
    margin:10px 0 10px 0;
}
h1 {
    font-size:200%;
}
h2 {
    font-size:24px;
}

.wp_list_content{
	position: absolute;
	left: -950px;
	top: 0px;
	}
h2 a{
    font-weight:700;
    border:0;
    text-decoration:none;
    color:#2C2C29;
    display:block;
}

h3 {
    font-size:150%;   
}
h4 {
    font-size:130%;
}
h5 {
    font-size:110%;
}
h6 {
    font-size:100%;
}

img {
	border:0;
}

a {
	/*color:#2173AF;*/
	/*color:#4F94CD;*/
	color:#4A7FF8;
	text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.fixed{
	clear: both;
}

input, textarea {
    padding:3px;
    color:#000000;
    background:#ffffff;
}

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* layout START */
#wrap {
	
}
#container {
	width:936px;
	margin:0 auto;
	background: #ffffff;
}
/* layout END */

/* header START */
#header {
	background:url(images/header.gif) top right no-repeat;
	height:130px;
	overflow:hidden;
}
#caption {
    margin-top:20px;
	padding-left: 30px;
}
#title a {
	text-decoration:none;
	color:#fff;
	height:30px;
	display:block;
	font-family:"Trajan Pro";
}
#tagline {
    clear: both;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size:13px;
	padding: 1px 5px;
}
/* header END */

/* navigation START */
#navigation {
	width:100%;
	margin-top: 45px;
}
#menus{
	padding-left: 30px;
}
#menus li {
	list-style:none;
	display:inline;
	height:35px;
	width:120px;
	line-height:35px;	
}
#menus li a {
	display:block;
	width:120px;
	margin-right:5px;	
	text-decoration:none;
	float:left;
	z-index:1;
	text-align:center;
	color:#ffffff;
}
#menus li a:hover, 
#menus li a.current,
#menus li.current_page_item a {
	background:url(images/menuBack.gif) 0 0;
	color:#000000;
}

/* navigation END */

#content{
	width: 936px;
	margin: 0px auto;
	padding-top: 15px;
	border-left:1px #DDDDDD solid;
	border-right:1px #DDDDDD solid;	
	border-bottom:1px #DDDDDD solid;
}

/* main START */
#main {
	width:665px;
	padding:0px 15px 10px;
	float:left;
	overflow:hidden;
}
.post{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post h2 {
    font-weight:normal;
    font-size:24px;
    line-height:30px;
    margin-bottom:12px;
    clear:both;
}

.post h2 a.title {
	text-decoration:none;
	color:#4C4C4C;
}

.post h2 a.title:hover {
	color:#2970A6;
}

.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .author, 
.post .editpost, 
.post .comments, 
.post .addcomment, 
.post .addlink, 
.post .editlinks {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:13px;
}
.post .tags, 
.post .categories {
	width:16px;
	height:16px;
	line-height:16px;
	display:block;
	text-indent:-999em;
}
.post .under span.tags, 
.post .under span.categories {
	margin-right:6px;
}
.post .tags {
    background:url('images/tag.gif');
}
.post .categories {
	background:url('images/folder.gif');
}
.post .date {
	background:url('images/date.gif') no-repeat ;
	margin-right:15px;
	float:left;
}
.post .author {
	background:url('images/user.gif') no-repeat ;
	float:left;
}
.post .editpost {
	background:url('images/page_edit.gif') no-repeat ;
	margin-left:15px;
	float:right;
}
.post .comments {
	background:url('images/comments.gif') no-repeat ;
	float:right;
}
.post .addcomment {
	background:url('images/comment_add.gif') no-repeat ;
	margin-left:15px;
	float:right;
}
.post .content {
	padding:5px 0 0 5px;
	line-height:145%;
	overflow:hidden;
	margin-bottom:5px;
}
.post .content p {
	margin-bottom:10px;
	text-indent: 2em;
}
.post .under {
	height:16px;
	line-height:16px;
	font-size:13px;
	margin-bottom:10px;
}
.post .under span {
	float:left;
	margin-right:15px;
}
.post .content h1 {
	color:#333333;
	margin-bottom:13px;
}

.post .content h2 {
	color:#333333;
	margin-bottom:12px;
}

.post .content h3 {
	color:#333333;
	margin-bottom:11px;
}

.post .content h4 {
	color:#333333;
	margin-bottom:10px;
}

.post .content img {
	max-width:600px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
	margin-bottom:5px;
}

.post .content table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post .content th, 
.post .content td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post .content tr.even td {
	background:#F7F7F7;
}
.post .content th {
	background:#EDEFF0;
}
.post .content blockquote {
	margin: 10px;
	padding: 10px;
	background: #ececec;
}
.more-link {
    display: block;
	font-size:14px;
	padding-right: 10px;
	width: 100%;
	text-align: right;
}
#postpath {
	line-height:16px;
	margin:5px 0;
	padding-left:22px;
}
#pagenavi, 
#postnavi {
	margin:10px -5px 10px;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:13px;
}
#pagenavi .newer, 
#postnavi .prev {
	padding-left:12px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older, 
#postnavi .next {
	padding-right:12px;
	float:right;
	height:16px;
	line-height:16px;
}
/* main END */

/* sidebar START */
#sidebar {
	width:210px;
	float:right;
	overflow:hidden;
	margin-right: 5px;
}

#sidebar h3 {
    font-style:italic;
    font-weight:normal;
    font-size:20px;
    color:#333;
    margin-bottom:15px;
    display:block;
    background: #ECECEC;
    line-height: 32px;
    padding-left: 5px;
}
#sidebar .rc_item{
	background: #fff;
}
#sidebar #rc_nav{
	background: #fff;
}
#sidebar ul {
	margin-bottom:20px;
}

#sidebar li {
	padding-left:22px;
	list-style:none;
	margin-top:5px;
	/*font-size:95%;*/
	background:url('images/arrow.gif') 3px 10px no-repeat ;
}
#sidebar ul li {
    padding:5px 0 5px 15px;
}
#sidebar ul li a {
    text-decoration:none;
}
#sidebar ul li a:hover {
    text-decoration:underline;
}
#tag_cloud{
	margin-bottom:20px;
	margin-left:15px;
}
#tag_cloud h3{
	margin-left:-15px;
}
#tag_cloud a{
	font-size:14px;
}
/* search START*/
.screen-reader-text{
	font-style:italic;
    font-weight:normal;
    font-size:20px;
    color:#333;
    margin-bottom:15px;
    display:block;
    background: #ECECEC;
    line-height: 32px;
    padding-left: 5px;
}
#s{
	border: 1px #ccc solid;	
}
#searchsubmit{
	border: 0px;
	color: #ffffff;
	background: #2782D6;
}
/* search END*/
/* sidebar END */

/* footer START */
#footer {
	display:block;
	font-size:13px;
	line-height:28px;
	width:100%;
	margin:0 auto;
	text-align:center;
	background: #000000;
	color: #ffffff;	
}

#footer a{
    color: #ffffff;
    text-decoration: underline;
}
/* footer END */

/* comment START */
#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0 -15px;
	padding:0 15px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
    margin-top: 20px;
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
	line-height: 16px;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:13px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#cmtswitcher .addcomment {
	background:url('images/comment_add.gif') no-repeat ;
}
#cmtswitcher .addtrackback {
	background:url('images/connect.gif') no-repeat ;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
}
.comment .author {
	float:left;
	width:81px;
	text-align:center;
}
.comment .pic {
	background:url(images/commentpoint.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.comment .name {
	width:67px;
	padding-right:14px;
	font-weight:bold;
	overflow:hidden;
}
.comment .avatar {
	padding:1px;
	border:1px solid #999;
}
.comment .info {
	background:#EDEFF0 url(images/comment.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:494px;
}
.comment .date, 
.trackback .date {
	float:left;
	font-size:10px;
}
.comment .act, 
.trackback .act {
	float:right;
	font-size:10px;
}
.comment .content {
	background:url(images/comment.gif) 100% 100% no-repeat;
	margin:0 -15px;
	padding:0 15px 10px;
	line-height:145%;
}
.comment .content p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .author {
	float:right;
}
.admincomment .pic {
	background:url(images/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .name {
	padding-right:0;
	padding-left:14px;
}
.admincomment .info {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	display:none;
}
#thetrackbacks li {
	margin-top:15px;
}
.trackback {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.trackback .title {
	background:#EDEFF0 url(images/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:13px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:601px;
}
#commentnavi {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:13px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(img/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox a.feed {
	background:url(images/feed.png) 0 0px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#submitbox #submit {
	padding:3px 6px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
	font-size:13px;
	cursor:pointer;
}
#submitbox #submit:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	color:#074A7E;
}
#submitbox .submitbutton {
	float:right;
}
#cp_post_id {
	display:none;
}
/* comment END */

/* related posts START */
/* when related posts with title */
#related_posts {
	padding-bottom:10px;
}
#related_posts h3 {
	background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
	font-size:12px;
	padding:6px 12px;
	font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
	letter-spacing:0em;
	border-bottom:1px solid #CCC;
}
#related_posts ul {
	background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
	padding:3px 12px 8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
#related_posts .count {
	font-size:10px;
}
#related_posts .excerpt {
	color:#999;
	font-size:11px;
	display:block;
}
/* when related posts without title */

#feedDiv{
    background: url(images/feed.gif) 0 0 no-repeat;
    height: 134px;
    width: 136px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor:pointer;
}