/*
Theme Name: PeraBlog 1.0
Description: Nice and simple WordPress Theme based on deLight 1.2 by <a href="http://webdemar.com">webdemar</a>.
Author: Matteo Peraccini
Author URI: http://www.perablog.com
Tags: simple, clean, fixed width, widget ready, widgets, dropdown menu, right sidebar, two columns, gravatars, valid XHTML, valid CSS
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	font:14px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	color:#606060;
	background-color: #f5faf5;
}

* {
	border: 0px;
}

a {
	color:#146734;
	outline: none;
}

a:hover {
	color:#99cb99;
	outline: none;
}

blockquote {
	margin: 0px 0px 10px 0px;
	padding: 15px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px;
	background-color: #fcfacd;
	border: 1px solid #ffcd33;
	display: block;
}

blockquote p {
	margin: 5px 0px 5px 0px !important;
	font-size: 12px !important;
	line-height: 16px;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */


#outer {
	width:880px;
	background-image:url(img/outer_back.png);
	background-repeat: repeat-x;
	margin: 0px auto;
}

#header {
	position:relative;
	width:840px;
	height:280px;
	margin: 0 auto 0px auto;
	padding-top: 20px;
}

	#header-left {
		height: 220px;
		width: 460px;
		float: left;
		margin-right: 27px;
		margin-top: 14px;
		text-align:center;
	}

	#header-left img {
		margin: 0px auto;
	}
	
#content {
	width: 880px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

#content-left {
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px;
	background-color: #ffffff;
	float:left;
	width:460px;
	height:auto;
	margin-left: 10px;
	margin-right: 17px;
	margin-bottom: 20px;
	background-color: #ffffff;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px;
}	

#content>#content-left {
	margin-left: 20px!important;
	margin-right: 27px!important;
}

#content-right {
	float:left;
	width:353px;
	height:auto;
	padding: 0px;
}

	
	#content-right li {
		list-style: none;
		width: 100%;
		clear: both;
	}

	#content-right h2.widgettitle {
		width: 353px;
		border-bottom: 1px dotted;		
	}

#footer {
	padding: 20px 0;
	background-color: #F5FAF5;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {

	display: block;
	float: left;
	margin: 0px;
	color: #fff;
	font:bold 28px/28px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#header h1 a {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 220px;
	float: left;
}

#header h1 a img {
	display: block;
	width: 353px;
	height: 220px;
	float: left;
}

h2 {
	color: #146734;
	font-weight: bold;
	font-size:16px;
	border-bottom: 1px solid #99cb99;
}

.box-left h2 {
	color:#146734;
	font:normal 18px/42px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background-image:url(img/pera_title.png);
	background-position: center right;
	background-repeat:no-repeat;
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 5px 0;
	color:#146734;
	font:bold 14px/14px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

.box-left .meta {
	color:#99cb99;
	font-weight: normal;
	font:11px/11px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	margin-bottom: 20px;
	display:block;
}

.box-right h3 {
	color:#146734;
	font:bold 12px/12px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

.box-left p {
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 20px;
}

.box-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}

.box-left ul li {
	list-style: none;
	background-image:url(img/list_bullet.gif);
	background-repeat:no-repeat;
	background-position: 2px 4px;
	padding-left: 20px;	
	margin-bottom: 8px;
}

/* ARCHIVE */

.archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive li {
	list-style: none;
	text-indent: 20px;
	background-image:url(img/list_bullet.gif);
	background-repeat:no-repeat;
	background-position: 2px center;	
}

/*	##################################
   	HEADER
	################################## */



/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin: 0 auto 40px auto;
	width: 432px;
	text-align:justify;
}

.navigation {
	clear: both;
	display:block;
	height: 45px;
	margin-bottom: 0px;
}

.navigation .older {
	float: left;
	width: 50%;
	display:block;
	height: 45px;
}

.navigation .newer {
	float: left;
	width: 50%;
	height: 45px;
	text-align:right;
	display:block;
}

.box-left img {
	border-right: 1px solid #99cb99;
	border-left: 1px solid #f5faf5;
	border-bottom: 1px solid #99cb99;
	padding: 2px;
	background-color:#f5faf5;
}

