/*
Theme Name: Pink Fun
Description: The WordPress theme was designed by Maruf Rahman, from over at <a href="http://www.propertyinvestmentproject.co.uk/">Property Investment</a>.
Version: 1.0
Author: Maruf Rahman
Author URI: http://www.propertyinvestmentproject.co.uk/
Tags: black, white, grey, pink, fixed width, widgets, simple, right sidebar, clean


	This theme was designed and built by Maruf Rahman,
	whose blog you will find at http://www.propertyinvestmentproject.co.uk/

	If you have any questions about this theme, please
	visit http://www.propertyinvestmentproject.co.uk/blog/2008/09/18/start-your-own-property-blog/
*/



/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}

ul,li {
list-style-type:circle;
margin-left: 15px;
	}

a{
	outline: none;
	font-size:12px;
         text-decoration:underline;
	color:#fff;
}

a:hover{
	text-decoration:underline;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-indent: 0px;
}

img {
	border:none;
}

.title{
	color:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
        font-weight:bold;
        text-transform: uppercase;
padding: 5px;
}


#wrapper{
	width:850px;
	margin: 0 auto;
	text-align:left;
	margin-top:10px;

}


* html #wrapper{
      width:865px;
}

#subwrapper{
	border:15px solid #DADADC;
	float:left;
}


#header{
	background: #9ECFE6;
	width:850px;
	height:329px;
	float:left;
	position:relative;
}

#headerleft{

}




/* H1 tags
------------------------------------------------------------------*/

h1{
	font-size:20px;
	color:#fff;
}

h2{
	font-size:14px;
	text-transform: uppercase;
	color: #3AADC3;
	
}

/* Header
------------------------------------------------------------------*/


#blogdesc{
	margin-top:10px;
	line-height:1.6em;
	font-size:14px;
	font-weight:bold;
	color:#eee;
}


#rss{
	background:url('images/feed.gif');
	height:21px;
	width:21px;
	position:absolute;
	top:347px;
         right:5px;
	
}


* html #rss{
      background:url('images/rss.gif');
}


/* Navigation
------------------------------------------------------------------*/

#navigation{

background:url('images/payoff.gif') no-repeat;
	clear:both;
	padding:2px;
text-align:center;
}

#navigation a{
	color:#FFFFCC;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	position:relative;
	padding:2px;
text-align:center;
}

#navigation a:hover{
	background:#F98DC6;
}



#navigation ul{
	margin-left:225px;
}

#navigation li{

		display:inline;
       
}

#navigation2{

background-color:#FFEF7A;
	clear:both;
	padding:2px;
text-align:center;
}

#navigation2 a{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	position:relative;
	padding:2px;
text-align:center;
}

#navigation2 a:hover{
	background:#FAF3C6;
}



#navigation2 ul{
	margin-left:170px;
}

#navigation2 li{

		display:inline;
       
}

/* Maincontent
------------------------------------------------------------------*/

#maincontent{
	background:url('images/sidebarbg.jpg') repeat-y left;
	float:left;
}


#paging a{
	font-size:18px;
	color: #3AADC3;
}

#paging .alignleft{
	float:left;
}

#paging .alignright{
	float:right;
}

#pagetitle h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #e38ab8;
 font-weight: bolder;
}

/* Sidebar
------------------------------------------------------------------*/


#sidebar{
	width:230px;
	float:left;
	padding-bottom:20px;
padding-top:10px;
      color: #ffffff;
}

#sidebar h2{
	margin-top:15px;
	margin-bottom:10px;
}

#sidebar li{
	margin-left: 14px;
	list-style-image: url("http://www.bambinopoli.it/blog/wp-content/themes/pink-fun/images/li.gif") 

}

#sidebar ul{
	margin:0 13px 0 13px;
}

#sidebar li a{
	color:#fff;
	font-size:12px;
	line-height:1.2em;
    text-decoration:none;
	list-style-image: url("http://www.bambinopoli.it/blog/wp-content/themes/pink-fun/images/li.gif") 
}

#sidebar li a:hover{
	color:#F4C996;
	font-size:12px;
	line-height:1.2em;
 text-decoration:none;
	
}

#searchform{
	margin:10px 0 10px 0;
}

#searchform .searchforminput{
	border:0px;
	width:130px;
	height:20px;
	padding:2px;
	margin-bottom:10px;
	color:#666;
	font-size:12px;
}


