/*
	Theme Name: RP Blog
	Theme URI: http://blog.realprojects.co.uk/
	Description: Real Project Blog theme 
	Author: Real Projects
*/

/* POSITIONING GROUP */

html, body {
	padding:0px;
	margin:0px;
	background-color: #A8A9AD;
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/backgroundHeader.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
form {
	padding:0px;
	margin:0px;
}
/*positioning*/

#container {
	width:772px;
	padding:0px;
	margin:0px auto;
}
#page {
	padding:0px;
	margin:0px;
	width:772px;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/backgroundContent.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
#header {
	width:772px;
	height:96px;
	float:left;
	padding:20px 0px 0px 0px;
	margin:0px;
}
#headerLogo {
	width:289px;
	float:left;
	padding:0px;
	margin:0px;
}
#headerDescription {
	width: 470px;
	float:right;
	padding:40px 13px 0px 0px;
	margin:0px;
	text-align:right;
}
#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 772px;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/backgroundContentTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar {
	padding:60px 20px 60px 20px;
	margin:0px;
	width:173px;
	float:left;
}
#footer {
	padding:75px 0px 0px 0px;
	margin:0px;
	width:772px;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/backgroundContentFooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align:center;
	color:#646466;
	font-size:11px;
	line-height:18px;
	height: 82px;
}

/*posts*/

.postHead {
	margin: 0px;
	padding: 30px 30px 30px 40px;
	float: left;
	width: 489px;
}
.postHead1 {
	margin: 10px;
	padding: 30px 30px 30px 40px;
	float: left;
	width: 489px;
}
h2 {
	font-size: 23px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	width: 489px;
	padding:30px 0px 3px 0px;
	margin:0px;
	float:left;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	width: 479px;
	padding:2px 5px 2px 5px;
	margin:0px;
	background-color:#FA9F2A;
	float:left;
}
.postinfo {
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 489px;
	padding:10px 0px 10px 0px;
	margin:0px;
	float:left;
}
.postinfoL {
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin:0px;
	width: 70px;
	float:left;
	font-weight:bold;
}
.postinfoR {
	font-size: 12px;
	color: #777777;
	text-align: left;
	margin:0px;
	width: 419px;
	float:left;
}
/*
.postinfoR a  {
	font-size: 12px;
	color: #777777;
	text-align: left;
	margin:0px;
	width: 419px;
	float:left;
}
*/
/*
.postinfoR a:hover  {
	color: #FA9F2A;
	text-decoration: none;
}
*/
/*navigationlinks*/
.navigation {
	padding:20px 0px 0px 0px;
	margin:0px;
}
.navigation a {
	color: #777777;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	padding:0px 0px 0px 15px;
	margin:0px;
	font-size:12px;
}
.navigation a:hover {
	color: #FA9F2A;
	text-decoration: none;
}

.navigationR {
	padding:0px 0px 0px 0px;
	margin:0px;
}
.navigationR a {
	color: #777777;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
	padding:0px 10px 0px 0px;
	margin:0px;
	font-size:12px;
}
.navigationR a:hover {
	color: #FA9F2A;
	text-decoration: none;
}

/*Sidebar*/

#sidebar h1 {
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	font-weight:bold;
	padding:16px 50px 0px 0px;
	margin:0px;
	float:left;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/subscribeIcon.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width:123px;
	height:50px;
}
#sidebar h2 {
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	font-weight:bold;
	padding:20px 0px 5px 0px;
	margin:0px;
	float:left;
	width:173px;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	float:left;
	width:173px;
}
#sidebar ul li {
	list-style-position:inside;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 13px;
	display: inline;
	float:left;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/backgroundListItem.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*color: #999999;*/
	color: #FFFFFF;
	width:160px;
	font-size:11px;
}
#sidebar a {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
/*Comments*/

#commentlist li, .singolocommento li {
	list-style-type: none;
	padding: 0px;
	width: 470px;
}
div.bubble {
	width: auto;
	margin-bottom: 24px;
	border: 0px solid #ccc;
}
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}
a.author, a.author:active, a.author:visited {
	text-decoration: none;
	font-family: arial, "century gothic", georgia, "times new roman", sans-serif;
	font-size: 17px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ec008c;
}

/* extras */

a, a:visited, a:link, a:active {
	color: #FA9F2A;
	text-decoration: none;
}
a:hover {
	color: #777777;
	text-decoration: none;
}
b, strong, em, i {
	color: #777777;
}
u {
	text-decoration: none;
	color: #777777;
	border-bottom: 1px solid #d4eb89;
}
img {
	border:0px;
}
#sidebarOuter {
	padding:10px 0px 20px 0px;
	margin:0px;
	float:left;
	width:173px;
}
#sidebarOuter p {
	font-size: 12px;
	color: #777777;
	text-align: left;
	width: 170px;
	padding:10px 0px 10px 0px;
	margin:0px;
	float:left;
}
.search {
	width: 100px;
}
#searchsubmit {
	width: 50px;
	background-attachment: scroll;
	background-image: url(http://blog.realprojects.co.uk/wp-content/themes/rptheme/images/backgroundButton.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:none;
	font-family:11px;
	color:#777777;
	text-align:center;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
input, textarea, select {
	background-color: #FFFFFF;
	color: #777777;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	border: 1px solid #DA8F29;
}
#footer a {
	color:#F5640B;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.linknew a{
	color: #777777;
	text-decoration:none;
}
.linknew a:hover{
	color:#FA9F2A;
	text-decoration:none;
}
