/*  
Theme Name: Puriseta
Theme URI: http://www.puriseta.com/blog
Description: based on "Modified Kubrick Full Sidebar Wordpress Theme with Widget support"
Version: 0.1
Author: SOMA Hitoshi
Author URI: http://web-conte.com
*/



/* Begin Typography & Colors */
#wp-calendar #prev a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
h2.pagetitle {
	margin: 0 0 14px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	}
.narrowcolumn {
	position: relative;
	float: left;
	width: 545px;
	padding: 9px 0 0;
	}
.widecolumn {
	}
.widecolumn .post {
	}
.narrowcolumn .postmetadata {
	}
.widecolumn .postmetadata {
	}
.widecolumn .smallattachment {
	}
.widecolumn .attachment {
	}
.prev_next {
	margin: 0 5px 15px 0;
	}
.post {
	width: 545px;
	margin: 0 0 10px;
	background: url(../../../../images/cnrbox_middle.png) repeat-y;
	}
.post h3 {
	padding: 20px 14px 21px;
	background: url(../../../../images/cnrbox_top.png) no-repeat;
	line-height: 1.7;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
	}
.post h3 * {
	line-height: 1.7;
	}
.postmetadata {
	margin: 0 9px 14px 2px;
	padding: 7px 7px 5px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background: #f5f5f5;
	font-size: 94%;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.alt {
	margin: 0 0 14px 0;
	}
.post .entry {
	margin: 0;
	padding: 0 20px 0 14px;
	height:100%;
	}
.post .entry:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	}
.post .foot {
	height: 14px;
	background: url(../../../../images/cnrbox_bottom.png) no-repeat left bottom;
	}
#side .widget {
	margin: 0 0 1em 0;
	padding: 0 !important;
	border: 1px solid #83CDE8;
	border-top: 0;
	}
#side h3 {
	overflow: auto;
	width: 168px;
	margin: 0;
	padding: 12px 14px 6px;
	background: #069BD2 url(../../../../images/bck_side_h3.png) no-repeat left bottom;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	}
#side .widget ul {
	margin: 0 10px 10px;
	padding: 10px 0 0;
	list-style: none;
	}
#side .widget ul li {
	margin-top: 3px;
	padding: 4px 0 0 8px;
	border-top: 1px dotted #999;
	background: url(../../../../images/arrow.png) no-repeat 0px 0.9em;
	list-style: none;
	font-size: 94%;
	}
/* End Structure */



/* Begin Form Elements */
#searchform {
	margin: 0 10px 10px;
	padding: 10px 3px 5px; 
	}
#side #searchform #s {
	width: 115px;
	padding: 2px;
	}
#side #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 530px;
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
h4#comments,
h4#respond {
	margin: 14px 8px;
	padding: 2px 7px;
	border-left: 8px solid #666;
	font-size: 110%;
	font-weight: bold;
	}
.commentlist {
	padding: 0;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 0 10px 0 14px;
	border-left: 2px dotted #999;
	list-style: none;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	font-size: 94%;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}
hr {
	display: none;
	}
/* End Various Tags & Classes*/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.entry img, .entrytext img {
	padding: 4px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */



/* Misc */
/* End Misc */