/* Content
------------------------------------------------------------------*/

#content{
	width:580px;
	float:left;
	margin:20px 0 20px 10px;
}

* html #content{
      width:500px;
}

#content img{
	max-width:560px;
}

#content .blogtitle h2 a{
	color:#3AADC3;
	font-size:18px;
	text-transform: none;
text-decoration:none;
}

#content .blogdate{
	font-style:bold;
	margin-top:5px;
	color:#C890C4;
}

#content .blogdate a{
font-size:12px;
	color:#C890C4;
 font-weight:bold;
}

#content .blogcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	white-space: normal;
	padding: 25px;
	line-height: 20px;
	color: #333333;
}

#content .blogtags{
	margin-top:10px;
}

#content .blogtags a{
	color:#000;
}

.entrycontainer{

}

.blogcontent p{
	margin-bottom:15px;
}

.blogcontent a{
	color:#000;
}


.blogcontent ul{
	
}

.blogcontent li{
	
	
}

blockquote {
	border-left: 4px solid #666;
	width:530px;
	margin:10px;
	padding:0 0 10px 10px;
	letter-spacing:1px;
	color:#666;
}


/* comments
------------*/

#commentwrap, #commentreplies{

	float:left;
	margin:20px 0 0 0;
}

#commentwrap textarea{

}

.commentitle{
	padding:5px;
	float:left;
	width:580px;
border-bottom:1px solid #999;
}

#commentwrap h3, #commentreplies h3{

	float:left;
	padding: 8px;
	font-size:13px;
	color:#fff;
}

#commentform{

	float:left;
	width:590px;
	padding-top:10px;
	padding-bottom:20px;

}

ol.commentlist{
	float:left;
	width:575px;
}

ol.commentlist li{
	float:left;
	width:570px;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #999;
	background:#fff;
}

ol.commentlist a{
	color:#333;
}

ol.commentlist a:hover{
	color:#666;
}

.commentwrapper{
	float:left;
}

.commentleft{
	float:left;
}

.commentright{
	float:right;
}

.commentcentre{
	float:left;
	width:120px;
}

.commentright p{
	width:405px;
	padding-left:10px;
}

.commentsavatar{
	border:#c0c0c0 solid 1px;
	padding:4px;
	margin-right:5px;
	float:left;
}

.commentauthor{
	font-size:11px;
	color:#333;
	font-weight:bold;
	float:left;
	width:120px;
	padding-left:5px;
}

.commentdate{
	font-size:11px;
	color:#999;
	width:120px;
	padding-left:5px;
}

.commentcomment{
	float:left;
	font-size:13px;
}

.commentcomment em{
	color:#999;
	padding-left:8px;
	line-height:1.8em;
}

.commentcomment p{
	margin-bottom:10px;
}

#commentwrap textarea{

	padding:0px;
	border:0px;
	
	border:1px solid #3AADC3;
}


#commentwrap label{
	color:#3AADC3;	
	font-weight:bold;
}

#commentloggedin{
	color:#666;
	float:left;
	font-size:12px;
	margin:10px 10px 10px 0;
}

#commentloggedin a{
	color:#F7359C;
}

.commentedit{
	width:405px;
	padding-left:10px;
	margin-top:15px;
}


#youmustbe{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-0.1em;
	font-weight:bold;
	color:#333;
	margin:10px 0 10px 0;
}

#youmustbe a{
	color:#666;
}

#youmustbe a:hover{
	background:#c0c0c0;
}


/* Footer
------------------------------------------------------------------*/

#footer{
	float:left;
	margin:10px 10px 10px 0;
	font-size:11px;
	color:#666;
}

#footer a{
	color:#666;
}


/* Wordpress required
------------------------------------------------------------------*/

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

?

.commenti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	left: 5px;
}

.link_commenti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: white;
}

.link_commenti a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: white;
text-decoration:none;
color:#FFFFCB;
}


.link_commenti a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#F4C996;
text-decoration:none;
}


.ctc a{

 text-transform: uppercase;
text-decoration:none;

}

.commenti_destra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3AADC3;
	left: 5px;
}


.commenti_destra a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	color: #3AADC3;
	left: 0px;
}

.commenti_destra a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:underline;
	color: #3AADC3;
	left: 0px;
}
