/*  
Theme Name: AuraRinoa
Theme URI: http://www.auranuccio.it/
Description: Deisgned by Aura Nuccio for AuraRinoa.it - Copy is forbidden!
Date: 18-19 august 2010
Version: 0.6
Author: AuraRinoa
Author URI: http://www.auranuccio.it/
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: url(images/bg_repeat.gif) repeat #fff;
	font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#navigation {
	width: 609px;
	height: 63px;
	position: absolute;
	left: 367px;
	top: 6px;
}

/*--formatting--*/
a:link { text-decoration: none;
         color: #F06; 
		 font-weight: normal; }
	
a:visited { text-decoration: none;
            color: #F06; 
			font-weight: normal; }
			 
a:hover { text-decoration: none;
	 	  font-weight: normal;
		  color: #F09; }

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 900 30px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
	color: #333333;
}

h2 em {
	font: 400 30px;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 24px;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #ffffff;
	border-bottom: 1px dotted #ff0066;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #333333;
	text-decoration: none;
}

h3 {
	font: 900 20px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 90%;
	overflow: hidden;
	font-style: italic;
	background: url(images/bg_quote.gif) repeat;
	padding: 20px;
	clear: both;
	color: #666;
	border: 1px dotted #999;
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-image: url(images/tag.png);
}

ul li ul {
	list-style-image: url(images/tag.png);
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

/*--container--*/
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 160px;
	float: left;
	background: url(images/header_rp.png) repeat-x;
}

#testata { 	
	width: 955px;
	height: 160px;
	background: url(images/header.png) top left no-repeat;
}

#content {
	width: 960px;
	margin: 0 0;
	padding-left: 30px;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 30px;
}

#content #right-col {
	width: 330px;
	margin-top: 20px;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	width: 330px;
	float: left;
	position: relative;
}

#footer {
    color: #999999;
    /*float: left;*/
    height: 40px;
    padding-left: 20px;
    width: 800px;
}

/*--header--*/

#header #logo {
	width: 460px;
	height: 62px;
	float: left;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	width: 211px;
	height: 62px;
	float: left;
	text-indent: -9999em;
}

.logo { 
	float: left; 
	padding-left: 30px;
}

/*--page-menu--*/
#header #menu {
	float: left;
	width: 500px;
	margin-top: 38px;
}

#header #menu ul {
	width: 500px;
	list-style: none;
	float: right;
	text-align: right;
}

#header #menu ul li.page_item {
	float: right;
}

#header #menu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	margin: 0 7px 0 0;	
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #a9bf78;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#header #menu ul li.page_item a:hover {
	color: #fff;
}

#header #menu ul li.current_page_item a {
	color: #fff;
	background-color: #2c4106;
}

/*--featured-post--*/

#featured-post {
	width: 600px;
	overflow: hidden;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 1px;
}

#featured-post .featured {
	width: 578px;
	height: 265px;
	float: left;
	padding: 0 10px;
	background: url(images/featured-bg.png) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #FFF;
	color: #F39;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #333;
}

#featured-post .featured p {
	padding: 0px;
	text-align: justify;
	font-size: 10px;
}

.imgfeatured { 
	float: right;
}

.cat { padding-top: 15px; font-size: 11px; }

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px dotted #ff0066;
	background: url(images/comment_bg_1.gif) no-repeat;
	float: right;
	margin: 15px 0px 5px 10px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px dotted #CCC;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
	margin-top: -30px;
	width: 442px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 179px;
	height:  29px;
	text-indent: -9999em;
	margin: -3px 21px 0 0;
	display: inline;
	z-index: 200;
}

/*--post--*/

.post {
	width: 600px;
	float: left;
	margin-top: 20px;
	text-align: justify;
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background: url(images/comment_bg_2.gif) no-repeat;
	border: 1px dotted #ff0066;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #ff0066;
	font-size: 9px;
	padding: 3px 0;
	text-align: left;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 465px;
	margin-left: 20px;
}

.page {
	float: left;
	width: 550px;
	margin-left: 20px;
}

p.metadata {
	padding: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(images/bg_post_info.png) top right repeat-y;
	clear: left;
	text-align: right;
	margin-top: 15px;
	padding-right: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 294px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	padding-top: 20px;
}

