/*
Theme Name: Our Rights
Theme URI: http://wplover.com/our-rights-wordpress-theme/
Description: A WordPress theme based on a design by <a href="http://kappachan.blogspot.com/">Retno Nindya</a>.
Version: 1.1
Author: Hafiz Rahman
Author URI: http://wplover.com/
Tags: grunge, fixed width, two columns, widgets

	Our Rights
	 http://binarybonsai.com/kubrick/

	This theme was designed by Retno Nindya, and
	converted to WordPress theme by Hafiz Rahman.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Eric Meyer's Reset CSS.	
 * --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0 dotted #ccc;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Everything else
 * --------------------------------------------------------------------------------------- */

a {
	color: #b4669f;
}

a:hover {
	color: #FFFFFF;
	background: #231f20;
}
  
html {
	background: url('images/body.jpg') top left repeat-y #f5f1ee;
	font: 62.5% Georgia;
	color: #171615;
}

body {
	/*background: url('images/header.jpg') top left no-repeat;*/
	width: 960px;
	float: left;

}

img {
     border: 0px;
}


#header {
	width: 1000px;
	height: 330px;
	background: url('images/header.jpg') top left no-repeat;
}

	#header-container {
		padding-top: 70px;
		margin-left: 0px;
	}
	
		#header-container h1 {
			font: bold 2.8em Arial, Helvetica, sans-serif;
			background: url('images/header-bg.png') left repeat-y;
			padding: 3px 0 3px 0px;
			letter-spacing: -1px;
		}
		
			#header-container h1 a {
				text-decoration: none;
				color: #666;
			}
		
		#header-container #description {
			margin-top: 1px;
			padding: 3px 0 3px 0px;
			font: 1.3em Georgia, Times, serif;
			background: url('images/header-bg.png') left repeat-y;
		}
	