p.tags {
	clear: both;
    font:11px/14px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #99cb99;
	background-color: #f5faf5;
	padding:5px;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:20px 0;
	font:11px/11px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}


/*PAGES*/

#pages {
	background-color: transparent;
}

#pages h2 {
	display: none;
}


#pages ul {
	margin: 0px;
	padding: 0px;
}

#pages li {
	list-style: none;
	width: 100%;
	text-align:right;
	font-size: 24px;
	line-height: 44px;
}

#pages li.page_item a {
	display:block;
	width: 100%;
	height:44px;
}

#pages li.page_item a {
	border-bottom: 1px solid #99cb99;
	text-decoration:none;
}

#pages li.page_item a:hover {
	display:block;
	width: 100%;
	height:44px;
/*	background-image: url(img/menu_back.png);
	background-repeat:repeat-x;*/
	background-color: #FCFACD;
	background-position:bottom;
	border-bottom: 1px solid #99cb99;
	text-decoration:none;
}

#pages li.current_page_item a, #pages li.current_page_item a:hover {
	background-color: #ffcd33;
	background-image: none;
	border-color:#fbb040;
}

#pages li.current_page_item .pera {
	color:#FFFFFF;
}


/* ARCHIVES */

h2.archive-title {
	width: 432px;
	line-height: 42px;
	font-size: 18px;
	margin: 0 auto 10px;
}

/*	##################################
   	FORMS
	################################## */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

textarea {
    width: 422px;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #146734;
	border: 0;
}

.form_suggest {
	width: 350px;
	padding: 5px;
	border: 1px solid #ffcd33;
	background-color: #fcfacd;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#146734;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px;
	background-color: #f5faf5;
	border: 1px solid #99cb99;
}

.alt {
	background-color: #ffffff;
	border: 1px solid #99cb99;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

.comment img {
	float: none;
	vertical-align: top;
}

img.avatar {
	float: left;
	margin: 0px 3px 10px 0px;
	vertical-align:top;
}

.rc_item .rc_avatar img {
border: 1px solid #136734 !important;
}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	width:880px;
	margin:0 auto 0 20px;
	padding:0;
	text-align:left;
}

#footer p a {

}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

.pera {
	color: #99cb99;
	font-weight: normal;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {

   text-align: center;
   background-color: ##f5faf5;
   padding-top: 4px;
   margin-bottom: 10px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

.widget {
margin-bottom: 30px;
background-color: #f5faf5;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #146734;
	color: #fff;
}


h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: normal;
}

/*SIMPLE TAGS*/

#widget_stags-1 {
	list-style: none;
	width: 432px;
	margin: 0px auto;
	padding: 0px;
	text-align:justify;
	line-height: 18px;
}

#widget_stags-1 .widget {
	background-color: transparent !important;
}

#widget_stags-1 h2 {
	margin: 0px 0px 5px;
}

#widget_stags-1 li {
	list-style: none;
	width: 432px;
	margin: 0px auto;
	padding: 0px;
	line-height: 18px;
}

.st-tag-cloud a {
	text-decoration:none;
}

#header-left ul {
margin: 9px auto 9px 0px;
border: 0px;
padding: 0px;
width: 460px;
height: 129px;
background-image:url(img/tag_cloud_back.png);
}



/* COMMENTS WIDGET */

#recentcomments ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#recentcomments li {
	margin-bottom: 10px;
}

/* META WIDGET, BLOGROLL WIDGET */

#meta ul, .widget_links ul {
	margin: 0;
	padding: 0;
}

#meta li, .widget_links li {
	text-indent: 20px;
	background-image:url(img/list_bullet.gif);
	background-repeat:no-repeat;
	background-position: 2px center;
}

/* LATEST NEWS WIDGET*/

#recent-posts ul {
	margin: 0;
	padding: 0;
}

#recent-posts li {
	text-indent: 20px;
	background-image:url(img/list_bullet.gif);
	background-repeat:no-repeat;
	background-position: 2px center;	
}