#feed a.rss {
	width: 294px;
	height: 81px;
	background: url(images/rss.png) no-repeat;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--eventcal + newphoto--*/

#right-col-top {
	widows: 330px;
	height: 153px;
}

#eventcal {
	widows: 145px;
	height: 154px;
	background: url(http://www.aurarinoa.it/cosplay/immagini/blog/next.png) no-repeat; 
}

.newphoto {
	/*width: 140px;
	height: 154px;*/
	float: right;
	margin-right: 40px;
	margin-top: 3px;
}

/*--feed--*/
#searchform {
	width: 292px;
	float: left;
	background: url(images/searchform.png) top left no-repeat;
	height: 45px;
	margin-bottom: 20px;
}

#searchform form {
	float: left;
	width: 280px;
	margin-left: 7px;
	margin-top: 7px;
	display: inline;
}

#searchform form input#s {
	width: 210px;
	background: url(images/form.png) no-repeat;
	height: 20px;
	border: 0;
	float: left;
	padding-left: 7px;
	margin-right: 20px;
	color: #666;

}

#searchform form input#searchsubmit {
	width: 27px;
	height: 23px;
	background: url(images/search.png) no-repeat;
	border: 0;
}

/*--about--*/
#about {
	clear: left;
	width: 300px;
	font-size: 10px;
	text-align: justify;
	padding-bottom: 20px;
	margin: 0 auto;
}

#about h3 {
	font: 400 20px Arial, Helvetica, sans-serif;
	height: 28px;
	background: url(images/about.png) top right no-repeat;
	width: 260px;
	color: #ff0066;
	margin-bottom: 10px;
}

#about a img {
	padding: 5px;
	float: left;
	background: url(images/comment_bg_1.gif) no-repeat;
	border: 1px dotted #ff0066;
	margin: 5px 5px 5px 0;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #a6a371;
	border-bottom: 1px solid #a6a371;
	background-color: #dedcb9;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	float: left;
	width: 160px;
	padding-right: 10px;
}

#sidebar2 {
	float: left;
	width: 160px;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 158px;
	background-color: #fff;
	border: 1px solid #ff0066;
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #F36;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 158px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #CCC;
	float: left;
	width: 150px;
	text-decoration: none;
	color: #333;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	color: #ff0066;
	background: url(images/point.png) center right no-repeat #fff; 
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
}

.textarea {
	background: url(images/campo_bg.gif) top right no-repeat #e6e6e6;
	text-align: left;
	color: #666;
	padding: 5px;
}

h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 600px;
	height: 30px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
	margin-bottom: 7px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background: url(images/comment_bg_1.gif) repeat-x #ffeddd;
	padding: 5px 10px;
	min-height: 120px;
	_height: 120px;
	overflow: auto;
	border: 1px dotted #ff0066;
	margin-bottom: 15px;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background: url(images/comment_bg_2.gif) repeat-x #ffffff;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px dotted #ff0066;
	_height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: 15px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	background: url(images/respond.png) no-repeat top left;
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #333;
	background: url(images/sub_bg.gif) repeat-x #990033;
	color: #fff;
}

/*--footer--*/
#footer .footer-text {
	width: 960px;
	margin: 0 auto;
}

#footer .footer-text a {
	color: #666;
}

#footer .footer-text span {
	float: left;
	width: 600px;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: center;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px dotted #F36;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #ff0066;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #fbc9eb;
	color: #999;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #fff;
	color: #ff0066;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #fff;
	color: #ff0066;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #ffffff;
	border: 1px dotted #ff0066;
}
p.attachment a img {
	padding: 3px;
	background-color: #ffffff;
	border: 1px dotted #ff0066;
}

.navigation a img {
	padding: 3px;
	background-color: #ffffff;
	border: 1px dotted #ff0066;
}

.gallery-item a img {
	padding: 3px;
	background-color: #ffffff;
	border: 1px dotted #ff0066;
}

.gallery-item a:hover img {
	border: 1px dotted #ff0066;
}

.alignleft { 
	float: left;
	border: 0; 
	padding: 0px 5px 5px 0px; 
}

.alignright { 
	float: right;
	border: 0; 
	padding: 5px 0px 0px 5px; 
}