#content {
	float: left;
	width: 500px;
	/*background: url('images/content-bg.gif') left repeat-y;*/
	margin-top: 0px;
	margin-left: 50px;
}

	.post {
		margin: 0 0 30px 0;
	}
		.post img {
		margin: 5px 10px 5px 5px;
		border=0;
	}
	
		.postdate {
			text-align: left;
			font:  1.1em Georgia, serif;
			text-transform:uppercase;
			word-spacing: 2px;
			letter-spacing: 0px;
			color: #776e5f;
			margin-top: 5px;
		}
		postdata {
			text-align: left;
			font:  1.1em Georgia, serif;
			word-spacing: 2px;
			letter-spacing: 0px;
			color: #776e5f;
			margin-top: 3px;
		}
		.postautore {
			text-align: left;
			font:  bold 1.1em Georgia, serif;
			word-spacing: 2px;
			letter-spacing: 0px;
			color: #231f20;
			margin-top: 3px;

		}
	
		.post h2 {
			font: bold italic 2em Georgia, serif;
			color: #231f20;
			margin-bottom: 10px;


		}
		
			.post h2 a {
				text-decoration: none;
				color: #b4669f;
							background: white;
			}
			
			.post h2 a:hover {
				color: #FFFFFF;
				background: #231f20;
			}

		.post htit {
			font: bold italic 2em Georgia, serif;
			color: #231f20;
			margin-bottom: 10px;

		}
		
			.post htit a {
				text-decoration: none;
				color: #b4669f;
							background: white;
			}
			
			.post htit a:hover {
				color: #FFFFFF;
				background: #231f20;
			}

		.post hcat {
			font: italic 2em Georgia, serif;
			color: #231f20;
			margin-bottom: 10px;

		}
		
			.post hcat a {
				text-decoration: none;
				color: #231f20;
			}
			
			.post hcat a:hover {
				color: #b4669f;
				background: #ffffff;
			}
		
		.entry {
			font: 1.2em Georgia, Times, serif;
			color: #231f20;
			line-height: 1.75;
		}
		
		.postmetadata {
			background: url('images/meta-bg.png') top left no-repeat;
			padding-top: 10px;
			margin-top: 20px;
			text-transform: uppercase;
			color: #231f20;
		}
		
			.postmetadata a {
				color: #b4669f;
				text-decoration: none;
			}
			
			.postmetadata a:hover {
				color: #FFFFFF;
				background: #231f20;
			}

		.postmetadatacomment {
			font: bold 1.3em Georgia;
			color: #231f20;
			margin-top:3px;
		}
		
			.postmetadatacomment a {
				color: #b4669f;
				text-decoration: none;
			}
			
			.postmetadatacomment a:hover {
				color: #FFFFFF;
				background: #231f20;
			}
		
		.post a {
			color: #b4669f;
		}
		
		.post a:hover {
			color: #ffffff;
		}
		.post p {
			margin: 15px 0;
		}
		
		.post blockquote {
			border-left: 1px solid #999;
			font-style: italic;
			padding-left: 10px;
			margin-left: 10px;
		}
		
		.post ul, .post ol {
			margin-left: 30px;
		}
		
			.post ol li {
				list-style-type: decimal;
			}
		
			.post ul li {
				list-style-type: square;
			}
		
			.edit-content {
				text-transform: uppercase;
			}
		
	.pagetitle {
		font: italic 2.5em Georgia, Times, serif;
		color: #171615;
	}
	
		#notfound h2 {
			font: 1.8em Arial, Helvetica, sans-serif;
			margin-bottom: 10px;	
		}
		
		#notfound p {
			font-size: 1.2em;
			margin-bottom: 10px;
		}

	.navigation {
		font: bold italic 2em  Georgia, "Times New Roman", Times, serif;
		overflow: auto;
	}
	
		.navigation a {
			background: white;
			color: #b4669f;
		}
		
		.navigation a:hover {
			background: black;
			color: white;
		}
	
		.alignleft {
			width: 45%;
			float: left;
		}

		.alignright {
			width: 45%;
			float: right;
			text-align: right;
		}
		
	h3#comments, h3#respond {
		font: italic bold 2em Georgia, serif;
		margin-bottom: 10px;
		background: url('images/meta-bg.png') bottom left no-repeat;
		padding-bottom: 15px;
		clear: both;
	}
	
		.commentitem {
			margin-bottom: 5px;
			background: url('images/meta-bg.png') bottom left no-repeat;
			padding-bottom: 20px;
			overflow: auto;
			clear: both;
		}
		
			.avatar {
				float: left;
				width: 55px;
				margin-left: 3px;

			}

				.avatar img {
					border: 1px solid #ccc;
					padding: 1px;
					background: #fff;
					width: 48px;
				}
			
			.commentcontent {
				float: right;
				width: 430px;
			}
			
			.commentlist cite {
				font: bold 1.2em Arial, Helvetica, sans-serif;
				display: block;
				color: #666;
			}
			
				.commentlist cite a {
					color: #b4669f;
					background:white;
					text-decoration: none;
				}
				
				.commentlist .commentmetadata {
			text-align: left;
			font:  1.0em Georgia, serif;
			text-transform:uppercase;
			word-spacing: 2px;
			letter-spacing: 0px;
			color: #231f20;
			margin-top: 5px;
				}
				
					.commentmetadata a {
				text-decoration: none;
				color: #b4669f;
							background: white;
					}
										.commentmetadata a:hover {
				text-decoration: none;
				color: #ffffff;
							background: black;
					}
			
			.commentlist p {
				font: 1.2em Georgia, Times, serif;
				color: #666;
				line-height: 1.75;
			}
	
	#commentform {
		width: 500px;
	}

		#commentform textarea, #url, #email, #author {
			width: 485px;
			border: 3px double #aaa; 
			margin: 5px 0 10px;
			font: 1.1em Georgia, serif;
			color: #666;
			padding: 3px;
		}
		
		#formmessage {
			font: 1.1em Georgia, serif;
			margin-bottom: 10px;
			background: #ffffff;
			padding: 3px;
		}
		
		#commentform label {
			font: 1em Georgia, Times, serif;
			color: #666;
			text-transform: uppercase;
		}

/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 0px;
  width: 355px;
  }

.sidebars {
  width: 355px;
  /*background: #231f20;*/
  }


.sidebars h2 {
  padding: 0 0 2px 0;
font: bold italic 2em Georgia, serif;
color: #fff;  
letter-spacing: -10px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 0px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  /*background: url(images/welcome.png) left bottom no-repeat;*/
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 0px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  line-height: 1.75;
  font-size: 6pt;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 2px;
font: bold italic 1.5em Georgia, serif;
color: #231f20;
background: url('images/sidebar-bg.png') left bottom no-repeat;
  margin-bottom: 3px;
  
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 2px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #b4669f;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
	color: #FFFFFF;
	background: #231f20;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }
  
.home_sito_amico {
 font: bold italic 1em Georgia, serif;
 }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


#footer {
	clear: both;
	width: 100%;
	height: 315px;
	background: url('images/footer.png') left bottom no-repeat;
	padding-bottom: 0px;
	padding-top: 20px;
}

	#footer p {
		width: 500px;
		padding-left: 50px;
		padding-top: 200px;
		padding-bottom: 40px;
		font: 1.1em Georgia, Times, serif;
		background:url('images/footer-bg.png') no-repeat;
		color: #171615;

	}
	
	#footer a {
		color: #b4669f;
		text-decoration: none;
	}

	#footer a:hover {
	color: #FFFFFF;
	background: #231f20;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}	

.wp-caption {
	border: 0px;
	text-align: center;
	background-color: #231f20;
	padding-top: 4px;
	padding-bottom:2px;
	margin: 5px;
	color:#FFF;
	font-style:italic;
	font-size: 11px;
	line-height: 15px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	padding: 0 4px 5px;
	margin: 0;
	border: 0px;

}