/*
Theme Name: Pink Style 
Theme URI: http://www.yourdiamond.net/
Description: A simple theme that pinks, with a lot of white spaces.
Version: WI 1.0
Author: SEO Toronto
Author URI: http://www.searchengineoptimizationtoronto.com
*/

/* Basic Styling */


/*html, body, links and text styles*/

html, body{
text-align:left;
background:url(bilder/background.gif) repeat fixed;
margin:0;
padding:0;
}

a:link {
	text-decoration: none;
        color:#E90B62;
        font:9px Verdana;
}
a:visited {
	text-decoration: none;
        color:#E90B62;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
}

#footer a:link {
	text-decoration: none;
        color:#FFFFFF;
        font:9px Verdana;
}

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

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

#footer a:active {
	text-decoration: none;
}

.p{
margin-left:23px;
font:9px Verdana;
color:#333333;
}

.p2{
margin-left:23px;
font:15px Tahoma;
font-weight:bold;
margin-top:6px;
margin-bottom:40px;
color:#e90b62;
}

.p3{
margin:0;
font:9px Verdana;
color:#333333;
}

.style1{
font:9px Verdana;
color:#FFFFFF;
}

.style2{
font:11px Verdana;
font-weight:bold;
color:#333333;
}

.style3{
font:9px Verdana;
color:#FFFFFF;
margin-top:4px;
}

/*header styles*/

h3{
background:url(bilder/h1.gif) no-repeat left;
margin-top:30px;
padding-left:14px;
margin-bottom:8px;
font:11px Verdana;
color:#e90b62;
font-weight:bold;
}

h2{
background:url(bilder/post.gif) no-repeat left;
margin-top:33px;
padding-left:14px;
margin-bottom:4px;
font:15px Tahoma;
color:#e90b62;
font-weight:bold;
}

#rightcolumn h2{
background:url(bilder/commentlist.gif) no-repeat left;
margin-top:10px;
padding-left:14px;
margin-bottom:8px;
font:11px Verdana;
margin-left:10px;
color:#e90b62;
font-weight:bold;
}

/*div styles*/

#container{
text-align:left;
margin-right:auto;
margin-left:auto;
width:833px;
}

#background{
width:833px;
background:url(bilder/bg.gif) repeat-y;
float:left;
}

#top{
width:833px;
float:left;
height:35px;
margin:0;
background:url(bilder/topbg.gif);
}

#banner{
width:833px;
height:110px;
border-bottom:1px solid #e90b62;
margin:0;
float:left;
background:url(bilder/pinkstylebanner.jpg);
}

#leftcolumn{
float:left;
width:596px;
background:url(bilder/bodybg.gif) no-repeat top;
margin:0;
min-height:600px;
}

#leftcolumn ul{
list-style-type:none;
}

#rightcolumn{
min-height:600px;
width:237px;
background-color:#FFFFFF;
float:right;
margin:0;
}

#footer{
float:left;
width:833px;
height:30px;
margin:0;
background:url(bilder/footer.gif) repeat-x;
text-align:center;
}


.posts{
margin-left:23px;
width:400px;
font:11px Verdana;
color:#333333;
margin-bottom:20px;
margin-top:20px;
}

/*menu styles*/

#menu{
width:833px;
height:29px;
float:left;
border-bottom: 1px solid #eb0b63;
border-top: 1px solid #dddddd;
}

#menu ul{
float:left;
margin:0;
padding:0;
font: 9px Verdana;
background:url(bilder/menubg.gif) repeat-x;
width:833px;
height:29px;
}

#menu ul li{
display: inline;
}


#menu ul li a{
float:left;
color: #666666;
font-weight:bold;
padding: 8px;
text-decoration: none;
}

#menu ul li a:hover{
color: #FFFFFF;
background:url(bilder/rollover.gif) repeat-x;
}

/*form styles*/

.form{
float:right;
margin-right:8px;
margin-top:3px;
background:url(bilder/formbg.gif) repeat-x;
border:1px solid #FFFFFF;
background-color:#FFFFFF;
font:9px Verdana;
}

.form2{
float:right;
margin-right:4px;
margin-top:8px;
background:url(bilder/formbg.gif) repeat-x;
border:1px solid #FFFFFF;
font:9px Verdana;
}

.form3{
float:left;
background:url(bilder/formbg.gif) repeat-x;
border:1px solid #eeeeee;
font:9px Verdana;
margin-bottom:5px;
}

/*list styles*/

#rightcolumn ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 140px;
margin-left:10px;
}

#rightcolumn li{
list-style-type: none;
}

#rightcolumn li a{
background:url(bilder/list.png) no-repeat left;
list-style-type: none;
font: 9px Verdana;
color: #999999;
display: block;
width: 150px;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom:1px solid #f0f0f0;
}


* html #rightcolumn li a{
width: 150px;
}

#rightcolumn li a:visited, #rightcolumn li a:active{
text-decoration:none;
}

#rightcolumn li a:hover{
color:#e90b62;
background-color:#f0f0f0;
}